Report 2005: Add data, remove plots without data
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,DPDK,2N,CLX]: "{DIR[DTR]}/dpdk_performance_results_2n_clx"
33     DIR[DTR,PERF,DPDK,2N,DNV]: "{DIR[DTR]}/dpdk_performance_results_2n_dnv"
34     DIR[DTR,PERF,DPDK,3N,DNV]: "{DIR[DTR]}/dpdk_performance_results_3n_dnv"
35     DIR[DTR,PERF,DPDK,3N,TSH]: "{DIR[DTR]}/dpdk_performance_results_3n_tsh"
36     DIR[DTR,PERF,VPP,ALL]: "{DIR[DTR]}/vpp_performance_results"
37     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
38     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
39     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
40     DIR[DTR,PERF,VPP,2N,CLX]: "{DIR[DTR]}/vpp_performance_results_2n_clx"
41     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
42     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
43     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
44     DIR[DTR,MRR,VPP,ALL]: "{DIR[DTR]}/vpp_mrr_results"
45     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
46     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
47     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
48     DIR[DTR,MRR,VPP,2N,CLX]: "{DIR[DTR]}/vpp_mrr_results_2n_clx"
49     DIR[DTR,MRR,VPP,3N,TSH]: "{DIR[DTR]}/vpp_mrr_results_3n_tsh"
50     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
51     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
52     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
53
54     # Detailed test configurations
55     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
56     DIR[DTC,PERF,VPP,ALL]: "{DIR[DTC]}/vpp_performance_configuration"
57     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
58     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
59     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
60     DIR[DTC,PERF,VPP,2N,CLX]: "{DIR[DTC]}/vpp_performance_configuration_2n_clx"
61     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
62     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
63     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
64     DIR[DTC,MRR,VPP,ALL]: "{DIR[DTC]}/vpp_mrr_configuration"
65     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
66     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
67     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
68     DIR[DTC,MRR,VPP,2N,CLX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_clx"
69     DIR[DTC,MRR,VPP,3N,TSH]: "{DIR[DTC]}/vpp_mrr_configuration_3n_tsh"
70     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
71     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
72     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
73
74     # Detailed tests operational data
75     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
76     DIR[DTO,PERF,VPP,ALL]: "{DIR[DTO]}/vpp_performance_operational_data"
77     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
78     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
79     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
80     DIR[DTO,PERF,VPP,2N,CLX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_clx"
81     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
82     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
83     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
84
85     # Latencies:
86     DIR[LAT,VPP]: "{DIR[WORKING,SRC]}/vpp_performance_tests/hdrh_packet_latency_by_percentile_graphs"
87     DIR[LAT,DPDK]: "{DIR[WORKING,SRC]}/dpdk_performance_tests/hdrh_packet_latency_by_percentile_graphs"
88
89     # .css patch file to fix tables generated by Sphinx
90     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
91     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
92
93   urls:
94     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
95     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
96     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
97     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
98     DIR[NEXUS,DOC]: "report/_static/archive"
99
100   make-dirs:
101   # List the directories which are created while preparing the environment.
102   # All directories MUST be defined in "paths" section.
103   - "DIR[WORKING,DATA]"
104   - "DIR[STATIC,VPP]"
105   - "DIR[STATIC,DPDK]"
106   - "DIR[STATIC,ARCH]"
107   - "DIR[BUILD,LATEX]"
108   - "DIR[WORKING,SRC]"
109   - "DIR[WORKING,SRC,STATIC]"
110
111   remove-dirs:
112   # List the directories which are deleted while cleaning the environment.
113   # All directories MUST be defined in "paths" section.
114   #- "DIR[BUILD,HTML]"
115   - "DIR[WORKING,DATA]"
116
117   build-dirs:
118   # List the directories where the results (build) is stored.
119   # All directories MUST be defined in "paths" section.
120   - "DIR[BUILD,HTML]"
121   - "DIR[BUILD,LATEX]"
122
123 - type: "configuration"
124
125   mapping-file: "mapping_report.yaml"
126
127   limits:
128     nic:
129       x520: 24460000
130       x553: 29761905
131       x710: 35800000
132       xxv710: 35800000
133       xl710: 35800000
134       cx556a: 60000000
135
136     link:
137       10ge: 14880952.38
138       25ge: 37202380.95
139       40ge: 59523809.52
140       100ge: 148809523.81
141
142     pci:
143       pci-g3-x8: 74404761.90
144       pci-g3-x16: 148809523.81
145
146   data-sets:
147
148     ###########################################################################
149     # Plots:
150
151     # 3n-hsw
152
153     plot-vpp-throughput-lat-tsa-3n-hsw:
154       csit-vpp-perf-report-iterative-2005-3n-hsw:
155         - 3   # NDRPDR sel
156         - 4   # NDRPDR sel
157         - 5   # NDRPDR sel
158         - 10  # NDRPDR sel
159         - 11  # NDRPDR sel
160         - 12  # NDRPDR sel
161         - 15  # NDRPDR sel
162         - 16  # NDRPDR sel
163         - 18  # NDRPDR sel
164         - 19  # NDRPDR sel
165
166     plot-vpp-hdrh-lat-3n-hsw:
167       csit-vpp-perf-report-iterative-2005-3n-hsw:
168         - 3   # NDRPDR sel
169
170 #    plot-vpp-nfv-3n-hsw-ndrpdr:
171 #      csit-vpp-perf-report-iterative-2005-3n-hsw:
172 #        - 3   # NDRPDR sel
173 #        - 4   # NDRPDR sel
174 #        - 5   # NDRPDR sel
175 #        - 10  # NDRPDR sel
176 #        - 11  # NDRPDR sel
177 #        - 12  # NDRPDR sel
178 #        - 15  # NDRPDR sel
179 #        - 16  # NDRPDR sel
180 #        - 18  # NDRPDR sel
181 #        - 19  # NDRPDR sel
182
183 #    plot-vpp-nfv-3n-hsw-mrr:
184 #      csit-vpp-perf-report-iterative-2005-3n-hsw:
185 #        - 13  # MRR
186
187     plot-vpp-hoststack-3n-hsw:
188       csit-vpp-perf-verify-2005-3n-hsw:
189         - 3   # hoststack
190         - 5   # hoststack
191         - 6   # hoststack
192         - 7   # hoststack
193         - 8   # hoststack
194         - 9   # hoststack
195         - 10  # hoststack
196         - 11  # hoststack
197         - 12  # hoststack
198         - 13  # hoststack
199
200     plot-dpdk-throughput-latency-3n-hsw:
201       csit-dpdk-perf-report-iterative-2005-3n-hsw:
202         - 5   # NDRPDR sel
203         - 6   # NDRPDR sel
204         - 7   # NDRPDR sel
205         - 8   # NDRPDR sel
206         - 9   # NDRPDR sel
207         - 10  # NDRPDR sel
208         - 11  # NDRPDR sel
209         - 12  # NDRPDR sel
210         - 13  # NDRPDR sel
211         - 14  # NDRPDR sel
212
213     plot-dpdk-hdrh-lat-3n-hsw:
214       csit-dpdk-perf-report-iterative-2005-3n-hsw:
215         - 5   # NDRPDR sel
216
217     # 3n-skx
218
219     plot-vpp-throughput-lat-tsa-3n-skx:
220       # TODO: Add data:
221       csit-vpp-perf-report-iterative-2005-3n-skx:
222         - 4   # NDRPDR sel
223         - 5   # NDRPDR sel ??? all x710 failed
224         - 33  # NDRPDR sel
225         - 28  # NDRPDR sel
226         - 34  # NDRPDR sel
227         - 36  # NDRPDR sel
228         - 37  # NDRPDR sel
229         - 38  # NDRPDR sel
230         - 39  # NDRPDR sel
231
232     plot-vpp-hdrh-lat-3n-skx:
233       csit-vpp-perf-report-iterative-2005-3n-skx:
234         - 36  # NDRPDR sel
235
236     plot-vpp-nfv-3n-skx-ndrpdr:
237       # TODO: Add data:
238       csit-vpp-perf-report-iterative-2005-3n-skx:
239         - 4   # NDRPDR sel
240         - 5   # NDRPDR sel ??? all x710 failed
241         - 33  # NDRPDR sel
242         - 28  # NDRPDR sel
243         - 34  # NDRPDR sel
244
245     plot-vpp-nfv-3n-skx-mrr:
246       csit-vpp-perf-report-iterative-2005-3n-skx:
247         - 6   # MRR sel
248
249     plot-dpdk-throughput-latency-3n-skx:
250       csit-dpdk-perf-report-iterative-2005-3n-skx:
251         - 4   # NDRPDR sel
252         - 5   # NDRPDR sel
253         - 6   # NDRPDR sel
254         - 7   # NDRPDR sel
255         - 8   # NDRPDR sel
256         - 11  # NDRPDR sel
257         - 12  # NDRPDR sel
258         - 13  # NDRPDR sel
259         - 14  # NDRPDR sel
260         - 15  # NDRPDR sel
261
262     plot-dpdk-hdrh-lat-3n-skx:
263       csit-dpdk-perf-report-iterative-2005-3n-skx:
264         - 4   # NDRPDR sel
265
266     # 2n-skx
267
268     plot-vpp-throughput-lat-tsa-2n-skx:
269       # TODO: Add data:
270       csit-vpp-perf-report-iterative-2005-2n-skx:
271         - 43  # NDRPDR sel
272         - 38  # NDRPDR sel
273         - 7   # NDRPDR sel
274         - 65  # NDRPDR sel
275         - 47  # NDRPDR sel
276         - 55  # NDRPDR sel
277         - 67  # NDRPDR sel
278
279     plot-vpp-hdrh-lat-2n-skx:
280       csit-vpp-perf-report-iterative-2005-2n-skx:
281         - 55  # NDRPDR sel
282
283     plot-vpp-soak-2n-skx:
284       csit-vpp-perf-report-iterative-2005-2n-skx:
285         - 49  # Soak
286         - 54  # Soak
287
288     plot-vpp-nfv-2n-skx-ndrpdr:
289       # TODO: Add data:
290       csit-vpp-perf-report-iterative-2005-2n-skx:
291         - 43  # NDRPDR sel
292         - 38  # NDRPDR sel
293         - 7   # NDRPDR sel
294
295     plot-vpp-nfv-2n-skx-mrr:
296       csit-vpp-perf-report-iterative-2005-2n-skx:
297         - 42  # MRR sel
298
299     plot-vpp-nfv-reconf-2n-skx:
300       csit-vpp-perf-report-iterative-2005-2n-skx:
301         - 48  # Reconf
302         - 50  # Reconf
303         - 51  # Reconf
304         - 52  # Reconf
305         - 53  # Reconf
306         - 60  # Reconf
307         - 70  # Reconf
308         - 71  # Reconf
309         - 63  # Reconf
310         - 66  # Reconf
311
312     plot-dpdk-throughput-latency-2n-skx:
313       csit-dpdk-perf-report-iterative-2005-2n-skx:
314         - 1   # NDRPDR sel
315         - 2   # NDRPDR sel
316         - 3   # NDRPDR sel
317         - 4   # NDRPDR sel
318         - 5   # NDRPDR sel
319         - 6   # NDRPDR sel
320         - 7   # NDRPDR sel
321         - 8   # NDRPDR sel
322         - 9   # NDRPDR sel
323         - 10  # NDRPDR sel
324
325     plot-dpdk-hdrh-lat-2n-skx:
326       csit-dpdk-perf-report-iterative-2005-2n-skx:
327         - 1   # NDRPDR sel
328
329     # 2n-clx
330
331     plot-vpp-throughput-lat-tsa-2n-clx:
332       csit-vpp-perf-report-iterative-2005-2n-clx:
333         - 7   # NDRPDR sel
334         - 38  # NDRPDR sel
335         - 9   # NDRPDR sel
336         - 32  # NDRPDR sel ???
337         - 33  # NDRPDR sel ???
338         - 39  # NDRPDR sel
339         - 40  # NDRPDR sel
340         - 43  # NDRPDR sel
341         - 50  # NDRPDR sel
342         - 51  # NDRPDR sel
343
344     plot-vpp-hdrh-lat-2n-clx:
345       csit-vpp-perf-report-iterative-2005-2n-clx:
346         - 51  # NDRPDR sel
347
348 #    plot-vpp-http-server-performance:
349 #      # csit-vpp-perf-report-iterative-2005-2n-clx:
350 #      csit-vpp-perf-verify-2001-2n-clx:
351 #        - 80  # TCP
352
353     plot-vpp-nfv-2n-clx-ndrpdr:
354       csit-vpp-perf-report-iterative-2005-2n-clx:
355         - 7   # NDRPDR sel
356         - 38  # NDRPDR sel
357         - 9   # NDRPDR sel
358         - 32  # NDRPDR sel ???
359         - 33  # NDRPDR sel ???
360         - 39  # NDRPDR sel
361         - 40  # NDRPDR sel
362         - 43  # NDRPDR sel
363         - 50  # NDRPDR sel
364         - 51  # NDRPDR sel
365
366     plot-vpp-nfv-2n-clx-mrr:
367       csit-vpp-perf-report-iterative-2005-2n-clx:
368         - 12   # MRR
369
370     plot-vpp-nfv-reconf-2n-clx:
371       csit-vpp-perf-report-iterative-2005-2n-clx:
372         - 42  # Reconf
373         - 45  # Reconf
374         - 46  # Reconf
375         - 47  # Reconf
376         - 48  # Reconf
377         - 52  # Reconf
378         - 53  # Reconf
379         - 54  # Reconf
380         - 55  # Reconf
381         - 56  # Reconf
382
383     plot-vpp-soak-2n-clx:
384       csit-vpp-perf-report-iterative-2005-2n-clx:
385         - 44  # Soak
386         - 49  # Soak
387
388     plot-dpdk-throughput-latency-2n-clx:
389       csit-dpdk-perf-report-iterative-2005-2n-clx:
390         - 1   # NDRPDR sel
391         - 2   # NDRPDR sel
392         - 3   # NDRPDR sel
393         - 4   # NDRPDR sel
394         - 5   # NDRPDR sel
395         - 6   # NDRPDR sel
396         - 7   # NDRPDR sel
397         - 8   # NDRPDR sel
398         - 9   # NDRPDR sel
399         - 10  # NDRPDR sel
400
401     plot-dpdk-hdrh-lat-2n-clx:
402       csit-dpdk-perf-report-iterative-2005-2n-clx:
403         - 1   # NDRPDR sel
404
405     # 3n-tsh
406
407     plot-vpp-throughput-lat-tsa-3n-tsh:
408       # TODO: Add data:
409       csit-vpp-perf-report-iterative-2005-3n-tsh:
410         - 9   # NDRPDR sel
411         - 11  # NDRPDR sel
412         - 12  # NDRPDR sel
413
414     plot-vpp-hdrh-lat-3n-tsh:
415       # TODO: Add data:
416       csit-vpp-perf-report-iterative-2005-3n-tsh:
417         - 9   # NDRPDR sel
418
419     plot-dpdk-throughput-latency-3n-tsh:
420       # TODO: Add data:
421       csit-dpdk-perf-report-iterative-2005-3n-tsh:
422         - 5   # NDRPDR sel
423
424     plot-dpdk-hdrh-lat-3n-tsh:
425       # TODO: Replace with better results:
426       csit-dpdk-perf-report-iterative-2005-3n-tsh:
427         - 5   # NDRPDR sel
428
429     # 3n-dnv
430
431     plot-vpp-throughput-lat-tsa-3n-dnv:
432       csit-vpp-perf-report-iterative-2005-3n-dnv:
433         - 2   # NDRPDR sel
434         - 3   # NDRPDR sel
435         - 4   # NDRPDR sel
436         - 5   # NDRPDR sel
437         - 6   # NDRPDR sel
438         - 7   # NDRPDR sel
439         - 9   # NDRPDR sel
440         - 10  # NDRPDR sel
441         - 11  # NDRPDR sel
442         - 12  # NDRPDR sel
443
444     plot-dpdk-throughput-latency-3n-dnv:
445       csit-dpdk-perf-report-iterative-2005-3n-dnv:
446         - 6   # NDRPDR sel
447         - 7   # NDRPDR sel
448         - 8   # NDRPDR sel
449         - 9   # NDRPDR sel
450         - 10  # NDRPDR sel
451         - 11  # NDRPDR sel
452         - 12  # NDRPDR sel
453         - 13  # NDRPDR sel
454         - 14  # NDRPDR sel
455         - 16  # NDRPDR sel
456
457     # 2n-dnv
458
459     plot-vpp-throughput-lat-tsa-2n-dnv:
460       csit-vpp-perf-report-iterative-2005-2n-dnv:
461         - 3   # NDRPDR sel
462         - 6   # NDRPDR sel
463         - 7   # NDRPDR sel
464         - 8   # NDRPDR sel
465         - 9   # NDRPDR sel
466         - 10  # NDRPDR sel
467         - 11  # NDRPDR sel
468         - 12  # NDRPDR sel
469         - 13  # NDRPDR sel
470         - 14  # NDRPDR sel
471
472     plot-dpdk-throughput-latency-2n-dnv:
473       csit-dpdk-perf-report-iterative-2005-2n-dnv:
474         - 8   # NDRPDR sel
475         - 9   # NDRPDR sel
476         - 10  # NDRPDR sel
477         - 11  # NDRPDR sel
478         - 12  # NDRPDR sel
479         - 13  # NDRPDR sel
480         - 14  # NDRPDR sel
481         - 15  # NDRPDR sel
482         - 16  # NDRPDR sel
483         - 17  # NDRPDR sel
484
485     ###########################################################################
486     # Simple tables (only one data set):
487
488     # NIC Comparisons
489
490     vpp-nic-comparison-3n-skx:
491       # TODO: Add data:
492       csit-vpp-perf-report-iterative-2005-3n-skx:
493         - 4   # NDRPDR sel
494         - 5   # NDRPDR sel ??? all x710 failed
495         - 33  # NDRPDR sel
496         - 28  # NDRPDR sel
497         - 34  # NDRPDR sel
498         - 36  # NDRPDR sel
499         - 37  # NDRPDR sel
500         - 38  # NDRPDR sel
501         - 39  # NDRPDR sel
502
503     vpp-nic-comparison-2n-skx:
504       # TODO: Add data:
505       csit-vpp-perf-report-iterative-2005-2n-skx:
506         - 43  # NDRPDR sel
507         - 38  # NDRPDR sel
508         - 7   # NDRPDR sel
509         - 65  # NDRPDR sel
510         - 47  # NDRPDR sel
511         - 55  # NDRPDR sel
512         - 67  # NDRPDR sel
513
514     vpp-nic-comparison-3n-skx-mrr:
515       csit-vpp-perf-report-iterative-2005-3n-skx:
516         - 6   # MRR sel
517
518     vpp-nic-comparison-2n-skx-mrr:
519       csit-vpp-perf-report-iterative-2005-2n-skx:
520         - 42  # MRR sel
521
522     # Results
523
524     vpp-perf-results-3n-hsw:
525       csit-vpp-perf-report-coverage-2005-3n-hsw:
526         - 1   # perf-full-3n-dnv-crypto_I
527         - 7   # perf-full-3n-hsw-crypto_II
528         - 3   # perf-full-3n-hsw-crypto_III
529         - 4   # perf-full-3n-dnv-crypto_IV
530         - 5   # perf-full-3n-hsw-ip4_I
531         - 6   # perf-full-3n-hsw-ip4_II
532         - 8   # perf-full-3n-hsw-ip4_III
533         - 9   # perf-full-3n-hsw-ip4_IV
534         - 10  # perf-full-3n-hsw-ip4_V
535         - 26  # perf-full-3n-hsw-ip4_VI
536         - 18  # perf-full-3n-hsw-ip4_VII
537         - 27  # perf-full-3n-hsw-ip4_VIII
538         - 28  # perf-full-3n-hsw-ip4_IX
539         - 29  # perf-full-3n-hsw-ip6_I
540         - 35  # perf-full-3n-hsw-ip6_II
541         - 42  # perf-full-3n-hsw-l2_I
542         - 33  # perf-full-3n-hsw-l2_II
543         - 37  # perf-full-3n-hsw-l2_III
544         - 45  # perf-full-3n-hsw-l2_IV
545         - 43  # perf-full-3n-hsw-l2_V
546         - 40  # perf-full-3n-hsw-l2_VI
547         - 44  # perf-full-3n-hsw-l2_VII
548         - 51  # perf-full-3n-hsw-l2_VIII
549         - 50  # perf-full-3n-hsw-l2_IX
550         - 52  # perf-full-3n-hsw-l2_X
551         - 53  # perf-full-3n-hsw-l2_XI
552         - 54  # perf-full-3n-hsw-memif
553         - 55  # perf-full-3n-hsw-ip4tunnels-I
554         - 56  # perf-full-3n-hsw-ip4tunnels-II
555         - 57  # perf-full-3n-hsw-ip4tunnels-III
556         - 58  # perf-full-3n-hsw-ip6tunnels-I
557         - 59  # perf-full-3n-hsw-srv6-I
558         - 60  # perf-full-3n-hsw-srv6-II
559         - 61  # perf-full-3n-hsw-vhost-I
560         - 62  # perf-full-3n-hsw-vhost-II
561         - 63  # perf-full-3n-hsw-vhost-III
562
563     vpp-perf-results-3n-skx:
564       csit-vpp-perf-report-coverage-2005-3n-skx:
565         - 10  # perf-full-3n-skx-crypto_I
566         - 14  # perf-full-3n-skx-ip4_II
567         - 7   # perf-full-3n-skx-ip4_III
568
569     vpp-perf-results-2n-skx:
570       # TODO: Replace:
571       csit-vpp-perf-report-iterative-2005-2n-skx:
572         - 7   # NDRPDR sel
573
574     vpp-perf-results-2n-clx:
575       # TODO: Add data:
576       csit-vpp-perf-report-coverage-2005-2n-clx:
577         - 21  # perf-full-2n-clx-ip4_I
578         - 2   # perf-full-2n-clx-ip4_II
579         - 3   # perf-full-2n-clx-ip4_III
580         - 4   # perf-full-2n-clx-ip4_IV
581         - 5   # perf-full-2n-clx-ip4_V
582         - 6   # perf-full-2n-clx-ip4_VI
583         - 7   # perf-full-2n-clx-ip6_I
584         - 16  # perf-full-2n-clx-ip6_II
585         - 10  # perf-full-2n-clx-l2_II
586         - 11  # perf-full-2n-clx-memif
587         - 12  # perf-full-2n-clx-loadbalancer
588         - 13  # perf-full-2n-clx-vhost I
589         - 22  # perf-full-2n-clx-vhost II
590         - 15  # perf-full-2n-clx-vts
591
592     vpp-perf-results-3n-tsh:
593       # TODO: Add data:
594       csit-vpp-perf-report-iterative-2005-3n-tsh:
595         - 9   # NDRPDR sel
596
597     vpp-perf-results-3n-dnv:
598       csit-vpp-perf-report-coverage-2005-3n-dnv:
599         - 1   # perf-full-3n-dnv-crypto_I
600         - 24  # perf-full-3n-dnv-crypto_II
601         - 5   # perf-full-3n-dnv-ip4_I
602         - 13  # perf-full-3n-dnv-ip4_II
603         - 17  # perf-full-3n-dnv-ip6_I
604         - 18  # perf-full-3n-dnv-ip6_II
605         - 21  # perf-full-3n-dnv-l2_I
606         - 22  # perf-full-3n-dnv-l2_II
607         - 23  # perf-full-3n-dnv-ip4-tunnels_I
608
609     vpp-perf-results-2n-dnv:
610       csit-vpp-perf-report-coverage-2005-2n-dnv:
611         - 1   # perf-full-2n-dnv-ip4_I
612         - 2   # perf-full-2n-dnv-ip4_II
613         - 3   # perf-full-2n-dnv-ip6_I
614         - 4   # perf-full-2n-dnv-ip6_II
615         - 5   # perf-full-2n-dnv-l2_I
616         - 6   # perf-full-2n-dnv-l2_II
617
618     vpp-mrr-results-3n-hsw:
619       csit-vpp-perf-report-iterative-2005-3n-hsw:
620         - 13  # MRR
621
622     vpp-mrr-results-3n-skx:
623       csit-vpp-perf-report-iterative-2005-3n-skx:
624         - 6   # MRR sel
625
626     vpp-mrr-results-2n-skx:
627       csit-vpp-perf-report-iterative-2005-2n-skx:
628         - 42  # MRR sel
629
630     vpp-mrr-results-2n-clx:
631       csit-vpp-perf-report-iterative-2005-2n-clx:
632         - 12   # MRR
633
634     vpp-mrr-results-3n-tsh:
635       csit-vpp-perf-report-iterative-2005-3n-tsh:
636         - 10  # MRR sel
637
638     vpp-mrr-results-3n-dnv:
639       csit-vpp-perf-report-iterative-2005-3n-dnv:
640         - 8   # MRR
641
642     vpp-mrr-results-2n-dnv:
643       csit-vpp-perf-report-iterative-2005-2n-dnv:
644         - 15  # MRR sel
645
646     vpp-device-results-ubuntu:
647       csit-vpp-device-2005-ubuntu1804-1n-skx:
648         - 35
649
650     dpdk-perf-results-3n-hsw:
651       csit-dpdk-perf-report-iterative-2005-3n-hsw:
652         - 5   # NDRPDR sel
653
654     dpdk-perf-results-3n-skx:
655       csit-dpdk-perf-report-iterative-2005-3n-skx:
656         - 4   # NDRPDR sel
657
658     dpdk-perf-results-2n-skx:
659       csit-dpdk-perf-report-iterative-2005-2n-skx:
660         - 1   # NDRPDR sel
661
662     dpdk-perf-results-2n-clx:
663       csit-dpdk-perf-report-iterative-2005-2n-clx:
664         - 1   # NDRPDR sel
665
666     dpdk-perf-results-2n-dnv:
667       csit-dpdk-perf-report-iterative-2005-2n-dnv:
668         - 8   # NDRPDR sel
669
670     dpdk-perf-results-3n-dnv:
671       csit-dpdk-perf-report-iterative-2005-3n-dnv:
672         - 6   # NDRPDR sel
673
674     dpdk-perf-results-3n-tsh:
675       # TODO: Replace with better results:
676       csit-dpdk-perf-report-iterative-2005-3n-tsh:
677         - 5   # NDRPDR sel
678
679 ###########################################################################
680     # Tables (more than one data set)
681
682     # Performance changes
683
684     vpp-performance-changes-3n-hsw-h1:
685       csit-vpp-perf-verify-1908-3n-hsw:
686         - 12  # NDRPDR sel
687         - 13  # NDRPDR sel
688         - 14  # NDRPDR sel
689         - 15  # NDRPDR sel
690         - 16  # NDRPDR sel
691         - 17  # NDRPDR sel
692         - 18  # NDRPDR sel
693         - 19  # NDRPDR sel
694         - 20  # NDRPDR sel
695         - 21  # NDRPDR sel
696     vpp-performance-changes-3n-hsw-ref:
697       csit-vpp-perf-verify-2001-3n-hsw:
698         - 21  # NDRPDR sel
699         - 22  # NDRPDR sel
700         - 23  # NDRPDR sel
701         - 24  # NDRPDR sel
702         - 25  # NDRPDR sel
703         - 29  # NDRPDR sel
704         - 30  # NDRPDR sel
705         - 31  # NDRPDR sel
706         - 32  # NDRPDR sel
707         - 34  # NDRPDR sel
708     vpp-performance-changes-3n-hsw-cmp:
709       csit-vpp-perf-report-iterative-2005-3n-hsw:
710         - 3   # NDRPDR sel
711         - 4   # NDRPDR sel
712         - 5   # NDRPDR sel
713         - 10  # NDRPDR sel
714         - 11  # NDRPDR sel
715         - 12  # NDRPDR sel
716         - 15  # NDRPDR sel
717         - 16  # NDRPDR sel
718         - 18  # NDRPDR sel
719         - 19  # NDRPDR sel
720
721     vpp-performance-changes-3n-skx-h1:
722       csit-vpp-perf-verify-1908_1-3n-skx:
723         - 26  # NDRPDR sel - new1908.1
724         - 27  # NDRPDR sel - new1908.1
725         - 28  # NDRPDR sel - new1908.1
726         - 29  # NDRPDR sel - new1908.1
727         - 30  # NDRPDR sel - new1908.1
728         - 31  # NDRPDR sel - new1908.1
729         - 33  # NDRPDR sel - new1908.1
730         - 34  # NDRPDR sel - new1908.1
731         - 35  # NDRPDR sel - new1908.1
732         - 36  # NDRPDR sel - new1908.1
733     vpp-performance-changes-3n-skx-ref:
734       csit-vpp-perf-verify-2001-3n-skx:
735         - 69  # NDRPDR sel - new2001.0
736         - 71  # NDRPDR sel - new2001.0
737         - 72  # NDRPDR sel - new2001.0
738         - 76  # NDRPDR sel - new2001.0
739         - 77  # NDRPDR sel - new2001.0
740         - 78  # NDRPDR sel - new2001.0
741         - 80  # NDRPDR sel - new2001.0
742     vpp-performance-changes-3n-skx-cmp:
743       # TODO: Add data:
744       csit-vpp-perf-report-iterative-2005-3n-skx:
745         - 4   # NDRPDR sel
746         - 5   # NDRPDR sel ??? all x710 failed
747         - 33  # NDRPDR sel
748         - 28  # NDRPDR sel
749         - 34  # NDRPDR sel
750         - 36  # NDRPDR sel
751         - 37  # NDRPDR sel
752         - 38  # NDRPDR sel
753         - 39  # NDRPDR sel
754
755     vpp-performance-changes-2n-skx-h1:
756       csit-vpp-perf-verify-1908_1-2n-skx:
757         - 39  # NDRPDR sel - new1908.1
758         - 40  # NDRPDR sel - new1908.1
759         - 41  # NDRPDR sel - new1908.1
760         - 43  # NDRPDR sel - new1908.1
761         - 44  # NDRPDR sel - new1908.1
762         - 45  # NDRPDR sel - new1908.1
763         - 46  # NDRPDR sel - new1908.1
764         - 47  # NDRPDR sel - new1908.1
765         - 48  # NDRPDR sel - new1908.1
766         - 49  # NDRPDR sel - new1908.1
767     vpp-performance-changes-2n-skx-ref:
768       csit-vpp-perf-verify-2001-2n-skx:
769         - 143  # NDRPDR sel - new2001.0
770         - 146  # NDRPDR sel - new2001.0
771         - 147  # NDRPDR sel - new2001.0
772         - 148  # NDRPDR sel - new2001.0
773         - 149  # NDRPDR sel - new2001.0
774         - 150  # NDRPDR sel - new2001.0
775         - 151  # NDRPDR sel - new2001.0
776         - 152  # NDRPDR sel - new2001.0
777         - 153  # NDRPDR sel - new2001.0
778         - 154  # NDRPDR sel - new2001.0
779     vpp-performance-changes-2n-skx-cmp:
780       # TODO: Add data:
781       csit-vpp-perf-report-iterative-2005-2n-skx:
782         - 43  # NDRPDR sel
783         - 38  # NDRPDR sel
784         - 7   # NDRPDR sel
785         - 65  # NDRPDR sel
786         - 47  # NDRPDR sel
787         - 55  # NDRPDR sel
788         - 67  # NDRPDR sel
789
790 #    vpp-performance-changes-nfv-2n-skx-ref:
791 #      csit-vpp-perf-verify-2001-2n-skx:
792 #        - 30  # NFV
793 #        - 31  # NFV
794 #    vpp-performance-changes-nfv-2n-skx-cmp:
795 #      # TODO: Add data:
796 #      csit-vpp-perf-report-iterative-2005-2n-skx:
797 #        - 43  # NDRPDR sel
798 #        - 38  # NDRPDR sel
799 #        - 7   # NDRPDR sel
800
801     vpp-performance-changes-2n-clx-ref:
802       csit-vpp-perf-verify-2001-2n-clx:
803         - 28  # NDRPDR sel
804         - 29  # NDRPDR sel
805         - 32  # NDRPDR sel
806         - 40  # NDRPDR sel
807         - 43  # NDRPDR sel
808         - 44  # NDRPDR sel
809         - 45  # NDRPDR sel
810         - 47  # NDRPDR sel
811         - 48  # NDRPDR sel
812         - 49  # NDRPDR sel
813     vpp-performance-changes-2n-clx-cmp:
814       csit-vpp-perf-report-iterative-2005-2n-clx:
815         - 7   # NDRPDR sel
816         - 38  # NDRPDR sel
817         - 9   # NDRPDR sel
818         - 32  # NDRPDR sel ???
819         - 33  # NDRPDR sel ???
820         - 39  # NDRPDR sel
821         - 40  # NDRPDR sel
822         - 43  # NDRPDR sel
823         - 50  # NDRPDR sel
824         - 51  # NDRPDR sel
825
826     vpp-performance-changes-2n-dnv-h1:
827       csit-vpp-perf-verify-1908-2n-dnv:
828         - 1   # NDRPDR sel
829         - 2   # NDRPDR sel
830         - 3   # NDRPDR sel
831         - 4   # NDRPDR sel
832         - 5   # NDRPDR sel
833         - 6   # NDRPDR sel
834         - 7   # NDRPDR sel
835         - 8   # NDRPDR sel
836         - 9   # NDRPDR sel
837         - 10  # NDRPDR sel
838     vpp-performance-changes-2n-dnv-ref:
839       csit-vpp-perf-verify-2001-2n-dnv:
840         - 4   # NDRPDR sel
841         - 5   # NDRPDR sel
842         - 6   # NDRPDR sel
843         - 7   # NDRPDR sel
844         - 8   # NDRPDR sel
845         - 9   # NDRPDR sel
846         - 10  # NDRPDR sel
847         - 11  # NDRPDR sel
848         - 13  # NDRPDR sel
849         - 16  # NDRPDR sel
850     vpp-performance-changes-2n-dnv-cmp:
851       csit-vpp-perf-report-iterative-2005-2n-dnv:
852         - 3   # NDRPDR sel
853         - 6   # NDRPDR sel
854         - 7   # NDRPDR sel
855         - 8   # NDRPDR sel
856         - 9   # NDRPDR sel
857         - 10  # NDRPDR sel
858         - 11  # NDRPDR sel
859         - 12  # NDRPDR sel
860         - 13  # NDRPDR sel
861         - 14  # NDRPDR sel
862
863     vpp-performance-changes-3n-dnv-h1:
864       csit-vpp-perf-verify-1908-3n-dnv:
865         - 6   # NDRPDR sel
866         - 7   # NDRPDR sel
867         - 8   # NDRPDR sel
868         - 9   # NDRPDR sel
869         - 10  # NDRPDR sel
870         - 12  # NDRPDR sel
871         - 13  # NDRPDR sel
872         - 14  # NDRPDR sel
873         - 15  # NDRPDR sel
874         - 16  # NDRPDR sel
875     vpp-performance-changes-3n-dnv-ref:
876       csit-vpp-perf-verify-2001-3n-dnv:
877         - 5   # NDRPDR sel
878         - 6   # NDRPDR sel
879         - 7   # NDRPDR sel
880         - 8   # NDRPDR sel
881         - 9   # NDRPDR sel
882         - 10  # NDRPDR sel
883         - 12  # NDRPDR sel
884         - 16  # NDRPDR sel
885         - 17  # NDRPDR sel
886         - 18  # NDRPDR sel
887     vpp-performance-changes-3n-dnv-cmp:
888       csit-vpp-perf-report-iterative-2005-3n-dnv:
889         - 2   # NDRPDR sel
890         - 3   # NDRPDR sel
891         - 4   # NDRPDR sel
892         - 5   # NDRPDR sel
893         - 6   # NDRPDR sel
894         - 7   # NDRPDR sel
895         - 9   # NDRPDR sel
896         - 10  # NDRPDR sel
897         - 11  # NDRPDR sel
898         - 12  # NDRPDR sel
899
900     vpp-performance-changes-3n-tsh-h1:
901       csit-vpp-perf-verify-1908-3n-tsh:
902         - 7   # NDRPDR sel
903         - 8   # NDRPDR sel
904         - 9   # NDRPDR sel
905         - 10  # NDRPDR sel
906         - 11  # NDRPDR sel
907         - 12  # NDRPDR sel
908         - 13  # NDRPDR sel
909         - 14  # NDRPDR sel
910         - 15  # NDRPDR sel
911         - 16  # NDRPDR sel
912     vpp-performance-changes-3n-tsh-ref:
913       csit-vpp-perf-verify-2001-3n-tsh:
914         - 3   # NDRPDR sel
915         - 4   # NDRPDR sel
916         - 7   # NDRPDR sel
917         - 8   # NDRPDR sel
918         - 10  # NDRPDR sel
919         - 12  # NDRPDR sel
920         - 13  # NDRPDR sel
921         - 14  # NDRPDR sel
922         - 15  # NDRPDR sel
923         - 21  # NDRPDR sel
924     vpp-performance-changes-3n-tsh-cmp:
925       # TODO: Add data:
926       csit-vpp-perf-report-iterative-2005-3n-tsh:
927         - 9   # NDRPDR sel
928         - 11  # NDRPDR sel
929         - 12  # NDRPDR sel
930
931     vpp-soak-vs-ndr-2n-skx-ref:
932       # TODO: Add data:
933       csit-vpp-perf-report-iterative-2005-2n-skx:
934         - 43  # NDRPDR sel
935         - 38  # NDRPDR sel
936         - 7   # NDRPDR sel
937         - 65  # NDRPDR sel
938         - 47  # NDRPDR sel
939         - 55  # NDRPDR sel
940         - 67  # NDRPDR sel
941     vpp-soak-vs-ndr-2n-skx-cmp:
942       csit-vpp-perf-report-iterative-2005-2n-skx:
943         - 49  # Soak
944         - 54  # Soak
945     vpp-soak-vs-ndr-2n-skx:
946       csit-vpp-perf-report-iterative-2005-2n-skx:
947         - 43  # NDRPDR sel
948         - 38  # NDRPDR sel
949         - 7   # NDRPDR sel
950         - 65  # NDRPDR sel
951         - 47  # NDRPDR sel
952         - 55  # NDRPDR sel
953         - 67  # NDRPDR sel
954         - 49  # Soak
955         - 54  # Soak
956
957     vpp-soak-vs-ndr-2n-clx-ref:
958       csit-vpp-perf-report-iterative-2005-2n-clx:
959         - 7   # NDRPDR sel
960         - 38  # NDRPDR sel
961         - 9   # NDRPDR sel
962         - 32  # NDRPDR sel ???
963         - 33  # NDRPDR sel ???
964         - 39  # NDRPDR sel
965         - 40  # NDRPDR sel
966         - 43  # NDRPDR sel
967         - 50  # NDRPDR sel
968         - 51  # NDRPDR sel
969     vpp-soak-vs-ndr-2n-clx-cmp:
970       csit-vpp-perf-report-iterative-2005-2n-clx:
971         - 44  # Soak
972         - 49  # Soak
973     vpp-soak-vs-ndr-2n-clx:
974       csit-vpp-perf-report-iterative-2005-2n-clx:
975         - 7   # NDRPDR sel
976         - 38  # NDRPDR sel
977         - 9   # NDRPDR sel
978         - 32  # NDRPDR sel ???
979         - 33  # NDRPDR sel ???
980         - 39  # NDRPDR sel
981         - 40  # NDRPDR sel
982         - 43  # NDRPDR sel
983         - 50  # NDRPDR sel
984         - 51  # NDRPDR sel
985         - 44  # Soak
986         - 49  # Soak
987
988     vpp-performance-changes-3n-hsw-mrr-h1:
989       csit-vpp-perf-verify-1908-3n-hsw:
990         - 39  # MRR sel
991     vpp-performance-changes-3n-hsw-mrr-ref:
992       csit-vpp-perf-verify-2001-3n-hsw:
993         - 17  # MRR sel
994     vpp-performance-changes-3n-hsw-mrr-cmp:
995       csit-vpp-perf-report-iterative-2005-3n-hsw:
996         - 13  # MRR
997
998 #    vpp-performance-changes-3n-skx-mrr-h1:
999 #      csit-vpp-perf-verify-1908-3n-skx:
1000 #        - 36  # MRR sel
1001     vpp-performance-changes-3n-skx-mrr-ref:
1002       csit-vpp-perf-verify-2001-3n-skx:
1003         - 50  # MRR sel
1004         - 53  # MRR sel addition
1005     vpp-performance-changes-3n-skx-mrr-cmp:
1006       csit-vpp-perf-report-iterative-2005-3n-skx:
1007         - 6   # MRR sel
1008
1009 #    vpp-performance-changes-2n-skx-mrr-h1:
1010 #      csit-vpp-perf-verify-1908-2n-skx:
1011 #        - 69  # MRR sel
1012     vpp-performance-changes-2n-skx-mrr-ref:
1013       csit-vpp-perf-verify-2001-2n-skx:
1014         - 101 # MRR sel
1015         - 128 # MRR sel addition
1016     vpp-performance-changes-2n-skx-mrr-cmp:
1017       csit-vpp-perf-report-iterative-2005-2n-skx:
1018         - 42  # MRR sel
1019
1020     vpp-performance-changes-2n-clx-mrr-ref:
1021       csit-vpp-perf-verify-2001-2n-clx:
1022         - 39  # MRR
1023     vpp-performance-changes-2n-clx-mrr-cmp:
1024       csit-vpp-perf-report-iterative-2005-2n-clx:
1025         - 12   # MRR
1026
1027 #    vpp-performance-changes-nfv-2n-skx-mrr-ref:
1028 #      csit-vpp-perf-verify-1908-2n-skx:
1029 #        - 71  # NFV MRR
1030 #    vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1031 #      # TODO: Replace
1032 #      # csit-vpp-perf-verify-2001-2n-skx:
1033 #      csit-vpp-perf-verify-1908-2n-skx:
1034 #        - 71  # NFV MRR
1035
1036     vpp-performance-changes-2n-dnv-mrr-h1:
1037       csit-vpp-perf-verify-1908-2n-dnv:
1038         - 11  # MRR sel
1039     vpp-performance-changes-2n-dnv-mrr-ref:
1040       csit-vpp-perf-verify-2001-2n-dnv:
1041         - 12  # MRR sel
1042     vpp-performance-changes-2n-dnv-mrr-cmp:
1043       csit-vpp-perf-report-iterative-2005-2n-dnv:
1044         - 15  # MRR sel
1045
1046     vpp-performance-changes-3n-dnv-mrr-h1:
1047       csit-vpp-perf-verify-1908-3n-dnv:
1048         - 17  # MRR sel
1049     vpp-performance-changes-3n-dnv-mrr-ref:
1050       csit-vpp-perf-verify-2001-3n-dnv:
1051         - 11  # MRR sel
1052     vpp-performance-changes-3n-dnv-mrr-cmp:
1053       csit-vpp-perf-report-iterative-2005-3n-dnv:
1054         - 8   # MRR
1055
1056     vpp-performance-changes-3n-tsh-mrr-h1:
1057       csit-vpp-perf-verify-1908-3n-tsh:
1058         - 17  # MRR sel
1059     vpp-performance-changes-3n-tsh-mrr-ref:
1060       csit-vpp-perf-verify-2001-3n-tsh:
1061         - 9   # MRR sel
1062     vpp-performance-changes-3n-tsh-mrr-cmp:
1063       csit-vpp-perf-report-iterative-2005-3n-tsh:
1064         - 10  # MRR sel
1065
1066     dpdk-performance-changes-3n-hsw-h1:
1067       csit-dpdk-perf-verify-1908-3n-hsw:
1068         - 2   # NDRPDR sel
1069         - 3   # NDRPDR sel
1070         - 4   # NDRPDR sel
1071         - 5   # NDRPDR sel
1072         - 6   # NDRPDR sel
1073         - 7   # NDRPDR sel
1074         - 8   # NDRPDR sel
1075         - 9   # NDRPDR sel
1076         - 10  # NDRPDR sel
1077         - 11  # NDRPDR sel
1078     dpdk-performance-changes-3n-hsw-ref:
1079       csit-dpdk-perf-verify-2001-3n-hsw:
1080         - 4   # NDRPDR sel
1081         - 5   # NDRPDR sel
1082         - 6   # NDRPDR sel
1083         - 7   # NDRPDR sel
1084         - 8   # NDRPDR sel
1085         - 9   # NDRPDR sel
1086         - 10  # NDRPDR sel
1087         - 11  # NDRPDR sel
1088         - 12  # NDRPDR sel
1089         - 13  # NDRPDR sel
1090         - 15  # NDRPDR sel
1091         - 16  # NDRPDR sel
1092         - 17  # NDRPDR sel
1093         - 18  # NDRPDR sel
1094         - 19  # NDRPDR sel
1095         - 20  # NDRPDR sel
1096         - 21  # NDRPDR sel
1097         - 22  # NDRPDR sel
1098         - 23  # NDRPDR sel
1099         - 24  # NDRPDR sel
1100     dpdk-performance-changes-3n-hsw-cmp:
1101       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1102         - 5   # NDRPDR sel
1103         - 6   # NDRPDR sel
1104         - 7   # NDRPDR sel
1105         - 8   # NDRPDR sel
1106         - 9   # NDRPDR sel
1107         - 10  # NDRPDR sel
1108         - 11  # NDRPDR sel
1109         - 12  # NDRPDR sel
1110         - 13  # NDRPDR sel
1111         - 14  # NDRPDR sel
1112
1113     dpdk-performance-changes-3n-skx-h1:
1114       csit-dpdk-perf-verify-1908-3n-skx:
1115         - 3   # NDRPDR sel
1116         - 4   # NDRPDR sel
1117         - 5   # NDRPDR sel
1118         - 6   # NDRPDR sel
1119         - 7   # NDRPDR sel
1120         - 8   # NDRPDR sel
1121         - 9   # NDRPDR sel
1122         - 10  # NDRPDR sel
1123         - 11  # NDRPDR sel
1124         - 12  # NDRPDR sel
1125     dpdk-performance-changes-3n-skx-ref:
1126       csit-dpdk-perf-verify-2001-3n-skx:
1127         - 29  # NDRPDR sel xxv710
1128         - 33  # NDRPDR sel xxv710
1129         - 34  # NDRPDR sel xxv710
1130         - 35  # NDRPDR sel xxv710
1131         - 36  # NDRPDR sel xxv710
1132         - 37  # NDRPDR sel xxv710
1133         - 41  # NDRPDR sel xxv710
1134         - 42  # NDRPDR sel xxv710
1135         - 43  # NDRPDR sel xxv710
1136         - 45  # NDRPDR sel xxv710
1137         - 30  # NDRPDR sel x710
1138         - 31  # NDRPDR sel x710
1139         - 32  # NDRPDR sel x710
1140         - 38  # NDRPDR sel x710
1141         - 39  # NDRPDR sel x710
1142         - 40  # NDRPDR sel x710
1143         - 44  # NDRPDR sel x710
1144         - 46  # NDRPDR sel x710
1145         - 47  # NDRPDR sel x710
1146         - 48  # NDRPDR sel x710
1147     dpdk-performance-changes-3n-skx-cmp:
1148       csit-dpdk-perf-report-iterative-2005-3n-skx:
1149         - 4   # NDRPDR sel
1150         - 5   # NDRPDR sel
1151         - 6   # NDRPDR sel
1152         - 7   # NDRPDR sel
1153         - 8   # NDRPDR sel
1154         - 11  # NDRPDR sel
1155         - 12  # NDRPDR sel
1156         - 13  # NDRPDR sel
1157         - 14  # NDRPDR sel
1158         - 15  # NDRPDR sel
1159
1160     dpdk-performance-changes-2n-skx-h1:
1161       csit-dpdk-perf-verify-1908-2n-skx:
1162         - 2   # NDRPDR sel
1163         - 3   # NDRPDR sel
1164         - 4   # NDRPDR sel
1165         - 5   # NDRPDR sel
1166         - 7   # NDRPDR sel
1167         - 8   # NDRPDR sel
1168         - 9   # NDRPDR sel
1169         - 10  # NDRPDR sel
1170         - 11  # NDRPDR sel
1171         - 12  # NDRPDR sel
1172     dpdk-performance-changes-2n-skx-ref:
1173       csit-dpdk-perf-verify-2001-2n-skx:
1174         - 35  # NDRPDR sel xxv710
1175         - 36  # NDRPDR sel xxv710
1176         - 37  # NDRPDR sel xxv710
1177         - 41  # NDRPDR sel xxv710
1178         - 42  # NDRPDR sel xxv710
1179         - 43  # NDRPDR sel xxv710
1180         - 46  # NDRPDR sel xxv710
1181         - 47  # NDRPDR sel xxv710
1182         - 52  # NDRPDR sel xxv710
1183         - 53  # NDRPDR sel xxv710
1184         - 38  # NDRPDR sel x710
1185         - 39  # NDRPDR sel x710
1186         - 40  # NDRPDR sel x710
1187         - 44  # NDRPDR sel x710
1188         - 45  # NDRPDR sel x710
1189         - 48  # NDRPDR sel x710
1190         - 49  # NDRPDR sel x710
1191         - 50  # NDRPDR sel x710
1192         - 51  # NDRPDR sel x710
1193         - 54  # NDRPDR sel x710
1194     dpdk-performance-changes-2n-skx-cmp:
1195       csit-dpdk-perf-report-iterative-2005-2n-skx:
1196         - 1   # NDRPDR sel
1197         - 2   # NDRPDR sel
1198         - 3   # NDRPDR sel
1199         - 4   # NDRPDR sel
1200         - 5   # NDRPDR sel
1201         - 6   # NDRPDR sel
1202         - 7   # NDRPDR sel
1203         - 8   # NDRPDR sel
1204         - 9   # NDRPDR sel
1205         - 10  # NDRPDR sel
1206
1207     dpdk-performance-changes-2n-clx-ref:
1208       csit-dpdk-perf-verify-2001-2n-clx:
1209         - 15  # NDRPDR sel
1210         - 16  # NDRPDR sel
1211         - 17  # NDRPDR sel
1212         - 18  # NDRPDR sel
1213         - 19  # NDRPDR sel
1214         - 20  # NDRPDR sel
1215         - 21  # NDRPDR sel
1216         - 22  # NDRPDR sel
1217         - 23  # NDRPDR sel
1218         - 24  # NDRPDR sel
1219         - 25  # NDRPDR sel
1220         - 26  # NDRPDR sel
1221         - 27  # NDRPDR sel
1222         - 28  # NDRPDR sel
1223         - 29  # NDRPDR sel
1224         - 30  # NDRPDR sel
1225         - 31  # NDRPDR sel
1226         - 32  # NDRPDR sel
1227         - 33  # NDRPDR sel
1228         - 34  # NDRPDR sel
1229     dpdk-performance-changes-2n-clx-cmp:
1230       csit-dpdk-perf-report-iterative-2005-2n-clx:
1231         - 1   # NDRPDR sel
1232         - 2   # NDRPDR sel
1233         - 3   # NDRPDR sel
1234         - 4   # NDRPDR sel
1235         - 5   # NDRPDR sel
1236         - 6   # NDRPDR sel
1237         - 7   # NDRPDR sel
1238         - 8   # NDRPDR sel
1239         - 9   # NDRPDR sel
1240         - 10  # NDRPDR sel
1241
1242     dpdk-performance-changes-2n-dnv-ref:
1243       csit-dpdk-perf-verify-2001-2n-dnv:
1244         - 9   # NDRPDR sel
1245         - 10  # NDRPDR sel
1246         - 11  # NDRPDR sel
1247         - 12  # NDRPDR sel
1248         - 13  # NDRPDR sel
1249         - 14  # NDRPDR sel
1250         - 15  # NDRPDR sel
1251         - 16  # NDRPDR sel
1252         - 17  # NDRPDR sel
1253         - 18  # NDRPDR sel
1254     dpdk-performance-changes-2n-dnv-cmp:
1255       csit-dpdk-perf-report-iterative-2005-2n-dnv:
1256         - 8   # NDRPDR sel
1257         - 9   # NDRPDR sel
1258         - 10  # NDRPDR sel
1259         - 11  # NDRPDR sel
1260         - 12  # NDRPDR sel
1261         - 13  # NDRPDR sel
1262         - 14  # NDRPDR sel
1263         - 15  # NDRPDR sel
1264         - 16  # NDRPDR sel
1265         - 17  # NDRPDR sel
1266
1267     dpdk-performance-changes-3n-dnv-ref:
1268       csit-dpdk-perf-verify-2001-3n-dnv:
1269         - 12  # NDRPDR sel
1270         - 13  # NDRPDR sel
1271         - 14  # NDRPDR sel
1272         - 15  # NDRPDR sel
1273         - 16  # NDRPDR sel
1274         - 17  # NDRPDR sel
1275         - 18  # NDRPDR sel
1276         - 19  # NDRPDR sel
1277         - 20  # NDRPDR sel
1278         - 22  # NDRPDR sel
1279     dpdk-performance-changes-3n-dnv-cmp:
1280       csit-dpdk-perf-report-iterative-2005-3n-dnv:
1281         - 6   # NDRPDR sel
1282         - 7   # NDRPDR sel
1283         - 8   # NDRPDR sel
1284         - 9   # NDRPDR sel
1285         - 10  # NDRPDR sel
1286         - 11  # NDRPDR sel
1287         - 12  # NDRPDR sel
1288         - 13  # NDRPDR sel
1289         - 14  # NDRPDR sel
1290         - 16  # NDRPDR sel
1291
1292     dpdk-performance-changes-3n-tsh-ref:
1293       csit-dpdk-perf-verify-2001-3n-tsh:
1294         - 3   # NDRPDR sel
1295         - 4   # NDRPDR sel
1296         - 5   # NDRPDR sel
1297         - 9   # NDRPDR sel
1298         - 10  # NDRPDR sel
1299         - 11  # NDRPDR sel
1300         - 12  # NDRPDR sel
1301         - 14  # NDRPDR sel
1302         - 15  # NDRPDR sel
1303         - 18  # NDRPDR sel
1304     dpdk-performance-changes-3n-tsh-cmp:
1305       # TODO: Add data:
1306       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1307         - 5   # NDRPDR sel
1308
1309     # Compare testbeds
1310
1311     vpp-compare-testbeds-ref:
1312       csit-vpp-perf-report-iterative-2005-3n-hsw:
1313         - 3   # NDRPDR sel
1314         - 4   # NDRPDR sel
1315         - 5   # NDRPDR sel
1316         - 10  # NDRPDR sel
1317         - 11  # NDRPDR sel
1318         - 12  # NDRPDR sel
1319         - 15  # NDRPDR sel
1320         - 16  # NDRPDR sel
1321         - 18  # NDRPDR sel
1322         - 19  # NDRPDR sel
1323     vpp-compare-testbeds-cmp:
1324       # TODO: Add data:
1325       csit-vpp-perf-report-iterative-2005-3n-skx:
1326         - 4   # NDRPDR sel
1327         - 5   # NDRPDR sel ??? all x710 failed
1328         - 33  # NDRPDR sel
1329         - 28  # NDRPDR sel
1330         - 34  # NDRPDR sel
1331         - 36  # NDRPDR sel
1332         - 37  # NDRPDR sel
1333         - 38  # NDRPDR sel
1334         - 39  # NDRPDR sel
1335
1336     vpp-compare-testbeds-skx-clx-ref:
1337       # TODO: Add data:
1338       csit-vpp-perf-report-iterative-2005-2n-skx:
1339         - 43  # NDRPDR sel
1340         - 38  # NDRPDR sel
1341         - 7   # NDRPDR sel
1342         - 65  # NDRPDR sel
1343         - 47  # NDRPDR sel
1344         - 55  # NDRPDR sel
1345         - 67  # NDRPDR sel
1346     vpp-compare-testbeds-skx-clx-cmp:
1347       csit-vpp-perf-report-iterative-2005-2n-clx:
1348         - 7   # NDRPDR sel
1349         - 38  # NDRPDR sel
1350         - 9   # NDRPDR sel
1351         - 32  # NDRPDR sel ???
1352         - 33  # NDRPDR sel ???
1353         - 39  # NDRPDR sel
1354         - 40  # NDRPDR sel
1355         - 43  # NDRPDR sel
1356         - 50  # NDRPDR sel
1357         - 51  # NDRPDR sel
1358
1359     vpp-compare-testbeds-hsw-clx-ref:
1360       csit-vpp-perf-report-iterative-2005-3n-hsw:
1361         - 3   # NDRPDR sel
1362         - 4   # NDRPDR sel
1363         - 5   # NDRPDR sel
1364         - 10  # NDRPDR sel
1365         - 11  # NDRPDR sel
1366         - 12  # NDRPDR sel
1367         - 15  # NDRPDR sel
1368         - 16  # NDRPDR sel
1369         - 18  # NDRPDR sel
1370         - 19  # NDRPDR sel
1371     vpp-compare-testbeds-hsw-clx-cmp:
1372       csit-vpp-perf-report-iterative-2005-2n-clx:
1373         - 7   # NDRPDR sel
1374         - 38  # NDRPDR sel
1375         - 9   # NDRPDR sel
1376         - 32  # NDRPDR sel ???
1377         - 33  # NDRPDR sel ???
1378         - 39  # NDRPDR sel
1379         - 40  # NDRPDR sel
1380         - 43  # NDRPDR sel
1381         - 50  # NDRPDR sel
1382         - 51  # NDRPDR sel
1383
1384     vpp-compare-testbeds-mrr-ref:
1385       csit-vpp-perf-report-iterative-2005-3n-hsw:
1386         - 13  # MRR
1387     vpp-compare-testbeds-mrr-cmp:
1388       csit-vpp-perf-report-iterative-2005-3n-skx:
1389         - 6   # MRR sel
1390
1391     vpp-compare-testbeds-mrr-skx-clx-ref:
1392       csit-vpp-perf-report-iterative-2005-2n-skx:
1393         - 42  # MRR sel
1394     vpp-compare-testbeds-mrr-skx-clx-cmp:
1395       csit-vpp-perf-report-iterative-2005-2n-clx:
1396         - 12   # MRR
1397
1398     vpp-compare-testbeds-mrr-hsw-clx-ref:
1399       csit-vpp-perf-report-iterative-2005-3n-hsw:
1400         - 13  # MRR
1401     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1402       csit-vpp-perf-report-iterative-2005-2n-clx:
1403         - 12   # MRR
1404
1405     dpdk-compare-testbeds-ref:
1406       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1407         - 5   # NDRPDR sel
1408         - 6   # NDRPDR sel
1409         - 7   # NDRPDR sel
1410         - 8   # NDRPDR sel
1411         - 9   # NDRPDR sel
1412         - 10  # NDRPDR sel
1413         - 11  # NDRPDR sel
1414         - 12  # NDRPDR sel
1415         - 13  # NDRPDR sel
1416         - 14  # NDRPDR sel
1417     dpdk-compare-testbeds-cmp:
1418       csit-dpdk-perf-report-iterative-2005-3n-skx:
1419         - 4   # NDRPDR sel
1420         - 5   # NDRPDR sel
1421         - 6   # NDRPDR sel
1422         - 7   # NDRPDR sel
1423         - 8   # NDRPDR sel
1424         - 11  # NDRPDR sel
1425         - 12  # NDRPDR sel
1426         - 13  # NDRPDR sel
1427         - 14  # NDRPDR sel
1428         - 15  # NDRPDR sel
1429
1430     dpdk-compare-testbeds-skx-clx-ref:
1431       csit-dpdk-perf-report-iterative-2005-2n-skx:
1432         - 1   # NDRPDR sel
1433         - 2   # NDRPDR sel
1434         - 3   # NDRPDR sel
1435         - 4   # NDRPDR sel
1436         - 5   # NDRPDR sel
1437         - 6   # NDRPDR sel
1438         - 7   # NDRPDR sel
1439         - 8   # NDRPDR sel
1440         - 9   # NDRPDR sel
1441         - 10  # NDRPDR sel
1442     dpdk-compare-testbeds-skx-clx-cmp:
1443       csit-dpdk-perf-report-iterative-2005-2n-clx:
1444         - 1   # NDRPDR sel
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     # Compare topologies
1456
1457     vpp-compare-topologies-ref:
1458       # TODO: Add data:
1459       csit-vpp-perf-report-iterative-2005-3n-skx:
1460         - 4   # NDRPDR sel
1461         - 5   # NDRPDR sel ??? all x710 failed
1462         - 33  # NDRPDR sel
1463         - 28  # NDRPDR sel
1464         - 34  # NDRPDR sel
1465         - 36  # NDRPDR sel
1466         - 37  # NDRPDR sel
1467         - 38  # NDRPDR sel
1468         - 39  # NDRPDR sel
1469     vpp-compare-topologies-cmp:
1470       # TODO: Add data:
1471       csit-vpp-perf-report-iterative-2005-2n-skx:
1472         - 43  # NDRPDR sel
1473         - 38  # NDRPDR sel
1474         - 7   # NDRPDR sel
1475         - 65  # NDRPDR sel
1476         - 47  # NDRPDR sel
1477         - 55  # NDRPDR sel
1478         - 67  # NDRPDR sel
1479
1480     vpp-compare-topologies-mrr-ref:
1481       csit-vpp-perf-report-iterative-2005-3n-skx:
1482         - 6   # MRR sel
1483     vpp-compare-topologies-mrr-cmp:
1484       csit-vpp-perf-report-iterative-2005-2n-skx:
1485         - 42  # MRR sel
1486
1487     dpdk-compare-topologies-ref:
1488       csit-dpdk-perf-report-iterative-2005-3n-skx:
1489         - 4   # NDRPDR sel
1490         - 5   # NDRPDR sel
1491         - 6   # NDRPDR sel
1492         - 7   # NDRPDR sel
1493         - 8   # NDRPDR sel
1494         - 11  # NDRPDR sel
1495         - 12  # NDRPDR sel
1496         - 13  # NDRPDR sel
1497         - 14  # NDRPDR sel
1498         - 15  # NDRPDR sel
1499     dpdk-compare-topologies-cmp:
1500       csit-dpdk-perf-report-iterative-2005-2n-skx:
1501         - 1   # NDRPDR sel
1502         - 2   # NDRPDR sel
1503         - 3   # NDRPDR sel
1504         - 4   # NDRPDR sel
1505         - 5   # NDRPDR sel
1506         - 6   # NDRPDR sel
1507         - 7   # NDRPDR sel
1508         - 8   # NDRPDR sel
1509         - 9   # NDRPDR sel
1510         - 10  # NDRPDR sel
1511
1512   plot-layouts:
1513
1514     plot-soak-throughput:
1515       titlefont:
1516         size: 18
1517       xaxis:
1518         title: "<b>Test Cases [Index]</b>"
1519         titlefont:
1520           size: 16
1521         autorange: True
1522         fixedrange: False
1523         gridcolor: "rgb(230, 230, 230)"
1524         linecolor: "rgb(220, 220, 220)"
1525         linewidth: 1
1526         showgrid: True
1527         showline: True
1528         showticklabels: True
1529         tickcolor: "rgb(220, 220, 220)"
1530         tickmode: "linear"
1531         tickfont:
1532           size: 16
1533         zeroline: False
1534       yaxis:
1535         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1536         titlefont:
1537           size: 16
1538         gridcolor: "rgb(230, 230, 230)"
1539         hoverformat: ".4r"
1540         tickformat: ".3r"
1541         linecolor: "rgb(220, 220, 220)"
1542         linewidth: 1
1543         showgrid: True
1544         showline: True
1545         showticklabels: True
1546         tickcolor: "rgb(220, 220, 220)"
1547         tickfont:
1548           size: 16
1549         zeroline: False
1550         range: [0,50]
1551       autosize: False
1552       margin:
1553         t: 50
1554         b: 0
1555         l: 80
1556         r: 20
1557       showlegend: True
1558       legend:
1559         orientation: "h"
1560         font:
1561           size: 16
1562       width: 700
1563       height: 900
1564       paper_bgcolor: "#fff"
1565       plot_bgcolor: "#fff"
1566       hoverlabel:
1567         namelength: -1
1568
1569     plot-service-density:
1570       titlefont:
1571         size: 18
1572       xaxis:
1573         side: "top"
1574         autorange: True
1575         fixedrange: False
1576         showgrid: False
1577         showline: False
1578         showticklabels: False
1579         ticks: ""
1580         ticklen: 0
1581         tickwidth: 0
1582         zeroline: False
1583       yaxis:
1584         autorange: "reversed"
1585         showgrid: False
1586         showline: False
1587         showticklabels: False
1588         ticks: ""
1589         ticklen: 0
1590         tickwidth: 0
1591         zeroline: False
1592       showlegend: False
1593       paper_bgcolor: "#fff"
1594       plot_bgcolor: "#fff"
1595       width: 700
1596       height: 700
1597       hoverlabel:
1598         namelength: -1
1599
1600 #    plot-cps:
1601 #      titlefont:
1602 #        size: 18
1603 #      xaxis:
1604 #        title: "<b>Test Cases [Index]</b>"
1605 #        titlefont:
1606 #          size: 16
1607 #        autorange: True
1608 #        fixedrange: False
1609 #        gridcolor: "rgb(230, 230, 230)"
1610 #        linecolor: "rgb(220, 220, 220)"
1611 #        linewidth: 1
1612 #        showgrid: True
1613 #        showline: True
1614 #        showticklabels: True
1615 #        tickcolor: "rgb(220, 220, 220)"
1616 #        tickmode: "linear"
1617 #        tickfont:
1618 #          size: 16
1619 #        zeroline: False
1620 #      yaxis:
1621 #        title: "<b>Connections Per Second [cps]</b>"
1622 #        titlefont:
1623 #          size: 16
1624 #        gridcolor: "rgb(230, 230, 230)"
1625 #        hoverformat: ".4s"
1626 #        linecolor: "rgb(220, 220, 220)"
1627 #        linewidth: 1
1628 #        rangemode: "tozero"
1629 #        showgrid: True
1630 #        showline: True
1631 #        showticklabels: True
1632 #        tickcolor: "rgb(220, 220, 220)"
1633 #        tickformat: ".3s"
1634 #        tickfont:
1635 #          size: 16
1636 #        zeroline: False
1637 #      boxmode: "group"
1638 #      boxgroupgap: 0.5
1639 #      autosize: False
1640 #      margin:
1641 #        t: 50
1642 #        b: 20
1643 #        l: 80
1644 #        r: 20
1645 #      showlegend: True
1646 #      legend:
1647 #        orientation: "h"
1648 #        font:
1649 #          size: 16
1650 #      width: 700
1651 #      height: 800
1652 #      paper_bgcolor: "#fff"
1653 #      plot_bgcolor: "#fff"
1654 #      hoverlabel:
1655 #        namelength: -1
1656 #
1657 #    plot-rps:
1658 #      titlefont:
1659 #        size: 18
1660 #      xaxis:
1661 #        title: "<b>Test Cases [Index]</b>"
1662 #        titlefont:
1663 #          size: 16
1664 #        autorange: True
1665 #        fixedrange: False
1666 #        gridcolor: "rgb(230, 230, 230)"
1667 #        linecolor: "rgb(220, 220, 220)"
1668 #        linewidth: 1
1669 #        showgrid: True
1670 #        showline: True
1671 #        showticklabels: True
1672 #        tickcolor: "rgb(220, 220, 220)"
1673 #        tickmode: "linear"
1674 #        tickfont:
1675 #          size: 16
1676 #        zeroline: False
1677 #      yaxis:
1678 #        title: "<b>Requests Per Second [rps]</b>"
1679 #        titlefont:
1680 #          size: 16
1681 #        gridcolor: "rgb(230, 230, 230)"
1682 #        hoverformat: ".4s"
1683 #        linecolor: "rgb(220, 220, 220)"
1684 #        linewidth: 1
1685 #        rangemode: "tozero"
1686 #        showgrid: True
1687 #        showline: True
1688 #        showticklabels: True
1689 #        tickcolor: "rgb(230, 230, 230)"
1690 #        tickformat: ".3s"
1691 #        tickfont:
1692 #          size: 16
1693 #        zeroline: False
1694 #      boxmode: "group"
1695 #      boxgroupgap: 0.5
1696 #      autosize: False
1697 #      margin:
1698 #        t: 50
1699 #        b: 20
1700 #        l: 80
1701 #        r: 20
1702 #      showlegend: True
1703 #      legend:
1704 #        orientation: "h"
1705 #        font:
1706 #          size: 16
1707 #      width: 700
1708 #      height: 800
1709 #      paper_bgcolor: "#fff"
1710 #      plot_bgcolor: "#fff"
1711 #      hoverlabel:
1712 #        namelength: -1
1713
1714     plot-hoststack:
1715       titlefont:
1716         size: 16
1717       xaxis:
1718         title: "<b>Test Cases [Index]</b>"
1719         titlefont:
1720           size: 14
1721         autorange: True
1722         fixedrange: False
1723         gridcolor: "rgb(230, 230, 230)"
1724         linecolor: "rgb(220, 220, 220)"
1725         linewidth: 1
1726         showgrid: True
1727         showline: True
1728         showticklabels: True
1729         tickcolor: "rgb(220, 220, 220)"
1730         tickmode: "linear"
1731         tickfont:
1732           size: 14
1733         zeroline: False
1734       yaxis:
1735         title: "<b>Bandwidth [Gbps]</b>"
1736         titlefont:
1737           size: 14
1738         gridcolor: "rgb(230, 230, 230)"
1739         hoverformat: ".4s"
1740         linecolor: "rgb(220, 220, 220)"
1741         linewidth: 1
1742         rangemode: "tozero"
1743         showgrid: True
1744         showline: True
1745         showticklabels: True
1746         tickcolor: "rgb(230, 230, 230)"
1747         tickformat: ".3s"
1748         tickfont:
1749           size: 14
1750         zeroline: False
1751       boxmode: "group"
1752       boxgroupgap: 0.5
1753       autosize: False
1754       margin:
1755         t: 50
1756         b: 20
1757         l: 80
1758         r: 20
1759       showlegend: True
1760       legend:
1761         orientation: "h"
1762         font:
1763           size: 14
1764       width: 700
1765       height: 800
1766       paper_bgcolor: "#fff"
1767       plot_bgcolor: "#fff"
1768       hoverlabel:
1769         namelength: -1
1770
1771     plot-throughput:
1772       titlefont:
1773         size: 18
1774       xaxis:
1775         title: "<b>Test Cases [Index]</b>"
1776         titlefont:
1777           size: 16
1778         autorange: True
1779         fixedrange: False
1780         gridcolor: "rgb(230, 230, 230)"
1781         linecolor: "rgb(220, 220, 220)"
1782         linewidth: 1
1783         showgrid: True
1784         showline: True
1785         showticklabels: True
1786         tickcolor: "rgb(220, 220, 220)"
1787         tickmode: "linear"
1788         tickfont:
1789           size: 16
1790         zeroline: False
1791       yaxis:
1792         title: "<b>Packet Throughput [Mpps]</b>"
1793         titlefont:
1794           size: 16
1795         gridcolor: "rgb(230, 230, 230)"
1796         hoverformat: ".4r"
1797         tickformat: ".3r"
1798         linecolor: "rgb(220, 220, 220)"
1799         linewidth: 1
1800         showgrid: True
1801         showline: True
1802         showticklabels: True
1803         tickcolor: "rgb(220, 220, 220)"
1804         tickfont:
1805           size: 16
1806         zeroline: False
1807         range: [0,50]
1808       autosize: False
1809       margin:
1810         t: 50
1811         b: 0
1812         l: 80
1813         r: 20
1814       showlegend: True
1815       legend:
1816         orientation: "h"
1817         font:
1818           size: 16
1819       width: 700
1820       height: 900
1821       paper_bgcolor: "#fff"
1822       plot_bgcolor: "#fff"
1823       hoverlabel:
1824         namelength: -1
1825
1826     plot-throughput-speedup-analysis:
1827       titlefont:
1828         size: 18
1829       xaxis:
1830         title: "<b>Number of Cores [Qty]</b>"
1831         titlefont:
1832           size: 16
1833         autorange: True
1834         fixedrange: False
1835         gridcolor: "rgb(230, 230, 230)"
1836         linecolor: "rgb(220, 220, 220)"
1837         linewidth: 1
1838         showgrid: True
1839         showline: True
1840         showticklabels: True
1841         tickcolor: "rgb(238, 238, 238)"
1842         tickmode: "linear"
1843         tickfont:
1844           size: 16
1845         zeroline: False
1846       yaxis:
1847         title: "<b>Packet Throughput [Mpps]</b>"
1848         titlefont:
1849           size: 16
1850         type: "linear"
1851         gridcolor: "rgb(230, 230, 230)"
1852         hoverformat: ".4s"
1853         linecolor: "rgb(220, 220, 220)"
1854         linewidth: 1
1855         showgrid: True
1856         showline: True
1857         showticklabels: True
1858         tickcolor: "rgb(220, 220, 220)"
1859         tickformat: ".4s"
1860         tickfont:
1861           size: 16
1862         zeroline: True
1863         rangemode: "tozero"
1864         range: [0,100]
1865       legend:
1866         orientation: "h"
1867         font:
1868           size: 16
1869         xanchor: "left"
1870         yanchor: "top"
1871         x: 0
1872         y: -0.2
1873         bgcolor: "rgba(255, 255, 255, 0)"
1874         bordercolor: "rgba(255, 255, 255, 0)"
1875         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1876       autosize: False
1877       margin:
1878           't': 50
1879           'b': 150
1880           'l': 85
1881           'r': 10
1882       showlegend: True
1883       width: 700
1884       height: 700
1885       paper_bgcolor: "#fff"
1886       plot_bgcolor: "#fff"
1887       hoverlabel:
1888         namelength: -1
1889       annotations: [
1890         {
1891           text: "_ _          __          ...",
1892           align: "left",
1893           showarrow: False,
1894           xref: "paper",
1895           yref: "paper",
1896           xanchor: "left",
1897           yanchor: "top",
1898           x: 0,
1899           y: -0.13,
1900           font: {
1901             family: "Consolas, Courier New",
1902             size: 15
1903           },
1904         },
1905         {
1906           text: "    Perfect     Measured     Limit",
1907           align: "left",
1908           showarrow: False,
1909           xref: "paper",
1910           yref: "paper",
1911           xanchor: "left",
1912           yanchor: "top",
1913           x: 0,
1914           y: -0.15,
1915           font: {
1916             family: "Consolas, Courier New",
1917             size: 15
1918           },
1919         },
1920       ]
1921
1922     plot-latency:
1923       titlefont:
1924         size: 18
1925       xaxis:
1926         title: "<b>Direction</b>"
1927         titlefont:
1928           size: 16
1929         autorange: True
1930         fixedrange: False
1931         gridcolor: "rgb(230, 230, 230)"
1932         linecolor: "rgb(220, 220, 220)"
1933         linewidth: 1
1934         showgrid: True
1935         showline: True
1936         showticklabels: False
1937         tickcolor: "rgb(220, 220, 220)"
1938         tickmode: "linear"
1939         tickfont:
1940           size: 16
1941         zeroline: False
1942       yaxis:
1943         title: "<b>Packet Latency [uSec]</b>"
1944         titlefont:
1945           size: 16
1946         type: "linear"
1947         gridcolor: "rgb(230, 230, 230)"
1948         hoverformat: ".4s"
1949         linecolor: "rgb(220, 220, 220)"
1950         linewidth: 1
1951         showgrid: True
1952         showline: True
1953         showticklabels: True
1954         tickcolor: "rgb(220, 220, 220)"
1955         tickformat: ".4s"
1956         tickfont:
1957           size: 16
1958         zeroline: True
1959         rangemode: "tozero"
1960       legend:
1961         orientation: "h"
1962         font:
1963           size: 16
1964         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1965       autosize: False
1966       margin:
1967           't': 50
1968           'b': 150
1969           'l': 80
1970           'r': 10
1971       showlegend: True
1972       width: 700
1973       height: 700
1974       paper_bgcolor: "#fff"
1975       plot_bgcolor: "#fff"
1976       hoverlabel:
1977         namelength: -1
1978
1979     plot-hdrh-latency:
1980       title:
1981         text: ""
1982         xanchor: "center"
1983         x: 0.5
1984         font:
1985           size: 16
1986       width: 700
1987       plot_bgcolor: "white"
1988       annotations:
1989         - font:
1990             size: 14
1991           showarrow: False
1992           text: "<b>Packet Latency [uSec]</b>"
1993           x: 1
1994           xanchor: "right"
1995           xref: "paper"
1996           y: -0.045
1997           yanchor: "top"
1998           yref: "paper"
1999         - font:
2000             size: 14
2001           showarrow: False
2002           text: "<b>Probability [%]</b>"
2003           textangle: 270
2004           x: -0.06
2005           xanchor: "center"
2006           xref: "paper"
2007           y: 0.5
2008           yanchor: "middle"
2009           yref: "paper"
2010         - font:
2011             size: 14
2012           showarrow: False
2013           text: "<b>Direction: E-W</b>"
2014           x: 0.24
2015           xanchor: "center"
2016           xref: "paper"
2017           y: 1.05
2018           yanchor: "bottom"
2019           yref: "paper"
2020         - font:
2021             size: 14
2022           showarrow: False
2023           text: "<b>Direction: W-E</b>"
2024           x: 0.74
2025           xanchor: "center"
2026           xref: "paper"
2027           y: 1.05
2028           yanchor: "bottom"
2029           yref: "paper"
2030
2031     plot-hdrh-latency-percentile:
2032       title:
2033         text: ""
2034         xanchor: "center"
2035         x: 0.5
2036         font:
2037           size: 18
2038       xaxis:
2039         type: "log"
2040         title: "<b>Percentile [%]</b>"
2041         titlefont:
2042           size: 16
2043         autorange: True
2044         fixedrange: False
2045         gridcolor: "rgb(230, 230, 230)"
2046         linecolor: "rgb(220, 220, 220)"
2047         linewidth: 1
2048         showgrid: True
2049         showline: True
2050         showticklabels: True
2051         tickcolor: "rgb(220, 220, 220)"
2052         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2053         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2054         tickfont:
2055           size: 16
2056       yaxis:
2057         title: "<b>Packet Latency [uSec]</b>"
2058         titlefont:
2059           size: 16
2060         gridcolor: "rgb(230, 230, 230)"
2061         linecolor: "rgb(220, 220, 220)"
2062         linewidth: 1
2063         showgrid: True
2064         showline: True
2065         showticklabels: True
2066         tickcolor: "rgb(220, 220, 220)"
2067         tickfont:
2068           size: 16
2069       autosize: False
2070       showlegend: True
2071       legend:
2072         traceorder: "normal"
2073         orientation: "h"
2074         font:
2075           size: 16
2076         xanchor: "left"
2077         yanchor: "top"
2078         x: 0
2079         y: -0.15
2080         bgcolor: "rgba(255, 255, 255, 0)"
2081         bordercolor: "rgba(255, 255, 255, 0)"
2082       width: 700
2083       height: 700
2084       paper_bgcolor: "white"
2085       plot_bgcolor: "white"
2086
2087     plot-hdrh-latency-by-percentile:
2088       title:
2089         text: "<b>Latency by Percentile Distribution</b>"
2090         xanchor: "center"
2091         x: 0.5
2092         font:
2093           size: 18
2094       showlegend: True
2095       legend:
2096         traceorder: "normal"
2097         orientation: "h"
2098         font:
2099           size: 16
2100         xanchor: "left"
2101         yanchor: "top"
2102         x: 0
2103         y: -0.2
2104         bgcolor: "rgba(255, 255, 255, 0)"
2105         bordercolor: "rgba(255, 255, 255, 0)"
2106       xaxis:
2107         type: "linear"
2108         title: "<b>Percentile [%]</b>"
2109         titlefont:
2110           size: 14
2111         autorange: False
2112         fixedrange: False
2113         range: [0, 100]
2114         gridcolor: "rgb(230, 230, 230)"
2115         linecolor: "rgb(220, 220, 220)"
2116         linewidth: 1
2117         showgrid: True
2118         showline: True
2119         showticklabels: True
2120         tickcolor: "rgb(220, 220, 220)"
2121         tickvals: [0, 25, 50, 75, 100]
2122         ticktext: [0, 25, 50, 75, 100]
2123         tickfont:
2124           size: 14
2125       yaxis:
2126         title: "<b>One-Way Latency per Direction [uSec]</b>"
2127         titlefont:
2128           size: 14
2129         gridcolor: "rgb(230, 230, 230)"
2130         linecolor: "rgb(220, 220, 220)"
2131         linewidth: 1
2132         showgrid: True
2133         showline: True
2134         showticklabels: True
2135         tickcolor: "rgb(220, 220, 220)"
2136         tickfont:
2137           size: 14
2138       width: 700
2139       height: 700
2140       paper_bgcolor: "white"
2141       plot_bgcolor: "white"
2142
2143 - type: "static"
2144   src-path: "{DIR[RST]}"
2145   dst-path: "{DIR[WORKING,SRC]}"
2146
2147 - type: "input"
2148   general:
2149     file-name: "output_info.xml.gz"
2150     file-format: ".gz"
2151     arch-file-format:
2152       - ".gz"
2153       - ".zip"
2154     download-path: "{job}/{build}/archives/{filename}"
2155     extract: "output.xml"
2156
2157     zip-file-name: "robot-plugin.zip"
2158     zip-file-format: ".zip"
2159     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2160     zip-extract: "robot-plugin/output.xml"
2161
2162   builds:
2163
2164     csit-vpp-perf-verify-1908-3n-hsw:
2165       - 12  # NDRPDR sel
2166       - 13  # NDRPDR sel
2167       - 14  # NDRPDR sel
2168       - 15  # NDRPDR sel
2169       - 16  # NDRPDR sel
2170       - 17  # NDRPDR sel
2171       - 18  # NDRPDR sel
2172       - 19  # NDRPDR sel
2173       - 20  # NDRPDR sel
2174       - 21  # NDRPDR sel
2175       - 39  # MRR sel
2176     csit-vpp-perf-verify-2001-3n-hsw:
2177       - 21  # NDRPDR sel
2178       - 22  # NDRPDR sel
2179       - 23  # NDRPDR sel
2180       - 24  # NDRPDR sel
2181       - 25  # NDRPDR sel
2182       - 29  # NDRPDR sel
2183       - 30  # NDRPDR sel
2184       - 31  # NDRPDR sel
2185       - 32  # NDRPDR sel
2186       - 34  # NDRPDR sel
2187       - 17  # MRR sel
2188     csit-vpp-perf-report-iterative-2005-3n-hsw:
2189       - 3   # NDRPDR sel
2190       - 4   # NDRPDR sel
2191       - 5   # NDRPDR sel
2192       - 10  # NDRPDR sel
2193       - 11  # NDRPDR sel
2194       - 12  # NDRPDR sel
2195       - 15  # NDRPDR sel
2196       - 16  # NDRPDR sel
2197       - 18  # NDRPDR sel
2198       - 19  # NDRPDR sel
2199       - 13  # MRR
2200     csit-vpp-perf-verify-2005-3n-hsw:
2201       - 3   # hoststack
2202       - 5   # hoststack
2203       - 6   # hoststack
2204       - 7   # hoststack
2205       - 8   # hoststack
2206       - 9   # hoststack
2207       - 10  # hoststack
2208       - 11  # hoststack
2209       - 12  # hoststack
2210       - 13  # hoststack
2211     csit-vpp-perf-report-coverage-2005-3n-hsw:
2212       - 1   # perf-full-3n-dnv-crypto_I
2213       - 7   # perf-full-3n-hsw-crypto_II
2214       - 3   # perf-full-3n-hsw-crypto_III
2215       - 4   # perf-full-3n-dnv-crypto_IV
2216       - 5   # perf-full-3n-hsw-ip4_I
2217       - 6   # perf-full-3n-hsw-ip4_II
2218       - 8   # perf-full-3n-hsw-ip4_III
2219       - 9   # perf-full-3n-hsw-ip4_IV
2220       - 10  # perf-full-3n-hsw-ip4_V
2221       - 26  # perf-full-3n-hsw-ip4_VI
2222       - 18  # perf-full-3n-hsw-ip4_VII
2223       - 27  # perf-full-3n-hsw-ip4_VIII
2224       - 28  # perf-full-3n-hsw-ip4_IX
2225       - 29  # perf-full-3n-hsw-ip6_I
2226       - 35  # perf-full-3n-hsw-ip6_II
2227       - 42  # perf-full-3n-hsw-l2_I
2228       - 33  # perf-full-3n-hsw-l2_II
2229       - 37  # perf-full-3n-hsw-l2_III
2230       - 45  # perf-full-3n-hsw-l2_IV
2231       - 43  # perf-full-3n-hsw-l2_V
2232       - 40  # perf-full-3n-hsw-l2_VI
2233       - 44  # perf-full-3n-hsw-l2_VII
2234       - 51  # perf-full-3n-hsw-l2_VIII
2235       - 50  # perf-full-3n-hsw-l2_IX
2236       - 52  # perf-full-3n-hsw-l2_X
2237       - 53  # perf-full-3n-hsw-l2_XI
2238       - 54  # perf-full-3n-hsw-memif
2239       - 55  # perf-full-3n-hsw-ip4tunnels-I
2240       - 56  # perf-full-3n-hsw-ip4tunnels-II
2241       - 57  # perf-full-3n-hsw-ip4tunnels-III
2242       - 58  # perf-full-3n-hsw-ip6tunnels-I
2243       - 59  # perf-full-3n-hsw-srv6-I
2244       - 60  # perf-full-3n-hsw-srv6-II
2245       - 61  # perf-full-3n-hsw-vhost-I
2246       - 62  # perf-full-3n-hsw-vhost-II
2247       - 63  # perf-full-3n-hsw-vhost-III
2248
2249     csit-vpp-perf-verify-1908_1-3n-skx:
2250       - 26  # NDRPDR sel - new1908.1
2251       - 27  # NDRPDR sel - new1908.1
2252       - 28  # NDRPDR sel - new1908.1
2253       - 29  # NDRPDR sel - new1908.1
2254       - 30  # NDRPDR sel - new1908.1
2255       - 31  # NDRPDR sel - new1908.1
2256       - 33  # NDRPDR sel - new1908.1
2257       - 34  # NDRPDR sel - new1908.1
2258       - 35  # NDRPDR sel - new1908.1
2259       - 36  # NDRPDR sel - new1908.1
2260     csit-vpp-perf-verify-2001-3n-skx:
2261       - 69  # NDRPDR sel - new2001.0
2262       - 71  # NDRPDR sel - new2001.0
2263       - 72  # NDRPDR sel - new2001.0
2264       - 76  # NDRPDR sel - new2001.0
2265       - 77  # NDRPDR sel - new2001.0
2266       - 78  # NDRPDR sel - new2001.0
2267       - 80  # NDRPDR sel - new2001.0
2268       - 50  # MRR sel
2269       - 53  # MRR sel addition
2270     # TODO: Add data:
2271     csit-vpp-perf-report-iterative-2005-3n-skx:
2272       - 4   # NDRPDR sel
2273       - 5   # NDRPDR sel ??? all x710 failed
2274       - 33  # NDRPDR sel
2275       - 28  # NDRPDR sel
2276       - 34  # NDRPDR sel
2277       - 36  # NDRPDR sel
2278       - 37  # NDRPDR sel
2279       - 38  # NDRPDR sel
2280       - 39  # NDRPDR sel
2281       - 6   # MRR sel
2282     csit-vpp-perf-report-coverage-2005-3n-skx:
2283       - 10  # perf-full-3n-skx-crypto_I
2284       - 14  # perf-full-3n-skx-ip4_II
2285       - 7   # perf-full-3n-skx-ip4_III
2286
2287     csit-vpp-perf-verify-1908_1-2n-skx:
2288       - 39  # NDRPDR sel - new1908.1
2289       - 40  # NDRPDR sel - new1908.1
2290       - 41  # NDRPDR sel - new1908.1
2291       - 43  # NDRPDR sel - new1908.1
2292       - 44  # NDRPDR sel - new1908.1
2293       - 45  # NDRPDR sel - new1908.1
2294       - 46  # NDRPDR sel - new1908.1
2295       - 47  # NDRPDR sel - new1908.1
2296       - 48  # NDRPDR sel - new1908.1
2297       - 49  # NDRPDR sel - new1908.1
2298     csit-vpp-perf-verify-2001-2n-skx:
2299       - 143  # NDRPDR sel - new2001.0
2300       - 146  # NDRPDR sel - new2001.0
2301       - 147  # NDRPDR sel - new2001.0
2302       - 148  # NDRPDR sel - new2001.0
2303       - 149  # NDRPDR sel - new2001.0
2304       - 150  # NDRPDR sel - new2001.0
2305       - 151  # NDRPDR sel - new2001.0
2306       - 152  # NDRPDR sel - new2001.0
2307       - 153  # NDRPDR sel - new2001.0
2308       - 154  # NDRPDR sel - new2001.0
2309       - 101  # MRR sel - old
2310       - 128  # MRR sel addition - old
2311     # TODO: Add data:
2312     csit-vpp-perf-report-iterative-2005-2n-skx:
2313       - 43  # NDRPDR sel
2314       - 38  # NDRPDR sel
2315       - 7   # NDRPDR sel
2316       - 65  # NDRPDR sel
2317       - 47  # NDRPDR sel
2318       - 55  # NDRPDR sel
2319       - 67  # NDRPDR sel
2320       - 42  # MRR sel
2321       - 48  # Reconf
2322       - 50  # Reconf
2323       - 51  # Reconf
2324       - 52  # Reconf
2325       - 53  # Reconf
2326       - 60  # Reconf
2327       - 70  # Reconf
2328       - 71  # Reconf
2329       - 63  # Reconf
2330       - 66  # Reconf
2331       - 49  # Soak
2332       - 54  # Soak
2333 #    csit-vpp-perf-report-coverage-2005-2n-skx:
2334 #      -
2335
2336     csit-vpp-perf-verify-1908_1-2n-clx:
2337       - 5  # NDRPDR sel
2338       - 6  # NDRPDR sel
2339       - 7  # NDRPDR sel
2340       - 8  # NDRPDR sel
2341       - 9  # NDRPDR sel
2342     csit-vpp-perf-verify-2001-2n-clx:
2343       - 28  # NDRPDR sel
2344       - 29  # NDRPDR sel
2345       - 32  # NDRPDR sel
2346       - 40  # NDRPDR sel
2347       - 43  # NDRPDR sel
2348       - 44  # NDRPDR sel
2349       - 45  # NDRPDR sel
2350       - 47  # NDRPDR sel
2351       - 48  # NDRPDR sel
2352       - 49  # NDRPDR sel
2353       - 39  # MRR
2354     # TODO: Add data:
2355     csit-vpp-perf-report-iterative-2005-2n-clx:
2356       - 7   # NDRPDR sel
2357       - 38  # NDRPDR sel
2358       - 9   # NDRPDR sel
2359       - 32  # NDRPDR sel ???
2360       - 33  # NDRPDR sel ???
2361       - 39  # NDRPDR sel
2362       - 40  # NDRPDR sel
2363       - 43  # NDRPDR sel
2364       - 50  # NDRPDR sel
2365       - 51  # NDRPDR sel
2366       - 12  # MRR
2367       - 42  # Reconf
2368       - 45  # Reconf
2369       - 46  # Reconf
2370       - 47  # Reconf
2371       - 48  # Reconf
2372       - 52  # Reconf
2373       - 53  # Reconf
2374       - 54  # Reconf
2375       - 55  # Reconf
2376       - 56  # Reconf
2377       - 44  # Soak
2378       - 49  # Soak
2379     # TODO: Add data:
2380     csit-vpp-perf-report-coverage-2005-2n-clx:
2381       - 21  # perf-full-2n-clx-ip4_I
2382       - 2   # perf-full-2n-clx-ip4_II
2383       - 3   # perf-full-2n-clx-ip4_III
2384       - 4   # perf-full-2n-clx-ip4_IV
2385       - 5   # perf-full-2n-clx-ip4_V
2386       - 6   # perf-full-2n-clx-ip4_VI
2387       - 7   # perf-full-2n-clx-ip6_I
2388       - 16  # perf-full-2n-clx-ip6_II
2389       - 10  # perf-full-2n-clx-l2_II
2390       - 11  # perf-full-2n-clx-memif
2391       - 12  # perf-full-2n-clx-loadbalancer
2392       - 13  # perf-full-2n-clx-vhost I
2393       - 22  # perf-full-2n-clx-vhost II
2394       - 15  # perf-full-2n-clx-vts
2395
2396     csit-vpp-perf-verify-1908-3n-tsh:
2397       - 7   # NDRPDR sel
2398       - 8   # NDRPDR sel
2399       - 9   # NDRPDR sel
2400       - 10  # NDRPDR sel
2401       - 11  # NDRPDR sel
2402       - 12  # NDRPDR sel
2403       - 13  # NDRPDR sel
2404       - 14  # NDRPDR sel
2405       - 15  # NDRPDR sel
2406       - 16  # NDRPDR sel
2407       - 17  # MRR sel
2408     csit-vpp-perf-verify-2001-3n-tsh:
2409       - 3   # NDRPDR sel
2410       - 4   # NDRPDR sel
2411       - 7   # NDRPDR sel
2412       - 8   # NDRPDR sel
2413       - 10  # NDRPDR sel
2414       - 12  # NDRPDR sel
2415       - 13  # NDRPDR sel
2416       - 14  # NDRPDR sel
2417       - 15  # NDRPDR sel
2418       - 21  # NDRPDR sel
2419       - 9   # MRR sel
2420     # TODO: Add data:
2421     csit-vpp-perf-report-iterative-2005-3n-tsh:
2422       - 9   # NDRPDR sel
2423       - 11  # NDRPDR sel
2424       - 12  # NDRPDR sel
2425       - 10  # MRR sel
2426
2427     csit-vpp-perf-verify-1908-3n-dnv:
2428       - 6   # NDRPDR sel
2429       - 7   # NDRPDR sel
2430       - 8   # NDRPDR sel
2431       - 9   # NDRPDR sel
2432       - 10  # NDRPDR sel
2433       - 12  # NDRPDR sel
2434       - 13  # NDRPDR sel
2435       - 14  # NDRPDR sel
2436       - 15  # NDRPDR sel
2437       - 16  # NDRPDR sel
2438       - 17  # MRR sel
2439     csit-vpp-perf-verify-2001-3n-dnv:
2440       - 5   # NDRPDR sel
2441       - 6   # NDRPDR sel
2442       - 7   # NDRPDR sel
2443       - 8   # NDRPDR sel
2444       - 9   # NDRPDR sel
2445       - 10  # NDRPDR sel
2446       - 12  # NDRPDR sel
2447       - 16  # NDRPDR sel
2448       - 17  # NDRPDR sel
2449       - 18  # NDRPDR sel
2450       - 11  # MRR sel
2451     csit-vpp-perf-report-iterative-2005-3n-dnv:
2452       - 2   # NDRPDR sel
2453       - 3   # NDRPDR sel
2454       - 4   # NDRPDR sel
2455       - 5   # NDRPDR sel
2456       - 6   # NDRPDR sel
2457       - 7   # NDRPDR sel
2458       - 9   # NDRPDR sel
2459       - 10  # NDRPDR sel
2460       - 11  # NDRPDR sel
2461       - 12  # NDRPDR sel
2462       - 8   # MRR
2463     csit-vpp-perf-report-coverage-2005-3n-dnv:
2464       - 1   # perf-full-3n-dnv-crypto_I
2465       - 24  # perf-full-3n-dnv-crypto_II
2466       - 5   # perf-full-3n-dnv-ip4_I
2467       - 13  # perf-full-3n-dnv-ip4_II
2468       - 17  # perf-full-3n-dnv-ip6_I
2469       - 18  # perf-full-3n-dnv-ip6_II
2470       - 21  # perf-full-3n-dnv-l2_I
2471       - 22  # perf-full-3n-dnv-l2_II
2472       - 23  # perf-full-3n-dnv-ip4-tunnels_I
2473
2474     csit-vpp-perf-verify-1908-2n-dnv:
2475       - 1   # NDRPDR sel
2476       - 2   # NDRPDR sel
2477       - 3   # NDRPDR sel
2478       - 4   # NDRPDR sel
2479       - 5   # NDRPDR sel
2480       - 6   # NDRPDR sel
2481       - 7   # NDRPDR sel
2482       - 8   # NDRPDR sel
2483       - 9   # NDRPDR sel
2484       - 10  # NDRPDR sel
2485       - 11  # MRR sel
2486     csit-vpp-perf-verify-2001-2n-dnv:
2487       - 4   # NDRPDR sel
2488       - 5   # NDRPDR sel
2489       - 6   # NDRPDR sel
2490       - 7   # NDRPDR sel
2491       - 8   # NDRPDR sel
2492       - 9   # NDRPDR sel
2493       - 10  # NDRPDR sel
2494       - 11  # NDRPDR sel
2495       - 13  # NDRPDR sel
2496       - 16  # NDRPDR sel
2497       - 12  # MRR sel
2498     csit-vpp-perf-report-iterative-2005-2n-dnv:
2499       - 3   # NDRPDR sel
2500       - 6   # NDRPDR sel
2501       - 7   # NDRPDR sel
2502       - 8   # NDRPDR sel
2503       - 9   # NDRPDR sel
2504       - 10  # NDRPDR sel
2505       - 11  # NDRPDR sel
2506       - 12  # NDRPDR sel
2507       - 13  # NDRPDR sel
2508       - 14  # NDRPDR sel
2509       - 15  # MRR sel
2510     csit-vpp-perf-report-coverage-2005-2n-dnv:
2511       - 1   # perf-full-2n-dnv-ip4_I
2512       - 2   # perf-full-2n-dnv-ip4_II
2513       - 3   # perf-full-2n-dnv-ip6_I
2514       - 4   # perf-full-2n-dnv-ip6_II
2515       - 5   # perf-full-2n-dnv-l2_I
2516       - 6   # perf-full-2n-dnv-l2_II
2517
2518     csit-dpdk-perf-verify-1908-3n-hsw:
2519       - 2   # NDRPDR sel
2520       - 3   # NDRPDR sel
2521       - 4   # NDRPDR sel
2522       - 5   # NDRPDR sel
2523       - 6   # NDRPDR sel
2524       - 7   # NDRPDR sel
2525       - 8   # NDRPDR sel
2526       - 9   # NDRPDR sel
2527       - 10  # NDRPDR sel
2528       - 11  # NDRPDR sel
2529     csit-dpdk-perf-verify-2001-3n-hsw:
2530       - 4   # NDRPDR sel
2531       - 5   # NDRPDR sel
2532       - 6   # NDRPDR sel
2533       - 7   # NDRPDR sel
2534       - 8   # NDRPDR sel
2535       - 9   # NDRPDR sel
2536       - 10  # NDRPDR sel
2537       - 11  # NDRPDR sel
2538       - 12  # NDRPDR sel
2539       - 13  # NDRPDR sel
2540       - 15  # NDRPDR sel
2541       - 16  # NDRPDR sel
2542       - 17  # NDRPDR sel
2543       - 18  # NDRPDR sel
2544       - 19  # NDRPDR sel
2545       - 20  # NDRPDR sel
2546       - 21  # NDRPDR sel
2547       - 22  # NDRPDR sel
2548       - 23  # NDRPDR sel
2549       - 24  # NDRPDR sel
2550     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2551       - 5   # NDRPDR sel
2552       - 6   # NDRPDR sel
2553       - 7   # NDRPDR sel
2554       - 8   # NDRPDR sel
2555       - 9   # NDRPDR sel
2556       - 10  # NDRPDR sel
2557       - 11  # NDRPDR sel
2558       - 12  # NDRPDR sel
2559       - 13  # NDRPDR sel
2560       - 14  # NDRPDR sel
2561
2562     csit-dpdk-perf-verify-1908-3n-skx:
2563       - 3   # NDRPDR sel
2564       - 4   # NDRPDR sel
2565       - 5   # NDRPDR sel
2566       - 6   # NDRPDR sel
2567       - 7   # NDRPDR sel
2568       - 8   # NDRPDR sel
2569       - 9   # NDRPDR sel
2570       - 10  # NDRPDR sel
2571       - 11  # NDRPDR sel
2572       - 12  # NDRPDR sel
2573     csit-dpdk-perf-verify-2001-3n-skx:
2574       - 29  # NDRPDR sel xxv710
2575       - 33  # NDRPDR sel xxv710
2576       - 34  # NDRPDR sel xxv710
2577       - 35  # NDRPDR sel xxv710
2578       - 36  # NDRPDR sel xxv710
2579       - 37  # NDRPDR sel xxv710
2580       - 41  # NDRPDR sel xxv710
2581       - 42  # NDRPDR sel xxv710
2582       - 43  # NDRPDR sel xxv710
2583       - 45  # NDRPDR sel xxv710
2584       - 30  # NDRPDR sel x710
2585       - 31  # NDRPDR sel x710
2586       - 32  # NDRPDR sel x710
2587       - 38  # NDRPDR sel x710
2588       - 39  # NDRPDR sel x710
2589       - 40  # NDRPDR sel x710
2590       - 44  # NDRPDR sel x710
2591       - 46  # NDRPDR sel x710
2592       - 47  # NDRPDR sel x710
2593       - 48  # NDRPDR sel x710
2594     csit-dpdk-perf-report-iterative-2005-3n-skx:
2595       - 4   # NDRPDR sel
2596       - 5   # NDRPDR sel
2597       - 6   # NDRPDR sel
2598       - 7   # NDRPDR sel
2599       - 8   # NDRPDR sel
2600       - 11  # NDRPDR sel
2601       - 12  # NDRPDR sel
2602       - 13  # NDRPDR sel
2603       - 14  # NDRPDR sel
2604       - 15  # NDRPDR sel
2605
2606     csit-dpdk-perf-verify-1908-2n-skx:
2607       - 2   # NDRPDR sel
2608       - 3   # NDRPDR sel
2609       - 4   # NDRPDR sel
2610       - 5   # NDRPDR sel
2611       - 7   # NDRPDR sel
2612       - 8   # NDRPDR sel
2613       - 9   # NDRPDR sel
2614       - 10  # NDRPDR sel
2615       - 11  # NDRPDR sel
2616       - 12  # NDRPDR sel
2617     csit-dpdk-perf-verify-2001-2n-skx:
2618       - 35  # NDRPDR sel xxv710
2619       - 36  # NDRPDR sel xxv710
2620       - 37  # NDRPDR sel xxv710
2621       - 41  # NDRPDR sel xxv710
2622       - 42  # NDRPDR sel xxv710
2623       - 43  # NDRPDR sel xxv710
2624       - 46  # NDRPDR sel xxv710
2625       - 47  # NDRPDR sel xxv710
2626       - 52  # NDRPDR sel xxv710
2627       - 53  # NDRPDR sel xxv710
2628       - 38  # NDRPDR sel x710
2629       - 39  # NDRPDR sel x710
2630       - 40  # NDRPDR sel x710
2631       - 44  # NDRPDR sel x710
2632       - 45  # NDRPDR sel x710
2633       - 48  # NDRPDR sel x710
2634       - 49  # NDRPDR sel x710
2635       - 50  # NDRPDR sel x710
2636       - 51  # NDRPDR sel x710
2637       - 54  # NDRPDR sel x710
2638     csit-dpdk-perf-report-iterative-2005-2n-skx:
2639       - 1   # NDRPDR sel
2640       - 2   # NDRPDR sel
2641       - 3   # NDRPDR sel
2642       - 4   # NDRPDR sel
2643       - 5   # NDRPDR sel
2644       - 6   # NDRPDR sel
2645       - 7   # NDRPDR sel
2646       - 8   # NDRPDR sel
2647       - 9   # NDRPDR sel
2648       - 10  # NDRPDR sel
2649
2650     csit-dpdk-perf-verify-2001-2n-clx:
2651       - 15  # NDRPDR sel
2652       - 16  # NDRPDR sel
2653       - 17  # NDRPDR sel
2654       - 18  # NDRPDR sel
2655       - 19  # NDRPDR sel
2656       - 20  # NDRPDR sel
2657       - 21  # NDRPDR sel
2658       - 22  # NDRPDR sel
2659       - 23  # NDRPDR sel
2660       - 24  # NDRPDR sel
2661       - 25  # NDRPDR sel
2662       - 26  # NDRPDR sel
2663       - 27  # NDRPDR sel
2664       - 28  # NDRPDR sel
2665       - 29  # NDRPDR sel
2666       - 30  # NDRPDR sel
2667       - 31  # NDRPDR sel
2668       - 32  # NDRPDR sel
2669       - 33  # NDRPDR sel
2670       - 34  # NDRPDR sel
2671     csit-dpdk-perf-report-iterative-2005-2n-clx:
2672       - 1   # NDRPDR sel
2673       - 2   # NDRPDR sel
2674       - 3   # NDRPDR sel
2675       - 4   # NDRPDR sel
2676       - 5   # NDRPDR sel
2677       - 6   # NDRPDR sel
2678       - 7   # NDRPDR sel
2679       - 8   # NDRPDR sel
2680       - 9   # NDRPDR sel
2681       - 10  # NDRPDR sel
2682
2683     csit-dpdk-perf-verify-2001-2n-dnv:
2684       - 9   # NDRPDR sel
2685       - 10  # NDRPDR sel
2686       - 11  # NDRPDR sel
2687       - 12  # NDRPDR sel
2688       - 13  # NDRPDR sel
2689       - 14  # NDRPDR sel
2690       - 15  # NDRPDR sel
2691       - 16  # NDRPDR sel
2692       - 17  # NDRPDR sel
2693       - 18  # NDRPDR sel
2694     csit-dpdk-perf-report-iterative-2005-2n-dnv:
2695       - 8   # NDRPDR sel
2696       - 9   # NDRPDR sel
2697       - 10  # NDRPDR sel
2698       - 11  # NDRPDR sel
2699       - 12  # NDRPDR sel
2700       - 13  # NDRPDR sel
2701       - 14  # NDRPDR sel
2702       - 15  # NDRPDR sel
2703       - 16  # NDRPDR sel
2704       - 17  # NDRPDR sel
2705
2706     csit-dpdk-perf-verify-2001-3n-dnv:
2707       - 12  # NDRPDR sel
2708       - 13  # NDRPDR sel
2709       - 14  # NDRPDR sel
2710       - 15  # NDRPDR sel
2711       - 16  # NDRPDR sel
2712       - 17  # NDRPDR sel
2713       - 18  # NDRPDR sel
2714       - 19  # NDRPDR sel
2715       - 20  # NDRPDR sel
2716       - 22  # NDRPDR sel
2717     csit-dpdk-perf-report-iterative-2005-3n-dnv:
2718       - 6   # NDRPDR sel
2719       - 7   # NDRPDR sel
2720       - 8   # NDRPDR sel
2721       - 9   # NDRPDR sel
2722       - 10  # NDRPDR sel
2723       - 11  # NDRPDR sel
2724       - 12  # NDRPDR sel
2725       - 13  # NDRPDR sel
2726       - 14  # NDRPDR sel
2727       - 16  # NDRPDR sel
2728
2729     csit-dpdk-perf-verify-2001-3n-tsh:
2730       - 3   # NDRPDR sel
2731       - 4   # NDRPDR sel
2732       - 5   # NDRPDR sel
2733       - 9   # NDRPDR sel
2734       - 10  # NDRPDR sel
2735       - 11  # NDRPDR sel
2736       - 12  # NDRPDR sel
2737       - 14  # NDRPDR sel
2738       - 15  # NDRPDR sel
2739       - 18  # NDRPDR sel
2740     # TODO: Add data:
2741     csit-dpdk-perf-report-iterative-2005-3n-tsh:
2742       - 5   # NDRPDR sel
2743
2744     csit-vpp-device-2005-ubuntu1804-1n-skx:
2745       - 35
2746
2747 - type: "output"
2748   output: "report"
2749   format:
2750     html:
2751     - full
2752 #    pdf:
2753 #    - minimal
2754
2755 ################################################################################
2756 ###                               T A B L E S                                ###
2757 ################################################################################
2758
2759 # VPP Soak vs NDR - 2n-skx
2760 - type: "table"
2761   title: "VPP Soak vs NDR 2n-skx"
2762   algorithm: "table_soak_vs_ndr"
2763   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2764   reference:
2765     title: "NDR"
2766     data: "vpp-soak-vs-ndr-2n-skx-ref"
2767   compare:
2768     title: "Soak"
2769     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2770   data: "vpp-soak-vs-ndr-2n-skx"
2771   include-tests: "NDR"
2772   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2773   parameters:
2774     - "throughput"
2775     - "name"
2776     - "parent"
2777
2778 # VPP Soak vs NDR - 2n-clx
2779 - type: "table"
2780   title: "VPP Soak vs NDR 2n-clx"
2781   algorithm: "table_soak_vs_ndr"
2782   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2783   reference:
2784     title: "NDR"
2785     data: "vpp-soak-vs-ndr-2n-clx-ref"
2786   compare:
2787     title: "Soak"
2788     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2789   data: "vpp-soak-vs-ndr-2n-clx"
2790   include-tests: "NDR"
2791   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2792   parameters:
2793     - "throughput"
2794     - "name"
2795     - "parent"
2796
2797 ################################################################################
2798
2799 # VPP Compare NICs 3n-skx 2t1c ndr
2800 - type: "table"
2801   title: "VPP Compare NICs 3n-skx 2t1c ndr"
2802   algorithm: "table_comparison"
2803   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2804   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2805   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2806   columns:
2807     - title: "x710"
2808       data-set: "vpp-nic-comparison-3n-skx"
2809       tag: "NIC_Intel-X710"
2810     - title: "xxv710"
2811       data-set: "vpp-nic-comparison-3n-skx"
2812       tag: "NIC_Intel-XXV710"
2813   comparisons:
2814     - title: "Diff"
2815       reference: 1
2816       compare: 2
2817   legend:
2818     - "Legend to Table:"
2819     - "x710, xxv710 - NICs tested."
2820     - "Diff - difference between x710 and xxv710 NIC."
2821
2822 # VPP Compare NICs 3n-skx 4t2c ndr
2823 - type: "table"
2824   title: "VPP Compare NICs 3n-skx 4t2c ndr"
2825   algorithm: "table_comparison"
2826   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2827   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2828   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2829   columns:
2830     - title: "x710"
2831       data-set: "vpp-nic-comparison-3n-skx"
2832       tag: "NIC_Intel-X710"
2833     - title: "xxv710"
2834       data-set: "vpp-nic-comparison-3n-skx"
2835       tag: "NIC_Intel-XXV710"
2836   comparisons:
2837     - title: "Diff"
2838       reference: 1
2839       compare: 2
2840   legend:
2841     - "Legend to Table:"
2842     - "x710, xxv710 - NICs tested."
2843     - "Diff - difference between x710 and xxv710 NIC."
2844
2845 # VPP Compare NICs 3n-skx 2t1c pdr
2846 - type: "table"
2847   title: "VPP Compare NICs 3n-skx 2t1c pdr"
2848   algorithm: "table_comparison"
2849   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2850   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2851   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2852   columns:
2853     - title: "x710"
2854       data-set: "vpp-nic-comparison-3n-skx"
2855       tag: "NIC_Intel-X710"
2856     - title: "xxv710"
2857       data-set: "vpp-nic-comparison-3n-skx"
2858       tag: "NIC_Intel-XXV710"
2859   comparisons:
2860     - title: "Diff"
2861       reference: 1
2862       compare: 2
2863   legend:
2864     - "Legend to Table:"
2865     - "x710, xxv710 - NICs tested."
2866     - "Diff - difference between x710 and xxv710 NIC."
2867
2868 # VPP Compare NICs 3n-skx 4t2c pdr
2869 - type: "table"
2870   title: "VPP Compare NICs 3n-skx 4t2c pdr"
2871   algorithm: "table_comparison"
2872   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2873   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2874   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2875   columns:
2876     - title: "x710"
2877       data-set: "vpp-nic-comparison-3n-skx"
2878       tag: "NIC_Intel-X710"
2879     - title: "xxv710"
2880       data-set: "vpp-nic-comparison-3n-skx"
2881       tag: "NIC_Intel-XXV710"
2882   comparisons:
2883     - title: "Diff"
2884       reference: 1
2885       compare: 2
2886   legend:
2887     - "Legend to Table:"
2888     - "x710, xxv710 - NICs tested."
2889     - "Diff - difference between x710 and xxv710 NIC."
2890
2891 ## VPP Compare NICs 3n-skx 2t1c mrr
2892 #- type: "table"
2893 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
2894 #  algorithm: "table_comparison"
2895 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2896 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2897 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2898 #  columns:
2899 #    - title: "x710"
2900 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2901 #      tag: "NIC_Intel-X710"
2902 #    - title: "xxv710"
2903 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2904 #      tag: "NIC_Intel-XXV710"
2905 #  comparisons:
2906 #    - title: "Diff"
2907 #      reference: 1
2908 #      compare: 2
2909 #  legend:
2910 #    - "Legend to Table:"
2911 #    - "x710, xxv710 - NICs tested."
2912 #    - "Diff - difference between x710 and xxv710 NIC."
2913 #
2914 ## VPP Compare NICs 3n-skx 4t2c mrr
2915 #- type: "table"
2916 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
2917 #  algorithm: "table_comparison"
2918 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2919 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2920 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2921 #  columns:
2922 #    - title: "x710"
2923 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2924 #      tag: "NIC_Intel-X710"
2925 #    - title: "xxv710"
2926 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2927 #      tag: "NIC_Intel-XXV710"
2928 #  comparisons:
2929 #    - title: "Diff"
2930 #      reference: 1
2931 #      compare: 2
2932 #  legend:
2933 #    - "Legend to Table:"
2934 #    - "x710, xxv710 - NICs tested."
2935 #    - "Diff - difference between x710 and xxv710 NIC."
2936 #
2937 ## VPP Compare NICs 3n-skx 8t4c mrr
2938 #- type: "table"
2939 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
2940 #  algorithm: "table_comparison"
2941 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2942 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2943 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2944 #  columns:
2945 #    - title: "x710"
2946 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2947 #      tag: "NIC_Intel-X710"
2948 #    - title: "xxv710"
2949 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2950 #      tag: "NIC_Intel-XXV710"
2951 #  comparisons:
2952 #    - title: "Diff"
2953 #      reference: 1
2954 #      compare: 2
2955 #  legend:
2956 #    - "Legend to Table:"
2957 #    - "x710, xxv710 - NICs tested."
2958 #    - "Diff - difference between x710 and xxv710 NIC."
2959
2960 # VPP Compare NICs 2n-skx 2t1c ndr
2961 - type: "table"
2962   title: "VPP Compare NICs 2n-skx 2t1c ndr"
2963   algorithm: "table_comparison"
2964   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2965   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2966   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2967   columns:
2968     - title: "x710"
2969       data-set: "vpp-nic-comparison-2n-skx"
2970       tag: "NIC_Intel-X710"
2971     - title: "xxv710"
2972       data-set: "vpp-nic-comparison-2n-skx"
2973       tag: "NIC_Intel-XXV710"
2974   comparisons:
2975     - title: "Diff"
2976       reference: 1
2977       compare: 2
2978   legend:
2979     - "Legend to Table:"
2980     - "x710, xxv710 - NICs tested."
2981     - "Diff - difference between x710 and xxv710 NIC."
2982
2983 # VPP Compare NICs 2n-skx 4t2c ndr
2984 - type: "table"
2985   title: "VPP Compare NICs 2n-skx 4t2c ndr"
2986   algorithm: "table_comparison"
2987   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2988   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2989   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2990   columns:
2991     - title: "x710"
2992       data-set: "vpp-nic-comparison-2n-skx"
2993       tag: "NIC_Intel-X710"
2994     - title: "xxv710"
2995       data-set: "vpp-nic-comparison-2n-skx"
2996       tag: "NIC_Intel-XXV710"
2997   comparisons:
2998     - title: "Diff"
2999       reference: 1
3000       compare: 2
3001   legend:
3002     - "Legend to Table:"
3003     - "x710, xxv710 - NICs tested."
3004     - "Diff - difference between x710 and xxv710 NIC."
3005
3006 # VPP Compare NICs 2n-skx 2t1c pdr
3007 - type: "table"
3008   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3009   algorithm: "table_comparison"
3010   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3011   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3012   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3013   columns:
3014     - title: "x710"
3015       data-set: "vpp-nic-comparison-2n-skx"
3016       tag: "NIC_Intel-X710"
3017     - title: "xxv710"
3018       data-set: "vpp-nic-comparison-2n-skx"
3019       tag: "NIC_Intel-XXV710"
3020   comparisons:
3021     - title: "Diff"
3022       reference: 1
3023       compare: 2
3024   legend:
3025     - "Legend to Table:"
3026     - "x710, xxv710 - NICs tested."
3027     - "Diff - difference between x710 and xxv710 NIC."
3028
3029 # VPP Compare NICs 2n-skx 4t2c pdr
3030 - type: "table"
3031   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3032   algorithm: "table_comparison"
3033   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3034   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3035   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3036   columns:
3037     - title: "x710"
3038       data-set: "vpp-nic-comparison-2n-skx"
3039       tag: "NIC_Intel-X710"
3040     - title: "xxv710"
3041       data-set: "vpp-nic-comparison-2n-skx"
3042       tag: "NIC_Intel-XXV710"
3043   comparisons:
3044     - title: "Diff"
3045       reference: 1
3046       compare: 2
3047   legend:
3048     - "Legend to Table:"
3049     - "x710, xxv710 - NICs tested."
3050     - "Diff - difference between x710 and xxv710 NIC."
3051
3052 # VPP Compare NICs 2n-skx 2t1c mrr
3053 - type: "table"
3054   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3055   algorithm: "table_comparison"
3056   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3057   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3058   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3059   columns:
3060     - title: "x710"
3061       data-set: "vpp-nic-comparison-2n-skx-mrr"
3062       tag: "NIC_Intel-X710"
3063     - title: "xxv710"
3064       data-set: "vpp-nic-comparison-2n-skx-mrr"
3065       tag: "NIC_Intel-XXV710"
3066   comparisons:
3067     - title: "Diff"
3068       reference: 1
3069       compare: 2
3070   legend:
3071     - "Legend to Table:"
3072     - "x710, xxv710 - NICs tested."
3073     - "Diff - difference between x710 and xxv710 NIC."
3074
3075 # VPP Compare NICs 2n-skx 4t2c mrr
3076 - type: "table"
3077   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3078   algorithm: "table_comparison"
3079   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3080   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3081   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3082   columns:
3083     - title: "x710"
3084       data-set: "vpp-nic-comparison-2n-skx-mrr"
3085       tag: "NIC_Intel-X710"
3086     - title: "xxv710"
3087       data-set: "vpp-nic-comparison-2n-skx-mrr"
3088       tag: "NIC_Intel-XXV710"
3089   comparisons:
3090     - title: "Diff"
3091       reference: 1
3092       compare: 2
3093   legend:
3094     - "Legend to Table:"
3095     - "x710, xxv710 - NICs tested."
3096     - "Diff - difference between x710 and xxv710 NIC."
3097
3098 # VPP Compare NICs 2n-skx 8t4c mrr
3099 - type: "table"
3100   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3101   algorithm: "table_comparison"
3102   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3103   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3104   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3105   columns:
3106     - title: "x710"
3107       data-set: "vpp-nic-comparison-2n-skx-mrr"
3108       tag: "NIC_Intel-X710"
3109     - title: "xxv710"
3110       data-set: "vpp-nic-comparison-2n-skx-mrr"
3111       tag: "NIC_Intel-XXV710"
3112   comparisons:
3113     - title: "Diff"
3114       reference: 1
3115       compare: 2
3116   legend:
3117     - "Legend to Table:"
3118     - "x710, xxv710 - NICs tested."
3119     - "Diff - difference between x710 and xxv710 NIC."
3120
3121 ################################################################################
3122 # VPP
3123
3124 ## VPP Performance changes 2n-skx-xxv710 2t1c ndr
3125 #- type: "table"
3126 #  title: "VPP Performance changes 2n-skx-xxv710 2t1c ndr"
3127 #  algorithm: "table_comparison"
3128 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-skx-2t1c-ndr"
3129 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3130 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3131 #  columns:
3132 #    - title: "1908.1"
3133 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3134 #    - title: "1908.2"
3135 #      data-set: "vpp-perf-changes-2n-skx-new1908_2"
3136 #  comparisons:
3137 #    - title: "Diff"
3138 #      reference: 1
3139 #      compare: 2
3140 #  legend:
3141 #    - "Legend to Table:"
3142 #    - "1908.1, 1908.2 - VPP versions tested."
3143 #    - "Diff - difference between the previous and the current VPP version."
3144 #
3145 ## VPP Performance changes 2n-skx-xxv710 2t1c pdr
3146 #- type: "table"
3147 #  title: "VPP Performance changes 2n-skx-xxv710 2t1c pdr"
3148 #  algorithm: "table_comparison"
3149 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-skx-2t1c-pdr"
3150 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3151 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3152 #  columns:
3153 #    - title: "1908.1"
3154 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3155 #    - title: "1908.2"
3156 #      data-set: "vpp-perf-changes-2n-skx-new1908_2"
3157 #  comparisons:
3158 #    - title: "Diff"
3159 #      reference: 1
3160 #      compare: 2
3161 #  legend:
3162 #    - "Legend to Table:"
3163 #    - "1908.1, 1908.2 - VPP versions tested."
3164 #    - "Diff - difference between the previous and the current VPP version."
3165 #
3166 ## VPP Performance changes 3n-skx-xxv710 2t1c ndr
3167 #- type: "table"
3168 #  title: "VPP Performance changes 3n-skx-xxv710 2t1c ndr"
3169 #  algorithm: "table_comparison"
3170 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-3n-skx-2t1c-ndr"
3171 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3172 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3173 #  columns:
3174 #    - title: "1908.1"
3175 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3176 #    - title: "1908.2"
3177 #      data-set: "vpp-perf-changes-3n-skx-new1908_2"
3178 #  comparisons:
3179 #    - title: "Diff"
3180 #      reference: 1
3181 #      compare: 2
3182 #  legend:
3183 #    - "Legend to Table:"
3184 #    - "1908.1, 1908.2 - VPP versions tested."
3185 #    - "Diff - difference between the previous and the current VPP version."
3186 #
3187 ## VPP Performance changes 3n-skx-xxv710 2t1c pdr
3188 #- type: "table"
3189 #  title: "VPP Performance changes 3n-skx-xxv710 2t1c pdr"
3190 #  algorithm: "table_comparison"
3191 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-3n-skx-2t1c-pdr"
3192 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3193 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3194 #  columns:
3195 #    - title: "1908.1"
3196 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3197 #    - title: "1908.2"
3198 #      data-set: "vpp-perf-changes-3n-skx-new1908_2"
3199 #  comparisons:
3200 #    - title: "Diff"
3201 #      reference: 1
3202 #      compare: 2
3203 #  legend:
3204 #    - "Legend to Table:"
3205 #    - "1908.1, 1908.2 - VPP versions tested."
3206 #    - "Diff - difference between the previous and the current VPP version."
3207 #
3208 ## VPP Performance changes 2n-clx-xxv710 2t1c ndr
3209 #- type: "table"
3210 #  title: "VPP Performance changes 2n-clx-xxv710 2t1c ndr"
3211 #  algorithm: "table_comparison"
3212 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-clx-2t1c-ndr"
3213 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3214 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3215 #  columns:
3216 #    - title: "1908.1"
3217 #      data-set: "vpp-perf-changes-2n-clx-new1908_1"
3218 #    - title: "1908.2"
3219 #      data-set: "vpp-perf-changes-2n-clx-new1908_2"
3220 #  comparisons:
3221 #    - title: "Diff"
3222 #      reference: 1
3223 #      compare: 2
3224 #  legend:
3225 #    - "Legend to Table:"
3226 #    - "1908.1, 1908.2 - VPP versions tested."
3227 #    - "Diff - difference between the previous and the current VPP version."
3228 #
3229 ## VPP Performance changes 2n-clx-xxv710 2t1c pdr
3230 #- type: "table"
3231 #  title: "VPP Performance changes 2n-clx-xxv710 2t1c pdr"
3232 #  algorithm: "table_comparison"
3233 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-clx-2t1c-pdr"
3234 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3235 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3236 #  columns:
3237 #    - title: "1908.1"
3238 #      data-set: "vpp-perf-changes-2n-clx-new1908_1"
3239 #    - title: "1908.2"
3240 #      data-set: "vpp-perf-changes-2n-clx-new1908_2"
3241 #  comparisons:
3242 #    - title: "Diff"
3243 #      reference: 1
3244 #      compare: 2
3245 #  legend:
3246 #    - "Legend to Table:"
3247 #    - "1908.1, 1908.2 - VPP versions tested."
3248 #    - "Diff - difference between the previous and the current VPP version."
3249
3250 # VPP Performance Changes 3n-hsw 1t1c pdr
3251 - type: "table"
3252   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3253   algorithm: "table_comparison"
3254   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3255   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3256   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3257   columns:
3258     - title: "1908"
3259       data-set: "vpp-performance-changes-3n-hsw-h1"
3260     - title: "2001"
3261       data-set: "vpp-performance-changes-3n-hsw-ref"
3262     - title: "2005"
3263       data-set: "vpp-performance-changes-3n-hsw-cmp"
3264   comparisons:
3265     - title: "Diff"
3266       reference: 2
3267       compare: 3
3268   legend:
3269     - "Legend to Table"
3270     - "1908, 2001, 2005 - VPP versions tested."
3271     - "Diff - difference between 2001 and 2008 VPP version."
3272
3273 # VPP Performance Changes 3n-hsw 2t2c pdr
3274 - type: "table"
3275   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3276   algorithm: "table_comparison"
3277   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3278   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3279   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3280   columns:
3281     - title: "1908"
3282       data-set: "vpp-performance-changes-3n-hsw-h1"
3283     - title: "2001"
3284       data-set: "vpp-performance-changes-3n-hsw-ref"
3285     - title: "2005"
3286       data-set: "vpp-performance-changes-3n-hsw-cmp"
3287   comparisons:
3288     - title: "Diff"
3289       reference: 2
3290       compare: 3
3291   legend:
3292     - "Legend to Table"
3293     - "1908, 2001, 2005 - VPP versions tested."
3294     - "Diff - difference between 2001 and 2008 VPP version."
3295
3296 # VPP Performance Changes 3n-hsw 1t1c ndr
3297 - type: "table"
3298   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3299   algorithm: "table_comparison"
3300   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3301   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3302   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3303   columns:
3304     - title: "1908"
3305       data-set: "vpp-performance-changes-3n-hsw-h1"
3306     - title: "2001"
3307       data-set: "vpp-performance-changes-3n-hsw-ref"
3308     - title: "2005"
3309       data-set: "vpp-performance-changes-3n-hsw-cmp"
3310   comparisons:
3311     - title: "Diff"
3312       reference: 2
3313       compare: 3
3314   legend:
3315     - "Legend to Table"
3316     - "1908, 2001, 2005 - VPP versions tested."
3317     - "Diff - difference between 2001 and 2008 VPP version."
3318
3319 # VPP Performance Changes 3n-hsw 2t2c ndr
3320 - type: "table"
3321   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3322   algorithm: "table_comparison"
3323   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3324   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3325   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3326   columns:
3327     - title: "1908"
3328       data-set: "vpp-performance-changes-3n-hsw-h1"
3329     - title: "2001"
3330       data-set: "vpp-performance-changes-3n-hsw-ref"
3331     - title: "2005"
3332       data-set: "vpp-performance-changes-3n-hsw-cmp"
3333   comparisons:
3334     - title: "Diff"
3335       reference: 2
3336       compare: 3
3337   legend:
3338     - "Legend to Table"
3339     - "1908, 2001, 2005 - VPP versions tested."
3340     - "Diff - difference between 2001 and 2008 VPP version."
3341
3342 ## VPP Root Cause Analysis 3n-skx-xxv710 2t1c pdr
3343 #- type: "table"
3344 #  title: "VPP Root Cause Analysis 3n-skx-xxv710 2t1c pdr"
3345 #  algorithm: "table_comparison"
3346 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-3n-skx-2t1c-pdr"
3347 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3348 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3349 #  rca:
3350 #    - title: "RCA1"
3351 #      data: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3352 #    - title: "RCA2"
3353 #      data: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3354 #  columns:
3355 #    - title: "1908.0-1"
3356 #      data-set: "vpp-perf-changes-3n-skx-old1908_0"
3357 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3358 #    - title: "1908.1-1"
3359 #      data-set: "vpp-perf-changes-3n-skx-old1908_1"
3360 #    - title: "1908.1-2"
3361 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3362 #    - title: "2001.0-2"
3363 #      data-set: "vpp-perf-changes-3n-skx-new2001_0"
3364 #  comparisons:
3365 #    - title: "Diff1"
3366 #      reference: 2
3367 #      reference-alt: 1
3368 #      compare: 3
3369 #    - title: "Diff2"
3370 #      reference: 3
3371 #      compare: 4
3372 #  legend:
3373 #    - 'Legend to Table:'
3374 #    - 'YYMM.V-E - tested VPP version (YY year, MM month, V minor version) and CSIT test environment version (E environment version, "1" for 2019-08-21, "2" for 2020-03-27).'
3375 #    - 'Diff1 - difference between environment versions "2" and "1" for the same VPP version, 1908.1-2 vs. 1908.1-1 (if data for the latter not present, 1908.0-1 is used).'
3376 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3377 #    - 'RCA1 - root cause analysis reference for Diff1.'
3378 #    - 'RCA2 - root cause analysis reference for Diff2.'
3379 #
3380 ## VPP Root Cause Analysis 3n-skx-xxv710 2t1c ndr
3381 #- type: "table"
3382 #  title: "VPP Root Cause Analysis 3n-skx-xxv710 2t1c ndr"
3383 #  algorithm: "table_comparison"
3384 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-3n-skx-2t1c-ndr"
3385 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3386 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3387 #  rca:
3388 #    - title: "RCA1"
3389 #      data: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3390 #    - title: "RCA2"
3391 #      data: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3392 #  columns:
3393 #    - title: "1908.0-1"
3394 #      data-set: "vpp-perf-changes-3n-skx-old1908_0"
3395 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3396 #    - title: "1908.1-1"
3397 #      data-set: "vpp-perf-changes-3n-skx-old1908_1"
3398 #    - title: "1908.1-2"
3399 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3400 #    - title: "2001.0-2"
3401 #      data-set: "vpp-perf-changes-3n-skx-new2001_0"
3402 #  comparisons:
3403 #    - title: "Diff1"
3404 #      reference: 2
3405 #      reference-alt: 1
3406 #      compare: 3
3407 #    - title: "Diff2"
3408 #      reference: 3
3409 #      compare: 4
3410 #  legend:
3411 #    - 'Legend to Table:'
3412 #    - 'YYMM.V-E - tested VPP version (YY year, MM month, V minor version) and CSIT test environment version (E environment version, "1" for 2019-08-21, "2" for 2020-03-27).'
3413 #    - 'Diff1 - difference between environment versions "2" and "1" for the same VPP version, 1908.1-2 vs. 1908.1-1 (if data for the latter not present, 1908.0-1 is used).'
3414 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3415 #    - 'RCA1 - root cause analysis reference for Diff1.'
3416 #    - 'RCA2 - root cause analysis reference for Diff2.'
3417
3418 # VPP Performance Changes 3n-skx 2t1c pdr
3419 - type: "table"
3420   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3421   algorithm: "table_comparison"
3422   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3423   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3424   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3425   columns:
3426     - title: "1908"
3427       data-set: "vpp-performance-changes-3n-skx-h1"
3428     - title: "2001"
3429       data-set: "vpp-performance-changes-3n-skx-ref"
3430     - title: "2005"
3431       data-set: "vpp-performance-changes-3n-skx-cmp"
3432   comparisons:
3433     - title: "Diff"
3434       reference: 2
3435       compare: 3
3436   legend:
3437     - "Legend to Table"
3438     - "1908, 2001, 2005 - VPP versions tested."
3439     - "Diff - difference between 2001 and 2005 VPP version."
3440
3441 # VPP Performance Changes 3n-skx 4t2c pdr
3442 - type: "table"
3443   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3444   algorithm: "table_comparison"
3445   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3446   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3447   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3448   columns:
3449     - title: "1908"
3450       data-set: "vpp-performance-changes-3n-skx-h1"
3451     - title: "2001"
3452       data-set: "vpp-performance-changes-3n-skx-ref"
3453     - title: "2005"
3454       data-set: "vpp-performance-changes-3n-skx-cmp"
3455   comparisons:
3456     - title: "Diff"
3457       reference: 2
3458       compare: 3
3459   legend:
3460     - "Legend to Table"
3461     - "1908, 2001, 2005 - VPP versions tested."
3462     - "Diff - difference between 2001 and 2005 VPP version."
3463
3464 # VPP Performance Changes 3n-skx 2t1c ndr
3465 - type: "table"
3466   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3467   algorithm: "table_comparison"
3468   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3469   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3470   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3471   columns:
3472     - title: "1908"
3473       data-set: "vpp-performance-changes-3n-skx-h1"
3474     - title: "2001"
3475       data-set: "vpp-performance-changes-3n-skx-ref"
3476     - title: "2005"
3477       data-set: "vpp-performance-changes-3n-skx-cmp"
3478   comparisons:
3479     - title: "Diff"
3480       reference: 2
3481       compare: 3
3482   legend:
3483     - "Legend to Table"
3484     - "1908, 2001, 2005 - VPP versions tested."
3485     - "Diff - difference between 2001 and 2005 VPP version."
3486
3487 # VPP Performance Changes 3n-skx 4t2c ndr
3488 - type: "table"
3489   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3490   algorithm: "table_comparison"
3491   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3492   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3493   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3494   columns:
3495     - title: "1908"
3496       data-set: "vpp-performance-changes-3n-skx-h1"
3497     - title: "2001"
3498       data-set: "vpp-performance-changes-3n-skx-ref"
3499     - title: "2005"
3500       data-set: "vpp-performance-changes-3n-skx-cmp"
3501   comparisons:
3502     - title: "Diff"
3503       reference: 2
3504       compare: 3
3505   legend:
3506     - "Legend to Table"
3507     - "1908, 2001, 2005 - VPP versions tested."
3508     - "Diff - difference between 2001 and 2005 VPP version."
3509
3510 ## VPP Root Cause Analysis 2n-skx-xxv710 2t1c pdr
3511 #- type: "table"
3512 #  title: "VPP Root Cause Analysis 2n-skx-xxv710 2t1c pdr"
3513 #  algorithm: "table_comparison"
3514 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-2n-skx-2t1c-pdr"
3515 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3516 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3517 #  rca:
3518 #    - title: "RCA1"
3519 #      data: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3520 #    - title: "RCA2"
3521 #      data: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3522 #  columns:
3523 #    - title: "1908.0-1"
3524 #      data-set: "vpp-perf-changes-2n-skx-old1908_0"
3525 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3526 #    - title: "1908.1-1"
3527 #      data-set: "vpp-perf-changes-2n-skx-old1908_1"
3528 #    - title: "1908.1-2"
3529 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3530 #    - title: "2001.0-2"
3531 #      data-set: "vpp-perf-changes-2n-skx-new2001_0"
3532 #  comparisons:
3533 #    - title: "Diff1"
3534 #      reference: 2
3535 #      reference-alt: 1
3536 #      compare: 3
3537 #    - title: "Diff2"
3538 #      reference: 3
3539 #      compare: 4
3540 #  legend:
3541 #    - 'Legend to Table:'
3542 #    - 'YYMM.V-E - tested VPP version (YY year, MM month, V minor version) and CSIT test environment version (E environment version, "1" for 2019-08-21, "2" for 2020-03-27).'
3543 #    - 'Diff1 - difference between environment versions "2" and "1" for the same VPP version, 1908.1-2 vs. 1908.1-1 (if data for the latter not present, 1908.0-1 is used).'
3544 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3545 #    - 'RCA1 - root cause analysis reference for Diff1.'
3546 #    - 'RCA2 - root cause analysis reference for Diff2.'
3547 #
3548 ## VPP Root Cause Analysis 2n-skx-xxv710 2t1c ndr
3549 #- type: "table"
3550 #  title: "VPP Root Cause Analysis 2n-skx-xxv710 2t1c ndr"
3551 #  algorithm: "table_comparison"
3552 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-2n-skx-2t1c-ndr"
3553 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3554 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3555 #  rca:
3556 #    - title: "RCA1"
3557 #      data: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3558 #    - title: "RCA2"
3559 #      data: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3560 #  columns:
3561 #    - title: "1908.0-1"
3562 #      data-set: "vpp-perf-changes-2n-skx-old1908_0"
3563 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3564 #    - title: "1908.1-1"
3565 #      data-set: "vpp-perf-changes-2n-skx-old1908_1"
3566 #    - title: "1908.1-2"
3567 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3568 #    - title: "2001.0-2"
3569 #      data-set: "vpp-perf-changes-2n-skx-new2001_0"
3570 #  comparisons:
3571 #    - title: "Diff1"
3572 #      reference: 2
3573 #      reference-alt: 1
3574 #      compare: 3
3575 #    - title: "Diff2"
3576 #      reference: 3
3577 #      compare: 4
3578 #  legend:
3579 #    - 'Legend to Table:'
3580 #    - 'YYMM.V-E - tested VPP version (YY year, MM month, V minor version) and CSIT test environment version (E environment version, "1" for 2019-08-21, "2" for 2020-03-27).'
3581 #    - 'Diff1 - difference between environment versions "2" and "1" for the same VPP version, 1908.1-2 vs. 1908.1-1 (if data for the latter not present, 1908.0-1 is used).'
3582 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3583 #    - 'RCA1 - root cause analysis reference for Diff1.'
3584 #    - 'RCA2 - root cause analysis reference for Diff2.'
3585
3586 # VPP Performance Changes 2n-skx 2t1c pdr
3587 - type: "table"
3588   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3589   algorithm: "table_comparison"
3590   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3591   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3592   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3593   columns:
3594     - title: "1908"
3595       data-set: "vpp-performance-changes-2n-skx-h1"
3596     - title: "2001"
3597       data-set: "vpp-performance-changes-2n-skx-ref"
3598     - title: "2005"
3599       data-set: "vpp-performance-changes-2n-skx-cmp"
3600   comparisons:
3601     - title: "Diff"
3602       reference: 2
3603       compare: 3
3604   legend:
3605     - "Legend to Table"
3606     - "1908, 2001, 2005 - VPP versions tested."
3607     - "Diff - difference between 2001 and 2005 VPP version."
3608
3609 # VPP Performance Changes 2n-skx 4t2c pdr
3610 - type: "table"
3611   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3612   algorithm: "table_comparison"
3613   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3614   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3615   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3616   columns:
3617     - title: "1908"
3618       data-set: "vpp-performance-changes-2n-skx-h1"
3619     - title: "2001"
3620       data-set: "vpp-performance-changes-2n-skx-ref"
3621     - title: "2005"
3622       data-set: "vpp-performance-changes-2n-skx-cmp"
3623   comparisons:
3624     - title: "Diff"
3625       reference: 2
3626       compare: 3
3627   legend:
3628     - "Legend to Table"
3629     - "1908, 2001, 2005 - VPP versions tested."
3630     - "Diff - difference between 2001 and 2005 VPP version."
3631
3632 # VPP Performance Changes 2n-skx 2t1c ndr
3633 - type: "table"
3634   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3635   algorithm: "table_comparison"
3636   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3637   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3638   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3639   columns:
3640     - title: "1908"
3641       data-set: "vpp-performance-changes-2n-skx-h1"
3642     - title: "2001"
3643       data-set: "vpp-performance-changes-2n-skx-ref"
3644     - title: "2005"
3645       data-set: "vpp-performance-changes-2n-skx-cmp"
3646   comparisons:
3647     - title: "Diff"
3648       reference: 2
3649       compare: 3
3650   legend:
3651     - "Legend to Table"
3652     - "1908, 2001, 2005 - VPP versions tested."
3653     - "Diff - difference between 2001 and 2005 VPP version."
3654
3655 # VPP Performance Changes 2n-skx 4t2c ndr
3656 - type: "table"
3657   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3658   algorithm: "table_comparison"
3659   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3660   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3661   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3662   columns:
3663     - title: "1908"
3664       data-set: "vpp-performance-changes-2n-skx-h1"
3665     - title: "2001"
3666       data-set: "vpp-performance-changes-2n-skx-ref"
3667     - title: "2005"
3668       data-set: "vpp-performance-changes-2n-skx-cmp"
3669   comparisons:
3670     - title: "Diff"
3671       reference: 2
3672       compare: 3
3673   legend:
3674     - "Legend to Table"
3675     - "1908, 2001, 2005 - VPP versions tested."
3676     - "Diff - difference between 2001 and 2005 VPP version."
3677
3678 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
3679 - type: "table"
3680   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
3681   algorithm: "table_comparison"
3682   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
3683   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3684   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3685   columns:
3686     - title: "2001"
3687       data-set: "vpp-performance-changes-2n-clx-ref"
3688     - title: "2005"
3689       data-set: "vpp-performance-changes-2n-clx-cmp"
3690   comparisons:
3691     - title: "Diff"
3692       reference: 1
3693       compare: 2
3694   legend:
3695     - "Legend to Table"
3696     - "2001, 2005 - VPP versions tested."
3697     - "Diff - difference between 2001 and 2005 VPP version."
3698
3699 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
3700 - type: "table"
3701   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
3702   algorithm: "table_comparison"
3703   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
3704   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3705   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3706   columns:
3707     - title: "2001"
3708       data-set: "vpp-performance-changes-2n-clx-ref"
3709     - title: "2005"
3710       data-set: "vpp-performance-changes-2n-clx-cmp"
3711   comparisons:
3712     - title: "Diff"
3713       reference: 1
3714       compare: 2
3715   legend:
3716     - "Legend to Table"
3717     - "2001, 2005 - VPP versions tested."
3718     - "Diff - difference between 2001 and 2005 VPP version."
3719
3720 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
3721 - type: "table"
3722   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
3723   algorithm: "table_comparison"
3724   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
3725   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3726   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3727   columns:
3728     - title: "2001"
3729       data-set: "vpp-performance-changes-2n-clx-ref"
3730     - title: "2005"
3731       data-set: "vpp-performance-changes-2n-clx-cmp"
3732   comparisons:
3733     - title: "Diff"
3734       reference: 1
3735       compare: 2
3736   legend:
3737     - "Legend to Table"
3738     - "2001, 2005 - VPP versions tested."
3739     - "Diff - difference between 2001 and 2005 VPP version."
3740
3741 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
3742 - type: "table"
3743   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
3744   algorithm: "table_comparison"
3745   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
3746   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3747   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3748   columns:
3749     - title: "2001"
3750       data-set: "vpp-performance-changes-2n-clx-ref"
3751     - title: "2005"
3752       data-set: "vpp-performance-changes-2n-clx-cmp"
3753   comparisons:
3754     - title: "Diff"
3755       reference: 1
3756       compare: 2
3757   legend:
3758     - "Legend to Table"
3759     - "2001, 2005 - VPP versions tested."
3760     - "Diff - difference between 2001 and 2005 VPP version."
3761
3762 # VPP Performance Changes 2n-clx-x556 2t1c pdr
3763 - type: "table"
3764   title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
3765   algorithm: "table_comparison"
3766   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
3767   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3768   filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3769   columns:
3770     - title: "2001"
3771       data-set: "vpp-performance-changes-2n-clx-ref"
3772     - title: "2005"
3773       data-set: "vpp-performance-changes-2n-clx-cmp"
3774   comparisons:
3775     - title: "Diff"
3776       reference: 1
3777       compare: 2
3778   legend:
3779     - "Legend to Table"
3780     - "2001, 2005 - VPP versions tested."
3781     - "Diff - difference between 2001 and 2005 VPP version."
3782
3783 # VPP Performance Changes 2n-clx-x556 4t2c pdr
3784 - type: "table"
3785   title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
3786   algorithm: "table_comparison"
3787   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
3788   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3789   filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3790   columns:
3791     - title: "2001"
3792       data-set: "vpp-performance-changes-2n-clx-ref"
3793     - title: "2005"
3794       data-set: "vpp-performance-changes-2n-clx-cmp"
3795   comparisons:
3796     - title: "Diff"
3797       reference: 1
3798       compare: 2
3799   legend:
3800     - "Legend to Table"
3801     - "2001, 2005 - VPP versions tested."
3802     - "Diff - difference between 2001 and 2005 VPP version."
3803
3804 # VPP Performance Changes 2n-clx-x556 2t1c ndr
3805 - type: "table"
3806   title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
3807   algorithm: "table_comparison"
3808   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
3809   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3810   filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3811   columns:
3812     - title: "2001"
3813       data-set: "vpp-performance-changes-2n-clx-ref"
3814     - title: "2005"
3815       data-set: "vpp-performance-changes-2n-clx-cmp"
3816   comparisons:
3817     - title: "Diff"
3818       reference: 1
3819       compare: 2
3820   legend:
3821     - "Legend to Table"
3822     - "2001, 2005 - VPP versions tested."
3823     - "Diff - difference between 2001 and 2005 VPP version."
3824
3825 # VPP Performance Changes 2n-clx-x556 4t2c ndr
3826 - type: "table"
3827   title: "VPP Performance Changes 2n-clx-x556 ndr"
3828   algorithm: "table_comparison"
3829   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
3830   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3831   filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3832   columns:
3833     - title: "2001"
3834       data-set: "vpp-performance-changes-2n-clx-ref"
3835     - title: "2005"
3836       data-set: "vpp-performance-changes-2n-clx-cmp"
3837   comparisons:
3838     - title: "Diff"
3839       reference: 1
3840       compare: 2
3841   legend:
3842     - "Legend to Table"
3843     - "2001, 2005 - VPP versions tested."
3844     - "Diff - difference between 2001 and 2005 VPP version."
3845
3846 # VPP Performance Changes 2n-dnv 1t1c pdr
3847 - type: "table"
3848   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3849   algorithm: "table_comparison"
3850   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3851   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3852   filter: "'1T1C'"
3853   columns:
3854     - title: "1908"
3855       data-set: "vpp-performance-changes-2n-dnv-h1"
3856     - title: "2001"
3857       data-set: "vpp-performance-changes-2n-dnv-ref"
3858     - title: "2005"
3859       data-set: "vpp-performance-changes-2n-dnv-cmp"
3860   comparisons:
3861     - title: "Diff"
3862       reference: 2
3863       compare: 3
3864   legend:
3865     - "Legend to Table"
3866     - "1908, 2001, 2005 - VPP versions tested."
3867     - "Diff - difference between 2001 and 2005 VPP version."
3868
3869 # VPP Performance Changes 2n-dnv 2t2c pdr
3870 - type: "table"
3871   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3872   algorithm: "table_comparison"
3873   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3874   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3875   filter: "'2T2C'"
3876   columns:
3877     - title: "1908"
3878       data-set: "vpp-performance-changes-2n-dnv-h1"
3879     - title: "2001"
3880       data-set: "vpp-performance-changes-2n-dnv-ref"
3881     - title: "2005"
3882       data-set: "vpp-performance-changes-2n-dnv-cmp"
3883   comparisons:
3884     - title: "Diff"
3885       reference: 2
3886       compare: 3
3887   legend:
3888     - "Legend to Table"
3889     - "1908, 2001, 2005 - VPP versions tested."
3890     - "Diff - difference between 2001 and 2005 VPP version."
3891
3892 # VPP Performance Changes 2n-dnv 1t1c ndr
3893 - type: "table"
3894   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3895   algorithm: "table_comparison"
3896   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3897   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3898   filter: "'1T1C'"
3899   columns:
3900     - title: "1908"
3901       data-set: "vpp-performance-changes-2n-dnv-h1"
3902     - title: "2001"
3903       data-set: "vpp-performance-changes-2n-dnv-ref"
3904     - title: "2005"
3905       data-set: "vpp-performance-changes-2n-dnv-cmp"
3906   comparisons:
3907     - title: "Diff"
3908       reference: 2
3909       compare: 3
3910   legend:
3911     - "Legend to Table"
3912     - "1908, 2001, 2005 - VPP versions tested."
3913     - "Diff - difference between 2001 and 2005 VPP version."
3914
3915 # VPP Performance Changes 2n-dnv 2t2c ndr
3916 - type: "table"
3917   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3918   algorithm: "table_comparison"
3919   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3920   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3921   filter: "'2T2C'"
3922   columns:
3923     - title: "1908"
3924       data-set: "vpp-performance-changes-2n-dnv-h1"
3925     - title: "2001"
3926       data-set: "vpp-performance-changes-2n-dnv-ref"
3927     - title: "2005"
3928       data-set: "vpp-performance-changes-2n-dnv-cmp"
3929   comparisons:
3930     - title: "Diff"
3931       reference: 2
3932       compare: 3
3933   legend:
3934     - "Legend to Table"
3935     - "1908, 2001, 2005 - VPP versions tested."
3936     - "Diff - difference between 2001 and 2005 VPP version."
3937
3938 # VPP Performance Changes 3n-dnv 1t1c pdr
3939 - type: "table"
3940   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3941   algorithm: "table_comparison"
3942   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3943   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3944   filter: "'1T1C'"
3945   columns:
3946     - title: "1908"
3947       data-set: "vpp-performance-changes-3n-dnv-h1"
3948     - title: "2001"
3949       data-set: "vpp-performance-changes-3n-dnv-ref"
3950     - title: "2005"
3951       data-set: "vpp-performance-changes-3n-dnv-cmp"
3952   comparisons:
3953     - title: "Diff"
3954       reference: 2
3955       compare: 3
3956   legend:
3957     - "Legend to Table"
3958     - "1908, 2001, 2005 - VPP versions tested."
3959     - "Diff - difference between 2001 and 2005 VPP version."
3960
3961 # VPP Performance Changes 3n-dnv 2t2c pdr
3962 - type: "table"
3963   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3964   algorithm: "table_comparison"
3965   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3966   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3967   filter: "'2T2C'"
3968   columns:
3969     - title: "1908"
3970       data-set: "vpp-performance-changes-3n-dnv-h1"
3971     - title: "2001"
3972       data-set: "vpp-performance-changes-3n-dnv-ref"
3973     - title: "2005"
3974       data-set: "vpp-performance-changes-3n-dnv-cmp"
3975   comparisons:
3976     - title: "Diff"
3977       reference: 2
3978       compare: 3
3979   legend:
3980     - "Legend to Table"
3981     - "1908, 2001, 2005 - VPP versions tested."
3982     - "Diff - difference between 2001 and 2005 VPP version."
3983
3984 # VPP Performance Changes 3n-dnv 1t1c ndr
3985 - type: "table"
3986   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3987   algorithm: "table_comparison"
3988   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3989   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3990   filter: "'1T1C'"
3991   columns:
3992     - title: "1908"
3993       data-set: "vpp-performance-changes-3n-dnv-h1"
3994     - title: "2001"
3995       data-set: "vpp-performance-changes-3n-dnv-ref"
3996     - title: "2005"
3997       data-set: "vpp-performance-changes-3n-dnv-cmp"
3998   comparisons:
3999     - title: "Diff"
4000       reference: 2
4001       compare: 3
4002   legend:
4003     - "Legend to Table"
4004     - "1908, 2001, 2005 - VPP versions tested."
4005     - "Diff - difference between 2001 and 2005 VPP version."
4006
4007 # VPP Performance Changes 3n-dnv 2t2c ndr
4008 - type: "table"
4009   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
4010   algorithm: "table_comparison"
4011   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
4012   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4013   filter: "'2T2C'"
4014   columns:
4015     - title: "1908"
4016       data-set: "vpp-performance-changes-3n-dnv-h1"
4017     - title: "2001"
4018       data-set: "vpp-performance-changes-3n-dnv-ref"
4019     - title: "2005"
4020       data-set: "vpp-performance-changes-3n-dnv-cmp"
4021   comparisons:
4022     - title: "Diff"
4023       reference: 2
4024       compare: 3
4025   legend:
4026     - "Legend to Table"
4027     - "1908, 2001, 2005 - VPP versions tested."
4028     - "Diff - difference between 2001 and 2005 VPP version."
4029
4030 # VPP Performance Changes 3n-tsh 1t1c pdr
4031 - type: "table"
4032   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4033   algorithm: "table_comparison"
4034   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4035   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4036   filter: "'1T1C'"
4037   columns:
4038     - title: "1908"
4039       data-set: "vpp-performance-changes-3n-tsh-h1"
4040     - title: "2001"
4041       data-set: "vpp-performance-changes-3n-tsh-ref"
4042     - title: "2005"
4043       data-set: "vpp-performance-changes-3n-tsh-cmp"
4044   comparisons:
4045     - title: "Diff"
4046       reference: 2
4047       compare: 3
4048   legend:
4049     - "Legend to Table"
4050     - "1908, 2001, 2005 - VPP versions tested."
4051     - "Diff - difference between 2001 and 2005 VPP version."
4052
4053 # VPP Performance Changes 3n-tsh 2t2c pdr
4054 - type: "table"
4055   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4056   algorithm: "table_comparison"
4057   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4058   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4059   filter: "'2T2C'"
4060   columns:
4061     - title: "1908"
4062       data-set: "vpp-performance-changes-3n-tsh-h1"
4063     - title: "2001"
4064       data-set: "vpp-performance-changes-3n-tsh-ref"
4065     - title: "2005"
4066       data-set: "vpp-performance-changes-3n-tsh-cmp"
4067   comparisons:
4068     - title: "Diff"
4069       reference: 2
4070       compare: 3
4071   legend:
4072     - "Legend to Table"
4073     - "1908, 2001, 2005 - VPP versions tested."
4074     - "Diff - difference between 2001 and 2005 VPP version."
4075
4076 # VPP Performance Changes 3n-tsh 1t1c ndr
4077 - type: "table"
4078   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4079   algorithm: "table_comparison"
4080   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4081   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4082   filter: "'1T1C'"
4083   columns:
4084     - title: "1908"
4085       data-set: "vpp-performance-changes-3n-tsh-h1"
4086     - title: "2001"
4087       data-set: "vpp-performance-changes-3n-tsh-ref"
4088     - title: "2005"
4089       data-set: "vpp-performance-changes-3n-tsh-cmp"
4090   comparisons:
4091     - title: "Diff"
4092       reference: 2
4093       compare: 3
4094   legend:
4095     - "Legend to Table"
4096     - "1908, 2001, 2005 - VPP versions tested."
4097     - "Diff - difference between 2001 and 2005 VPP version."
4098
4099 # VPP Performance Changes 3n-tsh 2t2c ndr
4100 - type: "table"
4101   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4102   algorithm: "table_comparison"
4103   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4104   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4105   filter: "'2T2C'"
4106   columns:
4107     - title: "1908"
4108       data-set: "vpp-performance-changes-3n-tsh-h1"
4109     - title: "2001"
4110       data-set: "vpp-performance-changes-3n-tsh-ref"
4111     - title: "2005"
4112       data-set: "vpp-performance-changes-3n-tsh-cmp"
4113   comparisons:
4114     - title: "Diff"
4115       reference: 2
4116       compare: 3
4117   legend:
4118     - "Legend to Table"
4119     - "1908, 2001, 2005 - VPP versions tested."
4120     - "Diff - difference between 2001 and 2005 VPP version."
4121
4122 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4123 - type: "table"
4124   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4125   algorithm: "table_comparison"
4126   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4127   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4128   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4129   columns:
4130     - title: "3n-hsw xl710"
4131       data-set: "vpp-compare-testbeds-ref"
4132       tag: "NIC_Intel-XL710"
4133     - title: "3n-skx xxv710"
4134       data-set: "vpp-compare-testbeds-cmp"
4135       tag: "NIC_Intel-XXV710"
4136   comparisons:
4137     - title: "Diff"
4138       reference: 1
4139       compare: 2
4140   legend:
4141     - "Legend to Table"
4142     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4143     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4144
4145 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4146 - type: "table"
4147   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4148   algorithm: "table_comparison"
4149   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4150   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4151   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4152   columns:
4153     - title: "3n-hsw xl710"
4154       data-set: "vpp-compare-testbeds-ref"
4155       tag: "NIC_Intel-XL710"
4156     - title: "3n-skx xxv710"
4157       data-set: "vpp-compare-testbeds-cmp"
4158       tag: "NIC_Intel-XXV710"
4159   comparisons:
4160     - title: "Diff"
4161       reference: 1
4162       compare: 2
4163   legend:
4164     - "Legend to Table"
4165     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4166     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4167
4168 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
4169 - type: "table"
4170   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
4171   algorithm: "table_comparison"
4172   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
4173   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4174   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4175   columns:
4176     - title: "3n-hsw xl710"
4177       data-set: "vpp-compare-testbeds-ref"
4178       tag: "NIC_Intel-XL710"
4179     - title: "3n-skx xxv710"
4180       data-set: "vpp-compare-testbeds-cmp"
4181       tag: "NIC_Intel-XXV710"
4182   comparisons:
4183     - title: "Diff"
4184       reference: 1
4185       compare: 2
4186   legend:
4187     - "Legend to Table"
4188     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4189     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4190
4191 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4192 - type: "table"
4193   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4194   algorithm: "table_comparison"
4195   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4196   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4197   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4198   columns:
4199     - title: "3n-hsw xl710"
4200       data-set: "vpp-compare-testbeds-ref"
4201       tag: "NIC_Intel-XL710"
4202     - title: "3n-skx xxv710"
4203       data-set: "vpp-compare-testbeds-cmp"
4204       tag: "NIC_Intel-XXV710"
4205   comparisons:
4206     - title: "Diff"
4207       reference: 1
4208       compare: 2
4209   legend:
4210     - "Legend to Table"
4211     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4212     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4213
4214 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4215 - type: "table"
4216   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4217   algorithm: "table_comparison"
4218   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4219   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4220   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4221   columns:
4222     - title: "2n-skx"
4223       data-set: "vpp-compare-testbeds-skx-clx-ref"
4224     - title: "2n-clx"
4225       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4226   comparisons:
4227     - title: "Diff"
4228       reference: 1
4229       compare: 2
4230   legend:
4231     - "Legend to Table"
4232     - "2n-skx, 2n-clx - testbeds and NICs tested."
4233     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4234
4235 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4236 - type: "table"
4237   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4238   algorithm: "table_comparison"
4239   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4240   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4241   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4242   columns:
4243     - title: "2n-skx"
4244       data-set: "vpp-compare-testbeds-skx-clx-ref"
4245     - title: "2n-clx"
4246       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4247   comparisons:
4248     - title: "Diff"
4249       reference: 1
4250       compare: 2
4251   legend:
4252     - "Legend to Table"
4253     - "2n-skx, 2n-clx - testbeds and NICs tested."
4254     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4255
4256 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4257 - type: "table"
4258   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4259   algorithm: "table_comparison"
4260   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4261   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4262   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4263   columns:
4264     - title: "2n-skx"
4265       data-set: "vpp-compare-testbeds-skx-clx-ref"
4266     - title: "2n-clx"
4267       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4268   comparisons:
4269     - title: "Diff"
4270       reference: 1
4271       compare: 2
4272   legend:
4273     - "Legend to Table"
4274     - "2n-skx, 2n-clx - testbeds and NICs tested."
4275     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4276
4277 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4278 - type: "table"
4279   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4280   algorithm: "table_comparison"
4281   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4282   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4283   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4284   columns:
4285     - title: "2n-skx"
4286       data-set: "vpp-compare-testbeds-skx-clx-ref"
4287     - title: "2n-clx"
4288       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4289   comparisons:
4290     - title: "Diff"
4291       reference: 1
4292       compare: 2
4293   legend:
4294     - "Legend to Table"
4295     - "2n-skx, 2n-clx - testbeds and NICs tested."
4296     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4297
4298 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4299 - type: "table"
4300   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4301   algorithm: "table_comparison"
4302   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4303   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4304   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4305   columns:
4306     - title: "3n-hsw xl710"
4307       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4308       tag: "NIC_Intel-XL710"
4309     - title: "2n-clx xxv710"
4310       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4311       tag: "NIC_Intel-XXV710"
4312   comparisons:
4313     - title: "Diff"
4314       reference: 1
4315       compare: 2
4316   legend:
4317     - "Legend to Table"
4318     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4319     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4320
4321 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4322 - type: "table"
4323   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4324   algorithm: "table_comparison"
4325   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4326   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4327   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4328   columns:
4329     - title: "3n-hsw xl710"
4330       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4331       tag: "NIC_Intel-XL710"
4332     - title: "2n-clx xxv710"
4333       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4334       tag: "NIC_Intel-XXV710"
4335   comparisons:
4336     - title: "Diff"
4337       reference: 1
4338       compare: 2
4339   legend:
4340     - "Legend to Table"
4341     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4342     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4343
4344 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4345 - type: "table"
4346   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4347   algorithm: "table_comparison"
4348   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4349   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4350   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4351   columns:
4352     - title: "3n-hsw xl710"
4353       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4354       tag: "NIC_Intel-XL710"
4355     - title: "2n-clx xxv710"
4356       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4357       tag: "NIC_Intel-XXV710"
4358   comparisons:
4359     - title: "Diff"
4360       reference: 1
4361       compare: 2
4362   legend:
4363     - "Legend to Table"
4364     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4365     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4366
4367 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4368 - type: "table"
4369   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4370   algorithm: "table_comparison"
4371   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4372   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4373   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4374   columns:
4375     - title: "3n-hsw xl710"
4376       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4377       tag: "NIC_Intel-XL710"
4378     - title: "2n-clx xxv710"
4379       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4380       tag: "NIC_Intel-XXV710"
4381   comparisons:
4382     - title: "Diff"
4383       reference: 1
4384       compare: 2
4385   legend:
4386     - "Legend to Table"
4387     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4388     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4389
4390 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4391 - type: "table"
4392   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4393   algorithm: "table_comparison"
4394   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4395   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4396   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4397   columns:
4398     - title: "3n-skx"
4399       data-set: "vpp-compare-topologies-ref"
4400     - title: "2n-skx"
4401       data-set: "vpp-compare-topologies-cmp"
4402   comparisons:
4403     - title: "Diff"
4404       reference: 1
4405       compare: 2
4406   legend:
4407     - "Legend to Table"
4408     - "3n-skx, 2n-skx - topologies tested."
4409     - "Diff - difference between 3n-skx and 2n-skx topologies."
4410
4411 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4412 - type: "table"
4413   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4414   algorithm: "table_comparison"
4415   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4416   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4417   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4418   columns:
4419     - title: "3n-skx"
4420       data-set: "vpp-compare-topologies-ref"
4421     - title: "2n-skx"
4422       data-set: "vpp-compare-topologies-cmp"
4423   comparisons:
4424     - title: "Diff"
4425       reference: 1
4426       compare: 2
4427   legend:
4428     - "Legend to Table"
4429     - "3n-skx, 2n-skx - topologies tested."
4430     - "Diff - difference between 3n-skx and 2n-skx topologies."
4431
4432 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4433 - type: "table"
4434   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4435   algorithm: "table_comparison"
4436   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4437   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4438   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4439   columns:
4440     - title: "3n-skx"
4441       data-set: "vpp-compare-topologies-ref"
4442     - title: "2n-skx"
4443       data-set: "vpp-compare-topologies-cmp"
4444   comparisons:
4445     - title: "Diff"
4446       reference: 1
4447       compare: 2
4448   legend:
4449     - "Legend to Table"
4450     - "3n-skx, 2n-skx - topologies tested."
4451     - "Diff - difference between 3n-skx and 2n-skx topologies."
4452
4453 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4454 - type: "table"
4455   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4456   algorithm: "table_comparison"
4457   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4458   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4459   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4460   columns:
4461     - title: "3n-skx"
4462       data-set: "vpp-compare-topologies-ref"
4463     - title: "2n-skx"
4464       data-set: "vpp-compare-topologies-cmp"
4465   comparisons:
4466     - title: "Diff"
4467       reference: 1
4468       compare: 2
4469   legend:
4470     - "Legend to Table"
4471     - "3n-skx, 2n-skx - topologies tested."
4472     - "Diff - difference between 3n-skx and 2n-skx topologies."
4473
4474 # VPP Performance Changes 3n-hsw 1t1c mrr
4475 - type: "table"
4476   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4477   algorithm: "table_comparison"
4478   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4479   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4480   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4481   columns:
4482     - title: "1908"
4483       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4484     - title: "2001"
4485       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4486     - title: "2005"
4487       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4488   comparisons:
4489     - title: "Diff"
4490       reference: 2
4491       compare: 3
4492   legend:
4493     - "Legend to Table"
4494     - "1908, 2001, 2005 - VPP versions tested."
4495     - "Diff - difference between 2001 and 2005 VPP version."
4496
4497 # VPP Performance Changes 3n-hsw 2t2c mrr
4498 - type: "table"
4499   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4500   algorithm: "table_comparison"
4501   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4502   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4503   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4504   columns:
4505     - title: "1908"
4506       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4507     - title: "2001"
4508       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4509     - title: "2005"
4510       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4511   comparisons:
4512     - title: "Diff"
4513       reference: 2
4514       compare: 3
4515   legend:
4516     - "Legend to Table"
4517     - "1908, 2001, 2005 - VPP versions tested."
4518     - "Diff - difference between 2001 and 2005 VPP version."
4519
4520 # VPP Performance Changes 3n-hsw 4t4c mrr
4521 - type: "table"
4522   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
4523   algorithm: "table_comparison"
4524   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4525   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4526   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4527   columns:
4528     - title: "1908"
4529       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4530     - title: "2001"
4531       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4532     - title: "2005"
4533       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4534   comparisons:
4535     - title: "Diff"
4536       reference: 2
4537       compare: 3
4538   legend:
4539     - "Legend to Table"
4540     - "1908, 2001, 2005 - VPP versions tested."
4541     - "Diff - difference between 2001 and 2005 VPP version."
4542
4543 # VPP Performance Changes 3n-skx 2t1c mrr
4544 - type: "table"
4545   title: "VPP Performance Changes 3n-skx 2t1c mrr"
4546   algorithm: "table_comparison"
4547   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4548   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4549   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4550   columns:
4551 #    - title: "1908"
4552 #      data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4553     - title: "2001"
4554       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4555     - title: "2005"
4556       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4557   comparisons:
4558     - title: "Diff"
4559       reference: 1
4560       compare: 2
4561   legend:
4562     - "Legend to Table"
4563     - "2001, 2005 - VPP versions tested."
4564     - "Diff - difference between 2001 and 2005 VPP version."
4565
4566 # VPP Performance Changes 3n-skx 4t2c mrr
4567 - type: "table"
4568   title: "VPP Performance Changes 3n-skx 4t2c mrr"
4569   algorithm: "table_comparison"
4570   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4571   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4572   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4573   columns:
4574 #    - title: "1908"
4575 #      data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4576     - title: "2001"
4577       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4578     - title: "2005"
4579       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4580   comparisons:
4581     - title: "Diff"
4582       reference: 1
4583       compare: 2
4584   legend:
4585     - "Legend to Table"
4586     - "2001, 2005 - VPP versions tested."
4587     - "Diff - difference between 2001 and 2005 VPP version."
4588
4589 # VPP Performance Changes 3n-skx 8t4c mrr
4590 - type: "table"
4591   title: "VPP Performance Changes 3n-skx 8t4c mrr"
4592   algorithm: "table_comparison"
4593   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4594   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4595   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4596   columns:
4597 #    - title: "1908"
4598 #      data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4599     - title: "2001"
4600       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4601     - title: "2005"
4602       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4603   comparisons:
4604     - title: "Diff"
4605       reference: 1
4606       compare: 2
4607   legend:
4608     - "Legend to Table"
4609     - "2001, 2005 - VPP versions tested."
4610     - "Diff - difference between 2001 and 2005 VPP version."
4611
4612 # VPP Performance Changes 2n-skx 2t1c mrr
4613 - type: "table"
4614   title: "VPP Performance Changes 2n-skx 2t1c mrr"
4615   algorithm: "table_comparison"
4616   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4617   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4618   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4619   columns:
4620 #    - title: "1908"
4621 #      data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4622     - title: "2001"
4623       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4624     - title: "2005"
4625       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4626   comparisons:
4627     - title: "Diff"
4628       reference: 1
4629       compare: 2
4630   legend:
4631     - "Legend to Table"
4632     - "2001, 2005 - VPP versions tested."
4633     - "Diff - difference between 2001 and 2005 VPP version."
4634
4635 # VPP Performance Changes 2n-skx 4t2c mrr
4636 - type: "table"
4637   title: "VPP Performance Changes 2n-skx 4t2c mrr"
4638   algorithm: "table_comparison"
4639   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4640   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4641   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4642   columns:
4643 #    - title: "1908"
4644 #      data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4645     - title: "2001"
4646       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4647     - title: "2005"
4648       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4649   comparisons:
4650     - title: "Diff"
4651       reference: 1
4652       compare: 2
4653   legend:
4654     - "Legend to Table"
4655     - "2001, 2005 - VPP versions tested."
4656     - "Diff - difference between 2001 and 2005 VPP version."
4657
4658 # VPP Performance Changes 2n-skx 8t4c mrr
4659 - type: "table"
4660   title: "VPP Performance Changes 2n-skx 8t4c mrr"
4661   algorithm: "table_comparison"
4662   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4663   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4664   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4665   columns:
4666 #    - title: "1908"
4667 #      data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4668     - title: "2001"
4669       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4670     - title: "2005"
4671       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4672   comparisons:
4673     - title: "Diff"
4674       reference: 1
4675       compare: 2
4676   legend:
4677     - "Legend to Table"
4678     - "2001, 2005 - VPP versions tested."
4679     - "Diff - difference between 2001 and 2005 VPP version."
4680
4681 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
4682 - type: "table"
4683   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
4684   algorithm: "table_comparison"
4685   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
4686   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4687   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4688   columns:
4689     - title: "2001"
4690       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4691     - title: "2005"
4692       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4693   comparisons:
4694     - title: "Diff"
4695       reference: 1
4696       compare: 2
4697   legend:
4698     - "Legend to Table"
4699     - "2001, 2005 - VPP versions tested."
4700     - "Diff - difference between 2001 and 2005 VPP version."
4701
4702 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
4703 - type: "table"
4704   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
4705   algorithm: "table_comparison"
4706   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
4707   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4708   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4709   columns:
4710     - title: "2001"
4711       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4712     - title: "2005"
4713       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4714   comparisons:
4715     - title: "Diff"
4716       reference: 1
4717       compare: 2
4718   legend:
4719     - "Legend to Table"
4720     - "2001, 2005 - VPP versions tested."
4721     - "Diff - difference between 2001 and 2005 VPP version."
4722
4723 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
4724 - type: "table"
4725   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
4726   algorithm: "table_comparison"
4727   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
4728   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4729   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4730   columns:
4731     - title: "2001"
4732       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4733     - title: "2005"
4734       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4735   comparisons:
4736     - title: "Diff"
4737       reference: 1
4738       compare: 2
4739   legend:
4740     - "Legend to Table"
4741     - "2001, 2005 - VPP versions tested."
4742     - "Diff - difference between 2001 and 2005 VPP version."
4743
4744 # VPP Performance Changes 2n-clx-clx-x556 2t1c mrr
4745 - type: "table"
4746   title: "VPP Performance Changes 2n-clx-clx-x556 2t1c mrr"
4747   algorithm: "table_comparison"
4748   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-clx-x556-2t1c-mrr"
4749   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4750   filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4751   columns:
4752     - title: "2001"
4753       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4754     - title: "2005"
4755       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4756   comparisons:
4757     - title: "Diff"
4758       reference: 1
4759       compare: 2
4760   legend:
4761     - "Legend to Table"
4762     - "2001, 2005 - VPP versions tested."
4763     - "Diff - difference between 2001 and 2005 VPP version."
4764
4765 # VPP Performance Changes 2n-clx-clx-x556 4t2c mrr
4766 - type: "table"
4767   title: "VPP Performance Changes 2n-clx-clx-x556 4t2c mrr"
4768   algorithm: "table_comparison"
4769   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-clx-x556-4t2c-mrr"
4770   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4771   filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4772   columns:
4773     - title: "2001"
4774       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4775     - title: "2005"
4776       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4777   comparisons:
4778     - title: "Diff"
4779       reference: 1
4780       compare: 2
4781   legend:
4782     - "Legend to Table"
4783     - "2001, 2005 - VPP versions tested."
4784     - "Diff - difference between 2001 and 2005 VPP version."
4785
4786 # VPP Performance Changes 2n-clx-clx-x556 8t4c mrr
4787 - type: "table"
4788   title: "VPP Performance Changes 2n-clx-clx-x556 8t4c mrr"
4789   algorithm: "table_comparison"
4790   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-clx-x556-8t4c-mrr"
4791   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4792   filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4793   columns:
4794     - title: "2001"
4795       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4796     - title: "2005"
4797       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4798   comparisons:
4799     - title: "Diff"
4800       reference: 1
4801       compare: 2
4802   legend:
4803     - "Legend to Table"
4804     - "2001, 2005 - VPP versions tested."
4805     - "Diff - difference between 2001 and 2005 VPP version."
4806
4807 # VPP Performance Changes 2n-dnv 1t1c mrr
4808 - type: "table"
4809   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
4810   algorithm: "table_comparison"
4811   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4812   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4813   filter: "'1T1C'"
4814   columns:
4815     - title: "1908"
4816       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4817     - title: "2001"
4818       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4819     - title: "2005"
4820       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4821   comparisons:
4822     - title: "Diff"
4823       reference: 2
4824       compare: 3
4825   legend:
4826     - "Legend to Table"
4827     - "1908, 2001, 2005 - VPP versions tested."
4828     - "Diff - difference between 2001 and 2005 VPP version."
4829
4830 # VPP Performance Changes 2n-dnv 2t2c mrr
4831 - type: "table"
4832   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
4833   algorithm: "table_comparison"
4834   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4835   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4836   filter: "'2T2C'"
4837   columns:
4838     - title: "1908"
4839       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4840     - title: "2001"
4841       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4842     - title: "2005"
4843       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4844   comparisons:
4845     - title: "Diff"
4846       reference: 2
4847       compare: 3
4848   legend:
4849     - "Legend to Table"
4850     - "1908, 2001, 2005 - VPP versions tested."
4851     - "Diff - difference between 2001 and 2005 VPP version."
4852
4853 # VPP Performance Changes 2n-dnv 4t4c mrr
4854 - type: "table"
4855   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
4856   algorithm: "table_comparison"
4857   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4858   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4859   filter: "'4T4C'"
4860   columns:
4861     - title: "1908"
4862       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4863     - title: "2001"
4864       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4865     - title: "2005"
4866       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4867   comparisons:
4868     - title: "Diff"
4869       reference: 2
4870       compare: 3
4871   legend:
4872     - "Legend to Table"
4873     - "1908, 2001, 2005 - VPP versions tested."
4874     - "Diff - difference between 2001 and 2005 VPP version."
4875
4876 # VPP Performance Changes 3n-dnv 1t1c mrr
4877 - type: "table"
4878   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
4879   algorithm: "table_comparison"
4880   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4881   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4882   filter: "'1T1C'"
4883   columns:
4884     - title: "1908"
4885       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4886     - title: "2001"
4887       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4888     - title: "2005"
4889       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4890   comparisons:
4891     - title: "Diff"
4892       reference: 2
4893       compare: 3
4894   legend:
4895     - "Legend to Table"
4896     - "1908, 2001, 2005 - VPP versions tested."
4897     - "Diff - difference between 2001 and 2005 VPP version."
4898
4899 # VPP Performance Changes 3n-dnv 2t2c mrr
4900 - type: "table"
4901   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
4902   algorithm: "table_comparison"
4903   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4904   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4905   filter: "'2T2C'"
4906   columns:
4907     - title: "1908"
4908       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4909     - title: "2001"
4910       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4911     - title: "2005"
4912       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4913   comparisons:
4914     - title: "Diff"
4915       reference: 2
4916       compare: 3
4917   legend:
4918     - "Legend to Table"
4919     - "1908, 2001, 2005 - VPP versions tested."
4920     - "Diff - difference between 2001 and 2005 VPP version."
4921
4922 # VPP Performance Changes 3n-dnv 4t4c mrr
4923 - type: "table"
4924   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
4925   algorithm: "table_comparison"
4926   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4927   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4928   filter: "'4T4C'"
4929   columns:
4930     - title: "1908"
4931       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4932     - title: "2001"
4933       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4934     - title: "2005"
4935       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4936   comparisons:
4937     - title: "Diff"
4938       reference: 2
4939       compare: 3
4940   legend:
4941     - "Legend to Table"
4942     - "1908, 2001, 2005 - VPP versions tested."
4943     - "Diff - difference between 2001 and 2005 VPP version."
4944
4945 # VPP Performance Changes 3n-tsh 1t1c mrr
4946 - type: "table"
4947   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
4948   algorithm: "table_comparison"
4949   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4950   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4951   filter: "'1T1C'"
4952   columns:
4953     - title: "1908"
4954       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
4955     - title: "2001"
4956       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4957     - title: "2005"
4958       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4959   comparisons:
4960     - title: "Diff"
4961       reference: 2
4962       compare: 3
4963   legend:
4964     - "Legend to Table"
4965     - "1908, 2001, 2005 - VPP versions tested."
4966     - "Diff - difference between 2001 and 2005 VPP version."
4967
4968 # VPP Performance Changes 3n-tsh 2t2c mrr
4969 - type: "table"
4970   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
4971   algorithm: "table_comparison"
4972   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
4973   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4974   filter: "'2T2C'"
4975   columns:
4976     - title: "1908"
4977       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
4978     - title: "2001"
4979       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4980     - title: "2005"
4981       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4982   comparisons:
4983     - title: "Diff"
4984       reference: 2
4985       compare: 3
4986   legend:
4987     - "Legend to Table"
4988     - "1908, 2001, 2005 - VPP versions tested."
4989     - "Diff - difference between 2001 and 2005 VPP version."
4990
4991 # VPP Performance Changes 3n-tsh 4t4c mrr
4992 - type: "table"
4993   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
4994   algorithm: "table_comparison"
4995   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
4996   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4997   filter: "'4T4C'"
4998   columns:
4999     - title: "1908"
5000       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5001     - title: "2001"
5002       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
5003     - title: "2005"
5004       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5005   comparisons:
5006     - title: "Diff"
5007       reference: 2
5008       compare: 3
5009   legend:
5010     - "Legend to Table"
5011     - "1908, 2001, 2005 - VPP versions tested."
5012     - "Diff - difference between 2001 and 2005 VPP version."
5013
5014 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
5015 - type: "table"
5016   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
5017   algorithm: "table_comparison"
5018   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
5019   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5020   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5021   columns:
5022     - title: "3n-hsw xl710"
5023       data-set: "vpp-compare-testbeds-mrr-ref"
5024       tag: "NIC_Intel-XL710"
5025     - title: "3n-skx xxv710"
5026       data-set: "vpp-compare-testbeds-mrr-cmp"
5027       tag: "NIC_Intel-XXV710"
5028   comparisons:
5029     - title: "Diff"
5030       reference: 1
5031       compare: 2
5032   legend:
5033     - "Legend to Table"
5034     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5035     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5036
5037 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
5038 - type: "table"
5039   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
5040   algorithm: "table_comparison"
5041   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
5042   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5043   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5044   columns:
5045     - title: "3n-hsw xl710"
5046       data-set: "vpp-compare-testbeds-mrr-ref"
5047       tag: "NIC_Intel-XL710"
5048     - title: "3n-skx xxv710"
5049       data-set: "vpp-compare-testbeds-mrr-cmp"
5050       tag: "NIC_Intel-XXV710"
5051   comparisons:
5052     - title: "Diff"
5053       reference: 1
5054       compare: 2
5055   legend:
5056     - "Legend to Table"
5057     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5058     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5059
5060 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
5061 - type: "table"
5062   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
5063   algorithm: "table_comparison"
5064   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
5065   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5066   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5067   columns:
5068     - title: "3n-hsw xl710"
5069       data-set: "vpp-compare-testbeds-mrr-ref"
5070       tag: "NIC_Intel-XL710"
5071     - title: "3n-skx xxv710"
5072       data-set: "vpp-compare-testbeds-mrr-cmp"
5073       tag: "NIC_Intel-XXV710"
5074   comparisons:
5075     - title: "Diff"
5076       reference: 1
5077       compare: 2
5078   legend:
5079     - "Legend to Table"
5080     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5081     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5082
5083 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
5084 - type: "table"
5085   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
5086   algorithm: "table_comparison"
5087   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
5088   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5089   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5090   columns:
5091     - title: "2n-skx"
5092       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5093     - title: "2n-clx"
5094       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5095   comparisons:
5096     - title: "Diff"
5097       reference: 1
5098       compare: 2
5099   legend:
5100     - "Legend to Table"
5101     - "2n-skx, 2n-clx - testbeds and NICs tested."
5102     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5103
5104 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
5105 - type: "table"
5106   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
5107   algorithm: "table_comparison"
5108   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
5109   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5110   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5111   columns:
5112     - title: "2n-skx"
5113       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5114     - title: "2n-clx"
5115       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5116   comparisons:
5117     - title: "Diff"
5118       reference: 1
5119       compare: 2
5120   legend:
5121     - "Legend to Table"
5122     - "2n-skx, 2n-clx - testbeds and NICs tested."
5123     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5124
5125 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
5126 - type: "table"
5127   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
5128   algorithm: "table_comparison"
5129   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
5130   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5131   filter: "'8T4C' and 'NIC_Intel-XXV710'"
5132   columns:
5133     - title: "2n-skx"
5134       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5135     - title: "2n-clx"
5136       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5137   comparisons:
5138     - title: "Diff"
5139       reference: 1
5140       compare: 2
5141   legend:
5142     - "Legend to Table"
5143     - "2n-skx, 2n-clx - testbeds and NICs tested."
5144     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5145
5146 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
5147 - type: "table"
5148   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
5149   algorithm: "table_comparison"
5150   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
5151   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5152   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
5153   columns:
5154     - title: "3n-skx"
5155       data-set: "vpp-compare-topologies-mrr-ref"
5156     - title: "2n-skx"
5157       data-set: "vpp-compare-topologies-mrr-cmp"
5158   comparisons:
5159     - title: "Diff"
5160       reference: 1
5161       compare: 2
5162   legend:
5163     - "Legend to Table"
5164     - "3n-skx, 2n-skx - topologies tested."
5165     - "Diff - difference between 3n-skx and 2n-skx topologies."
5166
5167 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
5168 - type: "table"
5169   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
5170   algorithm: "table_comparison"
5171   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
5172   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5173   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
5174   columns:
5175     - title: "3n-skx"
5176       data-set: "vpp-compare-topologies-mrr-ref"
5177     - title: "2n-skx"
5178       data-set: "vpp-compare-topologies-mrr-cmp"
5179   comparisons:
5180     - title: "Diff"
5181       reference: 1
5182       compare: 2
5183   legend:
5184     - "Legend to Table"
5185     - "3n-skx, 2n-skx - topologies tested."
5186     - "Diff - difference between 3n-skx and 2n-skx topologies."
5187
5188 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
5189 - type: "table"
5190   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
5191   algorithm: "table_comparison"
5192   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
5193   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5194   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
5195   columns:
5196     - title: "3n-skx"
5197       data-set: "vpp-compare-topologies-mrr-ref"
5198     - title: "2n-skx"
5199       data-set: "vpp-compare-topologies-mrr-cmp"
5200   comparisons:
5201     - title: "Diff"
5202       reference: 1
5203       compare: 2
5204   legend:
5205     - "Legend to Table"
5206     - "3n-skx, 2n-skx - topologies tested."
5207     - "Diff - difference between 3n-skx and 2n-skx topologies."
5208
5209 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
5210 - type: "table"
5211   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
5212   algorithm: "table_comparison"
5213   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
5214   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5215   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5216   columns:
5217     - title: "3n-hsw xl710"
5218       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5219       tag: "NIC_Intel-XL710"
5220     - title: "2n-clx xxv710"
5221       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5222       tag: "NIC_Intel-XXV710"
5223   comparisons:
5224     - title: "Diff"
5225       reference: 1
5226       compare: 2
5227   legend:
5228     - "Legend to Table"
5229     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5230     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5231
5232 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
5233 - type: "table"
5234   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
5235   algorithm: "table_comparison"
5236   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
5237   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5238   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5239   columns:
5240     - title: "3n-hsw xl710"
5241       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5242       tag: "NIC_Intel-XL710"
5243     - title: "2n-clx xxv710"
5244       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5245       tag: "NIC_Intel-XXV710"
5246   comparisons:
5247     - title: "Diff"
5248       reference: 1
5249       compare: 2
5250   legend:
5251     - "Legend to Table"
5252     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5253     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5254
5255 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
5256 - type: "table"
5257   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
5258   algorithm: "table_comparison"
5259   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
5260   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5261   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5262   columns:
5263     - title: "3n-hsw xl710"
5264       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5265       tag: "NIC_Intel-XL710"
5266     - title: "2n-clx xxv710"
5267       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5268       tag: "NIC_Intel-XXV710"
5269   comparisons:
5270     - title: "Diff"
5271       reference: 1
5272       compare: 2
5273   legend:
5274     - "Legend to Table"
5275     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5276     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5277
5278 # Detailed Test Results - VPP Performance Results 3n-hsw
5279 - type: "table"
5280   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5281   algorithm: "table_merged_details"
5282   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5283   columns:
5284     - title: " |prein| Test Name |preout| "
5285       data: "data name"
5286     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
5287       data: "data msg"
5288   data: "vpp-perf-results-3n-hsw"
5289   filter: "all"
5290   parameters:
5291   - "name"
5292   - "parent"
5293   - "msg"
5294
5295 # Detailed Test Results - VPP Performance Results 3n-skx
5296 - type: "table"
5297   title: "Detailed Test Results - VPP Performance Results 3n-skx"
5298   algorithm: "table_merged_details"
5299   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
5300   columns:
5301     - title: " |prein| Test Name |preout| "
5302       data: "data name"
5303     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
5304       data: "data msg"
5305   data: "vpp-perf-results-3n-skx"
5306   filter: "all"
5307   remove-ndr: False
5308   parameters:
5309   - "name"
5310   - "parent"
5311   - "msg"
5312
5313 # Detailed Test Results - VPP Performance Results 2n-skx
5314 - type: "table"
5315   title: "Detailed Test Results - VPP Performance Results 2n-skx"
5316   algorithm: "table_merged_details"
5317   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
5318   columns:
5319     - title: " |prein| Test Name |preout| "
5320       data: "data name"
5321     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
5322       data: "data msg"
5323   data: "vpp-perf-results-2n-skx"
5324   filter: "all"
5325   remove-ndr: False
5326   parameters:
5327   - "name"
5328   - "parent"
5329   - "msg"
5330
5331 # Detailed Test Results - VPP Performance Results 2n-clx
5332 - type: "table"
5333   title: "Detailed Test Results - VPP Performance Results 2n-clx"
5334   algorithm: "table_merged_details"
5335   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
5336   columns:
5337     - title: " |prein| Test Name |preout| "
5338       data: "data name"
5339     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
5340       data: "data msg"
5341   data: "vpp-perf-results-2n-clx"
5342   filter: "all"
5343   parameters:
5344   - "name"
5345   - "parent"
5346   - "msg"
5347
5348 # Detailed Test Results - VPP Performance Results 3n-tsh
5349 - type: "table"
5350   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
5351   algorithm: "table_merged_details"
5352   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
5353   columns:
5354     - title: " |prein| Test Name |preout| "
5355       data: "data name"
5356     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
5357       data: "data msg"
5358   data: "vpp-perf-results-3n-tsh"
5359   filter: "all"
5360   parameters:
5361   - "name"
5362   - "parent"
5363   - "msg"
5364
5365 # Detailed Test Results - VPP Performance Results 3n-dnv
5366 - type: "table"
5367   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
5368   algorithm: "table_merged_details"
5369   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
5370   columns:
5371     - title: " |prein| Test Name |preout| "
5372       data: "data name"
5373     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
5374       data: "data msg"
5375   data: "vpp-perf-results-3n-dnv"
5376   filter: "all"
5377   parameters:
5378   - "name"
5379   - "parent"
5380   - "msg"
5381
5382 # Detailed Test Results - VPP Performance Results 2n-dnv
5383 - type: "table"
5384   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
5385   algorithm: "table_merged_details"
5386   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5387   columns:
5388     - title: " |prein| Test Name |preout| "
5389       data: "data name"
5390     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
5391       data: "data msg"
5392   data: "vpp-perf-results-2n-dnv"
5393   filter: "all"
5394   parameters:
5395   - "name"
5396   - "parent"
5397   - "msg"
5398
5399 # Test configuration - VPP Performance Test Configs 3n-hsw
5400 - type: "table"
5401   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
5402   algorithm: "table_merged_details"
5403   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
5404   columns:
5405     - title: " |prein| Test Name |preout| "
5406       data: "data name"
5407     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5408       data: "data conf-history"
5409   data: "vpp-perf-results-3n-hsw"
5410   filter: "all"
5411   parameters:
5412   - "parent"
5413   - "name"
5414   - "conf-history"
5415
5416 # Test configuration - VPP Performance Test Configs 3n-skx
5417 - type: "table"
5418   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5419   algorithm: "table_merged_details"
5420   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5421   columns:
5422     - title: " |prein| Test Name |preout| "
5423       data: "data name"
5424     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5425       data: "data conf-history"
5426   data: "vpp-perf-results-3n-skx"
5427   filter: "all"
5428   parameters:
5429   - "parent"
5430   - "name"
5431   - "conf-history"
5432
5433 # Test configuration - VPP Performance Test Configs 2n-skx
5434 - type: "table"
5435   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5436   algorithm: "table_merged_details"
5437   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5438   columns:
5439     - title: " |prein| Test Name |preout| "
5440       data: "data name"
5441     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5442       data: "data conf-history"
5443   data: "vpp-perf-results-2n-skx"
5444   filter: "all"
5445   parameters:
5446   - "parent"
5447   - "name"
5448   - "conf-history"
5449
5450 # Test configuration - VPP Performance Test Configs 2n-clx
5451 - type: "table"
5452   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5453   algorithm: "table_merged_details"
5454   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
5455   columns:
5456     - title: " |prein| Test Name |preout| "
5457       data: "data name"
5458     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5459       data: "data conf-history"
5460   data: "vpp-perf-results-2n-clx"
5461   filter: "all"
5462   parameters:
5463   - "parent"
5464   - "name"
5465   - "conf-history"
5466
5467 # Test configuration - VPP Performance Test Configs 3n-tsh
5468 - type: "table"
5469   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5470   algorithm: "table_merged_details"
5471   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5472   columns:
5473     - title: " |prein| Test Name |preout| "
5474       data: "data name"
5475     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5476       data: "data conf-history"
5477   data: "vpp-perf-results-3n-tsh"
5478   filter: "all"
5479   parameters:
5480   - "parent"
5481   - "name"
5482   - "conf-history"
5483
5484 # Test configuration - VPP Performance Test Configs 3n-dnv
5485 - type: "table"
5486   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5487   algorithm: "table_merged_details"
5488   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5489   columns:
5490     - title: " |prein| Test Name |preout| "
5491       data: "data name"
5492     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5493       data: "data conf-history"
5494   data: "vpp-perf-results-3n-dnv"
5495   filter: "all"
5496   parameters:
5497   - "parent"
5498   - "name"
5499   - "conf-history"
5500
5501 # Test configuration - VPP Performance Test Configs 2n-dnv
5502 - type: "table"
5503   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5504   algorithm: "table_merged_details"
5505   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5506   columns:
5507     - title: " |prein| Test Name |preout| "
5508       data: "data name"
5509     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5510       data: "data conf-history"
5511   data: "vpp-perf-results-2n-dnv"
5512   filter: "all"
5513   parameters:
5514   - "parent"
5515   - "name"
5516   - "conf-history"
5517
5518 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5519 - type: "table"
5520   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5521   algorithm: "table_oper_data_html"
5522   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5523   data: "vpp-perf-results-3n-hsw"
5524   filter: "all"
5525
5526 # Test Operational Data - VPP Performance Operational Data 3n-skx
5527 - type: "table"
5528   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5529   algorithm: "table_oper_data_html"
5530   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5531   data: "vpp-perf-results-3n-skx"
5532   filter: "all"
5533
5534 # Test Operational Data - VPP Performance Operational Data 2n-skx
5535 - type: "table"
5536   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5537   algorithm: "table_oper_data_html"
5538   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5539   data: "vpp-perf-results-2n-skx"
5540   filter: "all"
5541
5542 # Test Operational Data - VPP Performance Operational Data 2n-clx
5543 - type: "table"
5544   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5545   algorithm: "table_oper_data_html"
5546   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5547   data: "vpp-perf-results-2n-clx"
5548   filter: "all"
5549
5550 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5551 - type: "table"
5552   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5553   algorithm: "table_oper_data_html"
5554   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5555   data: "vpp-perf-results-3n-tsh"
5556   filter: "all"
5557
5558 # Test Operational Data - VPP Performance Operational Data 3n-dnv
5559 - type: "table"
5560   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5561   algorithm: "table_oper_data_html"
5562   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5563   data: "vpp-perf-results-3n-dnv"
5564   filter: "all"
5565
5566 # Test Operational Data - VPP Performance Operational Data 2n-dnv
5567 - type: "table"
5568   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5569   algorithm: "table_oper_data_html"
5570   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5571   data: "vpp-perf-results-2n-dnv"
5572   filter: "all"
5573
5574 # Detailed Test Results - VPP MRR Results 3n-hsw
5575 - type: "table"
5576   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5577   algorithm: "table_merged_details"
5578   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5579   columns:
5580     - title: " |prein| Test Name |preout| "
5581       data: "data name"
5582     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5583       data: "data msg"
5584   data: "vpp-mrr-results-3n-hsw"
5585   filter: "all"
5586   parameters:
5587   - "name"
5588   - "parent"
5589   - "msg"
5590
5591 # Detailed Test Results - VPP MRR Results 3n-skx
5592 - type: "table"
5593   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5594   algorithm: "table_merged_details"
5595   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5596   columns:
5597     - title: " |prein| Test Name |preout| "
5598       data: "data name"
5599     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5600       data: "data msg"
5601   data: "vpp-mrr-results-3n-skx"
5602   filter: "all"
5603   parameters:
5604   - "name"
5605   - "parent"
5606   - "msg"
5607
5608 # Detailed Test Results - VPP MRR Results 2n-skx
5609 - type: "table"
5610   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5611   algorithm: "table_merged_details"
5612   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5613   columns:
5614     - title: " |prein| Test Name |preout| "
5615       data: "data name"
5616     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5617       data: "data msg"
5618   data: "vpp-mrr-results-2n-skx"
5619   filter: "all"
5620   parameters:
5621   - "name"
5622   - "parent"
5623   - "msg"
5624
5625 # Detailed Test Results - VPP MRR Results 2n-clx
5626 - type: "table"
5627   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5628   algorithm: "table_merged_details"
5629   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5630   columns:
5631     - title: " |prein| Test Name |preout| "
5632       data: "data name"
5633     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5634       data: "data msg"
5635   data: "vpp-mrr-results-2n-clx"
5636   filter: "all"
5637   parameters:
5638   - "name"
5639   - "parent"
5640   - "msg"
5641
5642 # Detailed Test Results - VPP MRR Results 3n-tsh
5643 - type: "table"
5644   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5645   algorithm: "table_merged_details"
5646   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5647   columns:
5648     - title: " |prein| Test Name |preout| "
5649       data: "data name"
5650     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5651       data: "data msg"
5652   data: "vpp-mrr-results-3n-tsh"
5653   filter: "all"
5654   parameters:
5655   - "name"
5656   - "parent"
5657   - "msg"
5658
5659 # Detailed Test Results - VPP MRR Results 3n-dnv
5660 - type: "table"
5661   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5662   algorithm: "table_merged_details"
5663   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5664   columns:
5665     - title: " |prein| Test Name |preout| "
5666       data: "data name"
5667     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5668       data: "data msg"
5669   data: "vpp-mrr-results-3n-dnv"
5670   filter: "all"
5671   parameters:
5672   - "name"
5673   - "parent"
5674   - "msg"
5675
5676 # Detailed Test Results - VPP MRR Results 2n-dnv
5677 - type: "table"
5678   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5679   algorithm: "table_merged_details"
5680   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5681   columns:
5682     - title: " |prein| Test Name |preout| "
5683       data: "data name"
5684     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5685       data: "data msg"
5686   data: "vpp-mrr-results-2n-dnv"
5687   filter: "all"
5688   parameters:
5689   - "name"
5690   - "parent"
5691   - "msg"
5692
5693 # Test configuration - VPP MRR Test Configs 3n-hsw
5694 - type: "table"
5695   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5696   algorithm: "table_merged_details"
5697   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5698   columns:
5699     - title: " |prein| Test Name |preout| "
5700       data: "data name"
5701     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5702       data: "data conf-history"
5703   data: "vpp-mrr-results-3n-hsw"
5704   filter: "all"
5705   parameters:
5706   - "parent"
5707   - "name"
5708   - "conf-history"
5709
5710 # Test configuration - VPP MRR Test Configs 3n-skx
5711 - type: "table"
5712   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5713   algorithm: "table_merged_details"
5714   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5715   columns:
5716     - title: " |prein| Test Name |preout| "
5717       data: "data name"
5718     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5719       data: "data conf-history"
5720   data: "vpp-mrr-results-3n-skx"
5721   filter: "all"
5722   parameters:
5723   - "parent"
5724   - "name"
5725   - "conf-history"
5726
5727 # Test configuration - VPP MRR Test Configs 2n-skx
5728 - type: "table"
5729   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5730   algorithm: "table_merged_details"
5731   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5732   columns:
5733     - title: " |prein| Test Name |preout| "
5734       data: "data name"
5735     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5736       data: "data conf-history"
5737   data: "vpp-mrr-results-2n-skx"
5738   filter: "all"
5739   parameters:
5740   - "parent"
5741   - "name"
5742   - "conf-history"
5743
5744 # Test configuration - VPP MRR Test Configs 2n-clx
5745 - type: "table"
5746   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5747   algorithm: "table_merged_details"
5748   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5749   columns:
5750     - title: " |prein| Test Name |preout| "
5751       data: "data name"
5752     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5753       data: "data conf-history"
5754   data: "vpp-mrr-results-2n-clx"
5755   filter: "all"
5756   parameters:
5757   - "parent"
5758   - "name"
5759   - "conf-history"
5760
5761 # Test configuration - VPP MRR Test Configs 3n-tsh
5762 - type: "table"
5763   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5764   algorithm: "table_merged_details"
5765   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5766   columns:
5767     - title: " |prein| Test Name |preout| "
5768       data: "data name"
5769     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5770       data: "data conf-history"
5771   data: "vpp-mrr-results-3n-tsh"
5772   filter: "all"
5773   parameters:
5774   - "parent"
5775   - "name"
5776   - "conf-history"
5777
5778 # Test configuration - VPP MRR Test Configs 3n-dnv
5779 - type: "table"
5780   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5781   algorithm: "table_merged_details"
5782   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5783   columns:
5784     - title: " |prein| Test Name |preout| "
5785       data: "data name"
5786     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5787       data: "data conf-history"
5788   data: "vpp-mrr-results-3n-dnv"
5789   filter: "all"
5790   parameters:
5791   - "parent"
5792   - "name"
5793   - "conf-history"
5794
5795 # Test configuration - VPP MRR Test Configs 2n-dnv
5796 - type: "table"
5797   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5798   algorithm: "table_merged_details"
5799   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5800   columns:
5801     - title: " |prein| Test Name |preout| "
5802       data: "data name"
5803     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5804       data: "data conf-history"
5805   data: "vpp-mrr-results-2n-dnv"
5806   filter: "all"
5807   parameters:
5808   - "parent"
5809   - "name"
5810   - "conf-history"
5811
5812 # Detailed Test Results - VPP Device Results - Ubuntu
5813 - type: "table"
5814   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5815   algorithm: "table_merged_details"
5816   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5817   columns:
5818     - title: " |prein| Test Name |preout| "
5819       data: "data name"
5820     - title: " |prein| Status |preout| "
5821       data: "data status"
5822   data: "vpp-device-results-ubuntu"
5823   filter: "all"
5824   parameters:
5825   - "name"
5826   - "parent"
5827   - "doc"
5828   - "status"
5829
5830 # Test configuration - VPP Device Test Configs - Ubuntu
5831 - type: "table"
5832   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5833   algorithm: "table_merged_details"
5834   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5835   columns:
5836     - title: " |prein| Test Name |preout| "
5837       data: "data name"
5838     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5839       data: "data conf-history"
5840   data: "vpp-device-results-ubuntu"
5841   filter: "all"
5842   parameters:
5843   - "parent"
5844   - "name"
5845   - "conf-history"
5846
5847 ################################################################################
5848
5849 # DPDK Performance Changes 3n-hsw 1t1c pdr
5850 - type: "table"
5851   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5852   algorithm: "table_comparison"
5853   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5854   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5855   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5856   columns:
5857     - title: "1908"
5858       data-set: "dpdk-performance-changes-3n-hsw-h1"
5859     - title: "2001"
5860       data-set: "dpdk-performance-changes-3n-hsw-ref"
5861     - title: "2005"
5862       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5863   comparisons:
5864     - title: "Diff"
5865       reference: 2
5866       compare: 3
5867   legend:
5868     - "Legend to Table"
5869     - "1908, 2001, 2005 - DPDK versions tested."
5870     - "Diff - difference between 2001 and 2005 DPDK version."
5871
5872 # DPDK Performance Changes 3n-hsw 2t2c pdr
5873 - type: "table"
5874   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5875   algorithm: "table_comparison"
5876   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5877   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5878   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5879   columns:
5880     - title: "1908"
5881       data-set: "dpdk-performance-changes-3n-hsw-h1"
5882     - title: "2001"
5883       data-set: "dpdk-performance-changes-3n-hsw-ref"
5884     - title: "2005"
5885       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5886   comparisons:
5887     - title: "Diff"
5888       reference: 2
5889       compare: 3
5890   legend:
5891     - "Legend to Table"
5892     - "1908, 2001, 2005 - DPDK versions tested."
5893     - "Diff - difference between 2001 and 2005 DPDK version."
5894
5895 # DPDK Performance Changes 3n-hsw 1t1c pdr
5896 - type: "table"
5897   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5898   algorithm: "table_comparison"
5899   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5900   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5901   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5902   columns:
5903     - title: "1908"
5904       data-set: "dpdk-performance-changes-3n-hsw-h1"
5905     - title: "2001"
5906       data-set: "dpdk-performance-changes-3n-hsw-ref"
5907     - title: "2005"
5908       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5909   comparisons:
5910     - title: "Diff"
5911       reference: 2
5912       compare: 3
5913   legend:
5914     - "Legend to Table"
5915     - "1908, 2001, 2005 - DPDK versions tested."
5916     - "Diff - difference between 2001 and 2005 DPDK version."
5917
5918 # DPDK Performance Changes 3n-hsw 2t2c ndr
5919 - type: "table"
5920   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5921   algorithm: "table_comparison"
5922   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5923   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5924   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5925   columns:
5926     - title: "1908"
5927       data-set: "dpdk-performance-changes-3n-hsw-h1"
5928     - title: "2001"
5929       data-set: "dpdk-performance-changes-3n-hsw-ref"
5930     - title: "2005"
5931       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5932   comparisons:
5933     - title: "Diff"
5934       reference: 2
5935       compare: 3
5936   legend:
5937     - "Legend to Table"
5938     - "1908, 2001, 2005 - DPDK versions tested."
5939     - "Diff - difference between 2001 and 2005 DPDK version."
5940
5941 # DPDK Performance Changes 3n-skx 2t1c pdr
5942 - type: "table"
5943   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
5944   algorithm: "table_comparison"
5945   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
5946   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5947   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5948   columns:
5949     - title: "1908"
5950       data-set: "dpdk-performance-changes-3n-skx-h1"
5951     - title: "2001"
5952       data-set: "dpdk-performance-changes-3n-skx-ref"
5953     - title: "2005"
5954       data-set: "dpdk-performance-changes-3n-skx-cmp"
5955   comparisons:
5956     - title: "Diff"
5957       reference: 2
5958       compare: 3
5959   legend:
5960     - "Legend to Table"
5961     - "1908, 2001, 2005 - DPDK versions tested."
5962     - "Diff - difference between 2001 and 2005 DPDK version."
5963
5964 # DPDK Performance Changes 3n-skx 4t2c pdr
5965 - type: "table"
5966   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
5967   algorithm: "table_comparison"
5968   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
5969   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5970   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5971   columns:
5972     - title: "1908"
5973       data-set: "dpdk-performance-changes-3n-skx-h1"
5974     - title: "2001"
5975       data-set: "dpdk-performance-changes-3n-skx-ref"
5976     - title: "2005"
5977       data-set: "dpdk-performance-changes-3n-skx-cmp"
5978   comparisons:
5979     - title: "Diff"
5980       reference: 2
5981       compare: 3
5982   legend:
5983     - "Legend to Table"
5984     - "1908, 2001, 2005 - DPDK versions tested."
5985     - "Diff - difference between 2001 and 2005 DPDK version."
5986
5987 # DPDK Performance Changes 3n-skx 2t1c ndr
5988 - type: "table"
5989   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
5990   algorithm: "table_comparison"
5991   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
5992   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5993   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5994   columns:
5995     - title: "1908"
5996       data-set: "dpdk-performance-changes-3n-skx-h1"
5997     - title: "2001"
5998       data-set: "dpdk-performance-changes-3n-skx-ref"
5999     - title: "2005"
6000       data-set: "dpdk-performance-changes-3n-skx-cmp"
6001   comparisons:
6002     - title: "Diff"
6003       reference: 2
6004       compare: 3
6005   legend:
6006     - "Legend to Table"
6007     - "1908, 2001, 2005 - DPDK versions tested."
6008     - "Diff - difference between 2001 and 2005 DPDK version."
6009
6010 # DPDK Performance Changes 3n-skx 4t2c ndr
6011 - type: "table"
6012   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
6013   algorithm: "table_comparison"
6014   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
6015   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6016   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6017   columns:
6018     - title: "1908"
6019       data-set: "dpdk-performance-changes-3n-skx-h1"
6020     - title: "2001"
6021       data-set: "dpdk-performance-changes-3n-skx-ref"
6022     - title: "2005"
6023       data-set: "dpdk-performance-changes-3n-skx-cmp"
6024   comparisons:
6025     - title: "Diff"
6026       reference: 2
6027       compare: 3
6028   legend:
6029     - "Legend to Table"
6030     - "1908, 2001, 2005 - DPDK versions tested."
6031     - "Diff - difference between 2001 and 2005 DPDK version."
6032
6033 # DPDK Performance Changes 2n-skx 2t1c pdr
6034 - type: "table"
6035   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
6036   algorithm: "table_comparison"
6037   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
6038   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6039   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6040   columns:
6041     - title: "1908"
6042       data-set: "dpdk-performance-changes-2n-skx-h1"
6043     - title: "2001"
6044       data-set: "dpdk-performance-changes-2n-skx-ref"
6045     - title: "2005"
6046       data-set: "dpdk-performance-changes-2n-skx-cmp"
6047   comparisons:
6048     - title: "Diff"
6049       reference: 2
6050       compare: 3
6051   legend:
6052     - "Legend to Table"
6053     - "1908, 2001, 2005 - DPDK versions tested."
6054     - "Diff - difference between 2001 and 2005 DPDK version."
6055
6056 # DPDK Performance Changes 2n-skx 4t2c pdr
6057 - type: "table"
6058   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
6059   algorithm: "table_comparison"
6060   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
6061   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6062   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6063   columns:
6064     - title: "1908"
6065       data-set: "dpdk-performance-changes-2n-skx-h1"
6066     - title: "2001"
6067       data-set: "dpdk-performance-changes-2n-skx-ref"
6068     - title: "2005"
6069       data-set: "dpdk-performance-changes-2n-skx-cmp"
6070   comparisons:
6071     - title: "Diff"
6072       reference: 2
6073       compare: 3
6074   legend:
6075     - "Legend to Table"
6076     - "1908, 2001, 2005 - DPDK versions tested."
6077     - "Diff - difference between 2001 and 2005 DPDK version."
6078
6079 # DPDK Performance Changes 2n-skx 2t1c ndr
6080 - type: "table"
6081   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
6082   algorithm: "table_comparison"
6083   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
6084   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6085   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6086   columns:
6087     - title: "1908"
6088       data-set: "dpdk-performance-changes-2n-skx-h1"
6089     - title: "2001"
6090       data-set: "dpdk-performance-changes-2n-skx-ref"
6091     - title: "2005"
6092       data-set: "dpdk-performance-changes-2n-skx-cmp"
6093   comparisons:
6094     - title: "Diff"
6095       reference: 2
6096       compare: 3
6097   legend:
6098     - "Legend to Table"
6099     - "1908, 2001, 2005 - DPDK versions tested."
6100     - "Diff - difference between 2001 and 2005 DPDK version."
6101
6102 # DPDK Performance Changes 2n-skx 4t2c ndr
6103 - type: "table"
6104   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
6105   algorithm: "table_comparison"
6106   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
6107   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6108   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6109   columns:
6110     - title: "1908"
6111       data-set: "dpdk-performance-changes-2n-skx-h1"
6112     - title: "2001"
6113       data-set: "dpdk-performance-changes-2n-skx-ref"
6114     - title: "2005"
6115       data-set: "dpdk-performance-changes-2n-skx-cmp"
6116   comparisons:
6117     - title: "Diff"
6118       reference: 2
6119       compare: 3
6120   legend:
6121     - "Legend to Table"
6122     - "1908, 2001, 2005 - DPDK versions tested."
6123     - "Diff - difference between 2001 and 2005 DPDK version."
6124
6125 # DPDK Performance Changes 2n-clx 2t1c pdr
6126 - type: "table"
6127   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
6128   algorithm: "table_comparison"
6129   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
6130   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6131   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6132   columns:
6133     - title: "2001"
6134       data-set: "dpdk-performance-changes-2n-clx-ref"
6135     - title: "2005"
6136       data-set: "dpdk-performance-changes-2n-clx-cmp"
6137   comparisons:
6138     - title: "Diff"
6139       reference: 1
6140       compare: 2
6141   legend:
6142     - "Legend to Table"
6143     - "2001, 2005 - DPDK versions tested."
6144     - "Diff - difference between 2001 and 2005 DPDK version."
6145
6146 # DPDK Performance Changes 2n-clx 4t2c pdr
6147 - type: "table"
6148   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
6149   algorithm: "table_comparison"
6150   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
6151   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6152   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6153   columns:
6154     - title: "2001"
6155       data-set: "dpdk-performance-changes-2n-clx-ref"
6156     - title: "2005"
6157       data-set: "dpdk-performance-changes-2n-clx-cmp"
6158   comparisons:
6159     - title: "Diff"
6160       reference: 1
6161       compare: 2
6162   legend:
6163     - "Legend to Table"
6164     - "2001, 2005 - DPDK versions tested."
6165     - "Diff - difference between 2001 and 2005 DPDK version."
6166
6167 # DPDK Performance Changes 2n-clx 2t1c ndr
6168 - type: "table"
6169   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
6170   algorithm: "table_comparison"
6171   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
6172   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6173   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6174   columns:
6175     - title: "2001"
6176       data-set: "dpdk-performance-changes-2n-clx-ref"
6177     - title: "2005"
6178       data-set: "dpdk-performance-changes-2n-clx-cmp"
6179   comparisons:
6180     - title: "Diff"
6181       reference: 1
6182       compare: 2
6183   legend:
6184     - "Legend to Table"
6185     - "2001, 2005 - DPDK versions tested."
6186     - "Diff - difference between 2001 and 2005 DPDK version."
6187
6188 # DPDK Performance Changes 2n-clx 4t2c ndr
6189 - type: "table"
6190   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
6191   algorithm: "table_comparison"
6192   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
6193   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6194   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6195   columns:
6196     - title: "2001"
6197       data-set: "dpdk-performance-changes-2n-clx-ref"
6198     - title: "2005"
6199       data-set: "dpdk-performance-changes-2n-clx-cmp"
6200   comparisons:
6201     - title: "Diff"
6202       reference: 1
6203       compare: 2
6204   legend:
6205     - "Legend to Table"
6206     - "2001, 2005 - DPDK versions tested."
6207     - "Diff - difference between 2001 and 2005 DPDK version."
6208
6209 # DPDK Performance Changes 2n-dnv 1t1c pdr
6210 - type: "table"
6211   title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
6212   algorithm: "table_comparison"
6213   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
6214   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6215   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6216   columns:
6217     - title: "2001"
6218       data-set: "dpdk-performance-changes-2n-dnv-ref"
6219     - title: "2005"
6220       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6221   comparisons:
6222     - title: "Diff"
6223       reference: 1
6224       compare: 2
6225   legend:
6226     - "Legend to Table"
6227     - "2001, 2005 - DPDK versions tested."
6228     - "Diff - difference between 2001 and 2005 DPDK version."
6229
6230 # DPDK Performance Changes 2n-dnv 2t2c pdr
6231 - type: "table"
6232   title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
6233   algorithm: "table_comparison"
6234   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
6235   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6236   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6237   columns:
6238     - title: "2001"
6239       data-set: "dpdk-performance-changes-2n-dnv-ref"
6240     - title: "2005"
6241       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6242   comparisons:
6243     - title: "Diff"
6244       reference: 1
6245       compare: 2
6246   legend:
6247     - "Legend to Table"
6248     - "2001, 2005 - DPDK versions tested."
6249     - "Diff - difference between 2001 and 2005 DPDK version."
6250
6251 # DPDK Performance Changes 2n-dnv 1t1c ndr
6252 - type: "table"
6253   title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
6254   algorithm: "table_comparison"
6255   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
6256   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6257   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6258   columns:
6259     - title: "2001"
6260       data-set: "dpdk-performance-changes-2n-dnv-ref"
6261     - title: "2005"
6262       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6263   comparisons:
6264     - title: "Diff"
6265       reference: 1
6266       compare: 2
6267   legend:
6268     - "Legend to Table"
6269     - "2001, 2005 - DPDK versions tested."
6270     - "Diff - difference between 2001 and 2005 DPDK version."
6271
6272 # DPDK Performance Changes 2n-dnv 2t2c ndr
6273 - type: "table"
6274   title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
6275   algorithm: "table_comparison"
6276   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
6277   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6278   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6279   columns:
6280     - title: "2001"
6281       data-set: "dpdk-performance-changes-2n-dnv-ref"
6282     - title: "2005"
6283       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6284   comparisons:
6285     - title: "Diff"
6286       reference: 1
6287       compare: 2
6288   legend:
6289     - "Legend to Table"
6290     - "2001, 2005 - DPDK versions tested."
6291     - "Diff - difference between 2001 and 2005 DPDK version."
6292
6293 # DPDK Performance Changes 3n-dnv 1t1c pdr
6294 - type: "table"
6295   title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
6296   algorithm: "table_comparison"
6297   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
6298   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6299   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6300   columns:
6301     - title: "2001"
6302       data-set: "dpdk-performance-changes-3n-dnv-ref"
6303     - title: "2005"
6304       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6305   comparisons:
6306     - title: "Diff"
6307       reference: 1
6308       compare: 2
6309   legend:
6310     - "Legend to Table"
6311     - "2001, 2005 - DPDK versions tested."
6312     - "Diff - difference between 2001 and 2005 DPDK version."
6313
6314 # DPDK Performance Changes 3n-dnv 2t2c pdr
6315 - type: "table"
6316   title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
6317   algorithm: "table_comparison"
6318   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
6319   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6320   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6321   columns:
6322     - title: "2001"
6323       data-set: "dpdk-performance-changes-3n-dnv-ref"
6324     - title: "2005"
6325       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6326   comparisons:
6327     - title: "Diff"
6328       reference: 1
6329       compare: 2
6330   legend:
6331     - "Legend to Table"
6332     - "2001, 2005 - DPDK versions tested."
6333     - "Diff - difference between 2001 and 2005 DPDK version."
6334
6335 # DPDK Performance Changes 3n-dnv 1t1c ndr
6336 - type: "table"
6337   title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
6338   algorithm: "table_comparison"
6339   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
6340   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6341   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6342   columns:
6343     - title: "2001"
6344       data-set: "dpdk-performance-changes-3n-dnv-ref"
6345     - title: "2005"
6346       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6347   comparisons:
6348     - title: "Diff"
6349       reference: 1
6350       compare: 2
6351   legend:
6352     - "Legend to Table"
6353     - "2001, 2005 - DPDK versions tested."
6354     - "Diff - difference between 2001 and 2005 DPDK version."
6355
6356 # DPDK Performance Changes 3n-dnv 2t2c ndr
6357 - type: "table"
6358   title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
6359   algorithm: "table_comparison"
6360   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
6361   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6362   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6363   columns:
6364     - title: "2001"
6365       data-set: "dpdk-performance-changes-3n-dnv-ref"
6366     - title: "2005"
6367       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6368   comparisons:
6369     - title: "Diff"
6370       reference: 1
6371       compare: 2
6372   legend:
6373     - "Legend to Table"
6374     - "2001, 2005 - DPDK versions tested."
6375     - "Diff - difference between 2001 and 2005 DPDK version."
6376
6377 # DPDK Performance Changes 3n-tsh 1t1c pdr
6378 - type: "table"
6379   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
6380   algorithm: "table_comparison"
6381   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
6382   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6383   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6384   columns:
6385     - title: "2001"
6386       data-set: "dpdk-performance-changes-3n-tsh-ref"
6387     - title: "2005"
6388       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6389   comparisons:
6390     - title: "Diff"
6391       reference: 1
6392       compare: 2
6393   legend:
6394     - "Legend to Table"
6395     - "2001, 2005 - DPDK versions tested."
6396     - "Diff - difference between 2001 and 2005 DPDK version."
6397
6398 # DPDK Performance Changes 3n-tsh 2t2c pdr
6399 - type: "table"
6400   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
6401   algorithm: "table_comparison"
6402   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
6403   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6404   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6405   columns:
6406     - title: "2001"
6407       data-set: "dpdk-performance-changes-3n-tsh-ref"
6408     - title: "2005"
6409       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6410   comparisons:
6411     - title: "Diff"
6412       reference: 1
6413       compare: 2
6414   legend:
6415     - "Legend to Table"
6416     - "2001, 2005 - DPDK versions tested."
6417     - "Diff - difference between 2001 and 2005 DPDK version."
6418
6419 # DPDK Performance Changes 3n-tsh 1t1c ndr
6420 - type: "table"
6421   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
6422   algorithm: "table_comparison"
6423   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
6424   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6425   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6426   columns:
6427     - title: "2001"
6428       data-set: "dpdk-performance-changes-3n-tsh-ref"
6429     - title: "2005"
6430       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6431   comparisons:
6432     - title: "Diff"
6433       reference: 1
6434       compare: 2
6435   legend:
6436     - "Legend to Table"
6437     - "2001, 2005 - DPDK versions tested."
6438     - "Diff - difference between 2001 and 2005 DPDK version."
6439
6440 # DPDK Performance Changes 3n-tsh 2t2c ndr
6441 - type: "table"
6442   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
6443   algorithm: "table_comparison"
6444   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
6445   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6446   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6447   columns:
6448     - title: "2001"
6449       data-set: "dpdk-performance-changes-3n-tsh-ref"
6450     - title: "2005"
6451       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6452   comparisons:
6453     - title: "Diff"
6454       reference: 1
6455       compare: 2
6456   legend:
6457     - "Legend to Table"
6458     - "2001, 2005 - DPDK versions tested."
6459     - "Diff - difference between 2001 and 2005 DPDK version."
6460
6461 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
6462 - type: "table"
6463   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
6464   algorithm: "table_comparison"
6465   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
6466   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6467   filter: "'NIC_Intel-X710'"
6468   columns:
6469     - title: "3n-hsw x710"
6470       data-set: "dpdk-compare-testbeds-ref"
6471     - title: "3n-skx x710"
6472       data-set: "dpdk-compare-testbeds-cmp"
6473   comparisons:
6474     - title: "Diff"
6475       reference: 1
6476       compare: 2
6477   legend:
6478     - "Legend to Table"
6479     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6480     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6481
6482 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
6483 - type: "table"
6484   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
6485   algorithm: "table_comparison"
6486   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
6487   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6488   filter: "'NIC_Intel-X710'"
6489   columns:
6490     - title: "3n-hsw x710"
6491       data-set: "dpdk-compare-testbeds-ref"
6492     - title: "3n-skx x710"
6493       data-set: "dpdk-compare-testbeds-cmp"
6494   comparisons:
6495     - title: "Diff"
6496       reference: 1
6497       compare: 2
6498   legend:
6499     - "Legend to Table"
6500     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6501     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6502
6503 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
6504 - type: "table"
6505   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
6506   algorithm: "table_comparison"
6507   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
6508   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6509   filter: "'NIC_Intel-XXV710'"
6510   columns:
6511     - title: "2n-skx"
6512       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6513     - title: "2n-clx"
6514       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6515   comparisons:
6516     - title: "Diff"
6517       reference: 1
6518       compare: 2
6519   legend:
6520     - "Legend to Table"
6521     - "2n-skx, 2n-clx - testbeds and NICs tested."
6522     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6523
6524 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
6525 - type: "table"
6526   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
6527   algorithm: "table_comparison"
6528   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
6529   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6530   filter: "'NIC_Intel-XXV710'"
6531   columns:
6532     - title: "2n-skx"
6533       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6534     - title: "2n-clx"
6535       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6536   comparisons:
6537     - title: "Diff"
6538       reference: 1
6539       compare: 2
6540   legend:
6541     - "Legend to Table"
6542     - "2n-skx, 2n-clx - testbeds and NICs tested."
6543     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6544
6545 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
6546 - type: "table"
6547   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
6548   algorithm: "table_comparison"
6549   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
6550   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6551   filter: "'NIC_Intel-XXV710'"
6552   columns:
6553     - title: "3n-skx"
6554       data-set: "dpdk-compare-topologies-ref"
6555     - title: "2n-skx"
6556       data-set: "dpdk-compare-topologies-cmp"
6557   comparisons:
6558     - title: "Diff"
6559       reference: 1
6560       compare: 2
6561   legend:
6562     - "Legend to Table"
6563     - "3n-skx, 2n-skx - topologies tested."
6564     - "Diff - difference between 3n-skx and 2n-skx topologies."
6565
6566 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
6567 - type: "table"
6568   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
6569   algorithm: "table_comparison"
6570   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
6571   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6572   filter: "'NIC_Intel-XXV710'"
6573   columns:
6574     - title: "3n-skx"
6575       data-set: "dpdk-compare-topologies-ref"
6576     - title: "2n-skx"
6577       data-set: "dpdk-compare-topologies-cmp"
6578   comparisons:
6579     - title: "Diff"
6580       reference: 1
6581       compare: 2
6582   legend:
6583     - "Legend to Table"
6584     - "3n-skx, 2n-skx - topologies tested."
6585     - "Diff - difference between 3n-skx and 2n-skx topologies."
6586
6587 # Detailed Test Results - DPDK Performance Results 3n-hsw
6588 - type: "table"
6589   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
6590   algorithm: "table_merged_details"
6591   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
6592   columns:
6593     - title: " |prein| Test Name |preout| "
6594       data: "data name"
6595     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
6596       data: "data msg"
6597   data: "dpdk-perf-results-3n-hsw"
6598   filter: "all"
6599   parameters:
6600   - "name"
6601   - "parent"
6602   - "msg"
6603
6604 # Detailed Test Results - DPDK Performance Results 3n-skx
6605 - type: "table"
6606   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
6607   algorithm: "table_merged_details"
6608   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
6609   columns:
6610     - title: " |prein| Test Name |preout| "
6611       data: "data name"
6612     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
6613       data: "data msg"
6614   data: "dpdk-perf-results-3n-skx"
6615   filter: "all"
6616   remove-ndr: False
6617   parameters:
6618   - "name"
6619   - "parent"
6620   - "msg"
6621
6622 # Detailed Test Results - DPDK Performance Results 2n-skx
6623 - type: "table"
6624   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
6625   algorithm: "table_merged_details"
6626   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
6627   columns:
6628     - title: " |prein| Test Name |preout| "
6629       data: "data name"
6630     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
6631       data: "data msg"
6632   data: "dpdk-perf-results-2n-skx"
6633   filter: "all"
6634   remove-ndr: False
6635   parameters:
6636   - "name"
6637   - "parent"
6638   - "msg"
6639
6640 # Detailed Test Results - DPDK Performance Results 2n-clx
6641 - type: "table"
6642   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
6643   algorithm: "table_merged_details"
6644   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
6645   columns:
6646     - title: " |prein| Test Name |preout| "
6647       data: "data name"
6648     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
6649       data: "data msg"
6650   data: "dpdk-perf-results-2n-clx"
6651   filter: "all"
6652   parameters:
6653   - "name"
6654   - "parent"
6655   - "msg"
6656
6657 # Detailed Test Results - DPDK Performance Results 2n-dnv
6658 - type: "table"
6659   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
6660   algorithm: "table_merged_details"
6661   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
6662   columns:
6663     - title: " |prein| Test Name |preout| "
6664       data: "data name"
6665     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
6666       data: "data msg"
6667   data: "dpdk-perf-results-2n-dnv"
6668   filter: "all"
6669   parameters:
6670   - "name"
6671   - "parent"
6672   - "msg"
6673
6674 # Detailed Test Results - DPDK Performance Results 3n-dnv
6675 - type: "table"
6676   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
6677   algorithm: "table_merged_details"
6678   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
6679   columns:
6680     - title: " |prein| Test Name |preout| "
6681       data: "data name"
6682     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
6683       data: "data msg"
6684   data: "dpdk-perf-results-3n-dnv"
6685   filter: "all"
6686   parameters:
6687   - "name"
6688   - "parent"
6689   - "msg"
6690
6691 # Detailed Test Results - DPDK Performance Results 3n-tsh
6692 - type: "table"
6693   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
6694   algorithm: "table_merged_details"
6695   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
6696   columns:
6697     - title: " |prein| Test Name |preout| "
6698       data: "data name"
6699     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
6700       data: "data msg"
6701   data: "dpdk-perf-results-3n-tsh"
6702   filter: "all"
6703   parameters:
6704   - "name"
6705   - "parent"
6706   - "msg"
6707
6708 ################################################################################
6709 ###                                F I L E S                                 ###
6710 ################################################################################
6711
6712 # VPP Performance Results
6713 - type: "file"
6714   title: "VPP Performance Results"
6715   algorithm: "file_details_split"
6716   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
6717   dir-tables:
6718     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
6719     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
6720     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
6721     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
6722     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
6723     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
6724     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
6725   data:
6726     - "vpp-perf-results-2n-skx"
6727     - "vpp-perf-results-3n-skx"
6728     - "vpp-perf-results-2n-clx"
6729     - "vpp-perf-results-3n-hsw"
6730     - "vpp-perf-results-3n-tsh"
6731     - "vpp-perf-results-2n-dnv"
6732     - "vpp-perf-results-3n-dnv"
6733   filter: "all"
6734   data-start-level: 4
6735   order-chapters:
6736     level-1:
6737       - "l2"
6738       - "ip4"
6739       - "ip6"
6740       - "srv6"
6741       - "ip4_tunnels"
6742       - "ip6_tunnels"
6743       - "vm_vhost"
6744       - "container_memif"
6745       - "crypto"
6746       - "vts"
6747       - "lb"
6748       - "nfv_density"
6749       - "hoststack"
6750     level-2:
6751       - "2n-skx"
6752       - "3n-skx"
6753       - "2n-clx"
6754       - "3n-hsw"
6755       - "3n-tsh"
6756       - "2n-dnv"
6757       - "3n-dnv"
6758     level-3:
6759       - "xl710"
6760       - "x520"
6761       - "xxv710"
6762       - "x710"
6763       - "x553"
6764       - "cx556a"
6765       - "vic1227"
6766       - "vic1385"
6767
6768 # VPP Performance Configuration
6769 - type: "file"
6770   title: "VPP Performance Configuration"
6771   algorithm: "file_details_split"
6772   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
6773   dir-tables:
6774     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
6775     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
6776     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
6777     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
6778     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
6779     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
6780     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
6781   data:
6782     - "vpp-perf-results-2n-skx"
6783     - "vpp-perf-results-3n-skx"
6784     - "vpp-perf-results-2n-clx"
6785     - "vpp-perf-results-3n-hsw"
6786     - "vpp-perf-results-3n-tsh"
6787     - "vpp-perf-results-2n-dnv"
6788     - "vpp-perf-results-3n-dnv"
6789   filter: "all"
6790   data-start-level: 4
6791   order-chapters:
6792     level-1:
6793       - "l2"
6794       - "ip4"
6795       - "ip6"
6796       - "srv6"
6797       - "ip4_tunnels"
6798       - "ip6_tunnels"
6799       - "vm_vhost"
6800       - "container_memif"
6801       - "crypto"
6802       - "vts"
6803       - "lb"
6804       - "nfv_density"
6805       - "hoststack"
6806     level-2:
6807       - "2n-skx"
6808       - "3n-skx"
6809       - "2n-clx"
6810       - "3n-hsw"
6811       - "3n-tsh"
6812       - "2n-dnv"
6813       - "3n-dnv"
6814     level-3:
6815       - "xl710"
6816       - "x520"
6817       - "xxv710"
6818       - "x710"
6819       - "x553"
6820       - "cx556a"
6821       - "vic1227"
6822       - "vic1385"
6823
6824 # VPP Performance Operational
6825 - type: "file"
6826   title: "VPP Performance Operational"
6827   algorithm: "file_details_split_html"
6828   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
6829   dir-tables:
6830     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
6831     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
6832     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
6833     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
6834     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
6835     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
6836     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
6837   data:
6838     - "vpp-perf-results-2n-skx"
6839     - "vpp-perf-results-3n-skx"
6840     - "vpp-perf-results-2n-clx"
6841     - "vpp-perf-results-3n-hsw"
6842     - "vpp-perf-results-3n-tsh"
6843     - "vpp-perf-results-2n-dnv"
6844     - "vpp-perf-results-3n-dnv"
6845   filter: "all"
6846   data-start-level: 4
6847   order-chapters:
6848     level-1:
6849       - "l2"
6850       - "ip4"
6851       - "ip6"
6852       - "srv6"
6853       - "ip4_tunnels"
6854       - "ip6_tunnels"
6855       - "vm_vhost"
6856       - "container_memif"
6857       - "crypto"
6858       - "vts"
6859       - "lb"
6860       - "nfv_density"
6861       - "hoststack"
6862     level-2:
6863       - "2n-skx"
6864       - "3n-skx"
6865       - "2n-clx"
6866       - "3n-hsw"
6867       - "3n-tsh"
6868       - "2n-dnv"
6869       - "3n-dnv"
6870     level-3:
6871       - "xl710"
6872       - "x520"
6873       - "xxv710"
6874       - "x710"
6875       - "x553"
6876       - "cx556a"
6877       - "vic1227"
6878       - "vic1385"
6879
6880 # VPP MRR Results
6881 - type: "file"
6882   title: "VPP MRR Results"
6883   algorithm: "file_details_split"
6884   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
6885   dir-tables:
6886     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
6887     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
6888     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
6889     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
6890     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
6891     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
6892     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
6893   data:
6894     - "vpp-mrr-results-2n-skx"
6895     - "vpp-mrr-results-3n-skx"
6896     - "vpp-mrr-results-2n-clx"
6897     - "vpp-mrr-results-3n-hsw"
6898     - "vpp-mrr-results-3n-tsh"
6899     - "vpp-mrr-results-2n-dnv"
6900     - "vpp-mrr-results-3n-dnv"
6901   filter: "all"
6902   data-start-level: 4
6903   order-chapters:
6904     level-1:
6905       - "l2"
6906       - "ip4"
6907       - "ip6"
6908       - "srv6"
6909       - "ip4_tunnels"
6910       - "ip6_tunnels"
6911       - "vm_vhost"
6912       - "container_memif"
6913       - "crypto"
6914       - "vts"
6915       - "lb"
6916       - "nfv_density"
6917       - "hoststack"
6918     level-2:
6919       - "2n-skx"
6920       - "3n-skx"
6921       - "2n-clx"
6922       - "3n-hsw"
6923       - "3n-tsh"
6924       - "2n-dnv"
6925       - "3n-dnv"
6926     level-3:
6927       - "xl710"
6928       - "x520"
6929       - "xxv710"
6930       - "x710"
6931       - "x553"
6932       - "cx556a"
6933       - "vic1227"
6934       - "vic1385"
6935
6936 # VPP MRR Configuration
6937 - type: "file"
6938   title: "VPP MRR Configuration"
6939   algorithm: "file_details_split"
6940   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
6941   dir-tables:
6942     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
6943     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
6944     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
6945     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
6946     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
6947     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
6948     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
6949   data:
6950     - "vpp-mrr-results-2n-skx"
6951     - "vpp-mrr-results-3n-skx"
6952     - "vpp-mrr-results-2n-clx"
6953     - "vpp-mrr-results-3n-hsw"
6954     - "vpp-mrr-results-3n-tsh"
6955     - "vpp-mrr-results-2n-dnv"
6956     - "vpp-mrr-results-3n-dnv"
6957   filter: "all"
6958   data-start-level: 4
6959   order-chapters:
6960     level-1:
6961       - "l2"
6962       - "ip4"
6963       - "ip6"
6964       - "srv6"
6965       - "ip4_tunnels"
6966       - "ip6_tunnels"
6967       - "vm_vhost"
6968       - "container_memif"
6969       - "crypto"
6970       - "vts"
6971       - "lb"
6972       - "nfv_density"
6973       - "hoststack"
6974     level-2:
6975       - "2n-skx"
6976       - "3n-skx"
6977       - "2n-clx"
6978       - "3n-hsw"
6979       - "3n-tsh"
6980       - "2n-dnv"
6981       - "3n-dnv"
6982     level-3:
6983       - "xl710"
6984       - "x520"
6985       - "xxv710"
6986       - "x710"
6987       - "x553"
6988       - "cx556a"
6989       - "vic1227"
6990       - "vic1385"
6991
6992 # VPP Device Results - Ubuntu
6993 - type: "file"
6994   title: "VPP Device Results - Ubuntu"
6995   algorithm: "file_test_results"
6996   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6997   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6998   data: "vpp-device-results-ubuntu"
6999   filter: "all"
7000   data-start-level: 4
7001
7002 # VPP Device Configuration - Ubuntu
7003 - type: "file"
7004   title: "VPP Device Configuration - Ubuntu"
7005   algorithm: "file_test_results"
7006   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7007   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7008   data: "vpp-device-results-ubuntu"
7009   filter: "all"
7010   data-start-level: 4
7011
7012 # DPDK Performance Results 3n-hsw
7013 - type: "file"
7014   title: "DPDK Performance Results 3n-hsw"
7015   algorithm: "file_test_results"
7016   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7017   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7018   data: "dpdk-perf-results-3n-hsw"
7019   filter: "all"
7020   data-start-level: 4
7021
7022 # DPDK Performance Results 3n-skx
7023 - type: "file"
7024   title: "DPDK Performance Results 3n-skx"
7025   algorithm: "file_test_results"
7026   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7027   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7028   data: "dpdk-perf-results-3n-skx"
7029   filter: "all"
7030   data-start-level: 4
7031
7032 # DPDK Performance Results 2n-skx
7033 - type: "file"
7034   title: "DPDK Performance Results 2n-skx"
7035   algorithm: "file_test_results"
7036   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7037   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7038   data: "dpdk-perf-results-2n-skx"
7039   filter: "all"
7040   data-start-level: 4
7041
7042 # DPDK Performance Results 2n-clx
7043 - type: "file"
7044   title: "DPDK Performance Results 2n-clx"
7045   algorithm: "file_test_results"
7046   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7047   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7048   data: "dpdk-perf-results-2n-clx"
7049   filter: "all"
7050   data-start-level: 4
7051
7052 # DPDK Performance Results 2n-dnv
7053 - type: "file"
7054   title: "DPDK Performance Results 2n-dnv"
7055   algorithm: "file_test_results"
7056   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7057   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7058   data: "dpdk-perf-results-2n-dnv"
7059   filter: "all"
7060   data-start-level: 4
7061
7062 # DPDK Performance Results 3n-dnv
7063 - type: "file"
7064   title: "DPDK Performance Results 3n-dnv"
7065   algorithm: "file_test_results"
7066   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7067   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7068   data: "dpdk-perf-results-3n-dnv"
7069   filter: "all"
7070   data-start-level: 4
7071
7072 # DPDK Performance Results 3n-tsh
7073 - type: "file"
7074   title: "DPDK Performance Results 3n-tsh"
7075   algorithm: "file_test_results"
7076   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7077   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7078   data: "dpdk-perf-results-3n-tsh"
7079   filter: "all"
7080   data-start-level: 4
7081
7082 ################################################################################
7083 ###                                P L O T S                                 ###
7084 ################################################################################
7085
7086 # Hoststack tests 3n-hsw
7087
7088 - type: "plot"
7089   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7090   algorithm: "plot_perf_box_name"
7091   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
7092   data: "plot-vpp-hoststack-3n-hsw"
7093   include:
7094     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
7095     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
7096   layout:
7097     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7098     layout: "plot-hoststack"
7099
7100 - type: "plot"
7101   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7102   algorithm: "plot_perf_box_name"
7103   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
7104   data: "plot-vpp-hoststack-3n-hsw"
7105   include:
7106     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
7107     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
7108   layout:
7109     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7110     layout: "plot-hoststack"
7111
7112 - type: "plot"
7113   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7114   algorithm: "plot_perf_box_name"
7115   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
7116   data: "plot-vpp-hoststack-3n-hsw"
7117   include:
7118     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
7119     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
7120     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
7121     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
7122   layout:
7123     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7124     layout: "plot-hoststack"
7125
7126 ## Plots VPP HTTP Server Performance
7127 #- type: "plot"
7128 #  title: "VPP HTTP Server Performance"
7129 #  algorithm: "plot_http_server_perf_box"
7130 #  output-file-type: ".html"
7131 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
7132 #  data:
7133 #    "plot-vpp-http-server-performance"
7134 #  filter: "'HTTP' and 'TCP_CPS' and not '8T4C'"
7135 #  parameters:
7136 #  - "result"
7137 #  - "name"
7138 #  traces:
7139 #    hoverinfo: "y+name"
7140 #    boxpoints: "outliers"
7141 #    whiskerwidth: 0
7142 #  layout:
7143 #    title: "VPP HTTP Server Performance"
7144 #    layout:
7145 #      "plot-cps"
7146 #
7147 #- type: "plot"
7148 #  title: "VPP HTTP Server Performance"
7149 #  algorithm: "plot_http_server_perf_box"
7150 #  output-file-type: ".html"
7151 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
7152 #  data:
7153 #    "plot-vpp-http-server-performance"
7154 #  filter: "'HTTP' and 'TCP_RPS' and not '8T4C'"
7155 #  parameters:
7156 #  - "result"
7157 #  - "name"
7158 #  traces:
7159 #    hoverinfo: "y+name"
7160 #    boxpoints: "outliers"
7161 #    whiskerwidth: 0
7162 #  layout:
7163 #    title: "VPP HTTP Server Performance"
7164 #    layout:
7165 #      "plot-rps"
7166
7167 ################################################################################
7168
7169 # Soak Test (PLRsearch), boxes - 2n-clx
7170 - type: "plot"
7171   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7172   algorithm: "plot_perf_box_name"
7173   output-file-type: ".html"
7174   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
7175   data: "plot-vpp-soak-2n-clx"
7176   include:
7177     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7178     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7179     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7180     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7181     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7182     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7183   layout:
7184     title: "30 Minutes Soak Test (PLRsearch)"
7185     layout: "plot-soak-throughput"
7186
7187 # Soak Test (PLRsearch), boxes - 2n-clx
7188 - type: "plot"
7189   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7190   algorithm: "plot_perf_box_name"
7191   output-file-type: ".html"
7192   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
7193   data: "plot-vpp-soak-2n-clx"
7194   include:
7195     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7196     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7197     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7198     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7199     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7200     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-soak"
7201   layout:
7202     title: "30 Minutes Soak Test (PLRsearch)"
7203     layout: "plot-soak-throughput"
7204
7205 # Soak Test (PLRsearch), boxes - 2n-skx
7206 - type: "plot"
7207   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7208   algorithm: "plot_perf_box_name"
7209   output-file-type: ".html"
7210   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
7211   data: "plot-vpp-soak-2n-skx"
7212   include:
7213     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7214     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7215     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7216     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7217     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7218     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7219   layout:
7220     title: "30 Minutes Soak Test (PLRsearch)"
7221     layout: "plot-soak-throughput"
7222
7223 # Soak Test (PLRsearch), boxes - 2n-skx
7224 - type: "plot"
7225   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7226   algorithm: "plot_perf_box_name"
7227   output-file-type: ".html"
7228   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
7229   data: "plot-vpp-soak-2n-skx"
7230   include:
7231     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7232     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7233     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7234     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7235     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7236     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-soak"
7237   layout:
7238     title: "30 Minutes Soak Test (PLRsearch)"
7239     layout: "plot-soak-throughput"
7240
7241 ###############################################################################
7242
7243 # Reconf tests 2n-skx
7244
7245 - type: "plot"
7246   title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7247   algorithm: "plot_nf_reconf_box_name"
7248   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7249   data: "plot-vpp-nfv-reconf-2n-skx"
7250   include:
7251     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-1Ch-1Ach-2Vh-1Vm1T-Testpmd-Reconf.IMIX-2t1c-avf-dot1qip4vxlan-l2bd-1ch-1ach-2vh-1vm1t-testpmd-reconf"
7252     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-2Ch-1Ach-4Vh-2Vm1T-Testpmd-Reconf.IMIX-2t1c-avf-dot1qip4vxlan-l2bd-2ch-1ach-4vh-2vm1t-testpmd-reconf"
7253     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-4Ch-1Ach-8Vh-4Vm1T-Testpmd-Reconf.IMIX-2t1c-avf-dot1qip4vxlan-l2bd-4ch-1ach-8vh-4vm1t-testpmd-reconf"
7254     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-6Ch-1Ach-12Vh-6Vm1T-Testpmd-Reconf.IMIX-2t1c-avf-dot1qip4vxlan-l2bd-6ch-1ach-12vh-6vm1t-testpmd-reconf"
7255     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-8Ch-1Ach-16Vh-8Vm1T-Testpmd-Reconf.IMIX-2t1c-avf-dot1qip4vxlan-l2bd-8ch-1ach-16vh-8vm1t-testpmd-reconf"
7256     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-10Ch-1Ach-20Vh-10Vm1T-Testpmd-Reconf.IMIX-2t1c-avf-dot1qip4vxlan-l2bd-10ch-1ach-20vh-10vm1t-testpmd-reconf"
7257   layout:
7258     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7259     layout: "plot-throughput"
7260
7261 - type: "plot"
7262   title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7263   algorithm: "plot_nf_reconf_box_name"
7264   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7265   data: "plot-vpp-nfv-reconf-2n-skx"
7266   include:
7267     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-1Ch-1Ach-2Vh-1Vm1T-Testpmd-Reconf.IMIX-4t2c-avf-dot1qip4vxlan-l2bd-1ch-1ach-2vh-1vm1t-testpmd-reconf"
7268     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-2Ch-1Ach-4Vh-2Vm1T-Testpmd-Reconf.IMIX-4t2c-avf-dot1qip4vxlan-l2bd-2ch-1ach-4vh-2vm1t-testpmd-reconf"
7269     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-4Ch-1Ach-8Vh-4Vm1T-Testpmd-Reconf.IMIX-4t2c-avf-dot1qip4vxlan-l2bd-4ch-1ach-8vh-4vm1t-testpmd-reconf"
7270     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-6Ch-1Ach-12Vh-6Vm1T-Testpmd-Reconf.IMIX-4t2c-avf-dot1qip4vxlan-l2bd-6ch-1ach-12vh-6vm1t-testpmd-reconf"
7271     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-8Ch-1Ach-16Vh-8Vm1T-Testpmd-Reconf.IMIX-4t2c-avf-dot1qip4vxlan-l2bd-8ch-1ach-16vh-8vm1t-testpmd-reconf"
7272     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-10Ch-1Ach-20Vh-10Vm1T-Testpmd-Reconf.IMIX-4t2c-avf-dot1qip4vxlan-l2bd-10ch-1ach-20vh-10vm1t-testpmd-reconf"
7273   layout:
7274     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7275     layout: "plot-throughput"
7276
7277 - type: "plot"
7278   title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7279   algorithm: "plot_nf_reconf_box_name"
7280   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7281   data: "plot-vpp-nfv-reconf-2n-skx"
7282   include:
7283     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-1Ch-1Ach-2Vh-1Vm1T-Testpmd-Reconf.IMIX-8t4c-avf-dot1qip4vxlan-l2bd-1ch-1ach-2vh-1vm1t-testpmd-reconf"
7284     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-2Ch-1Ach-4Vh-2Vm1T-Testpmd-Reconf.IMIX-8t4c-avf-dot1qip4vxlan-l2bd-2ch-1ach-4vh-2vm1t-testpmd-reconf"
7285     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-4Ch-1Ach-8Vh-4Vm1T-Testpmd-Reconf.IMIX-8t4c-avf-dot1qip4vxlan-l2bd-4ch-1ach-8vh-4vm1t-testpmd-reconf"
7286     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-6Ch-1Ach-12Vh-6Vm1T-Testpmd-Reconf.IMIX-8t4c-avf-dot1qip4vxlan-l2bd-6ch-1ach-12vh-6vm1t-testpmd-reconf"
7287     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-8Ch-1Ach-16Vh-8Vm1T-Testpmd-Reconf.IMIX-8t4c-avf-dot1qip4vxlan-l2bd-8ch-1ach-16vh-8vm1t-testpmd-reconf"
7288     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-10Ch-1Ach-20Vh-10Vm1T-Testpmd-Reconf.IMIX-8t4c-avf-dot1qip4vxlan-l2bd-10ch-1ach-20vh-10vm1t-testpmd-reconf"
7289   layout:
7290     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7291     layout: "plot-throughput"
7292
7293 ###############################################################################
7294
7295 # Reconf tests 2n-clx
7296
7297 - type: "plot"
7298   title: "NFV Implied time lost: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7299   algorithm: "plot_nf_reconf_box_name"
7300   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7301   data: "plot-vpp-nfv-reconf-2n-clx"
7302   include:
7303     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-1Ch-1Ach-2Vh-1Vm1T-Testpmd-Reconf.IMIX-2t1c-avf-dot1qip4vxlan-l2bd-1ch-1ach-2vh-1vm1t-testpmd-reconf"
7304     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-2Ch-1Ach-4Vh-2Vm1T-Testpmd-Reconf.IMIX-2t1c-avf-dot1qip4vxlan-l2bd-2ch-1ach-4vh-2vm1t-testpmd-reconf"
7305     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-4Ch-1Ach-8Vh-4Vm1T-Testpmd-Reconf.IMIX-2t1c-avf-dot1qip4vxlan-l2bd-4ch-1ach-8vh-4vm1t-testpmd-reconf"
7306     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-6Ch-1Ach-12Vh-6Vm1T-Testpmd-Reconf.IMIX-2t1c-avf-dot1qip4vxlan-l2bd-6ch-1ach-12vh-6vm1t-testpmd-reconf"
7307   layout:
7308     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7309     layout: "plot-throughput"
7310
7311 - type: "plot"
7312   title: "NFV Implied time lost: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7313   algorithm: "plot_nf_reconf_box_name"
7314   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7315   data: "plot-vpp-nfv-reconf-2n-clx"
7316   include:
7317     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-1Ch-1Ach-2Vh-1Vm1T-Testpmd-Reconf.IMIX-4t2c-avf-dot1qip4vxlan-l2bd-1ch-1ach-2vh-1vm1t-testpmd-reconf"
7318     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-2Ch-1Ach-4Vh-2Vm1T-Testpmd-Reconf.IMIX-4t2c-avf-dot1qip4vxlan-l2bd-2ch-1ach-4vh-2vm1t-testpmd-reconf"
7319     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-4Ch-1Ach-8Vh-4Vm1T-Testpmd-Reconf.IMIX-4t2c-avf-dot1qip4vxlan-l2bd-4ch-1ach-8vh-4vm1t-testpmd-reconf"
7320     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-6Ch-1Ach-12Vh-6Vm1T-Testpmd-Reconf.IMIX-4t2c-avf-dot1qip4vxlan-l2bd-6ch-1ach-12vh-6vm1t-testpmd-reconf"
7321   layout:
7322     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7323     layout: "plot-throughput"
7324
7325 - type: "plot"
7326   title: "NFV Implied time lost: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7327   algorithm: "plot_nf_reconf_box_name"
7328   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7329   data: "plot-vpp-nfv-reconf-2n-clx"
7330   include:
7331     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-1Ch-1Ach-2Vh-1Vm1T-Testpmd-Reconf.IMIX-8t4c-avf-dot1qip4vxlan-l2bd-1ch-1ach-2vh-1vm1t-testpmd-reconf"
7332     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-2Ch-1Ach-4Vh-2Vm1T-Testpmd-Reconf.IMIX-8t4c-avf-dot1qip4vxlan-l2bd-2ch-1ach-4vh-2vm1t-testpmd-reconf"
7333     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-4Ch-1Ach-8Vh-4Vm1T-Testpmd-Reconf.IMIX-8t4c-avf-dot1qip4vxlan-l2bd-4ch-1ach-8vh-4vm1t-testpmd-reconf"
7334     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-6Ch-1Ach-12Vh-6Vm1T-Testpmd-Reconf.IMIX-8t4c-avf-dot1qip4vxlan-l2bd-6ch-1ach-12vh-6vm1t-testpmd-reconf"
7335   layout:
7336     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7337     layout: "plot-throughput"
7338
7339 ################################################################################
7340 ## Plots - NF Density - VSC - MRR 64b
7341 #- type: "plot"
7342 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7343 #  algorithm: "plot_nf_heatmap"
7344 #  output-file-type: ".html"
7345 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
7346 #  data: "plot-vpp-nfv-2n-skx-mrr"
7347 #  filter: "'NIC_Intel-XXV710' and
7348 #           'NF_DENSITY' and
7349 #           'VHOST' and
7350 #           not 'VXLAN' and
7351 #           'CHAIN' and
7352 #           'NF_VPPIP4' and
7353 #           '64B' and
7354 #           '2T1C' and
7355 #           'MRR'"
7356 #  parameters:
7357 #  - "result"
7358 #  - "name"
7359 #  - "tags"
7360 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7361 #  x-axis: "X = VNFs per Service Chain"
7362 #  y-axis: "Y = Number of Service Chains"
7363 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7364 #  layout:
7365 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7366 #    layout: "plot-service-density"
7367 #
7368 #- type: "plot"
7369 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7370 #  algorithm: "plot_nf_heatmap"
7371 #  output-file-type: ".html"
7372 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
7373 #  data: "plot-vpp-nfv-2n-skx-mrr"
7374 #  filter: "'NIC_Intel-XXV710' and
7375 #           'NF_DENSITY' and
7376 #           'VHOST' and
7377 #           not 'VXLAN' and
7378 #           'CHAIN' and
7379 #           'NF_VPPIP4' and
7380 #           '64B' and
7381 #           '4T2C' and
7382 #           'MRR'"
7383 #  parameters:
7384 #  - "result"
7385 #  - "name"
7386 #  - "tags"
7387 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7388 #  x-axis: "X = VNFs per Service Chain"
7389 #  y-axis: "Y = Number of Service Chains"
7390 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7391 #  layout:
7392 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7393 #    layout: "plot-service-density"
7394 #
7395 #- type: "plot"
7396 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7397 #  algorithm: "plot_nf_heatmap"
7398 #  output-file-type: ".html"
7399 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
7400 #  data: "plot-vpp-nfv-2n-skx-mrr"
7401 #  filter: "'NIC_Intel-XXV710' and
7402 #           'NF_DENSITY' and
7403 #           'VHOST' and
7404 #           not 'VXLAN' and
7405 #           'CHAIN' and
7406 #           'NF_VPPIP4' and
7407 #           '64B' and
7408 #           '8T4C' and
7409 #           'MRR'"
7410 #  parameters:
7411 #  - "result"
7412 #  - "name"
7413 #  - "tags"
7414 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7415 #  x-axis: "X = VNFs per Service Chain"
7416 #  y-axis: "Y = Number of Service Chains"
7417 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7418 #  layout:
7419 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7420 #    layout: "plot-service-density"
7421 #
7422 ## Plots - NF Density - VSC - MRR IMIX
7423 #- type: "plot"
7424 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7425 #  algorithm: "plot_nf_heatmap"
7426 #  output-file-type: ".html"
7427 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
7428 #  data: "plot-vpp-nfv-2n-skx-mrr"
7429 #  filter: "'NIC_Intel-XXV710' and
7430 #           'NF_DENSITY' and
7431 #           'VHOST' and
7432 #           not 'VXLAN' and
7433 #           'CHAIN' and
7434 #           'NF_VPPIP4' and
7435 #           'IMIX' and
7436 #           '2T1C' and
7437 #           'MRR'"
7438 #  parameters:
7439 #  - "result"
7440 #  - "name"
7441 #  - "tags"
7442 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7443 #  x-axis: "X = VNFs per Service Chain"
7444 #  y-axis: "Y = Number of Service Chains"
7445 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7446 #  layout:
7447 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7448 #    layout: "plot-service-density"
7449 #
7450 #- type: "plot"
7451 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7452 #  algorithm: "plot_nf_heatmap"
7453 #  output-file-type: ".html"
7454 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
7455 #  data: "plot-vpp-nfv-2n-skx-mrr"
7456 #  filter: "'NIC_Intel-XXV710' and
7457 #           'NF_DENSITY' and
7458 #           'VHOST' and
7459 #           not 'VXLAN' and
7460 #           'CHAIN' and
7461 #           'NF_VPPIP4' and
7462 #           'IMIX' and
7463 #           '4T2C' and
7464 #           'MRR'"
7465 #  parameters:
7466 #  - "result"
7467 #  - "name"
7468 #  - "tags"
7469 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7470 #  x-axis: "X = VNFs per Service Chain"
7471 #  y-axis: "Y = Number of Service Chains"
7472 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7473 #  layout:
7474 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7475 #    layout: "plot-service-density"
7476 #
7477 #- type: "plot"
7478 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7479 #  algorithm: "plot_nf_heatmap"
7480 #  output-file-type: ".html"
7481 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
7482 #  data: "plot-vpp-nfv-2n-skx-mrr"
7483 #  filter: "'NIC_Intel-XXV710' and
7484 #           'NF_DENSITY' and
7485 #           'VHOST' and
7486 #           not 'VXLAN' and
7487 #           'CHAIN' and
7488 #           'NF_VPPIP4' and
7489 #           'IMIX' and
7490 #           '8T4C' and
7491 #           'MRR'"
7492 #  parameters:
7493 #  - "result"
7494 #  - "name"
7495 #  - "tags"
7496 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7497 #  x-axis: "X = VNFs per Service Chain"
7498 #  y-axis: "Y = Number of Service Chains"
7499 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7500 #  layout:
7501 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7502 #    layout: "plot-service-density"
7503 #
7504 ## Plots - NF Density - VSC - NDR 64b
7505 #- type: "plot"
7506 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7507 #  algorithm: "plot_nf_heatmap"
7508 #  output-file-type: ".html"
7509 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
7510 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7511 #  filter: "'NIC_Intel-XXV710' and
7512 #           'NF_DENSITY' and
7513 #           'VHOST' and
7514 #           not 'VXLAN' and
7515 #           'CHAIN' and
7516 #           'NF_VPPIP4' and
7517 #           '64B' and
7518 #           '2T1C' and
7519 #           'NDRPDR'"
7520 #  parameters:
7521 #  - "throughput"
7522 #  - "name"
7523 #  - "tags"
7524 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7525 #  x-axis: "X = VNFs per Service Chain"
7526 #  y-axis: "Y = Number of Service Chains"
7527 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7528 #  layout:
7529 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7530 #    layout: "plot-service-density"
7531 #
7532 #- type: "plot"
7533 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7534 #  algorithm: "plot_nf_heatmap"
7535 #  output-file-type: ".html"
7536 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
7537 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7538 #  filter: "'NIC_Intel-XXV710' and
7539 #           'NF_DENSITY' and
7540 #           'VHOST' and
7541 #           not 'VXLAN' and
7542 #           'CHAIN' and
7543 #           'NF_VPPIP4' and
7544 #           '64B' and
7545 #           '4T2C' and
7546 #           'NDRPDR'"
7547 #  parameters:
7548 #  - "throughput"
7549 #  - "name"
7550 #  - "tags"
7551 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7552 #  x-axis: "X = VNFs per Service Chain"
7553 #  y-axis: "Y = Number of Service Chains"
7554 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7555 #  layout:
7556 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7557 #    layout: "plot-service-density"
7558 #
7559 #- type: "plot"
7560 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7561 #  algorithm: "plot_nf_heatmap"
7562 #  output-file-type: ".html"
7563 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
7564 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7565 #  filter: "'NIC_Intel-XXV710' and
7566 #           'NF_DENSITY' and
7567 #           'VHOST' and
7568 #           not 'VXLAN' and
7569 #           'CHAIN' and
7570 #           'NF_VPPIP4' and
7571 #           '64B' and
7572 #           '8T4C' and
7573 #           'NDRPDR'"
7574 #  parameters:
7575 #  - "throughput"
7576 #  - "name"
7577 #  - "tags"
7578 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7579 #  x-axis: "X = VNFs per Service Chain"
7580 #  y-axis: "Y = Number of Service Chains"
7581 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7582 #  layout:
7583 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7584 #    layout: "plot-service-density"
7585 #
7586 ## Plots - NF Density - VSC - NDR IMIX
7587 #- type: "plot"
7588 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7589 #  algorithm: "plot_nf_heatmap"
7590 #  output-file-type: ".html"
7591 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
7592 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7593 #  filter: "'NIC_Intel-XXV710' and
7594 #           'NF_DENSITY' and
7595 #           'VHOST' and
7596 #           not 'VXLAN' and
7597 #           'CHAIN' and
7598 #           'NF_VPPIP4' and
7599 #           'IMIX' and
7600 #           '2T1C' and
7601 #           'NDRPDR'"
7602 #  parameters:
7603 #  - "throughput"
7604 #  - "name"
7605 #  - "tags"
7606 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7607 #  x-axis: "X = VNFs per Service Chain"
7608 #  y-axis: "Y = Number of Service Chains"
7609 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7610 #  layout:
7611 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7612 #    layout: "plot-service-density"
7613 #
7614 #- type: "plot"
7615 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7616 #  algorithm: "plot_nf_heatmap"
7617 #  output-file-type: ".html"
7618 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
7619 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7620 #  filter: "'NIC_Intel-XXV710' and
7621 #           'NF_DENSITY' and
7622 #           'VHOST' and
7623 #           not 'VXLAN' and
7624 #           'CHAIN' and
7625 #           'NF_VPPIP4' and
7626 #           'IMIX' and
7627 #           '4T2C' and
7628 #           'NDRPDR'"
7629 #  parameters:
7630 #  - "throughput"
7631 #  - "name"
7632 #  - "tags"
7633 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7634 #  x-axis: "X = VNFs per Service Chain"
7635 #  y-axis: "Y = Number of Service Chains"
7636 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7637 #  layout:
7638 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7639 #    layout: "plot-service-density"
7640 #
7641 #- type: "plot"
7642 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7643 #  algorithm: "plot_nf_heatmap"
7644 #  output-file-type: ".html"
7645 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
7646 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7647 #  filter: "'NIC_Intel-XXV710' and
7648 #           'NF_DENSITY' and
7649 #           'VHOST' and
7650 #           not 'VXLAN' and
7651 #           'CHAIN' and
7652 #           'NF_VPPIP4' and
7653 #           'IMIX' and
7654 #           '8T4C' and
7655 #           'NDRPDR'"
7656 #  parameters:
7657 #  - "throughput"
7658 #  - "name"
7659 #  - "tags"
7660 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7661 #  x-axis: "X = VNFs per Service Chain"
7662 #  y-axis: "Y = Number of Service Chains"
7663 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7664 #  layout:
7665 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7666 #    layout: "plot-service-density"
7667 #
7668 ## Plots - NF Density - VSC - PDR 64b
7669 #- type: "plot"
7670 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7671 #  algorithm: "plot_nf_heatmap"
7672 #  output-file-type: ".html"
7673 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
7674 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7675 #  filter: "'NIC_Intel-XXV710' and
7676 #           'NF_DENSITY' and
7677 #           'VHOST' and
7678 #           not 'VXLAN' and
7679 #           'CHAIN' and
7680 #           'NF_VPPIP4' and
7681 #           '64B' and
7682 #           '2T1C' and
7683 #           'NDRPDR'"
7684 #  parameters:
7685 #  - "throughput"
7686 #  - "name"
7687 #  - "tags"
7688 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7689 #  x-axis: "X = VNFs per Service Chain"
7690 #  y-axis: "Y = Number of Service Chains"
7691 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7692 #  layout:
7693 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7694 #    layout: "plot-service-density"
7695 #
7696 #- type: "plot"
7697 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7698 #  algorithm: "plot_nf_heatmap"
7699 #  output-file-type: ".html"
7700 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
7701 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7702 #  filter: "'NIC_Intel-XXV710' and
7703 #           'NF_DENSITY' and
7704 #           'VHOST' and
7705 #           not 'VXLAN' and
7706 #           'CHAIN' and
7707 #           'NF_VPPIP4' and
7708 #           '64B' and
7709 #           '4T2C' and
7710 #           'NDRPDR'"
7711 #  parameters:
7712 #  - "throughput"
7713 #  - "name"
7714 #  - "tags"
7715 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7716 #  x-axis: "X = VNFs per Service Chain"
7717 #  y-axis: "Y = Number of Service Chains"
7718 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7719 #  layout:
7720 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7721 #    layout: "plot-service-density"
7722 #
7723 #- type: "plot"
7724 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7725 #  algorithm: "plot_nf_heatmap"
7726 #  output-file-type: ".html"
7727 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
7728 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7729 #  filter: "'NIC_Intel-XXV710' and
7730 #           'NF_DENSITY' and
7731 #           'VHOST' and
7732 #           not 'VXLAN' and
7733 #           'CHAIN' and
7734 #           'NF_VPPIP4' and
7735 #           '64B' and
7736 #           '8T4C' and
7737 #           'NDRPDR'"
7738 #  parameters:
7739 #  - "throughput"
7740 #  - "name"
7741 #  - "tags"
7742 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7743 #  x-axis: "X = VNFs per Service Chain"
7744 #  y-axis: "Y = Number of Service Chains"
7745 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7746 #  layout:
7747 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7748 #    layout: "plot-service-density"
7749 #
7750 ## Plots - NF Density - VSC - PDR IMIX
7751 #- type: "plot"
7752 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7753 #  algorithm: "plot_nf_heatmap"
7754 #  output-file-type: ".html"
7755 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
7756 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7757 #  filter: "'NIC_Intel-XXV710' and
7758 #           'NF_DENSITY' and
7759 #           'VHOST' and
7760 #           not 'VXLAN' and
7761 #           'CHAIN' and
7762 #           'NF_VPPIP4' and
7763 #           'IMIX' and
7764 #           '2T1C' and
7765 #           'NDRPDR'"
7766 #  parameters:
7767 #  - "throughput"
7768 #  - "name"
7769 #  - "tags"
7770 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7771 #  x-axis: "X = VNFs per Service Chain"
7772 #  y-axis: "Y = Number of Service Chains"
7773 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7774 #  layout:
7775 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7776 #    layout: "plot-service-density"
7777 #
7778 #- type: "plot"
7779 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7780 #  algorithm: "plot_nf_heatmap"
7781 #  output-file-type: ".html"
7782 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
7783 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7784 #  filter: "'NIC_Intel-XXV710' and
7785 #           'NF_DENSITY' and
7786 #           'VHOST' and
7787 #           not 'VXLAN' and
7788 #           'CHAIN' and
7789 #           'NF_VPPIP4' and
7790 #           'IMIX' and
7791 #           '4T2C' and
7792 #           'NDRPDR'"
7793 #  parameters:
7794 #  - "throughput"
7795 #  - "name"
7796 #  - "tags"
7797 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7798 #  x-axis: "X = VNFs per Service Chain"
7799 #  y-axis: "Y = Number of Service Chains"
7800 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7801 #  layout:
7802 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7803 #    layout: "plot-service-density"
7804 #
7805 #- type: "plot"
7806 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7807 #  algorithm: "plot_nf_heatmap"
7808 #  output-file-type: ".html"
7809 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
7810 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7811 #  filter: "'NIC_Intel-XXV710' and
7812 #           'NF_DENSITY' and
7813 #           'VHOST' and
7814 #           not 'VXLAN' and
7815 #           'CHAIN' and
7816 #           'NF_VPPIP4' and
7817 #           'IMIX' and
7818 #           '8T4C' and
7819 #           'NDRPDR'"
7820 #  parameters:
7821 #  - "throughput"
7822 #  - "name"
7823 #  - "tags"
7824 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7825 #  x-axis: "X = VNFs per Service Chain"
7826 #  y-axis: "Y = Number of Service Chains"
7827 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7828 #  layout:
7829 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7830 #    layout: "plot-service-density"
7831 #
7832 ################################################################################
7833 ## Plots - NF Density - VSC - MRR 64b
7834 #- type: "plot"
7835 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7836 #  algorithm: "plot_nf_heatmap"
7837 #  output-file-type: ".html"
7838 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
7839 #  data: "plot-vpp-nfv-2n-skx-mrr"
7840 #  filter: "'NIC_Intel-XXV710' and
7841 #           'NF_DENSITY' and
7842 #           'VHOST' and
7843 #           'VXLAN' and
7844 #           'CHAIN' and
7845 #           '118' and
7846 #           '2T1C' and
7847 #           'MRR'"
7848 #  parameters:
7849 #  - "result"
7850 #  - "name"
7851 #  - "tags"
7852 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7853 #  x-axis: "X = VNFs per Service Chain"
7854 #  y-axis: "Y = Number of Service Chains"
7855 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7856 #  layout:
7857 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7858 #    layout: "plot-service-density"
7859 #
7860 #- type: "plot"
7861 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7862 #  algorithm: "plot_nf_heatmap"
7863 #  output-file-type: ".html"
7864 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
7865 #  data: "plot-vpp-nfv-2n-skx-mrr"
7866 #  filter: "'NIC_Intel-XXV710' and
7867 #           'NF_DENSITY' and
7868 #           'VHOST' and
7869 #           'VXLAN' and
7870 #           'CHAIN' and
7871 #           '118' and
7872 #           '4T2C' and
7873 #           'MRR'"
7874 #  parameters:
7875 #  - "result"
7876 #  - "name"
7877 #  - "tags"
7878 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7879 #  x-axis: "X = VNFs per Service Chain"
7880 #  y-axis: "Y = Number of Service Chains"
7881 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7882 #  layout:
7883 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7884 #    layout: "plot-service-density"
7885 #
7886 #- type: "plot"
7887 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7888 #  algorithm: "plot_nf_heatmap"
7889 #  output-file-type: ".html"
7890 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
7891 #  data: "plot-vpp-nfv-2n-skx-mrr"
7892 #  filter: "'NIC_Intel-XXV710' and
7893 #           'NF_DENSITY' and
7894 #           'VHOST' and
7895 #           'VXLAN' and
7896 #           'CHAIN' and
7897 #           '118' and
7898 #           '8T4C' and
7899 #           'MRR'"
7900 #  parameters:
7901 #  - "result"
7902 #  - "name"
7903 #  - "tags"
7904 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7905 #  x-axis: "X = VNFs per Service Chain"
7906 #  y-axis: "Y = Number of Service Chains"
7907 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7908 #  layout:
7909 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7910 #    layout: "plot-service-density"
7911 #
7912 ## Plots - NF Density - VSC - MRR IMIX
7913 #- type: "plot"
7914 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7915 #  algorithm: "plot_nf_heatmap"
7916 #  output-file-type: ".html"
7917 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7918 #  data: "plot-vpp-nfv-2n-skx-mrr"
7919 #  filter: "'NIC_Intel-XXV710' and
7920 #           'NF_DENSITY' and
7921 #           'VHOST' and
7922 #           'VXLAN' and
7923 #           'CHAIN' and
7924 #           'IMIX' and
7925 #           '2T1C' and
7926 #           'MRR'"
7927 #  parameters:
7928 #  - "result"
7929 #  - "name"
7930 #  - "tags"
7931 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7932 #  x-axis: "X = VNFs per Service Chain"
7933 #  y-axis: "Y = Number of Service Chains"
7934 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7935 #  layout:
7936 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7937 #    layout: "plot-service-density"
7938 #
7939 #- type: "plot"
7940 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7941 #  algorithm: "plot_nf_heatmap"
7942 #  output-file-type: ".html"
7943 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7944 #  data: "plot-vpp-nfv-2n-skx-mrr"
7945 #  filter: "'NIC_Intel-XXV710' and
7946 #           'NF_DENSITY' and
7947 #           'VHOST' and
7948 #           'VXLAN' and
7949 #           'CHAIN' and
7950 #           'IMIX' and
7951 #           '4T2C' and
7952 #           'MRR'"
7953 #  parameters:
7954 #  - "result"
7955 #  - "name"
7956 #  - "tags"
7957 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7958 #  x-axis: "X = VNFs per Service Chain"
7959 #  y-axis: "Y = Number of Service Chains"
7960 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7961 #  layout:
7962 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7963 #    layout: "plot-service-density"
7964 #
7965 #- type: "plot"
7966 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7967 #  algorithm: "plot_nf_heatmap"
7968 #  output-file-type: ".html"
7969 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7970 #  data: "plot-vpp-nfv-2n-skx-mrr"
7971 #  filter: "'NIC_Intel-XXV710' and
7972 #           'NF_DENSITY' and
7973 #           'VHOST' and
7974 #           'VXLAN' and
7975 #           'CHAIN' and
7976 #           'IMIX' and
7977 #           '8T4C' and
7978 #           'MRR'"
7979 #  parameters:
7980 #  - "result"
7981 #  - "name"
7982 #  - "tags"
7983 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7984 #  x-axis: "X = VNFs per Service Chain"
7985 #  y-axis: "Y = Number of Service Chains"
7986 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7987 #  layout:
7988 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7989 #    layout: "plot-service-density"
7990 #
7991 ## Plots - NF Density - VSC - NDR 64b
7992 #- type: "plot"
7993 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7994 #  algorithm: "plot_nf_heatmap"
7995 #  output-file-type: ".html"
7996 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
7997 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7998 #  filter: "'NIC_Intel-XXV710' and
7999 #           'NF_DENSITY' and
8000 #           'VHOST' and
8001 #           'VXLAN' and
8002 #           'CHAIN' and
8003 #           '118' and
8004 #           '2T1C' and
8005 #           'NDRPDR'"
8006 #  parameters:
8007 #  - "throughput"
8008 #  - "name"
8009 #  - "tags"
8010 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8011 #  x-axis: "X = VNFs per Service Chain"
8012 #  y-axis: "Y = Number of Service Chains"
8013 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8014 #  layout:
8015 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8016 #    layout: "plot-service-density"
8017 #
8018 #- type: "plot"
8019 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8020 #  algorithm: "plot_nf_heatmap"
8021 #  output-file-type: ".html"
8022 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
8023 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8024 #  filter: "'NIC_Intel-XXV710' and
8025 #           'NF_DENSITY' and
8026 #           'VHOST' and
8027 #           'VXLAN' and
8028 #           'CHAIN' and
8029 #           '118' and
8030 #           '4T2C' and
8031 #           'NDRPDR'"
8032 #  parameters:
8033 #  - "throughput"
8034 #  - "name"
8035 #  - "tags"
8036 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8037 #  x-axis: "X = VNFs per Service Chain"
8038 #  y-axis: "Y = Number of Service Chains"
8039 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8040 #  layout:
8041 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8042 #    layout: "plot-service-density"
8043 #
8044 #- type: "plot"
8045 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8046 #  algorithm: "plot_nf_heatmap"
8047 #  output-file-type: ".html"
8048 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
8049 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8050 #  filter: "'NIC_Intel-XXV710' and
8051 #           'NF_DENSITY' and
8052 #           'VHOST' and
8053 #           'VXLAN' and
8054 #           'CHAIN' and
8055 #           '118' and
8056 #           '8T4C' and
8057 #           'NDRPDR'"
8058 #  parameters:
8059 #  - "throughput"
8060 #  - "name"
8061 #  - "tags"
8062 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8063 #  x-axis: "X = VNFs per Service Chain"
8064 #  y-axis: "Y = Number of Service Chains"
8065 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8066 #  layout:
8067 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8068 #    layout: "plot-service-density"
8069 #
8070 ## Plots - NF Density - VSC - NDR IMIX
8071 #- type: "plot"
8072 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8073 #  algorithm: "plot_nf_heatmap"
8074 #  output-file-type: ".html"
8075 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
8076 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8077 #  filter: "'NIC_Intel-XXV710' and
8078 #           'NF_DENSITY' and
8079 #           'VHOST' and
8080 #           'VXLAN' and
8081 #           'CHAIN' and
8082 #           'IMIX' and
8083 #           '2T1C' and
8084 #           'NDRPDR'"
8085 #  parameters:
8086 #  - "throughput"
8087 #  - "name"
8088 #  - "tags"
8089 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8090 #  x-axis: "X = VNFs per Service Chain"
8091 #  y-axis: "Y = Number of Service Chains"
8092 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8093 #  layout:
8094 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8095 #    layout: "plot-service-density"
8096 #
8097 #- type: "plot"
8098 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8099 #  algorithm: "plot_nf_heatmap"
8100 #  output-file-type: ".html"
8101 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
8102 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8103 #  filter: "'NIC_Intel-XXV710' and
8104 #           'NF_DENSITY' and
8105 #           'VHOST' and
8106 #           'VXLAN' and
8107 #           'CHAIN' and
8108 #           'IMIX' and
8109 #           '4T2C' and
8110 #           'NDRPDR'"
8111 #  parameters:
8112 #  - "throughput"
8113 #  - "name"
8114 #  - "tags"
8115 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8116 #  x-axis: "X = VNFs per Service Chain"
8117 #  y-axis: "Y = Number of Service Chains"
8118 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8119 #  layout:
8120 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8121 #    layout: "plot-service-density"
8122 #
8123 #- type: "plot"
8124 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8125 #  algorithm: "plot_nf_heatmap"
8126 #  output-file-type: ".html"
8127 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
8128 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8129 #  filter: "'NIC_Intel-XXV710' and
8130 #           'NF_DENSITY' and
8131 #           'VHOST' and
8132 #           'VXLAN' and
8133 #           'CHAIN' and
8134 #           'IMIX' and
8135 #           '8T4C' and
8136 #           'NDRPDR'"
8137 #  parameters:
8138 #  - "throughput"
8139 #  - "name"
8140 #  - "tags"
8141 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8142 #  x-axis: "X = VNFs per Service Chain"
8143 #  y-axis: "Y = Number of Service Chains"
8144 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8145 #  layout:
8146 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8147 #    layout: "plot-service-density"
8148 #
8149 ## Plots - NF Density - VSC - PDR 64b
8150 #- type: "plot"
8151 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8152 #  algorithm: "plot_nf_heatmap"
8153 #  output-file-type: ".html"
8154 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
8155 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8156 #  filter: "'NIC_Intel-XXV710' and
8157 #           'NF_DENSITY' and
8158 #           'VHOST' and
8159 #           'VXLAN' and
8160 #           'CHAIN' and
8161 #           '118' and
8162 #           '2T1C' and
8163 #           'NDRPDR'"
8164 #  parameters:
8165 #  - "throughput"
8166 #  - "name"
8167 #  - "tags"
8168 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8169 #  x-axis: "X = VNFs per Service Chain"
8170 #  y-axis: "Y = Number of Service Chains"
8171 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8172 #  layout:
8173 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8174 #    layout: "plot-service-density"
8175 #
8176 #- type: "plot"
8177 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8178 #  algorithm: "plot_nf_heatmap"
8179 #  output-file-type: ".html"
8180 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
8181 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8182 #  filter: "'NIC_Intel-XXV710' and
8183 #           'NF_DENSITY' and
8184 #           'VHOST' and
8185 #           'VXLAN' and
8186 #           'CHAIN' and
8187 #           '118' and
8188 #           '4T2C' and
8189 #           'NDRPDR'"
8190 #  parameters:
8191 #  - "throughput"
8192 #  - "name"
8193 #  - "tags"
8194 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8195 #  x-axis: "X = VNFs per Service Chain"
8196 #  y-axis: "Y = Number of Service Chains"
8197 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8198 #  layout:
8199 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8200 #    layout: "plot-service-density"
8201 #
8202 #- type: "plot"
8203 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8204 #  algorithm: "plot_nf_heatmap"
8205 #  output-file-type: ".html"
8206 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
8207 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8208 #  filter: "'NIC_Intel-XXV710' and
8209 #           'NF_DENSITY' and
8210 #           'VHOST' and
8211 #           'VXLAN' and
8212 #           'CHAIN' and
8213 #           '118' and
8214 #           '8T4C' and
8215 #           'NDRPDR'"
8216 #  parameters:
8217 #  - "throughput"
8218 #  - "name"
8219 #  - "tags"
8220 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8221 #  x-axis: "X = VNFs per Service Chain"
8222 #  y-axis: "Y = Number of Service Chains"
8223 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8224 #  layout:
8225 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8226 #    layout: "plot-service-density"
8227 #
8228 ## Plots - NF Density - VSC - PDR IMIX
8229 #- type: "plot"
8230 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8231 #  algorithm: "plot_nf_heatmap"
8232 #  output-file-type: ".html"
8233 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
8234 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8235 #  filter: "'NIC_Intel-XXV710' and
8236 #           'NF_DENSITY' and
8237 #           'VHOST' and
8238 #           'VXLAN' and
8239 #           'CHAIN' and
8240 #           'IMIX' and
8241 #           '2T1C' and
8242 #           'NDRPDR'"
8243 #  parameters:
8244 #  - "throughput"
8245 #  - "name"
8246 #  - "tags"
8247 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8248 #  x-axis: "X = VNFs per Service Chain"
8249 #  y-axis: "Y = Number of Service Chains"
8250 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8251 #  layout:
8252 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8253 #    layout: "plot-service-density"
8254 #
8255 #- type: "plot"
8256 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8257 #  algorithm: "plot_nf_heatmap"
8258 #  output-file-type: ".html"
8259 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
8260 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8261 #  filter: "'NIC_Intel-XXV710' and
8262 #           'NF_DENSITY' and
8263 #           'VHOST' and
8264 #           'VXLAN' and
8265 #           'CHAIN' and
8266 #           'IMIX' and
8267 #           '4T2C' and
8268 #           'NDRPDR'"
8269 #  parameters:
8270 #  - "throughput"
8271 #  - "name"
8272 #  - "tags"
8273 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8274 #  x-axis: "X = VNFs per Service Chain"
8275 #  y-axis: "Y = Number of Service Chains"
8276 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8277 #  layout:
8278 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8279 #    layout: "plot-service-density"
8280 #
8281 #- type: "plot"
8282 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8283 #  algorithm: "plot_nf_heatmap"
8284 #  output-file-type: ".html"
8285 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
8286 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8287 #  filter: "'NIC_Intel-XXV710' and
8288 #           'NF_DENSITY' and
8289 #           'VHOST' and
8290 #           'VXLAN' and
8291 #           'CHAIN' and
8292 #           'IMIX' and
8293 #           '8T4C' and
8294 #           'NDRPDR'"
8295 #  parameters:
8296 #  - "throughput"
8297 #  - "name"
8298 #  - "tags"
8299 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8300 #  x-axis: "X = VNFs per Service Chain"
8301 #  y-axis: "Y = Number of Service Chains"
8302 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8303 #  layout:
8304 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8305 #    layout: "plot-service-density"
8306 #
8307 ################################################################################
8308 ## Plots - NF Density - CSC - MRR 64b
8309 #- type: "plot"
8310 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8311 #  algorithm: "plot_nf_heatmap"
8312 #  output-file-type: ".html"
8313 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
8314 #  data: "plot-vpp-nfv-2n-skx-mrr"
8315 #  filter: "'NIC_Intel-XXV710' and
8316 #           'NF_DENSITY' and
8317 #           'DOCKER' and
8318 #           'CHAIN' and
8319 #           'NF_VPPIP4' and
8320 #           '64B' and
8321 #           '2T1C' and
8322 #           'MRR'"
8323 #  parameters:
8324 #  - "result"
8325 #  - "name"
8326 #  - "tags"
8327 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8328 #  x-axis: "X = CNFs per Service Chain"
8329 #  y-axis: "Y = Number of Service Chains"
8330 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
8331 #  layout:
8332 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8333 #    layout: "plot-service-density"
8334 #
8335 #- type: "plot"
8336 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8337 #  algorithm: "plot_nf_heatmap"
8338 #  output-file-type: ".html"
8339 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
8340 #  data: "plot-vpp-nfv-2n-skx-mrr"
8341 #  filter: "'NIC_Intel-XXV710' and
8342 #           'NF_DENSITY' and
8343 #           'DOCKER' and
8344 #           'CHAIN' and
8345 #           'NF_VPPIP4' and
8346 #           '64B' and
8347 #           '4T2C' and
8348 #           'MRR'"
8349 #  parameters:
8350 #  - "result"
8351 #  - "name"
8352 #  - "tags"
8353 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8354 #  x-axis: "X = CNFs per Service Chain"
8355 #  y-axis: "Y = Number of Service Chains"
8356 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
8357 #  layout:
8358 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8359 #    layout: "plot-service-density"
8360 #
8361 #- type: "plot"
8362 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8363 #  algorithm: "plot_nf_heatmap"
8364 #  output-file-type: ".html"
8365 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
8366 #  data: "plot-vpp-nfv-2n-skx-mrr"
8367 #  filter: "'NIC_Intel-XXV710' and
8368 #           'NF_DENSITY' and
8369 #           'DOCKER' and
8370 #           'CHAIN' and
8371 #           'NF_VPPIP4' and
8372 #           '64B' and
8373 #           '8T4C' and
8374 #           'MRR'"
8375 #  parameters:
8376 #  - "result"
8377 #  - "name"
8378 #  - "tags"
8379 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8380 #  x-axis: "X = CNFs per Service Chain"
8381 #  y-axis: "Y = Number of Service Chains"
8382 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
8383 #  layout:
8384 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8385 #    layout: "plot-service-density"
8386 #
8387 ## Plots - NF Density - CSC - MRR IMIX
8388 #- type: "plot"
8389 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8390 #  algorithm: "plot_nf_heatmap"
8391 #  output-file-type: ".html"
8392 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
8393 #  data: "plot-vpp-nfv-2n-skx-mrr"
8394 #  filter: "'NIC_Intel-XXV710' and
8395 #           'NF_DENSITY' and
8396 #           'DOCKER' and
8397 #           'CHAIN' and
8398 #           'NF_VPPIP4' and
8399 #           'IMIX' and
8400 #           '2T1C' and
8401 #           'MRR'"
8402 #  parameters:
8403 #  - "result"
8404 #  - "name"
8405 #  - "tags"
8406 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8407 #  x-axis: "X = CNFs per Service Chain"
8408 #  y-axis: "Y = Number of Service Chains"
8409 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8410 #  layout:
8411 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8412 #    layout: "plot-service-density"
8413 #
8414 #- type: "plot"
8415 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8416 #  algorithm: "plot_nf_heatmap"
8417 #  output-file-type: ".html"
8418 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
8419 #  data: "plot-vpp-nfv-2n-skx-mrr"
8420 #  filter: "'NIC_Intel-XXV710' and
8421 #           'NF_DENSITY' and
8422 #           'DOCKER' and
8423 #           'CHAIN' and
8424 #           'NF_VPPIP4' and
8425 #           'IMIX' and
8426 #           '4T2C' and
8427 #           'MRR'"
8428 #  parameters:
8429 #  - "result"
8430 #  - "name"
8431 #  - "tags"
8432 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8433 #  x-axis: "X = CNFs per Service Chain"
8434 #  y-axis: "Y = Number of Service Chains"
8435 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8436 #  layout:
8437 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8438 #    layout: "plot-service-density"
8439 #
8440 #- type: "plot"
8441 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8442 #  algorithm: "plot_nf_heatmap"
8443 #  output-file-type: ".html"
8444 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
8445 #  data: "plot-vpp-nfv-2n-skx-mrr"
8446 #  filter: "'NIC_Intel-XXV710' and
8447 #           'NF_DENSITY' and
8448 #           'DOCKER' and
8449 #           'CHAIN' and
8450 #           'NF_VPPIP4' and
8451 #           'IMIX' and
8452 #           '8T4C' and
8453 #           'MRR'"
8454 #  parameters:
8455 #  - "result"
8456 #  - "name"
8457 #  - "tags"
8458 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8459 #  x-axis: "X = CNFs per Service Chain"
8460 #  y-axis: "Y = Number of Service Chains"
8461 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8462 #  layout:
8463 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8464 #    layout: "plot-service-density"
8465 #
8466 ## Plots - NF Density - CSC - NDR 64b
8467 #- type: "plot"
8468 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8469 #  algorithm: "plot_nf_heatmap"
8470 #  output-file-type: ".html"
8471 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
8472 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8473 #  filter: "'NIC_Intel-XXV710' and
8474 #           'NF_DENSITY' and
8475 #           'DOCKER' and
8476 #           'CHAIN' and
8477 #           'NF_VPPIP4' and
8478 #           '64B' and
8479 #           '2T1C' and
8480 #           'NDRPDR'"
8481 #  parameters:
8482 #  - "throughput"
8483 #  - "name"
8484 #  - "tags"
8485 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8486 #  x-axis: "X = CNFs per Service Chain"
8487 #  y-axis: "Y = Number of Service Chains"
8488 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8489 #  layout:
8490 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8491 #    layout: "plot-service-density"
8492 #
8493 #- type: "plot"
8494 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8495 #  algorithm: "plot_nf_heatmap"
8496 #  output-file-type: ".html"
8497 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
8498 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8499 #  filter: "'NIC_Intel-XXV710' and
8500 #           'NF_DENSITY' and
8501 #           'DOCKER' and
8502 #           'CHAIN' and
8503 #           'NF_VPPIP4' and
8504 #           '64B' and
8505 #           '4T2C' and
8506 #           'NDRPDR'"
8507 #  parameters:
8508 #  - "throughput"
8509 #  - "name"
8510 #  - "tags"
8511 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8512 #  x-axis: "X = CNFs per Service Chain"
8513 #  y-axis: "Y = Number of Service Chains"
8514 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8515 #  layout:
8516 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8517 #    layout: "plot-service-density"
8518 #
8519 #- type: "plot"
8520 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8521 #  algorithm: "plot_nf_heatmap"
8522 #  output-file-type: ".html"
8523 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
8524 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8525 #  filter: "'NIC_Intel-XXV710' and
8526 #           'NF_DENSITY' and
8527 #           'DOCKER' and
8528 #           'CHAIN' and
8529 #           'NF_VPPIP4' and
8530 #           '64B' and
8531 #           '8T4C' and
8532 #           'NDRPDR'"
8533 #  parameters:
8534 #  - "throughput"
8535 #  - "name"
8536 #  - "tags"
8537 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8538 #  x-axis: "X = CNFs per Service Chain"
8539 #  y-axis: "Y = Number of Service Chains"
8540 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8541 #  layout:
8542 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8543 #    layout: "plot-service-density"
8544 #
8545 ## Plots - NF Density - CSC - NDR IMIX
8546 #- type: "plot"
8547 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8548 #  algorithm: "plot_nf_heatmap"
8549 #  output-file-type: ".html"
8550 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8551 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8552 #  filter: "'NIC_Intel-XXV710' and
8553 #           'NF_DENSITY' and
8554 #           'DOCKER' and
8555 #           'CHAIN' and
8556 #           'NF_VPPIP4' and
8557 #           'IMIX' and
8558 #           '2T1C' and
8559 #           'NDRPDR'"
8560 #  parameters:
8561 #  - "throughput"
8562 #  - "name"
8563 #  - "tags"
8564 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8565 #  x-axis: "X = CNFs per Service Chain"
8566 #  y-axis: "Y = Number of Service Chains"
8567 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8568 #  layout:
8569 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8570 #    layout: "plot-service-density"
8571 #
8572 #- type: "plot"
8573 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8574 #  algorithm: "plot_nf_heatmap"
8575 #  output-file-type: ".html"
8576 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8577 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8578 #  filter: "'NIC_Intel-XXV710' and
8579 #           'NF_DENSITY' and
8580 #           'DOCKER' and
8581 #           'CHAIN' and
8582 #           'NF_VPPIP4' and
8583 #           'IMIX' and
8584 #           '4T2C' and
8585 #           'NDRPDR'"
8586 #  parameters:
8587 #  - "throughput"
8588 #  - "name"
8589 #  - "tags"
8590 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8591 #  x-axis: "X = CNFs per Service Chain"
8592 #  y-axis: "Y = Number of Service Chains"
8593 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8594 #  layout:
8595 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8596 #    layout: "plot-service-density"
8597 #
8598 #- type: "plot"
8599 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8600 #  algorithm: "plot_nf_heatmap"
8601 #  output-file-type: ".html"
8602 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8603 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8604 #  filter: "'NIC_Intel-XXV710' and
8605 #           'NF_DENSITY' and
8606 #           'DOCKER' and
8607 #           'CHAIN' and
8608 #           'NF_VPPIP4' and
8609 #           'IMIX' and
8610 #           '8T4C' and
8611 #           'NDRPDR'"
8612 #  parameters:
8613 #  - "throughput"
8614 #  - "name"
8615 #  - "tags"
8616 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8617 #  x-axis: "X = CNFs per Service Chain"
8618 #  y-axis: "Y = Number of Service Chains"
8619 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8620 #  layout:
8621 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8622 #    layout: "plot-service-density"
8623 #
8624 ## Plots - NF Density - CSC - PDR 64b
8625 #- type: "plot"
8626 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8627 #  algorithm: "plot_nf_heatmap"
8628 #  output-file-type: ".html"
8629 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
8630 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8631 #  filter: "'NIC_Intel-XXV710' and
8632 #           'NF_DENSITY' and
8633 #           'DOCKER' and
8634 #           'CHAIN' and
8635 #           'NF_VPPIP4' and
8636 #           '64B' and
8637 #           '2T1C' and
8638 #           'NDRPDR'"
8639 #  parameters:
8640 #  - "throughput"
8641 #  - "name"
8642 #  - "tags"
8643 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8644 #  x-axis: "X = CNFs per Service Chain"
8645 #  y-axis: "Y = Number of Service Chains"
8646 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8647 #  layout:
8648 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8649 #    layout: "plot-service-density"
8650 #
8651 #- type: "plot"
8652 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8653 #  algorithm: "plot_nf_heatmap"
8654 #  output-file-type: ".html"
8655 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
8656 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8657 #  filter: "'NIC_Intel-XXV710' and
8658 #           'NF_DENSITY' and
8659 #           'DOCKER' and
8660 #           'CHAIN' and
8661 #           'NF_VPPIP4' and
8662 #           '64B' and
8663 #           '4T2C' and
8664 #           'NDRPDR'"
8665 #  parameters:
8666 #  - "throughput"
8667 #  - "name"
8668 #  - "tags"
8669 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8670 #  x-axis: "X = CNFs per Service Chain"
8671 #  y-axis: "Y = Number of Service Chains"
8672 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8673 #  layout:
8674 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8675 #    layout: "plot-service-density"
8676 #
8677 #- type: "plot"
8678 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8679 #  algorithm: "plot_nf_heatmap"
8680 #  output-file-type: ".html"
8681 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
8682 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8683 #  filter: "'NIC_Intel-XXV710' and
8684 #           'NF_DENSITY' and
8685 #           'DOCKER' and
8686 #           'CHAIN' and
8687 #           'NF_VPPIP4' and
8688 #           '64B' and
8689 #           '8T4C' and
8690 #           'NDRPDR'"
8691 #  parameters:
8692 #  - "throughput"
8693 #  - "name"
8694 #  - "tags"
8695 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8696 #  x-axis: "X = CNFs per Service Chain"
8697 #  y-axis: "Y = Number of Service Chains"
8698 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8699 #  layout:
8700 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8701 #    layout: "plot-service-density"
8702 #
8703 ## Plots - NF Density - CSC - PDR IMIX
8704 #- type: "plot"
8705 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8706 #  algorithm: "plot_nf_heatmap"
8707 #  output-file-type: ".html"
8708 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8709 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8710 #  filter: "'NIC_Intel-XXV710' and
8711 #           'NF_DENSITY' and
8712 #           'DOCKER' and
8713 #           'CHAIN' and
8714 #           'NF_VPPIP4' and
8715 #           'IMIX' and
8716 #           '2T1C' and
8717 #           'NDRPDR'"
8718 #  parameters:
8719 #  - "throughput"
8720 #  - "name"
8721 #  - "tags"
8722 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8723 #  x-axis: "X = CNFs per Service Chain"
8724 #  y-axis: "Y = Number of Service Chains"
8725 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8726 #  layout:
8727 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8728 #    layout: "plot-service-density"
8729 #
8730 #- type: "plot"
8731 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8732 #  algorithm: "plot_nf_heatmap"
8733 #  output-file-type: ".html"
8734 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8735 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8736 #  filter: "'NIC_Intel-XXV710' and
8737 #           'NF_DENSITY' and
8738 #           'DOCKER' and
8739 #           'CHAIN' and
8740 #           'NF_VPPIP4' and
8741 #           'IMIX' and
8742 #           '4T2C' and
8743 #           'NDRPDR'"
8744 #  parameters:
8745 #  - "throughput"
8746 #  - "name"
8747 #  - "tags"
8748 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8749 #  x-axis: "X = CNFs per Service Chain"
8750 #  y-axis: "Y = Number of Service Chains"
8751 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8752 #  layout:
8753 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8754 #    layout: "plot-service-density"
8755 #
8756 #- type: "plot"
8757 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8758 #  algorithm: "plot_nf_heatmap"
8759 #  output-file-type: ".html"
8760 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8761 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8762 #  filter: "'NIC_Intel-XXV710' and
8763 #           'NF_DENSITY' and
8764 #           'DOCKER' and
8765 #           'CHAIN' and
8766 #           'NF_VPPIP4' and
8767 #           'IMIX' and
8768 #           '8T4C' and
8769 #           'NDRPDR'"
8770 #  parameters:
8771 #  - "throughput"
8772 #  - "name"
8773 #  - "tags"
8774 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8775 #  x-axis: "X = CNFs per Service Chain"
8776 #  y-axis: "Y = Number of Service Chains"
8777 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8778 #  layout:
8779 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8780 #    layout: "plot-service-density"
8781 #
8782 ################################################################################
8783 #
8784 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8785 #- type: "plot"
8786 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8787 #  algorithm: "plot_nf_heatmap"
8788 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8789 #  data: "plot-vpp-nfv-3n-skx-mrr"
8790 #  filter: "'NIC_Intel-XXV710' and
8791 #           'NF_DENSITY' and
8792 #           'DOCKER' and
8793 #           'CHAIN' and
8794 #           'NF_VPPIP4' and
8795 #           'IPSEC' and
8796 #           'TNL_4' and
8797 #           'IMIX' and
8798 #           '2T1C' and
8799 #           'MRR'"
8800 #  parameters:
8801 #  - "result"
8802 #  - "name"
8803 #  - "tags"
8804 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8805 #  x-axis: "X = CNFs per Service Chain"
8806 #  y-axis: "Y = Number of Service Chains"
8807 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8808 #  layout:
8809 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8810 #    layout: "plot-service-density"
8811 #
8812 #- type: "plot"
8813 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8814 #  algorithm: "plot_nf_heatmap"
8815 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8816 #  data: "plot-vpp-nfv-3n-skx-mrr"
8817 #  filter: "'NIC_Intel-XXV710' and
8818 #           'NF_DENSITY' and
8819 #           'DOCKER' and
8820 #           'CHAIN' and
8821 #           'NF_VPPIP4' and
8822 #           'IPSEC' and
8823 #           'TNL_4' and
8824 #           'IMIX' and
8825 #           '4T2C' and
8826 #           'MRR'"
8827 #  parameters:
8828 #  - "result"
8829 #  - "name"
8830 #  - "tags"
8831 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8832 #  x-axis: "X = CNFs per Service Chain"
8833 #  y-axis: "Y = Number of Service Chains"
8834 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8835 #  layout:
8836 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8837 #    layout: "plot-service-density"
8838 #
8839 #- type: "plot"
8840 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8841 #  algorithm: "plot_nf_heatmap"
8842 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8843 #  data: "plot-vpp-nfv-3n-skx-mrr"
8844 #  filter: "'NIC_Intel-XXV710' and
8845 #           'NF_DENSITY' and
8846 #           'DOCKER' and
8847 #           'CHAIN' and
8848 #           'NF_VPPIP4' and
8849 #           'IPSEC' and
8850 #           'TNL_4' and
8851 #           'IMIX' and
8852 #           '8T4C' and
8853 #           'MRR'"
8854 #  parameters:
8855 #  - "result"
8856 #  - "name"
8857 #  - "tags"
8858 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8859 #  x-axis: "X = CNFs per Service Chain"
8860 #  y-axis: "Y = Number of Service Chains"
8861 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8862 #  layout:
8863 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8864 #    layout: "plot-service-density"
8865
8866 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8867 - type: "plot"
8868   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8869   algorithm: "plot_nf_heatmap"
8870   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8871   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8872   filter: "'NIC_Intel-XXV710' and
8873            'NF_DENSITY' and
8874            'DOCKER' and
8875            'CHAIN' and
8876            'NF_VPPIP4' and
8877            'IPSEC' and
8878            'TNL_4' and
8879            'IMIX' and
8880            '2T1C' and
8881            'NDRPDR'"
8882   parameters:
8883   - "throughput"
8884   - "name"
8885   - "tags"
8886   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8887   x-axis: "X = CNFs per Service Chain"
8888   y-axis: "Y = Number of Service Chains"
8889   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8890   layout:
8891     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8892     layout: "plot-service-density"
8893
8894 - type: "plot"
8895   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8896   algorithm: "plot_nf_heatmap"
8897   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8898   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8899   filter: "'NIC_Intel-XXV710' and
8900            'NF_DENSITY' and
8901            'DOCKER' and
8902            'CHAIN' and
8903            'NF_VPPIP4' and
8904            'IPSEC' and
8905            'TNL_4' and
8906            'IMIX' and
8907            '4T2C' and
8908            'NDRPDR'"
8909   parameters:
8910   - "throughput"
8911   - "name"
8912   - "tags"
8913   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8914   x-axis: "X = CNFs per Service Chain"
8915   y-axis: "Y = Number of Service Chains"
8916   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8917   layout:
8918     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8919     layout: "plot-service-density"
8920
8921 - type: "plot"
8922   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8923   algorithm: "plot_nf_heatmap"
8924   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8925   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8926   filter: "'NIC_Intel-XXV710' and
8927            'NF_DENSITY' and
8928            'DOCKER' and
8929            'CHAIN' and
8930            'NF_VPPIP4' and
8931            'IPSEC' and
8932            'TNL_4' and
8933            'IMIX' and
8934            '8T4C' and
8935            'NDRPDR'"
8936   parameters:
8937   - "throughput"
8938   - "name"
8939   - "tags"
8940   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8941   x-axis: "X = CNFs per Service Chain"
8942   y-axis: "Y = Number of Service Chains"
8943   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8944   layout:
8945     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8946     layout: "plot-service-density"
8947
8948 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8949 - type: "plot"
8950   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8951   algorithm: "plot_nf_heatmap"
8952   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8953   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8954   filter: "'NIC_Intel-XXV710' and
8955            'NF_DENSITY' and
8956            'DOCKER' and
8957            'CHAIN' and
8958            'NF_VPPIP4' and
8959            'IPSEC' and
8960            'TNL_4' and
8961            'IMIX' and
8962            '2T1C' and
8963            'NDRPDR'"
8964   parameters:
8965   - "throughput"
8966   - "name"
8967   - "tags"
8968   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8969   x-axis: "X = CNFs per Service Chain"
8970   y-axis: "Y = Number of Service Chains"
8971   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8972   layout:
8973     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8974     layout: "plot-service-density"
8975
8976 - type: "plot"
8977   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8978   algorithm: "plot_nf_heatmap"
8979   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8980   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8981   filter: "'NIC_Intel-XXV710' and
8982            'NF_DENSITY' and
8983            'DOCKER' and
8984            'CHAIN' and
8985            'NF_VPPIP4' and
8986            'IPSEC' and
8987            'TNL_4' and
8988            'IMIX' and
8989            '4T2C' and
8990            'NDRPDR'"
8991   parameters:
8992   - "throughput"
8993   - "name"
8994   - "tags"
8995   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8996   x-axis: "X = CNFs per Service Chain"
8997   y-axis: "Y = Number of Service Chains"
8998   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8999   layout:
9000     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9001     layout: "plot-service-density"
9002
9003 - type: "plot"
9004   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9005   algorithm: "plot_nf_heatmap"
9006   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
9007   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9008   filter: "'NIC_Intel-XXV710' and
9009            'NF_DENSITY' and
9010            'DOCKER' and
9011            'CHAIN' and
9012            'NF_VPPIP4' and
9013            'IPSEC' and
9014            'TNL_4' and
9015            'IMIX' and
9016            '8T4C' and
9017            'NDRPDR'"
9018   parameters:
9019   - "throughput"
9020   - "name"
9021   - "tags"
9022   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9023   x-axis: "X = CNFs per Service Chain"
9024   y-axis: "Y = Number of Service Chains"
9025   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9026   layout:
9027     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9028     layout: "plot-service-density"
9029
9030 ###############################################################################
9031
9032 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
9033 #- type: "plot"
9034 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9035 #  algorithm: "plot_nf_heatmap"
9036 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
9037 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9038 #  filter: "'NIC_Intel-XL710' and
9039 #           'NF_DENSITY' and
9040 #           'DOCKER' and
9041 #           'CHAIN' and
9042 #           'NF_VPPIP4' and
9043 #           'IMIX' and
9044 #           'TNL_4' and
9045 #           '1T1C' and
9046 #           'MRR'"
9047 #  parameters:
9048 #  - "result"
9049 #  - "name"
9050 #  - "tags"
9051 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9052 #  x-axis: "X = CNFs per Service Chain"
9053 #  y-axis: "Y = Number of Service Chains"
9054 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9055 #  layout:
9056 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9057 #    layout: "plot-service-density"
9058 #
9059 #- type: "plot"
9060 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9061 #  algorithm: "plot_nf_heatmap"
9062 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
9063 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9064 #  filter: "'NIC_Intel-XL710' and
9065 #           'NF_DENSITY' and
9066 #           'DOCKER' and
9067 #           'CHAIN' and
9068 #           'NF_VPPIP4' and
9069 #           'IPSEC' and
9070 #           'TNL_4' and
9071 #           'IMIX' and
9072 #           '2T2C' and
9073 #           'MRR'"
9074 #  parameters:
9075 #  - "result"
9076 #  - "name"
9077 #  - "tags"
9078 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9079 #  x-axis: "X = CNFs per Service Chain"
9080 #  y-axis: "Y = Number of Service Chains"
9081 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9082 #  layout:
9083 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9084 #    layout: "plot-service-density"
9085 #
9086 #- type: "plot"
9087 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9088 #  algorithm: "plot_nf_heatmap"
9089 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
9090 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9091 #  filter: "'NIC_Intel-XL710' and
9092 #           'NF_DENSITY' and
9093 #           'DOCKER' and
9094 #           'CHAIN' and
9095 #           'NF_VPPIP4' and
9096 #           'IPSEC' and
9097 #           'TNL_4' and
9098 #           'IMIX' and
9099 #           '4T4C' and
9100 #           'MRR'"
9101 #  parameters:
9102 #  - "result"
9103 #  - "name"
9104 #  - "tags"
9105 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9106 #  x-axis: "X = CNFs per Service Chain"
9107 #  y-axis: "Y = Number of Service Chains"
9108 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9109 #  layout:
9110 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9111 #    layout: "plot-service-density"
9112
9113 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
9114 #- type: "plot"
9115 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9116 #  algorithm: "plot_nf_heatmap"
9117 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
9118 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9119 #  filter: "'NIC_Intel-XL710' and
9120 #           'NF_DENSITY' and
9121 #           'DOCKER' and
9122 #           'CHAIN' and
9123 #           'NF_VPPIP4' and
9124 #           'IPSEC' and
9125 #           'TNL_4' and
9126 #           'IMIX' and
9127 #           '1T1C' and
9128 #           'NDRPDR'"
9129 #  parameters:
9130 #  - "throughput"
9131 #  - "name"
9132 #  - "tags"
9133 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9134 #  x-axis: "X = CNFs per Service Chain"
9135 #  y-axis: "Y = Number of Service Chains"
9136 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9137 #  layout:
9138 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9139 #    layout: "plot-service-density"
9140 #
9141 #- type: "plot"
9142 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9143 #  algorithm: "plot_nf_heatmap"
9144 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
9145 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9146 #  filter: "'NIC_Intel-XL710' and
9147 #           'NF_DENSITY' and
9148 #           'DOCKER' and
9149 #           'CHAIN' and
9150 #           'NF_VPPIP4' and
9151 #           'IPSEC' and
9152 #           'TNL_4' and
9153 #           'IMIX' and
9154 #           '2T2C' and
9155 #           'NDRPDR'"
9156 #  parameters:
9157 #  - "throughput"
9158 #  - "name"
9159 #  - "tags"
9160 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9161 #  x-axis: "X = CNFs per Service Chain"
9162 #  y-axis: "Y = Number of Service Chains"
9163 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9164 #  layout:
9165 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9166 #    layout: "plot-service-density"
9167 #
9168 #- type: "plot"
9169 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9170 #  algorithm: "plot_nf_heatmap"
9171 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
9172 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9173 #  filter: "'NIC_Intel-XL710' and
9174 #           'NF_DENSITY' and
9175 #           'DOCKER' and
9176 #           'CHAIN' and
9177 #           'NF_VPPIP4' and
9178 #           'IPSEC' and
9179 #           'TNL_4' and
9180 #           'IMIX' and
9181 #           '4T4C' and
9182 #           'NDRPDR'"
9183 #  parameters:
9184 #  - "throughput"
9185 #  - "name"
9186 #  - "tags"
9187 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9188 #  x-axis: "X = CNFs per Service Chain"
9189 #  y-axis: "Y = Number of Service Chains"
9190 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9191 #  layout:
9192 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9193 #    layout: "plot-service-density"
9194 #
9195 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
9196 #- type: "plot"
9197 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9198 #  algorithm: "plot_nf_heatmap"
9199 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
9200 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9201 #  filter: "'NIC_Intel-XL710' and
9202 #           'NF_DENSITY' and
9203 #           'DOCKER' and
9204 #           'CHAIN' and
9205 #           'NF_VPPIP4' and
9206 #           'IPSEC' and
9207 #           'TNL_4' and
9208 #           'IMIX' and
9209 #           '1T1C' and
9210 #           'NDRPDR'"
9211 #  parameters:
9212 #  - "throughput"
9213 #  - "name"
9214 #  - "tags"
9215 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9216 #  x-axis: "X = CNFs per Service Chain"
9217 #  y-axis: "Y = Number of Service Chains"
9218 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9219 #  layout:
9220 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9221 #    layout: "plot-service-density"
9222 #
9223 #- type: "plot"
9224 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9225 #  algorithm: "plot_nf_heatmap"
9226 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
9227 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9228 #  filter: "'NIC_Intel-XL710' and
9229 #           'NF_DENSITY' and
9230 #           'DOCKER' and
9231 #           'CHAIN' and
9232 #           'NF_VPPIP4' and
9233 #           'IPSEC' and
9234 #           'TNL_4' and
9235 #           'IMIX' and
9236 #           '2T2C' and
9237 #           'NDRPDR'"
9238 #  parameters:
9239 #  - "throughput"
9240 #  - "name"
9241 #  - "tags"
9242 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9243 #  x-axis: "X = CNFs per Service Chain"
9244 #  y-axis: "Y = Number of Service Chains"
9245 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9246 #  layout:
9247 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9248 #    layout: "plot-service-density"
9249 #
9250 #- type: "plot"
9251 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9252 #  algorithm: "plot_nf_heatmap"
9253 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
9254 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9255 #  filter: "'NIC_Intel-XL710' and
9256 #           'NF_DENSITY' and
9257 #           'DOCKER' and
9258 #           'CHAIN' and
9259 #           'NF_VPPIP4' and
9260 #           'IPSEC' and
9261 #           'TNL_4' and
9262 #           'IMIX' and
9263 #           '4T4C' and
9264 #           'NDRPDR'"
9265 #  parameters:
9266 #  - "throughput"
9267 #  - "name"
9268 #  - "tags"
9269 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9270 #  x-axis: "X = CNFs per Service Chain"
9271 #  y-axis: "Y = Number of Service Chains"
9272 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9273 #  layout:
9274 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9275 #    layout: "plot-service-density"
9276
9277 ###############################################################################
9278
9279 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9280 #- type: "plot"
9281 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9282 #  algorithm: "plot_nf_heatmap"
9283 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
9284 #  data: "plot-vpp-nfv-3n-skx-mrr"
9285 #  filter: "'NIC_Intel-XXV710' and
9286 #           'NF_DENSITY' and
9287 #           'DOCKER' and
9288 #           'CHAIN' and
9289 #           'NF_VPPIP4' and
9290 #           'IPSEC' and
9291 #           'TNL_1000' and
9292 #           'IMIX' and
9293 #           '2T1C' and
9294 #           'MRR'"
9295 #  parameters:
9296 #  - "result"
9297 #  - "name"
9298 #  - "tags"
9299 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9300 #  x-axis: "X = CNFs per Service Chain"
9301 #  y-axis: "Y = Number of Service Chains"
9302 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9303 #  layout:
9304 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9305 #    layout: "plot-service-density"
9306 #
9307 #- type: "plot"
9308 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9309 #  algorithm: "plot_nf_heatmap"
9310 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
9311 #  data: "plot-vpp-nfv-3n-skx-mrr"
9312 #  filter: "'NIC_Intel-XXV710' and
9313 #           'NF_DENSITY' and
9314 #           'DOCKER' and
9315 #           'CHAIN' and
9316 #           'NF_VPPIP4' and
9317 #           'IPSEC' and
9318 #           'TNL_1000' and
9319 #           'IMIX' and
9320 #           '4T2C' and
9321 #           'MRR'"
9322 #  parameters:
9323 #  - "result"
9324 #  - "name"
9325 #  - "tags"
9326 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9327 #  x-axis: "X = CNFs per Service Chain"
9328 #  y-axis: "Y = Number of Service Chains"
9329 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9330 #  layout:
9331 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9332 #    layout: "plot-service-density"
9333 #
9334 #- type: "plot"
9335 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9336 #  algorithm: "plot_nf_heatmap"
9337 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
9338 #  data: "plot-vpp-nfv-3n-skx-mrr"
9339 #  filter: "'NIC_Intel-XXV710' and
9340 #           'NF_DENSITY' and
9341 #           'DOCKER' and
9342 #           'CHAIN' and
9343 #           'NF_VPPIP4' and
9344 #           'IPSEC' and
9345 #           'TNL_1000' and
9346 #           'IMIX' and
9347 #           '8T4C' and
9348 #           'MRR'"
9349 #  parameters:
9350 #  - "result"
9351 #  - "name"
9352 #  - "tags"
9353 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9354 #  x-axis: "X = CNFs per Service Chain"
9355 #  y-axis: "Y = Number of Service Chains"
9356 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9357 #  layout:
9358 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9359 #    layout: "plot-service-density"
9360
9361 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9362 - type: "plot"
9363   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9364   algorithm: "plot_nf_heatmap"
9365   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
9366   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9367   filter: "'NIC_Intel-XXV710' and
9368            'NF_DENSITY' and
9369            'DOCKER' and
9370            'CHAIN' and
9371            'NF_VPPIP4' and
9372            'IPSEC' and
9373            'TNL_1000' and
9374            'IMIX' and
9375            '2T1C' and
9376            'NDRPDR'"
9377   parameters:
9378   - "throughput"
9379   - "name"
9380   - "tags"
9381   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9382   x-axis: "X = CNFs per Service Chain"
9383   y-axis: "Y = Number of Service Chains"
9384   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9385   layout:
9386     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9387     layout: "plot-service-density"
9388
9389 - type: "plot"
9390   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9391   algorithm: "plot_nf_heatmap"
9392   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
9393   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9394   filter: "'NIC_Intel-XXV710' and
9395            'NF_DENSITY' and
9396            'DOCKER' and
9397            'CHAIN' and
9398            'NF_VPPIP4' and
9399            'IPSEC' and
9400            'TNL_1000' and
9401            'IMIX' and
9402            '4T2C' and
9403            'NDRPDR'"
9404   parameters:
9405   - "throughput"
9406   - "name"
9407   - "tags"
9408   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9409   x-axis: "X = CNFs per Service Chain"
9410   y-axis: "Y = Number of Service Chains"
9411   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9412   layout:
9413     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9414     layout: "plot-service-density"
9415
9416 - type: "plot"
9417   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9418   algorithm: "plot_nf_heatmap"
9419   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
9420   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9421   filter: "'NIC_Intel-XXV710' and
9422            'NF_DENSITY' and
9423            'DOCKER' and
9424            'CHAIN' and
9425            'NF_VPPIP4' and
9426            'IPSEC' and
9427            'TNL_1000' and
9428            'IMIX' and
9429            '8T4C' and
9430            'NDRPDR'"
9431   parameters:
9432   - "throughput"
9433   - "name"
9434   - "tags"
9435   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9436   x-axis: "X = CNFs per Service Chain"
9437   y-axis: "Y = Number of Service Chains"
9438   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9439   layout:
9440     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9441     layout: "plot-service-density"
9442
9443 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9444 - type: "plot"
9445   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9446   algorithm: "plot_nf_heatmap"
9447   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
9448   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9449   filter: "'NIC_Intel-XXV710' and
9450            'NF_DENSITY' and
9451            'DOCKER' and
9452            'CHAIN' and
9453            'NF_VPPIP4' and
9454            'IPSEC' and
9455            'TNL_1000' and
9456            'IMIX' and
9457            '2T1C' and
9458            'NDRPDR'"
9459   parameters:
9460   - "throughput"
9461   - "name"
9462   - "tags"
9463   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9464   x-axis: "X = CNFs per Service Chain"
9465   y-axis: "Y = Number of Service Chains"
9466   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9467   layout:
9468     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9469     layout: "plot-service-density"
9470
9471 - type: "plot"
9472   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9473   algorithm: "plot_nf_heatmap"
9474   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
9475   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9476   filter: "'NIC_Intel-XXV710' and
9477            'NF_DENSITY' and
9478            'DOCKER' and
9479            'CHAIN' and
9480            'NF_VPPIP4' and
9481            'IPSEC' and
9482            'TNL_1000' and
9483            'IMIX' and
9484            '4T2C' and
9485            'NDRPDR'"
9486   parameters:
9487   - "throughput"
9488   - "name"
9489   - "tags"
9490   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9491   x-axis: "X = CNFs per Service Chain"
9492   y-axis: "Y = Number of Service Chains"
9493   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9494   layout:
9495     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9496     layout: "plot-service-density"
9497
9498 - type: "plot"
9499   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9500   algorithm: "plot_nf_heatmap"
9501   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
9502   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9503   filter: "'NIC_Intel-XXV710' and
9504            'NF_DENSITY' and
9505            'DOCKER' and
9506            'CHAIN' and
9507            'NF_VPPIP4' and
9508            'IPSEC' and
9509            'TNL_1000' and
9510            'IMIX' and
9511            '8T4C' and
9512            'NDRPDR'"
9513   parameters:
9514   - "throughput"
9515   - "name"
9516   - "tags"
9517   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9518   x-axis: "X = CNFs per Service Chain"
9519   y-axis: "Y = Number of Service Chains"
9520   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9521   layout:
9522     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9523     layout: "plot-service-density"
9524
9525 ###############################################################################
9526
9527 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9528 #- type: "plot"
9529 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9530 #  algorithm: "plot_nf_heatmap"
9531 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
9532 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9533 #  filter: "'NIC_Intel-XL710' and
9534 #           'NF_DENSITY' and
9535 #           'DOCKER' and
9536 #           'CHAIN' and
9537 #           'NF_VPPIP4' and
9538 #           'IMIX' and
9539 #           'TNL_1000' and
9540 #           '1T1C' and
9541 #           'MRR'"
9542 #  parameters:
9543 #  - "result"
9544 #  - "name"
9545 #  - "tags"
9546 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9547 #  x-axis: "X = CNFs per Service Chain"
9548 #  y-axis: "Y = Number of Service Chains"
9549 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9550 #  layout:
9551 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9552 #    layout: "plot-service-density"
9553 #
9554 #- type: "plot"
9555 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9556 #  algorithm: "plot_nf_heatmap"
9557 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
9558 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9559 #  filter: "'NIC_Intel-XL710' and
9560 #           'NF_DENSITY' and
9561 #           'DOCKER' and
9562 #           'CHAIN' and
9563 #           'NF_VPPIP4' and
9564 #           'IPSEC' and
9565 #           'TNL_1000' and
9566 #           'IMIX' and
9567 #           '2T2C' and
9568 #           'MRR'"
9569 #  parameters:
9570 #  - "result"
9571 #  - "name"
9572 #  - "tags"
9573 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9574 #  x-axis: "X = CNFs per Service Chain"
9575 #  y-axis: "Y = Number of Service Chains"
9576 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9577 #  layout:
9578 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9579 #    layout: "plot-service-density"
9580 #
9581 #- type: "plot"
9582 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9583 #  algorithm: "plot_nf_heatmap"
9584 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9585 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9586 #  filter: "'NIC_Intel-XL710' and
9587 #           'NF_DENSITY' and
9588 #           'DOCKER' and
9589 #           'CHAIN' and
9590 #           'NF_VPPIP4' and
9591 #           'IPSEC' and
9592 #           'TNL_1000' and
9593 #           'IMIX' and
9594 #           '4T4C' and
9595 #           'MRR'"
9596 #  parameters:
9597 #  - "result"
9598 #  - "name"
9599 #  - "tags"
9600 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9601 #  x-axis: "X = CNFs per Service Chain"
9602 #  y-axis: "Y = Number of Service Chains"
9603 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9604 #  layout:
9605 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9606 #    layout: "plot-service-density"
9607
9608 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9609 #- type: "plot"
9610 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9611 #  algorithm: "plot_nf_heatmap"
9612 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9613 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9614 #  filter: "'NIC_Intel-XL710' and
9615 #           'NF_DENSITY' and
9616 #           'DOCKER' and
9617 #           'CHAIN' and
9618 #           'NF_VPPIP4' and
9619 #           'IPSEC' and
9620 #           'TNL_1000' and
9621 #           'IMIX' and
9622 #           '1T1C' and
9623 #           'NDRPDR'"
9624 #  parameters:
9625 #  - "throughput"
9626 #  - "name"
9627 #  - "tags"
9628 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9629 #  x-axis: "X = CNFs per Service Chain"
9630 #  y-axis: "Y = Number of Service Chains"
9631 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9632 #  layout:
9633 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9634 #    layout: "plot-service-density"
9635 #
9636 #- type: "plot"
9637 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9638 #  algorithm: "plot_nf_heatmap"
9639 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9640 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9641 #  filter: "'NIC_Intel-XL710' and
9642 #           'NF_DENSITY' and
9643 #           'DOCKER' and
9644 #           'CHAIN' and
9645 #           'NF_VPPIP4' and
9646 #           'IPSEC' and
9647 #           'TNL_1000' and
9648 #           'IMIX' and
9649 #           '2T2C' and
9650 #           'NDRPDR'"
9651 #  parameters:
9652 #  - "throughput"
9653 #  - "name"
9654 #  - "tags"
9655 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9656 #  x-axis: "X = CNFs per Service Chain"
9657 #  y-axis: "Y = Number of Service Chains"
9658 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9659 #  layout:
9660 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9661 #    layout: "plot-service-density"
9662 #
9663 #- type: "plot"
9664 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9665 #  algorithm: "plot_nf_heatmap"
9666 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9667 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9668 #  filter: "'NIC_Intel-XL710' and
9669 #           'NF_DENSITY' and
9670 #           'DOCKER' and
9671 #           'CHAIN' and
9672 #           'NF_VPPIP4' and
9673 #           'IPSEC' and
9674 #           'TNL_1000' and
9675 #           'IMIX' and
9676 #           '4T4C' and
9677 #           'NDRPDR'"
9678 #  parameters:
9679 #  - "throughput"
9680 #  - "name"
9681 #  - "tags"
9682 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9683 #  x-axis: "X = CNFs per Service Chain"
9684 #  y-axis: "Y = Number of Service Chains"
9685 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9686 #  layout:
9687 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9688 #    layout: "plot-service-density"
9689 #
9690 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9691 #- type: "plot"
9692 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9693 #  algorithm: "plot_nf_heatmap"
9694 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9695 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9696 #  filter: "'NIC_Intel-XL710' and
9697 #           'NF_DENSITY' and
9698 #           'DOCKER' and
9699 #           'CHAIN' and
9700 #           'NF_VPPIP4' and
9701 #           'IPSEC' and
9702 #           'TNL_1000' and
9703 #           'IMIX' and
9704 #           '1T1C' and
9705 #           'NDRPDR'"
9706 #  parameters:
9707 #  - "throughput"
9708 #  - "name"
9709 #  - "tags"
9710 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9711 #  x-axis: "X = CNFs per Service Chain"
9712 #  y-axis: "Y = Number of Service Chains"
9713 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9714 #  layout:
9715 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9716 #    layout: "plot-service-density"
9717 #
9718 #- type: "plot"
9719 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9720 #  algorithm: "plot_nf_heatmap"
9721 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9722 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9723 #  filter: "'NIC_Intel-XL710' and
9724 #           'NF_DENSITY' and
9725 #           'DOCKER' and
9726 #           'CHAIN' and
9727 #           'NF_VPPIP4' and
9728 #           'IPSEC' and
9729 #           'TNL_1000' and
9730 #           'IMIX' and
9731 #           '2T2C' and
9732 #           'NDRPDR'"
9733 #  parameters:
9734 #  - "throughput"
9735 #  - "name"
9736 #  - "tags"
9737 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9738 #  x-axis: "X = CNFs per Service Chain"
9739 #  y-axis: "Y = Number of Service Chains"
9740 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9741 #  layout:
9742 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9743 #    layout: "plot-service-density"
9744 #
9745 #- type: "plot"
9746 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9747 #  algorithm: "plot_nf_heatmap"
9748 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9749 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9750 #  filter: "'NIC_Intel-XL710' and
9751 #           'NF_DENSITY' and
9752 #           'DOCKER' and
9753 #           'CHAIN' and
9754 #           'NF_VPPIP4' and
9755 #           'IPSEC' and
9756 #           'TNL_1000' and
9757 #           'IMIX' and
9758 #           '4T4C' and
9759 #           'NDRPDR'"
9760 #  parameters:
9761 #  - "throughput"
9762 #  - "name"
9763 #  - "tags"
9764 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9765 #  x-axis: "X = CNFs per Service Chain"
9766 #  y-axis: "Y = Number of Service Chains"
9767 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9768 #  layout:
9769 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9770 #    layout: "plot-service-density"
9771
9772 ###############################################################################
9773
9774 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9775 #- type: "plot"
9776 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9777 #  algorithm: "plot_nf_heatmap"
9778 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9779 #  data: "plot-vpp-nfv-3n-skx-mrr"
9780 #  filter: "'NIC_Intel-XXV710' and
9781 #           'NF_DENSITY' and
9782 #           'DOCKER' and
9783 #           'CHAIN' and
9784 #           'NF_VPPIP4' and
9785 #           'IPSEC' and
9786 #           'TNL_10000' and
9787 #           'IMIX' and
9788 #           '2T1C' and
9789 #           'MRR'"
9790 #  parameters:
9791 #  - "result"
9792 #  - "name"
9793 #  - "tags"
9794 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9795 #  x-axis: "X = CNFs per Service Chain"
9796 #  y-axis: "Y = Number of Service Chains"
9797 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9798 #  layout:
9799 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9800 #    layout: "plot-service-density"
9801 #
9802 #- type: "plot"
9803 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9804 #  algorithm: "plot_nf_heatmap"
9805 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9806 #  data: "plot-vpp-nfv-3n-skx-mrr"
9807 #  filter: "'NIC_Intel-XXV710' and
9808 #           'NF_DENSITY' and
9809 #           'DOCKER' and
9810 #           'CHAIN' and
9811 #           'NF_VPPIP4' and
9812 #           'IPSEC' and
9813 #           'TNL_10000' and
9814 #           'IMIX' and
9815 #           '4T2C' and
9816 #           'MRR'"
9817 #  parameters:
9818 #  - "result"
9819 #  - "name"
9820 #  - "tags"
9821 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9822 #  x-axis: "X = CNFs per Service Chain"
9823 #  y-axis: "Y = Number of Service Chains"
9824 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9825 #  layout:
9826 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9827 #    layout: "plot-service-density"
9828 #
9829 #- type: "plot"
9830 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9831 #  algorithm: "plot_nf_heatmap"
9832 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9833 #  data: "plot-vpp-nfv-3n-skx-mrr"
9834 #  filter: "'NIC_Intel-XXV710' and
9835 #           'NF_DENSITY' and
9836 #           'DOCKER' and
9837 #           'CHAIN' and
9838 #           'NF_VPPIP4' and
9839 #           'IPSEC' and
9840 #           'TNL_10000' and
9841 #           'IMIX' and
9842 #           '8T4C' and
9843 #           'MRR'"
9844 #  parameters:
9845 #  - "result"
9846 #  - "name"
9847 #  - "tags"
9848 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9849 #  x-axis: "X = CNFs per Service Chain"
9850 #  y-axis: "Y = Number of Service Chains"
9851 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9852 #  layout:
9853 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9854 #    layout: "plot-service-density"
9855
9856 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9857 - type: "plot"
9858   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9859   algorithm: "plot_nf_heatmap"
9860   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9861   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9862   filter: "'NIC_Intel-XXV710' and
9863            'NF_DENSITY' and
9864            'DOCKER' and
9865            'CHAIN' and
9866            'NF_VPPIP4' and
9867            'IPSEC' and
9868            'TNL_10000' and
9869            'IMIX' and
9870            '2T1C' and
9871            'NDRPDR'"
9872   parameters:
9873   - "throughput"
9874   - "name"
9875   - "tags"
9876   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9877   x-axis: "X = CNFs per Service Chain"
9878   y-axis: "Y = Number of Service Chains"
9879   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9880   layout:
9881     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9882     layout: "plot-service-density"
9883
9884 - type: "plot"
9885   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9886   algorithm: "plot_nf_heatmap"
9887   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9888   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9889   filter: "'NIC_Intel-XXV710' and
9890            'NF_DENSITY' and
9891            'DOCKER' and
9892            'CHAIN' and
9893            'NF_VPPIP4' and
9894            'IPSEC' and
9895            'TNL_10000' and
9896            'IMIX' and
9897            '4T2C' and
9898            'NDRPDR'"
9899   parameters:
9900   - "throughput"
9901   - "name"
9902   - "tags"
9903   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9904   x-axis: "X = CNFs per Service Chain"
9905   y-axis: "Y = Number of Service Chains"
9906   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9907   layout:
9908     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9909     layout: "plot-service-density"
9910
9911 - type: "plot"
9912   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9913   algorithm: "plot_nf_heatmap"
9914   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9915   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9916   filter: "'NIC_Intel-XXV710' and
9917            'NF_DENSITY' and
9918            'DOCKER' and
9919            'CHAIN' and
9920            'NF_VPPIP4' and
9921            'IPSEC' and
9922            'TNL_10000' and
9923            'IMIX' and
9924            '8T4C' and
9925            'NDRPDR'"
9926   parameters:
9927   - "throughput"
9928   - "name"
9929   - "tags"
9930   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9931   x-axis: "X = CNFs per Service Chain"
9932   y-axis: "Y = Number of Service Chains"
9933   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9934   layout:
9935     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9936     layout: "plot-service-density"
9937
9938 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9939 - type: "plot"
9940   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9941   algorithm: "plot_nf_heatmap"
9942   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9943   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9944   filter: "'NIC_Intel-XXV710' and
9945            'NF_DENSITY' and
9946            'DOCKER' and
9947            'CHAIN' and
9948            'NF_VPPIP4' and
9949            'IPSEC' and
9950            'TNL_10000' and
9951            'IMIX' and
9952            '2T1C' and
9953            'NDRPDR'"
9954   parameters:
9955   - "throughput"
9956   - "name"
9957   - "tags"
9958   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9959   x-axis: "X = CNFs per Service Chain"
9960   y-axis: "Y = Number of Service Chains"
9961   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9962   layout:
9963     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9964     layout: "plot-service-density"
9965
9966 - type: "plot"
9967   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9968   algorithm: "plot_nf_heatmap"
9969   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9970   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9971   filter: "'NIC_Intel-XXV710' and
9972            'NF_DENSITY' and
9973            'DOCKER' and
9974            'CHAIN' and
9975            'NF_VPPIP4' and
9976            'IPSEC' and
9977            'TNL_10000' and
9978            'IMIX' and
9979            '4T2C' and
9980            'NDRPDR'"
9981   parameters:
9982   - "throughput"
9983   - "name"
9984   - "tags"
9985   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9986   x-axis: "X = CNFs per Service Chain"
9987   y-axis: "Y = Number of Service Chains"
9988   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9989   layout:
9990     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9991     layout: "plot-service-density"
9992
9993 - type: "plot"
9994   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9995   algorithm: "plot_nf_heatmap"
9996   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9997   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9998   filter: "'NIC_Intel-XXV710' and
9999            'NF_DENSITY' and
10000            'DOCKER' and
10001            'CHAIN' and
10002            'NF_VPPIP4' and
10003            'IPSEC' and
10004            'TNL_10000' and
10005            'IMIX' and
10006            '8T4C' and
10007            'NDRPDR'"
10008   parameters:
10009   - "throughput"
10010   - "name"
10011   - "tags"
10012   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10013   x-axis: "X = CNFs per Service Chain"
10014   y-axis: "Y = Number of Service Chains"
10015   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10016   layout:
10017     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10018     layout: "plot-service-density"
10019
10020 ###############################################################################
10021
10022 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
10023 #- type: "plot"
10024 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10025 #  algorithm: "plot_nf_heatmap"
10026 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
10027 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10028 #  filter: "'NIC_Intel-XL710' and
10029 #           'NF_DENSITY' and
10030 #           'DOCKER' and
10031 #           'CHAIN' and
10032 #           'NF_VPPIP4' and
10033 #           'IMIX' and
10034 #           'TNL_10000' and
10035 #           '1T1C' and
10036 #           'MRR'"
10037 #  parameters:
10038 #  - "result"
10039 #  - "name"
10040 #  - "tags"
10041 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10042 #  x-axis: "X = CNFs per Service Chain"
10043 #  y-axis: "Y = Number of Service Chains"
10044 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10045 #  layout:
10046 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10047 #    layout: "plot-service-density"
10048 #
10049 #- type: "plot"
10050 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10051 #  algorithm: "plot_nf_heatmap"
10052 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
10053 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10054 #  filter: "'NIC_Intel-XL710' and
10055 #           'NF_DENSITY' and
10056 #           'DOCKER' and
10057 #           'CHAIN' and
10058 #           'NF_VPPIP4' and
10059 #           'IPSEC' and
10060 #           'TNL_10000' and
10061 #           'IMIX' and
10062 #           '2T2C' and
10063 #           'MRR'"
10064 #  parameters:
10065 #  - "result"
10066 #  - "name"
10067 #  - "tags"
10068 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10069 #  x-axis: "X = CNFs per Service Chain"
10070 #  y-axis: "Y = Number of Service Chains"
10071 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10072 #  layout:
10073 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10074 #    layout: "plot-service-density"
10075 #
10076 #- type: "plot"
10077 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10078 #  algorithm: "plot_nf_heatmap"
10079 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
10080 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10081 #  filter: "'NIC_Intel-XL710' and
10082 #           'NF_DENSITY' and
10083 #           'DOCKER' and
10084 #           'CHAIN' and
10085 #           'NF_VPPIP4' and
10086 #           'IPSEC' and
10087 #           'TNL_10000' and
10088 #           'IMIX' and
10089 #           '4T4C' and
10090 #           'MRR'"
10091 #  parameters:
10092 #  - "result"
10093 #  - "name"
10094 #  - "tags"
10095 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10096 #  x-axis: "X = CNFs per Service Chain"
10097 #  y-axis: "Y = Number of Service Chains"
10098 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10099 #  layout:
10100 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10101 #    layout: "plot-service-density"
10102
10103 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
10104 #- type: "plot"
10105 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10106 #  algorithm: "plot_nf_heatmap"
10107 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
10108 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10109 #  filter: "'NIC_Intel-XL710' and
10110 #           'NF_DENSITY' and
10111 #           'DOCKER' and
10112 #           'CHAIN' and
10113 #           'NF_VPPIP4' and
10114 #           'IPSEC' and
10115 #           'TNL_10000' and
10116 #           'IMIX' and
10117 #           '1T1C' and
10118 #           'NDRPDR'"
10119 #  parameters:
10120 #  - "throughput"
10121 #  - "name"
10122 #  - "tags"
10123 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10124 #  x-axis: "X = CNFs per Service Chain"
10125 #  y-axis: "Y = Number of Service Chains"
10126 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10127 #  layout:
10128 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10129 #    layout: "plot-service-density"
10130 #
10131 #- type: "plot"
10132 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10133 #  algorithm: "plot_nf_heatmap"
10134 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
10135 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10136 #  filter: "'NIC_Intel-XL710' and
10137 #           'NF_DENSITY' and
10138 #           'DOCKER' and
10139 #           'CHAIN' and
10140 #           'NF_VPPIP4' and
10141 #           'IPSEC' and
10142 #           'TNL_10000' and
10143 #           'IMIX' and
10144 #           '2T2C' and
10145 #           'NDRPDR'"
10146 #  parameters:
10147 #  - "throughput"
10148 #  - "name"
10149 #  - "tags"
10150 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10151 #  x-axis: "X = CNFs per Service Chain"
10152 #  y-axis: "Y = Number of Service Chains"
10153 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10154 #  layout:
10155 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10156 #    layout: "plot-service-density"
10157 #
10158 #- type: "plot"
10159 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10160 #  algorithm: "plot_nf_heatmap"
10161 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
10162 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10163 #  filter: "'NIC_Intel-XL710' and
10164 #           'NF_DENSITY' and
10165 #           'DOCKER' and
10166 #           'CHAIN' and
10167 #           'NF_VPPIP4' and
10168 #           'IPSEC' and
10169 #           'TNL_10000' and
10170 #           'IMIX' and
10171 #           '4T4C' and
10172 #           'NDRPDR'"
10173 #  parameters:
10174 #  - "throughput"
10175 #  - "name"
10176 #  - "tags"
10177 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10178 #  x-axis: "X = CNFs per Service Chain"
10179 #  y-axis: "Y = Number of Service Chains"
10180 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10181 #  layout:
10182 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10183 #    layout: "plot-service-density"
10184 #
10185 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
10186 #- type: "plot"
10187 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10188 #  algorithm: "plot_nf_heatmap"
10189 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
10190 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10191 #  filter: "'NIC_Intel-XL710' and
10192 #           'NF_DENSITY' and
10193 #           'DOCKER' and
10194 #           'CHAIN' and
10195 #           'NF_VPPIP4' and
10196 #           'IPSEC' and
10197 #           'TNL_10000' and
10198 #           'IMIX' and
10199 #           '1T1C' and
10200 #           'NDRPDR'"
10201 #  parameters:
10202 #  - "throughput"
10203 #  - "name"
10204 #  - "tags"
10205 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10206 #  x-axis: "X = CNFs per Service Chain"
10207 #  y-axis: "Y = Number of Service Chains"
10208 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10209 #  layout:
10210 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10211 #    layout: "plot-service-density"
10212 #
10213 #- type: "plot"
10214 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10215 #  algorithm: "plot_nf_heatmap"
10216 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
10217 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10218 #  filter: "'NIC_Intel-XL710' and
10219 #           'NF_DENSITY' and
10220 #           'DOCKER' and
10221 #           'CHAIN' and
10222 #           'NF_VPPIP4' and
10223 #           'IPSEC' and
10224 #           'TNL_10000' and
10225 #           'IMIX' and
10226 #           '2T2C' and
10227 #           'NDRPDR'"
10228 #  parameters:
10229 #  - "throughput"
10230 #  - "name"
10231 #  - "tags"
10232 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10233 #  x-axis: "X = CNFs per Service Chain"
10234 #  y-axis: "Y = Number of Service Chains"
10235 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10236 #  layout:
10237 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10238 #    layout: "plot-service-density"
10239 #
10240 #- type: "plot"
10241 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10242 #  algorithm: "plot_nf_heatmap"
10243 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
10244 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10245 #  filter: "'NIC_Intel-XL710' and
10246 #           'NF_DENSITY' and
10247 #           'DOCKER' and
10248 #           'CHAIN' and
10249 #           'NF_VPPIP4' and
10250 #           'IPSEC' and
10251 #           'TNL_10000' and
10252 #           'IMIX' and
10253 #           '4T4C' and
10254 #           'NDRPDR'"
10255 #  parameters:
10256 #  - "throughput"
10257 #  - "name"
10258 #  - "tags"
10259 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10260 #  x-axis: "X = CNFs per Service Chain"
10261 #  y-axis: "Y = Number of Service Chains"
10262 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10263 #  layout:
10264 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10265 #    layout: "plot-service-density"
10266
10267 ###############################################################################
10268
10269 # Plots - NF Density - CSP - MRR 64b
10270
10271 #- type: "plot"
10272 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10273 #  algorithm: "plot_nf_heatmap"
10274 #  output-file-type: ".html"
10275 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
10276 #  data: "plot-vpp-nfv-2n-skx-mrr"
10277 #  filter: "'NIC_Intel-XXV710' and
10278 #           'NF_DENSITY' and
10279 #           'DOCKER' and
10280 #           'PIPELINE' and
10281 #           'NF_VPPIP4' and
10282 #           '64B' and
10283 #           '2T1C' and
10284 #           'MRR'"
10285 #  parameters:
10286 #  - "result"
10287 #  - "name"
10288 #  - "tags"
10289 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10290 #  x-axis: "X = CNFs per Service Pipeline"
10291 #  y-axis: "Y = Number of Service Pipelines"
10292 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
10293 #  layout:
10294 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10295 #    layout: "plot-service-density"
10296 #
10297 #- type: "plot"
10298 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10299 #  algorithm: "plot_nf_heatmap"
10300 #  output-file-type: ".html"
10301 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
10302 #  data: "plot-vpp-nfv-2n-skx-mrr"
10303 #  filter: "'NIC_Intel-XXV710' and
10304 #           'NF_DENSITY' and
10305 #           'DOCKER' and
10306 #           'PIPELINE' and
10307 #           'NF_VPPIP4' and
10308 #           '64B' and
10309 #           '4T2C' and
10310 #           'MRR'"
10311 #  parameters:
10312 #  - "result"
10313 #  - "name"
10314 #  - "tags"
10315 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10316 #  x-axis: "X = CNFs per Service Pipeline"
10317 #  y-axis: "Y = Number of Service Pipelines"
10318 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
10319 #  layout:
10320 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10321 #    layout: "plot-service-density"
10322 #
10323 #- type: "plot"
10324 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10325 #  algorithm: "plot_nf_heatmap"
10326 #  output-file-type: ".html"
10327 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
10328 #  data: "plot-vpp-nfv-2n-skx-mrr"
10329 #  filter: "'NIC_Intel-XXV710' and
10330 #           'NF_DENSITY' and
10331 #           'DOCKER' and
10332 #           'PIPELINE' and
10333 #           'NF_VPPIP4' and
10334 #           '64B' and
10335 #           '8T4C' and
10336 #           'MRR'"
10337 #  parameters:
10338 #  - "result"
10339 #  - "name"
10340 #  - "tags"
10341 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10342 #  x-axis: "X = CNFs per Service Pipeline"
10343 #  y-axis: "Y = Number of Service Pipelines"
10344 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
10345 #  layout:
10346 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10347 #    layout: "plot-service-density"
10348 #
10349 ## Plots - NF Density - CSP - MRR IMIX
10350 #- type: "plot"
10351 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10352 #  algorithm: "plot_nf_heatmap"
10353 #  output-file-type: ".html"
10354 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
10355 #  data: "plot-vpp-nfv-2n-skx-mrr"
10356 #  filter: "'NIC_Intel-XXV710' and
10357 #           'NF_DENSITY' and
10358 #           'DOCKER' and
10359 #           'PIPELINE' and
10360 #           'NF_VPPIP4' and
10361 #           'IMIX' and
10362 #           '2T1C' and
10363 #           'MRR'"
10364 #  parameters:
10365 #  - "result"
10366 #  - "name"
10367 #  - "tags"
10368 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10369 #  x-axis: "X = CNFs per Service Pipeline"
10370 #  y-axis: "Y = Number of Service Pipelines"
10371 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10372 #  layout:
10373 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10374 #    layout: "plot-service-density"
10375 #
10376 #- type: "plot"
10377 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10378 #  algorithm: "plot_nf_heatmap"
10379 #  output-file-type: ".html"
10380 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
10381 #  data: "plot-vpp-nfv-2n-skx-mrr"
10382 #  filter: "'NIC_Intel-XXV710' and
10383 #           'NF_DENSITY' and
10384 #           'DOCKER' and
10385 #           'PIPELINE' and
10386 #           'NF_VPPIP4' and
10387 #           'IMIX' and
10388 #           '4T2C' and
10389 #           'MRR'"
10390 #  parameters:
10391 #  - "result"
10392 #  - "name"
10393 #  - "tags"
10394 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10395 #  x-axis: "X = CNFs per Service Pipeline"
10396 #  y-axis: "Y = Number of Service Pipelines"
10397 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10398 #  layout:
10399 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10400 #    layout: "plot-service-density"
10401 #
10402 #- type: "plot"
10403 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10404 #  algorithm: "plot_nf_heatmap"
10405 #  output-file-type: ".html"
10406 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
10407 #  data: "plot-vpp-nfv-2n-skx-mrr"
10408 #  filter: "'NIC_Intel-XXV710' and
10409 #           'NF_DENSITY' and
10410 #           'DOCKER' and
10411 #           'PIPELINE' and
10412 #           'NF_VPPIP4' and
10413 #           'IMIX' and
10414 #           '8T4C' and
10415 #           'MRR'"
10416 #  parameters:
10417 #  - "result"
10418 #  - "name"
10419 #  - "tags"
10420 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10421 #  x-axis: "X = CNFs per Service Pipeline"
10422 #  y-axis: "Y = Number of Service Pipelines"
10423 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10424 #  layout:
10425 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10426 #    layout: "plot-service-density"
10427 #
10428 ## Plots - NF Density - CSP - NDR 64b
10429 #- type: "plot"
10430 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10431 #  algorithm: "plot_nf_heatmap"
10432 #  output-file-type: ".html"
10433 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
10434 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10435 #  filter: "'NIC_Intel-XXV710' and
10436 #           'NF_DENSITY' and
10437 #           'DOCKER' and
10438 #           'PIPELINE' and
10439 #           'NF_VPPIP4' and
10440 #           '64B' and
10441 #           '2T1C' and
10442 #           'NDRPDR'"
10443 #  parameters:
10444 #  - "throughput"
10445 #  - "name"
10446 #  - "tags"
10447 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10448 #  x-axis: "X = CNFs per Service Pipeline"
10449 #  y-axis: "Y = Number of Service Pipelines"
10450 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10451 #  layout:
10452 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10453 #    layout: "plot-service-density"
10454 #
10455 #- type: "plot"
10456 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10457 #  algorithm: "plot_nf_heatmap"
10458 #  output-file-type: ".html"
10459 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
10460 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10461 #  filter: "'NIC_Intel-XXV710' and
10462 #           'NF_DENSITY' and
10463 #           'DOCKER' and
10464 #           'PIPELINE' and
10465 #           'NF_VPPIP4' and
10466 #           '64B' and
10467 #           '4T2C' and
10468 #           'NDRPDR'"
10469 #  parameters:
10470 #  - "throughput"
10471 #  - "name"
10472 #  - "tags"
10473 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10474 #  x-axis: "X = CNFs per Service Pipeline"
10475 #  y-axis: "Y = Number of Service Pipelines"
10476 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10477 #  layout:
10478 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10479 #    layout: "plot-service-density"
10480 #
10481 #- type: "plot"
10482 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10483 #  algorithm: "plot_nf_heatmap"
10484 #  output-file-type: ".html"
10485 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
10486 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10487 #  filter: "'NIC_Intel-XXV710' and
10488 #           'NF_DENSITY' and
10489 #           'DOCKER' and
10490 #           'PIPELINE' and
10491 #           'NF_VPPIP4' and
10492 #           '64B' and
10493 #           '8T4C' and
10494 #           'NDRPDR'"
10495 #  parameters:
10496 #  - "throughput"
10497 #  - "name"
10498 #  - "tags"
10499 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10500 #  x-axis: "X = CNFs per Service Pipeline"
10501 #  y-axis: "Y = Number of Service Pipelines"
10502 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10503 #  layout:
10504 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10505 #    layout: "plot-service-density"
10506 #
10507 ## Plots - NF Density - CSP - NDR IMIX
10508 #- type: "plot"
10509 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10510 #  algorithm: "plot_nf_heatmap"
10511 #  output-file-type: ".html"
10512 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
10513 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10514 #  filter: "'NIC_Intel-XXV710' and
10515 #           'NF_DENSITY' and
10516 #           'DOCKER' and
10517 #           'PIPELINE' and
10518 #           'NF_VPPIP4' and
10519 #           'IMIX' and
10520 #           '2T1C' and
10521 #           'NDRPDR'"
10522 #  parameters:
10523 #  - "throughput"
10524 #  - "name"
10525 #  - "tags"
10526 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10527 #  x-axis: "X = CNFs per Service Pipeline"
10528 #  y-axis: "Y = Number of Service Pipelines"
10529 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10530 #  layout:
10531 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10532 #    layout: "plot-service-density"
10533 #
10534 #- type: "plot"
10535 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10536 #  algorithm: "plot_nf_heatmap"
10537 #  output-file-type: ".html"
10538 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
10539 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10540 #  filter: "'NIC_Intel-XXV710' and
10541 #           'NF_DENSITY' and
10542 #           'DOCKER' and
10543 #           'PIPELINE' and
10544 #           'NF_VPPIP4' and
10545 #           'IMIX' and
10546 #           '4T2C' and
10547 #           'NDRPDR'"
10548 #  parameters:
10549 #  - "throughput"
10550 #  - "name"
10551 #  - "tags"
10552 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10553 #  x-axis: "X = CNFs per Service Pipeline"
10554 #  y-axis: "Y = Number of Service Pipelines"
10555 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10556 #  layout:
10557 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10558 #    layout: "plot-service-density"
10559 #
10560 #- type: "plot"
10561 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10562 #  algorithm: "plot_nf_heatmap"
10563 #  output-file-type: ".html"
10564 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
10565 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10566 #  filter: "'NIC_Intel-XXV710' and
10567 #           'NF_DENSITY' and
10568 #           'DOCKER' and
10569 #           'PIPELINE' and
10570 #           'NF_VPPIP4' and
10571 #           'IMIX' and
10572 #           '8T4C' and
10573 #           'NDRPDR'"
10574 #  parameters:
10575 #  - "throughput"
10576 #  - "name"
10577 #  - "tags"
10578 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10579 #  x-axis: "X = CNFs per Service Pipeline"
10580 #  y-axis: "Y = Number of Service Pipelines"
10581 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10582 #  layout:
10583 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10584 #    layout: "plot-service-density"
10585 #
10586 ## Plots - NF Density - CSP - PDR 64b
10587 #- type: "plot"
10588 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10589 #  algorithm: "plot_nf_heatmap"
10590 #  output-file-type: ".html"
10591 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
10592 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10593 #  filter: "'NIC_Intel-XXV710' and
10594 #           'NF_DENSITY' and
10595 #           'DOCKER' and
10596 #           'PIPELINE' and
10597 #           'NF_VPPIP4' and
10598 #           '64B' and
10599 #           '2T1C' and
10600 #           'NDRPDR'"
10601 #  parameters:
10602 #  - "throughput"
10603 #  - "name"
10604 #  - "tags"
10605 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10606 #  x-axis: "X = CNFs per Service Pipeline"
10607 #  y-axis: "Y = Number of Service Pipelines"
10608 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10609 #  layout:
10610 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10611 #    layout: "plot-service-density"
10612 #
10613 #- type: "plot"
10614 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10615 #  algorithm: "plot_nf_heatmap"
10616 #  output-file-type: ".html"
10617 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
10618 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10619 #  filter: "'NIC_Intel-XXV710' and
10620 #           'NF_DENSITY' and
10621 #           'DOCKER' and
10622 #           'PIPELINE' and
10623 #           'NF_VPPIP4' and
10624 #           '64B' and
10625 #           '4T2C' and
10626 #           'NDRPDR'"
10627 #  parameters:
10628 #  - "throughput"
10629 #  - "name"
10630 #  - "tags"
10631 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10632 #  x-axis: "X = CNFs per Service Pipeline"
10633 #  y-axis: "Y = Number of Service Pipelines"
10634 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10635 #  layout:
10636 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10637 #    layout: "plot-service-density"
10638 #
10639 #- type: "plot"
10640 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10641 #  algorithm: "plot_nf_heatmap"
10642 #  output-file-type: ".html"
10643 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
10644 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10645 #  filter: "'NIC_Intel-XXV710' and
10646 #           'NF_DENSITY' and
10647 #           'DOCKER' and
10648 #           'PIPELINE' and
10649 #           'NF_VPPIP4' and
10650 #           '64B' and
10651 #           '8T4C' and
10652 #           'NDRPDR'"
10653 #  parameters:
10654 #  - "throughput"
10655 #  - "name"
10656 #  - "tags"
10657 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10658 #  x-axis: "X = CNFs per Service Pipeline"
10659 #  y-axis: "Y = Number of Service Pipelines"
10660 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10661 #  layout:
10662 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10663 #    layout: "plot-service-density"
10664 #
10665 ## Plots - NF Density - CSP - PDR IMIX
10666 #- type: "plot"
10667 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10668 #  algorithm: "plot_nf_heatmap"
10669 #  output-file-type: ".html"
10670 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
10671 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10672 #  filter: "'NIC_Intel-XXV710' and
10673 #           'NF_DENSITY' and
10674 #           'DOCKER' and
10675 #           'PIPELINE' and
10676 #           'NF_VPPIP4' and
10677 #           'IMIX' and
10678 #           '2T1C' and
10679 #           'NDRPDR'"
10680 #  parameters:
10681 #  - "throughput"
10682 #  - "name"
10683 #  - "tags"
10684 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10685 #  x-axis: "X = CNFs per Service Pipeline"
10686 #  y-axis: "Y = Number of Service Pipelines"
10687 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10688 #  layout:
10689 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10690 #    layout: "plot-service-density"
10691 #
10692 #- type: "plot"
10693 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10694 #  algorithm: "plot_nf_heatmap"
10695 #  output-file-type: ".html"
10696 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
10697 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10698 #  filter: "'NIC_Intel-XXV710' and
10699 #           'NF_DENSITY' and
10700 #           'DOCKER' and
10701 #           'PIPELINE' and
10702 #           'NF_VPPIP4' and
10703 #           'IMIX' and
10704 #           '4T2C' and
10705 #           'NDRPDR'"
10706 #  parameters:
10707 #  - "throughput"
10708 #  - "name"
10709 #  - "tags"
10710 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10711 #  x-axis: "X = CNFs per Service Pipeline"
10712 #  y-axis: "Y = Number of Service Pipelines"
10713 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10714 #  layout:
10715 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10716 #    layout: "plot-service-density"
10717 #
10718 #- type: "plot"
10719 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10720 #  algorithm: "plot_nf_heatmap"
10721 #  output-file-type: ".html"
10722 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
10723 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10724 #  filter: "'NIC_Intel-XXV710' and
10725 #           'NF_DENSITY' and
10726 #           'DOCKER' and
10727 #           'PIPELINE' and
10728 #           'NF_VPPIP4' and
10729 #           'IMIX' and
10730 #           '8T4C' and
10731 #           'NDRPDR'"
10732 #  parameters:
10733 #  - "throughput"
10734 #  - "name"
10735 #  - "tags"
10736 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10737 #  x-axis: "X = CNFs per Service Pipeline"
10738 #  y-axis: "Y = Number of Service Pipelines"
10739 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10740 #  layout:
10741 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10742 #    layout: "plot-service-density"
10743
10744 ###############################################################################
10745 # Plots - 2n-clx NF Density - VSC - MRR IMIX
10746
10747 - type: "plot"
10748   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10749   algorithm: "plot_nf_heatmap"
10750   output-file-type: ".html"
10751   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
10752   data: "plot-vpp-nfv-2n-clx-mrr"
10753   filter: "'NIC_Intel-XXV710' and
10754            'NF_DENSITY' and
10755            'VHOST' and
10756            not 'VXLAN' and
10757            'CHAIN' and
10758            'NF_VPPIP4' and
10759            'IMIX' and
10760            '2T1C' and
10761            'MRR'"
10762   parameters:
10763   - "result"
10764   - "name"
10765   - "tags"
10766   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10767   x-axis: "X = VNFs per Service Chain"
10768   y-axis: "Y = Number of Service Chains"
10769   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10770   layout:
10771     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10772     layout: "plot-service-density"
10773
10774 - type: "plot"
10775   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10776   algorithm: "plot_nf_heatmap"
10777   output-file-type: ".html"
10778   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10779   data: "plot-vpp-nfv-2n-clx-mrr"
10780   filter: "'NIC_Intel-XXV710' and
10781            'NF_DENSITY' and
10782            'VHOST' and
10783            not 'VXLAN' and
10784            'CHAIN' and
10785            'NF_VPPIP4' and
10786            'IMIX' and
10787            '4T2C' and
10788            'MRR'"
10789   parameters:
10790   - "result"
10791   - "name"
10792   - "tags"
10793   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10794   x-axis: "X = VNFs per Service Chain"
10795   y-axis: "Y = Number of Service Chains"
10796   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10797   layout:
10798     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10799     layout: "plot-service-density"
10800
10801 - type: "plot"
10802   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10803   algorithm: "plot_nf_heatmap"
10804   output-file-type: ".html"
10805   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10806   data: "plot-vpp-nfv-2n-clx-mrr"
10807   filter: "'NIC_Intel-XXV710' and
10808            'NF_DENSITY' and
10809            'VHOST' and
10810            not 'VXLAN' and
10811            'CHAIN' and
10812            'NF_VPPIP4' and
10813            'IMIX' and
10814            '8T4C' and
10815            'MRR'"
10816   parameters:
10817   - "result"
10818   - "name"
10819   - "tags"
10820   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10821   x-axis: "X = VNFs per Service Chain"
10822   y-axis: "Y = Number of Service Chains"
10823   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10824   layout:
10825     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10826     layout: "plot-service-density"
10827
10828 # Plots - NF Density - VSC - NDR IMIX
10829 - type: "plot"
10830   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10831   algorithm: "plot_nf_heatmap"
10832   output-file-type: ".html"
10833   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10834   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10835   filter: "'NIC_Intel-XXV710' and
10836            'NF_DENSITY' and
10837            'VHOST' and
10838            not 'VXLAN' and
10839            'CHAIN' and
10840            'NF_VPPIP4' and
10841            'IMIX' and
10842            '2T1C' and
10843            'NDRPDR'"
10844   parameters:
10845   - "throughput"
10846   - "name"
10847   - "tags"
10848   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10849   x-axis: "X = VNFs per Service Chain"
10850   y-axis: "Y = Number of Service Chains"
10851   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10852   layout:
10853     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10854     layout: "plot-service-density"
10855
10856 - type: "plot"
10857   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10858   algorithm: "plot_nf_heatmap"
10859   output-file-type: ".html"
10860   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10861   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10862   filter: "'NIC_Intel-XXV710' and
10863            'NF_DENSITY' and
10864            'VHOST' and
10865            not 'VXLAN' and
10866            'CHAIN' and
10867            'NF_VPPIP4' and
10868            'IMIX' and
10869            '4T2C' and
10870            'NDRPDR'"
10871   parameters:
10872   - "throughput"
10873   - "name"
10874   - "tags"
10875   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10876   x-axis: "X = VNFs per Service Chain"
10877   y-axis: "Y = Number of Service Chains"
10878   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10879   layout:
10880     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10881     layout: "plot-service-density"
10882
10883 - type: "plot"
10884   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10885   algorithm: "plot_nf_heatmap"
10886   output-file-type: ".html"
10887   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10888   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10889   filter: "'NIC_Intel-XXV710' and
10890            'NF_DENSITY' and
10891            'VHOST' and
10892            not 'VXLAN' and
10893            'CHAIN' and
10894            'NF_VPPIP4' and
10895            'IMIX' and
10896            '8T4C' and
10897            'NDRPDR'"
10898   parameters:
10899   - "throughput"
10900   - "name"
10901   - "tags"
10902   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10903   x-axis: "X = VNFs per Service Chain"
10904   y-axis: "Y = Number of Service Chains"
10905   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10906   layout:
10907     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10908     layout: "plot-service-density"
10909
10910 # Plots - NF Density - VSC - PDR IMIX
10911 - type: "plot"
10912   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10913   algorithm: "plot_nf_heatmap"
10914   output-file-type: ".html"
10915   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10916   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10917   filter: "'NIC_Intel-XXV710' and
10918            'NF_DENSITY' and
10919            'VHOST' and
10920            not 'VXLAN' and
10921            'CHAIN' and
10922            'NF_VPPIP4' and
10923            'IMIX' and
10924            '2T1C' and
10925            'NDRPDR'"
10926   parameters:
10927   - "throughput"
10928   - "name"
10929   - "tags"
10930   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10931   x-axis: "X = VNFs per Service Chain"
10932   y-axis: "Y = Number of Service Chains"
10933   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10934   layout:
10935     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10936     layout: "plot-service-density"
10937
10938 - type: "plot"
10939   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10940   algorithm: "plot_nf_heatmap"
10941   output-file-type: ".html"
10942   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10943   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10944   filter: "'NIC_Intel-XXV710' and
10945            'NF_DENSITY' and
10946            'VHOST' and
10947            not 'VXLAN' and
10948            'CHAIN' and
10949            'NF_VPPIP4' and
10950            'IMIX' and
10951            '4T2C' and
10952            'NDRPDR'"
10953   parameters:
10954   - "throughput"
10955   - "name"
10956   - "tags"
10957   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10958   x-axis: "X = VNFs per Service Chain"
10959   y-axis: "Y = Number of Service Chains"
10960   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10961   layout:
10962     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10963     layout: "plot-service-density"
10964
10965 - type: "plot"
10966   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10967   algorithm: "plot_nf_heatmap"
10968   output-file-type: ".html"
10969   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10970   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10971   filter: "'NIC_Intel-XXV710' and
10972            'NF_DENSITY' and
10973            'VHOST' and
10974            not 'VXLAN' and
10975            'CHAIN' and
10976            'NF_VPPIP4' and
10977            'IMIX' and
10978            '8T4C' and
10979            'NDRPDR'"
10980   parameters:
10981   - "throughput"
10982   - "name"
10983   - "tags"
10984   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10985   x-axis: "X = VNFs per Service Chain"
10986   y-axis: "Y = Number of Service Chains"
10987   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10988   layout:
10989     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10990     layout: "plot-service-density"
10991
10992 # Plots - NF Density - VSC - MRR IMIX
10993 - type: "plot"
10994   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10995   algorithm: "plot_nf_heatmap"
10996   output-file-type: ".html"
10997   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10998   data: "plot-vpp-nfv-2n-clx-mrr"
10999   filter: "'NIC_Intel-XXV710' and
11000            'NF_DENSITY' and
11001            'VHOST' and
11002            'VXLAN' and
11003            'CHAIN' and
11004            'IMIX' and
11005            '2T1C' and
11006            'MRR'"
11007   parameters:
11008   - "result"
11009   - "name"
11010   - "tags"
11011   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11012   x-axis: "X = VNFs per Service Chain"
11013   y-axis: "Y = Number of Service Chains"
11014   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11015   layout:
11016     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11017     layout: "plot-service-density"
11018
11019 - type: "plot"
11020   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11021   algorithm: "plot_nf_heatmap"
11022   output-file-type: ".html"
11023   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
11024   data: "plot-vpp-nfv-2n-clx-mrr"
11025   filter: "'NIC_Intel-XXV710' and
11026            'NF_DENSITY' and
11027            'VHOST' and
11028            'VXLAN' and
11029            'CHAIN' and
11030            'IMIX' and
11031            '4T2C' and
11032            'MRR'"
11033   parameters:
11034   - "result"
11035   - "name"
11036   - "tags"
11037   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11038   x-axis: "X = VNFs per Service Chain"
11039   y-axis: "Y = Number of Service Chains"
11040   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11041   layout:
11042     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11043     layout: "plot-service-density"
11044
11045 - type: "plot"
11046   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11047   algorithm: "plot_nf_heatmap"
11048   output-file-type: ".html"
11049   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
11050   data: "plot-vpp-nfv-2n-clx-mrr"
11051   filter: "'NIC_Intel-XXV710' and
11052            'NF_DENSITY' and
11053            'VHOST' and
11054            'VXLAN' and
11055            'CHAIN' and
11056            'IMIX' and
11057            '8T4C' and
11058            'MRR'"
11059   parameters:
11060   - "result"
11061   - "name"
11062   - "tags"
11063   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11064   x-axis: "X = VNFs per Service Chain"
11065   y-axis: "Y = Number of Service Chains"
11066   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11067   layout:
11068     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11069     layout: "plot-service-density"
11070
11071 # Plots - NF Density - VSC - NDR IMIX
11072 - type: "plot"
11073   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11074   algorithm: "plot_nf_heatmap"
11075   output-file-type: ".html"
11076   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
11077   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11078   filter: "'NIC_Intel-XXV710' and
11079            'NF_DENSITY' and
11080            'VHOST' and
11081            'VXLAN' and
11082            'CHAIN' and
11083            'IMIX' and
11084            '2T1C' and
11085            'NDRPDR'"
11086   parameters:
11087   - "throughput"
11088   - "name"
11089   - "tags"
11090   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11091   x-axis: "X = VNFs per Service Chain"
11092   y-axis: "Y = Number of Service Chains"
11093   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11094   layout:
11095     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11096     layout: "plot-service-density"
11097
11098 - type: "plot"
11099   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11100   algorithm: "plot_nf_heatmap"
11101   output-file-type: ".html"
11102   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
11103   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11104   filter: "'NIC_Intel-XXV710' and
11105            'NF_DENSITY' and
11106            'VHOST' and
11107            'VXLAN' and
11108            'CHAIN' and
11109            'IMIX' and
11110            '4T2C' and
11111            'NDRPDR'"
11112   parameters:
11113   - "throughput"
11114   - "name"
11115   - "tags"
11116   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11117   x-axis: "X = VNFs per Service Chain"
11118   y-axis: "Y = Number of Service Chains"
11119   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11120   layout:
11121     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11122     layout: "plot-service-density"
11123
11124 - type: "plot"
11125   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11126   algorithm: "plot_nf_heatmap"
11127   output-file-type: ".html"
11128   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
11129   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11130   filter: "'NIC_Intel-XXV710' and
11131            'NF_DENSITY' and
11132            'VHOST' and
11133            'VXLAN' and
11134            'CHAIN' and
11135            'IMIX' and
11136            '8T4C' and
11137            'NDRPDR'"
11138   parameters:
11139   - "throughput"
11140   - "name"
11141   - "tags"
11142   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11143   x-axis: "X = VNFs per Service Chain"
11144   y-axis: "Y = Number of Service Chains"
11145   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11146   layout:
11147     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11148     layout: "plot-service-density"
11149
11150 # Plots - NF Density - VSC - PDR IMIX
11151 - type: "plot"
11152   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11153   algorithm: "plot_nf_heatmap"
11154   output-file-type: ".html"
11155   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
11156   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11157   filter: "'NIC_Intel-XXV710' and
11158            'NF_DENSITY' and
11159            'VHOST' and
11160            'VXLAN' and
11161            'CHAIN' and
11162            'IMIX' and
11163            '2T1C' and
11164            'NDRPDR'"
11165   parameters:
11166   - "throughput"
11167   - "name"
11168   - "tags"
11169   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11170   x-axis: "X = VNFs per Service Chain"
11171   y-axis: "Y = Number of Service Chains"
11172   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11173   layout:
11174     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11175     layout: "plot-service-density"
11176
11177 - type: "plot"
11178   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11179   algorithm: "plot_nf_heatmap"
11180   output-file-type: ".html"
11181   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
11182   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11183   filter: "'NIC_Intel-XXV710' and
11184            'NF_DENSITY' and
11185            'VHOST' and
11186            'VXLAN' and
11187            'CHAIN' and
11188            'IMIX' and
11189            '4T2C' and
11190            'NDRPDR'"
11191   parameters:
11192   - "throughput"
11193   - "name"
11194   - "tags"
11195   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11196   x-axis: "X = VNFs per Service Chain"
11197   y-axis: "Y = Number of Service Chains"
11198   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11199   layout:
11200     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11201     layout: "plot-service-density"
11202
11203 - type: "plot"
11204   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11205   algorithm: "plot_nf_heatmap"
11206   output-file-type: ".html"
11207   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
11208   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11209   filter: "'NIC_Intel-XXV710' and
11210            'NF_DENSITY' and
11211            'VHOST' and
11212            'VXLAN' and
11213            'CHAIN' and
11214            'IMIX' and
11215            '8T4C' and
11216            'NDRPDR'"
11217   parameters:
11218   - "throughput"
11219   - "name"
11220   - "tags"
11221   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11222   x-axis: "X = VNFs per Service Chain"
11223   y-axis: "Y = Number of Service Chains"
11224   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11225   layout:
11226     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11227     layout: "plot-service-density"
11228
11229 # Plots - NF Density - CSC - MRR IMIX
11230 - type: "plot"
11231   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11232   algorithm: "plot_nf_heatmap"
11233   output-file-type: ".html"
11234   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
11235   data: "plot-vpp-nfv-2n-clx-mrr"
11236   filter: "'NIC_Intel-XXV710' and
11237            'NF_DENSITY' and
11238            'DOCKER' and
11239            'CHAIN' and
11240            'NF_VPPIP4' and
11241            'IMIX' and
11242            '2T1C' and
11243            'MRR'"
11244   parameters:
11245   - "result"
11246   - "name"
11247   - "tags"
11248   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11249   x-axis: "X = CNFs per Service Chain"
11250   y-axis: "Y = Number of Service Chains"
11251   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11252   layout:
11253     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11254     layout: "plot-service-density"
11255
11256 - type: "plot"
11257   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11258   algorithm: "plot_nf_heatmap"
11259   output-file-type: ".html"
11260   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
11261   data: "plot-vpp-nfv-2n-clx-mrr"
11262   filter: "'NIC_Intel-XXV710' and
11263            'NF_DENSITY' and
11264            'DOCKER' and
11265            'CHAIN' and
11266            'NF_VPPIP4' and
11267            'IMIX' and
11268            '4T2C' and
11269            'MRR'"
11270   parameters:
11271   - "result"
11272   - "name"
11273   - "tags"
11274   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11275   x-axis: "X = CNFs per Service Chain"
11276   y-axis: "Y = Number of Service Chains"
11277   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11278   layout:
11279     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11280     layout: "plot-service-density"
11281
11282 - type: "plot"
11283   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11284   algorithm: "plot_nf_heatmap"
11285   output-file-type: ".html"
11286   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
11287   data: "plot-vpp-nfv-2n-clx-mrr"
11288   filter: "'NIC_Intel-XXV710' and
11289            'NF_DENSITY' and
11290            'DOCKER' and
11291            'CHAIN' and
11292            'NF_VPPIP4' and
11293            'IMIX' and
11294            '8T4C' and
11295            'MRR'"
11296   parameters:
11297   - "result"
11298   - "name"
11299   - "tags"
11300   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11301   x-axis: "X = CNFs per Service Chain"
11302   y-axis: "Y = Number of Service Chains"
11303   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11304   layout:
11305     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11306     layout: "plot-service-density"
11307
11308 # Plots - NF Density - CSC - NDR IMIX
11309 - type: "plot"
11310   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11311   algorithm: "plot_nf_heatmap"
11312   output-file-type: ".html"
11313   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
11314   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11315   filter: "'NIC_Intel-XXV710' and
11316            'NF_DENSITY' and
11317            'DOCKER' and
11318            'CHAIN' and
11319            'NF_VPPIP4' and
11320            'IMIX' and
11321            '2T1C' and
11322            'NDRPDR'"
11323   parameters:
11324   - "throughput"
11325   - "name"
11326   - "tags"
11327   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11328   x-axis: "X = CNFs per Service Chain"
11329   y-axis: "Y = Number of Service Chains"
11330   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11331   layout:
11332     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11333     layout: "plot-service-density"
11334
11335 - type: "plot"
11336   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11337   algorithm: "plot_nf_heatmap"
11338   output-file-type: ".html"
11339   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
11340   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11341   filter: "'NIC_Intel-XXV710' and
11342            'NF_DENSITY' and
11343            'DOCKER' and
11344            'CHAIN' and
11345            'NF_VPPIP4' and
11346            'IMIX' and
11347            '4T2C' and
11348            'NDRPDR'"
11349   parameters:
11350   - "throughput"
11351   - "name"
11352   - "tags"
11353   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11354   x-axis: "X = CNFs per Service Chain"
11355   y-axis: "Y = Number of Service Chains"
11356   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11357   layout:
11358     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11359     layout: "plot-service-density"
11360
11361 - type: "plot"
11362   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11363   algorithm: "plot_nf_heatmap"
11364   output-file-type: ".html"
11365   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
11366   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11367   filter: "'NIC_Intel-XXV710' and
11368            'NF_DENSITY' and
11369            'DOCKER' and
11370            'CHAIN' and
11371            'NF_VPPIP4' and
11372            'IMIX' and
11373            '8T4C' and
11374            'NDRPDR'"
11375   parameters:
11376   - "throughput"
11377   - "name"
11378   - "tags"
11379   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11380   x-axis: "X = CNFs per Service Chain"
11381   y-axis: "Y = Number of Service Chains"
11382   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11383   layout:
11384     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11385     layout: "plot-service-density"
11386
11387 # Plots - NF Density - CSC - PDR IMIX
11388 - type: "plot"
11389   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11390   algorithm: "plot_nf_heatmap"
11391   output-file-type: ".html"
11392   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
11393   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11394   filter: "'NIC_Intel-XXV710' and
11395            'NF_DENSITY' and
11396            'DOCKER' and
11397            'CHAIN' and
11398            'NF_VPPIP4' and
11399            'IMIX' and
11400            '2T1C' and
11401            'NDRPDR'"
11402   parameters:
11403   - "throughput"
11404   - "name"
11405   - "tags"
11406   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11407   x-axis: "X = CNFs per Service Chain"
11408   y-axis: "Y = Number of Service Chains"
11409   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11410   layout:
11411     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11412     layout: "plot-service-density"
11413
11414 - type: "plot"
11415   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11416   algorithm: "plot_nf_heatmap"
11417   output-file-type: ".html"
11418   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
11419   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11420   filter: "'NIC_Intel-XXV710' and
11421            'NF_DENSITY' and
11422            'DOCKER' and
11423            'CHAIN' and
11424            'NF_VPPIP4' and
11425            'IMIX' and
11426            '4T2C' and
11427            'NDRPDR'"
11428   parameters:
11429   - "throughput"
11430   - "name"
11431   - "tags"
11432   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11433   x-axis: "X = CNFs per Service Chain"
11434   y-axis: "Y = Number of Service Chains"
11435   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11436   layout:
11437     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11438     layout: "plot-service-density"
11439
11440 - type: "plot"
11441   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11442   algorithm: "plot_nf_heatmap"
11443   output-file-type: ".html"
11444   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
11445   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11446   filter: "'NIC_Intel-XXV710' and
11447            'NF_DENSITY' and
11448            'DOCKER' and
11449            'CHAIN' and
11450            'NF_VPPIP4' and
11451            'IMIX' and
11452            '8T4C' and
11453            'NDRPDR'"
11454   parameters:
11455   - "throughput"
11456   - "name"
11457   - "tags"
11458   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11459   x-axis: "X = CNFs per Service Chain"
11460   y-axis: "Y = Number of Service Chains"
11461   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11462   layout:
11463     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11464     layout: "plot-service-density"
11465
11466 # Plots - NF Density - CSP - MRR IMIX
11467 - type: "plot"
11468   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11469   algorithm: "plot_nf_heatmap"
11470   output-file-type: ".html"
11471   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
11472   data: "plot-vpp-nfv-2n-clx-mrr"
11473   filter: "'NIC_Intel-XXV710' and
11474            'NF_DENSITY' and
11475            'DOCKER' and
11476            'PIPELINE' and
11477            'NF_VPPIP4' and
11478            'IMIX' and
11479            '2T1C' and
11480            'MRR'"
11481   parameters:
11482   - "result"
11483   - "name"
11484   - "tags"
11485   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11486   x-axis: "X = CNFs per Service Pipeline"
11487   y-axis: "Y = Number of Service Pipelines"
11488   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11489   layout:
11490     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11491     layout: "plot-service-density"
11492
11493 - type: "plot"
11494   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11495   algorithm: "plot_nf_heatmap"
11496   output-file-type: ".html"
11497   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
11498   data: "plot-vpp-nfv-2n-clx-mrr"
11499   filter: "'NIC_Intel-XXV710' and
11500            'NF_DENSITY' and
11501            'DOCKER' and
11502            'PIPELINE' and
11503            'NF_VPPIP4' and
11504            'IMIX' and
11505            '4T2C' and
11506            'MRR'"
11507   parameters:
11508   - "result"
11509   - "name"
11510   - "tags"
11511   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11512   x-axis: "X = CNFs per Service Pipeline"
11513   y-axis: "Y = Number of Service Pipelines"
11514   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11515   layout:
11516     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11517     layout: "plot-service-density"
11518
11519 - type: "plot"
11520   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11521   algorithm: "plot_nf_heatmap"
11522   output-file-type: ".html"
11523   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
11524   data: "plot-vpp-nfv-2n-clx-mrr"
11525   filter: "'NIC_Intel-XXV710' and
11526            'NF_DENSITY' and
11527            'DOCKER' and
11528            'PIPELINE' and
11529            'NF_VPPIP4' and
11530            'IMIX' and
11531            '8T4C' and
11532            'MRR'"
11533   parameters:
11534   - "result"
11535   - "name"
11536   - "tags"
11537   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11538   x-axis: "X = CNFs per Service Pipeline"
11539   y-axis: "Y = Number of Service Pipelines"
11540   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11541   layout:
11542     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11543     layout: "plot-service-density"
11544
11545 # Plots - NF Density - CSP - NDR IMIX
11546 - type: "plot"
11547   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11548   algorithm: "plot_nf_heatmap"
11549   output-file-type: ".html"
11550   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
11551   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11552   filter: "'NIC_Intel-XXV710' and
11553            'NF_DENSITY' and
11554            'DOCKER' and
11555            'PIPELINE' and
11556            'NF_VPPIP4' and
11557            'IMIX' and
11558            '2T1C' and
11559            'NDRPDR'"
11560   parameters:
11561   - "throughput"
11562   - "name"
11563   - "tags"
11564   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11565   x-axis: "X = CNFs per Service Pipeline"
11566   y-axis: "Y = Number of Service Pipelines"
11567   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11568   layout:
11569     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11570     layout: "plot-service-density"
11571
11572 - type: "plot"
11573   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11574   algorithm: "plot_nf_heatmap"
11575   output-file-type: ".html"
11576   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
11577   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11578   filter: "'NIC_Intel-XXV710' and
11579            'NF_DENSITY' and
11580            'DOCKER' and
11581            'PIPELINE' and
11582            'NF_VPPIP4' and
11583            'IMIX' and
11584            '4T2C' and
11585            'NDRPDR'"
11586   parameters:
11587   - "throughput"
11588   - "name"
11589   - "tags"
11590   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11591   x-axis: "X = CNFs per Service Pipeline"
11592   y-axis: "Y = Number of Service Pipelines"
11593   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11594   layout:
11595     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11596     layout: "plot-service-density"
11597
11598 - type: "plot"
11599   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11600   algorithm: "plot_nf_heatmap"
11601   output-file-type: ".html"
11602   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
11603   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11604   filter: "'NIC_Intel-XXV710' and
11605            'NF_DENSITY' and
11606            'DOCKER' and
11607            'PIPELINE' and
11608            'NF_VPPIP4' and
11609            'IMIX' and
11610            '8T4C' and
11611            'NDRPDR'"
11612   parameters:
11613   - "throughput"
11614   - "name"
11615   - "tags"
11616   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11617   x-axis: "X = CNFs per Service Pipeline"
11618   y-axis: "Y = Number of Service Pipelines"
11619   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11620   layout:
11621     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11622     layout: "plot-service-density"
11623
11624 # Plots - NF Density - CSP - PDR IMIX
11625 - type: "plot"
11626   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11627   algorithm: "plot_nf_heatmap"
11628   output-file-type: ".html"
11629   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
11630   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11631   filter: "'NIC_Intel-XXV710' and
11632            'NF_DENSITY' and
11633            'DOCKER' and
11634            'PIPELINE' and
11635            'NF_VPPIP4' and
11636            'IMIX' and
11637            '2T1C' and
11638            'NDRPDR'"
11639   parameters:
11640   - "throughput"
11641   - "name"
11642   - "tags"
11643   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11644   x-axis: "X = CNFs per Service Pipeline"
11645   y-axis: "Y = Number of Service Pipelines"
11646   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11647   layout:
11648     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11649     layout: "plot-service-density"
11650
11651 - type: "plot"
11652   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11653   algorithm: "plot_nf_heatmap"
11654   output-file-type: ".html"
11655   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
11656   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11657   filter: "'NIC_Intel-XXV710' and
11658            'NF_DENSITY' and
11659            'DOCKER' and
11660            'PIPELINE' and
11661            'NF_VPPIP4' and
11662            'IMIX' and
11663            '4T2C' and
11664            'NDRPDR'"
11665   parameters:
11666   - "throughput"
11667   - "name"
11668   - "tags"
11669   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11670   x-axis: "X = CNFs per Service Pipeline"
11671   y-axis: "Y = Number of Service Pipelines"
11672   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11673   layout:
11674     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11675     layout: "plot-service-density"
11676
11677 - type: "plot"
11678   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11679   algorithm: "plot_nf_heatmap"
11680   output-file-type: ".html"
11681   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
11682   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11683   filter: "'NIC_Intel-XXV710' and
11684            'NF_DENSITY' and
11685            'DOCKER' and
11686            'PIPELINE' and
11687            'NF_VPPIP4' and
11688            'IMIX' and
11689            '8T4C' and
11690            'NDRPDR'"
11691   parameters:
11692   - "throughput"
11693   - "name"
11694   - "tags"
11695   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11696   x-axis: "X = CNFs per Service Pipeline"
11697   y-axis: "Y = Number of Service Pipelines"
11698   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11699   layout:
11700     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11701     layout: "plot-service-density"
11702
11703 ################################################################################
11704
11705 # Packet Throughput
11706
11707 - type: "plot"
11708   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11709   algorithm: "plot_perf_box_name"
11710   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11711   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11712   include:
11713     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11714     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11715     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11716     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11717   layout:
11718     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11719     layout: "plot-throughput"
11720
11721 - type: "plot"
11722   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11723   algorithm: "plot_perf_box_name"
11724   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11725   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11726   include:
11727     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11728     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11729     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11730     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11731   layout:
11732     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11733     layout: "plot-throughput"
11734
11735 - type: "plot"
11736   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11737   algorithm: "plot_perf_box_name"
11738   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11739   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11740   include:
11741     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11742     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11743     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11744     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11745   layout:
11746     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11747     layout: "plot-throughput"
11748
11749 - type: "plot"
11750   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11751   algorithm: "plot_perf_box_name"
11752   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11753   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11754   include:
11755     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11756     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11757     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11758     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11759   layout:
11760     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11761     layout: "plot-throughput"
11762
11763 - type: "plot"
11764   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11765   algorithm: "plot_perf_box_name"
11766   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11767   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11768   include:
11769     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-avf-eth-2memif-1dcr-ndrpdr"
11770     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-avf-eth-2memif-1lxc-ndrpdr"
11771     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11772     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11773     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11774   layout:
11775     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11776     layout: "plot-throughput"
11777
11778 - type: "plot"
11779   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11780   algorithm: "plot_perf_box_name"
11781   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11782   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11783   include:
11784     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11785     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11786     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11787     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11788     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11789   layout:
11790     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11791     layout: "plot-throughput"
11792
11793 - type: "plot"
11794   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11795   algorithm: "plot_perf_box_name"
11796   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11797   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11798   include:
11799     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11800     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11801     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11802     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11803     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11804   layout:
11805     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11806     layout: "plot-throughput"
11807
11808 - type: "plot"
11809   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11810   algorithm: "plot_perf_box_name"
11811   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11812   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11813   include:
11814     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11815     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11816     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11817     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11818     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11819   layout:
11820     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11821     layout: "plot-throughput"
11822
11823 - type: "plot"
11824   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11825   algorithm: "plot_perf_box_name"
11826   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11827   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11828   include:
11829     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11830     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11831     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11832     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11833     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11834   layout:
11835     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11836     layout: "plot-throughput"
11837
11838 - type: "plot"
11839   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11840   algorithm: "plot_perf_box_name"
11841   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11842   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11843   include:
11844     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11845     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11846     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11847     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11848     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11849   layout:
11850     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11851     layout: "plot-throughput"
11852
11853 - type: "plot"
11854   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11855   algorithm: "plot_perf_box_name"
11856   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11857   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11858   include:
11859     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11860     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11861     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11862     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11863     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11864     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11865   layout:
11866     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11867     layout: "plot-throughput"
11868
11869 - type: "plot"
11870   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11871   algorithm: "plot_perf_box_name"
11872   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11873   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11874   include:
11875     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11876     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11877     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11878     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11879     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11880     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11881   layout:
11882     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11883     layout: "plot-throughput"
11884
11885 - type: "plot"
11886   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11887   algorithm: "plot_perf_box_name"
11888   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11889   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11890   include:
11891     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11892     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11893     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11894     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11895     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11896   layout:
11897     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11898     layout: "plot-throughput"
11899
11900 - type: "plot"
11901   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11902   algorithm: "plot_perf_box_name"
11903   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11904   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11905   include:
11906     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11907     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11908     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11909     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11910     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11911   layout:
11912     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11913     layout: "plot-throughput"
11914
11915 - type: "plot"
11916   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11917   algorithm: "plot_perf_box_name"
11918   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11919   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11920   include:
11921     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11922     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11923     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11924   layout:
11925     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11926     layout: "plot-throughput"
11927
11928 - type: "plot"
11929   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11930   algorithm: "plot_perf_box_name"
11931   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11932   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11933   include:
11934     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11935     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11936     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11937   layout:
11938     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11939     layout: "plot-throughput"
11940
11941 - type: "plot"
11942   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11943   algorithm: "plot_perf_box_name"
11944   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11945   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11946   include:
11947     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11948     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11949     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11950     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11951     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11952   layout:
11953     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11954     layout: "plot-throughput"
11955
11956 - type: "plot"
11957   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11958   algorithm: "plot_perf_box_name"
11959   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11960   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11961   include:
11962     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11963     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11964     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11965     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11966     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11967   layout:
11968     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11969     layout: "plot-throughput"
11970
11971 - type: "plot"
11972   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11973   algorithm: "plot_perf_box_name"
11974   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11975   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11976   include:
11977     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11978     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11979     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11980   layout:
11981     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11982     layout: "plot-throughput"
11983
11984 - type: "plot"
11985   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11986   algorithm: "plot_perf_box_name"
11987   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11988   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11989   include:
11990     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11991     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11992     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11993   layout:
11994     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11995     layout: "plot-throughput"
11996
11997 - type: "plot"
11998   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11999   algorithm: "plot_perf_box_name"
12000   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12001   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12002   include:
12003     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12004     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12005     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12006     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12007     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12008     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12009   layout:
12010     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12011     layout: "plot-throughput"
12012
12013 - type: "plot"
12014   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12015   algorithm: "plot_perf_box_name"
12016   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12017   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12018   include:
12019     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12020     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12021     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12022     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12023     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12024     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12025   layout:
12026     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12027     layout: "plot-throughput"
12028
12029 - type: "plot"
12030   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12031   algorithm: "plot_perf_box_name"
12032   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12033   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12034   include:
12035     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12036     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12037     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12038     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12039     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12040     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12041   layout:
12042     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12043     layout: "plot-throughput"
12044
12045 - type: "plot"
12046   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12047   algorithm: "plot_perf_box_name"
12048   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12049   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12050   include:
12051     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12052     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12053     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12054     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12055     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12056     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12057   layout:
12058     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12059     layout: "plot-throughput"
12060
12061 - type: "plot"
12062   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12063   algorithm: "plot_perf_box_name"
12064   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12065   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12066   include:
12067     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12068     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12069     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12070   layout:
12071     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12072     layout: "plot-throughput"
12073
12074 - type: "plot"
12075   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12076   algorithm: "plot_perf_box_name"
12077   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12078   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12079   include:
12080     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12081     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12082     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12083   layout:
12084     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12085     layout: "plot-throughput"
12086
12087 - type: "plot"
12088   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12089   algorithm: "plot_perf_box_name"
12090   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12091   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12092   include:
12093     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12094     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12095 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12096 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12097 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12098   layout:
12099     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12100     layout: "plot-throughput"
12101
12102 - type: "plot"
12103   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12104   algorithm: "plot_perf_box_name"
12105   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12106   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12107   include:
12108     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12109     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12110 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12111 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12112 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12113   layout:
12114     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12115     layout: "plot-throughput"
12116
12117 - type: "plot"
12118   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12119   algorithm: "plot_perf_box_name"
12120   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12121   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12122   include:
12123     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12124     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12125     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12126     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12127     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12128   layout:
12129     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12130     layout: "plot-throughput"
12131
12132 - type: "plot"
12133   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12134   algorithm: "plot_perf_box_name"
12135   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12136   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12137   include:
12138     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12139     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12140     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12141     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12142     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12143   layout:
12144     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12145     layout: "plot-throughput"
12146
12147 - type: "plot"
12148   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12149   algorithm: "plot_perf_box_name"
12150   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12151   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12152   include:
12153     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12154     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12155     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12156     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12157     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12158   layout:
12159     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12160     layout: "plot-throughput"
12161
12162 - type: "plot"
12163   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12164   algorithm: "plot_perf_box_name"
12165   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12166   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12167   include:
12168     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12169     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12170     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12171     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12172     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12173   layout:
12174     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12175     layout: "plot-throughput"
12176
12177 - type: "plot"
12178   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12179   algorithm: "plot_perf_box_name"
12180   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12181   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12182   include:
12183     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12184     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12185     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12186     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12187     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12188     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12189   layout:
12190     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12191     layout: "plot-throughput"
12192
12193 - type: "plot"
12194   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12195   algorithm: "plot_perf_box_name"
12196   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12197   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12198   include:
12199     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12200     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12201     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12202     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12203     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12204     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12205   layout:
12206     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12207     layout: "plot-throughput"
12208
12209 - type: "plot"
12210   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12211   algorithm: "plot_perf_box_name"
12212   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12213   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12214   include:
12215     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12216     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12217     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12218     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12219     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12220     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12221   layout:
12222     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12223     layout: "plot-throughput"
12224
12225 - type: "plot"
12226   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12227   algorithm: "plot_perf_box_name"
12228   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12229   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12230   include:
12231     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12232     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12233     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12234     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12235     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12236     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12237   layout:
12238     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12239     layout: "plot-throughput"
12240
12241 - type: "plot"
12242   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12243   algorithm: "plot_perf_box_name"
12244   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12245   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12246   include:
12247     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12248     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12249     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12250     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12251     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12252   layout:
12253     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12254     layout: "plot-throughput"
12255
12256 - type: "plot"
12257   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12258   algorithm: "plot_perf_box_name"
12259   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12260   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12261   include:
12262     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12263     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12264     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12265     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12266     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12267   layout:
12268     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12269     layout: "plot-throughput"
12270
12271 - type: "plot"
12272   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12273   algorithm: "plot_perf_box_name"
12274   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12275   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12276   include:
12277     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12278     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12279     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12280     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12281     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12282     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12283   layout:
12284     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12285     layout: "plot-throughput"
12286
12287 - type: "plot"
12288   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12289   algorithm: "plot_perf_box_name"
12290   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12291   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12292   include:
12293     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12294     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12295     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12296     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12297     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12298     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12299   layout:
12300     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12301     layout: "plot-throughput"
12302
12303 - type: "plot"
12304   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12305   algorithm: "plot_perf_box_name"
12306   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12307   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12308   include:
12309     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12310     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12311     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12312     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12313     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12314   layout:
12315     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12316     layout: "plot-throughput"
12317
12318 - type: "plot"
12319   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12320   algorithm: "plot_perf_box_name"
12321   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12322   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12323   include:
12324     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12325     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12326     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12327     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12328     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12329   layout:
12330     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12331     layout: "plot-throughput"
12332
12333 - type: "plot"
12334   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12335   algorithm: "plot_perf_box_name"
12336   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12337   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12338   include:
12339     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12340     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12341     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12342     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12343     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12344     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12345   layout:
12346     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12347     layout: "plot-throughput"
12348
12349 - type: "plot"
12350   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12351   algorithm: "plot_perf_box_name"
12352   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12353   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12354   include:
12355     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12356     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12357     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12358     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12359     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12360     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12361   layout:
12362     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12363     layout: "plot-throughput"
12364
12365 - type: "plot"
12366   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12367   algorithm: "plot_perf_box_name"
12368   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12369   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12370   include:
12371     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12372     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12373     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12374     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12375     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12376   layout:
12377     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12378     layout: "plot-throughput"
12379
12380 - type: "plot"
12381   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12382   algorithm: "plot_perf_box_name"
12383   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12384   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12385   include:
12386     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12387     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12388     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12389     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12390     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12391   layout:
12392     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12393     layout: "plot-throughput"
12394
12395 - type: "plot"
12396   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12397   algorithm: "plot_perf_box_name"
12398   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12399   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12400   include:
12401     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12402     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12403     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12404     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12405     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12406     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12407   layout:
12408     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12409     layout: "plot-throughput"
12410
12411 - type: "plot"
12412   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12413   algorithm: "plot_perf_box_name"
12414   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12415   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12416   include:
12417     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12418     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12419     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12420     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12421     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12422     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12423   layout:
12424     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12425     layout: "plot-throughput"
12426
12427 - type: "plot"
12428   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12429   algorithm: "plot_perf_box_name"
12430   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12431   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12432   include:
12433     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12434     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12435   layout:
12436     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12437     layout: "plot-throughput"
12438
12439 - type: "plot"
12440   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12441   algorithm: "plot_perf_box_name"
12442   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12443   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12444   include:
12445     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12446     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12447   layout:
12448     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12449     layout: "plot-throughput"
12450
12451 - type: "plot"
12452   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12453   algorithm: "plot_perf_box_name"
12454   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12455   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12456   include:
12457     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12458     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12459     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12460     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12461   layout:
12462     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12463     layout: "plot-throughput"
12464
12465 - type: "plot"
12466   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12467   algorithm: "plot_perf_box_name"
12468   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12469   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12470   include:
12471     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12472     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12473     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12474     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12475   layout:
12476     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12477     layout: "plot-throughput"
12478
12479 - type: "plot"
12480   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12481   algorithm: "plot_perf_box_name"
12482   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12483   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12484   include:
12485     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12486     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12487     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12488     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12489   layout:
12490     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12491     layout: "plot-throughput"
12492
12493 - type: "plot"
12494   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12495   algorithm: "plot_perf_box_name"
12496   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12497   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12498   include:
12499     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12500     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12501     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12502     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12503   layout:
12504     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12505     layout: "plot-throughput"
12506
12507 - type: "plot"
12508   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12509   algorithm: "plot_perf_box_name"
12510   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12511   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12512   include:
12513     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12514     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12515     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12516     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12517   layout:
12518     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12519     layout: "plot-throughput"
12520
12521 - type: "plot"
12522   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12523   algorithm: "plot_perf_box_name"
12524   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12525   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12526   include:
12527     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12528     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12529     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12530     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12531   layout:
12532     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12533     layout: "plot-throughput"
12534
12535 - type: "plot"
12536   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12537   algorithm: "plot_perf_box_name"
12538   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12539   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12540   include:
12541     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12542     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12543     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12544     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12545   layout:
12546     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12547     layout: "plot-throughput"
12548
12549 - type: "plot"
12550   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12551   algorithm: "plot_perf_box_name"
12552   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12553   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12554   include:
12555     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12556     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12557     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12558     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12559   layout:
12560     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12561     layout: "plot-throughput"
12562
12563 - type: "plot"
12564   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12565   algorithm: "plot_perf_box_name"
12566   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12567   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12568   include:
12569     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12570     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12571     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12572     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12573     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12574     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12575   layout:
12576     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12577     layout: "plot-throughput"
12578
12579 - type: "plot"
12580   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12581   algorithm: "plot_perf_box_name"
12582   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12583   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12584   include:
12585     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12586     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12587     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12588     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12589     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12590     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12591   layout:
12592     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12593     layout: "plot-throughput"
12594
12595 - type: "plot"
12596   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12597   algorithm: "plot_perf_box_name"
12598   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12599   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12600   include:
12601     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12602     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12603     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12604     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12605     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12606   layout:
12607     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12608     layout: "plot-throughput"
12609
12610 - type: "plot"
12611   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12612   algorithm: "plot_perf_box_name"
12613   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12614   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12615   include:
12616     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12617     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12618     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12619     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12620     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12621   layout:
12622     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12623     layout: "plot-throughput"
12624
12625 - type: "plot"
12626   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12627   algorithm: "plot_perf_box_name"
12628   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12629   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12630   include:
12631     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12632     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12633     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12634     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12635     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12636   layout:
12637     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12638     layout: "plot-throughput"
12639
12640 - type: "plot"
12641   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12642   algorithm: "plot_perf_box_name"
12643   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12644   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12645   include:
12646     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12647     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12648     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12649     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12650     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12651   layout:
12652     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12653     layout: "plot-throughput"
12654
12655 - type: "plot"
12656   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12657   algorithm: "plot_perf_box_name"
12658   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12659   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12660   include:
12661     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12662     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12663     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12664   layout:
12665     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12666     layout: "plot-throughput"
12667
12668 - type: "plot"
12669   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12670   algorithm: "plot_perf_box_name"
12671   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12672   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12673   include:
12674     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12675     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12676     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12677   layout:
12678     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12679     layout: "plot-throughput"
12680
12681 - type: "plot"
12682   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12683   algorithm: "plot_perf_box_name"
12684   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12685   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12686   include:
12687     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12688     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12689     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12690   layout:
12691     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12692     layout: "plot-throughput"
12693
12694 - type: "plot"
12695   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12696   algorithm: "plot_perf_box_name"
12697   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12698   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12699   include:
12700     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12701     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12702     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12703   layout:
12704     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12705     layout: "plot-throughput"
12706
12707 - type: "plot"
12708   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12709   algorithm: "plot_perf_box_name"
12710   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12711   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12712   include:
12713     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12714     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12715     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12716     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12717     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12718   layout:
12719     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12720     layout: "plot-throughput"
12721
12722 - type: "plot"
12723   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12724   algorithm: "plot_perf_box_name"
12725   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12726   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12727   include:
12728     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12729     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12730     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12731     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12732     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12733   layout:
12734     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12735     layout: "plot-throughput"
12736
12737 - type: "plot"
12738   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12739   algorithm: "plot_perf_box_name"
12740   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12741   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12742   include:
12743     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12744     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12745     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12746     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12747     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12748   layout:
12749     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12750     layout: "plot-throughput"
12751
12752 - type: "plot"
12753   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12754   algorithm: "plot_perf_box_name"
12755   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12756   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12757   include:
12758     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12759     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12760     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12761     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12762     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12763   layout:
12764     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12765     layout: "plot-throughput"
12766
12767 - type: "plot"
12768   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12769   algorithm: "plot_perf_box_name"
12770   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12771   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12772   include:
12773     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12774     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12775     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12776     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12777     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12778   layout:
12779     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12780     layout: "plot-throughput"
12781
12782 - type: "plot"
12783   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12784   algorithm: "plot_perf_box_name"
12785   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12786   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12787   include:
12788     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12789     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12790     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12791     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12792     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12793   layout:
12794     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12795     layout: "plot-throughput"
12796
12797 - type: "plot"
12798   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12799   algorithm: "plot_perf_box_name"
12800   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12801   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12802   include:
12803     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12804     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12805     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12806     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12807     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12808   layout:
12809     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12810     layout: "plot-throughput"
12811
12812 - type: "plot"
12813   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12814   algorithm: "plot_perf_box_name"
12815   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12816   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12817   include:
12818     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12819     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12820     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12821     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12822     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12823   layout:
12824     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12825     layout: "plot-throughput"
12826
12827 - type: "plot"
12828   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12829   algorithm: "plot_perf_box_name"
12830   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12831   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12832   include:
12833     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12834     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12835     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12836     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12837     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12838   layout:
12839     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12840     layout: "plot-throughput"
12841
12842 - type: "plot"
12843   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12844   algorithm: "plot_perf_box_name"
12845   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12846   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12847   include:
12848     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12849     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12850     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12851     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12852     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12853   layout:
12854     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12855     layout: "plot-throughput"
12856
12857 - type: "plot"
12858   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12859   algorithm: "plot_perf_box_name"
12860   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12861   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12862   include:
12863     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12864     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12865     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12866     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12867     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12868     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12869   layout:
12870     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12871     layout: "plot-throughput"
12872
12873 - type: "plot"
12874   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12875   algorithm: "plot_perf_box_name"
12876   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12877   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12878   include:
12879     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12880     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12881     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12882     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12883     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12884     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12885   layout:
12886     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12887     layout: "plot-throughput"
12888
12889 - type: "plot"
12890   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12891   algorithm: "plot_perf_box_name"
12892   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12893   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12894   include:
12895     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12896     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12897     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12898     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12899   layout:
12900     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12901     layout: "plot-throughput"
12902
12903 - type: "plot"
12904   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12905   algorithm: "plot_perf_box_name"
12906   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12907   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12908   include:
12909     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12910     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12911     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12912     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12913   layout:
12914     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12915     layout: "plot-throughput"
12916
12917 - type: "plot"
12918   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12919   algorithm: "plot_perf_box_name"
12920   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12921   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12922   include:
12923     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12924     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12925     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12926     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12927     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12928     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12929   layout:
12930     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12931     layout: "plot-throughput"
12932
12933 - type: "plot"
12934   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12935   algorithm: "plot_perf_box_name"
12936   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12937   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12938   include:
12939     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12940     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12941     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12942     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12943     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12944     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12945   layout:
12946     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12947     layout: "plot-throughput"
12948
12949 - type: "plot"
12950   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12951   algorithm: "plot_perf_box_name"
12952   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12953   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12954   include:
12955     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12956     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12957     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12958     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12959     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12960     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12961   layout:
12962     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12963     layout: "plot-throughput"
12964
12965 - type: "plot"
12966   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12967   algorithm: "plot_perf_box_name"
12968   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12969   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12970   include:
12971     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12972     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12973     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12974     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12975     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12976     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12977   layout:
12978     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12979     layout: "plot-throughput"
12980
12981 - type: "plot"
12982   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12983   algorithm: "plot_perf_box_name"
12984   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12985   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12986   include:
12987     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12988     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12989     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12990     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12991     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12992     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12993   layout:
12994     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12995     layout: "plot-throughput"
12996
12997 - type: "plot"
12998   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12999   algorithm: "plot_perf_box_name"
13000   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13001   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13002   include:
13003     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13004     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13005     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13006     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13007     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13008     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13009   layout:
13010     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13011     layout: "plot-throughput"
13012
13013 - type: "plot"
13014   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13015   algorithm: "plot_perf_box_name"
13016   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13017   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13018   include:
13019     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13020     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13021     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13022     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13023     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13024     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13025   layout:
13026     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13027     layout: "plot-throughput"
13028
13029 - type: "plot"
13030   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13031   algorithm: "plot_perf_box_name"
13032   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13033   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13034   include:
13035     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13036     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13037     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13038     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13039     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13040     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13041   layout:
13042     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13043     layout: "plot-throughput"
13044
13045 - type: "plot"
13046   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13047   algorithm: "plot_perf_box_name"
13048   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13049   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13050   include:
13051     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13052     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13053     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13054     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13055     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13056     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13057   layout:
13058     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13059     layout: "plot-throughput"
13060
13061 - type: "plot"
13062   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13063   algorithm: "plot_perf_box_name"
13064   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13065   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13066   include:
13067     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13068     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13069     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13070     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13071     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13072     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13073   layout:
13074     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13075     layout: "plot-throughput"
13076
13077 - type: "plot"
13078   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13079   algorithm: "plot_perf_box_name"
13080   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13081   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13082   include:
13083     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13084     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13085     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13086     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13087     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13088     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13089   layout:
13090     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13091     layout: "plot-throughput"
13092
13093 - type: "plot"
13094   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13095   algorithm: "plot_perf_box_name"
13096   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13097   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13098   include:
13099     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13100     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13101     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13102     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13103     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13104     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13105   layout:
13106     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13107     layout: "plot-throughput"
13108
13109 - type: "plot"
13110   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13111   algorithm: "plot_perf_box_name"
13112   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13113   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13114   include:
13115     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13116     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13117     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13118     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13119     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13120     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13121   layout:
13122     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13123     layout: "plot-throughput"
13124
13125 - type: "plot"
13126   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13127   algorithm: "plot_perf_box_name"
13128   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13129   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13130   include:
13131     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13132     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13133     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13134     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13135     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13136     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13137   layout:
13138     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13139     layout: "plot-throughput"
13140
13141 - type: "plot"
13142   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13143   algorithm: "plot_perf_box_name"
13144   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13145   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13146   include:
13147     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13148     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13149     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13150     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13151     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13152     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13153   layout:
13154     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13155     layout: "plot-throughput"
13156
13157 - type: "plot"
13158   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13159   algorithm: "plot_perf_box_name"
13160   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13161   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13162   include:
13163     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13164     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13165     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13166     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13167     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13168     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13169   layout:
13170     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13171     layout: "plot-throughput"
13172
13173 - type: "plot"
13174   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13175   algorithm: "plot_perf_box_name"
13176   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13177   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13178   include:
13179     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13180     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13181     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13182     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13183   layout:
13184     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13185     layout: "plot-throughput"
13186
13187 - type: "plot"
13188   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13189   algorithm: "plot_perf_box_name"
13190   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13191   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13192   include:
13193     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13194     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13195     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13196     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13197   layout:
13198     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13199     layout: "plot-throughput"
13200
13201 - type: "plot"
13202   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13203   algorithm: "plot_perf_box_name"
13204   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13205   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13206   include:
13207     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13208     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13209     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13210     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13211   layout:
13212     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13213     layout: "plot-throughput"
13214
13215 - type: "plot"
13216   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13217   algorithm: "plot_perf_box_name"
13218   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13219   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13220   include:
13221     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13222     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13223     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13224     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13225   layout:
13226     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13227     layout: "plot-throughput"
13228
13229 - type: "plot"
13230   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13231   algorithm: "plot_perf_box_name"
13232   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13233   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13234   include:
13235     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13236     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13237     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13238     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13239     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13240     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13241   layout:
13242     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13243     layout: "plot-throughput"
13244
13245 - type: "plot"
13246   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13247   algorithm: "plot_perf_box_name"
13248   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13249   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13250   include:
13251     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13252     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13253     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13254     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13255     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13256     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13257   layout:
13258     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13259     layout: "plot-throughput"
13260
13261 - type: "plot"
13262   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13263   algorithm: "plot_perf_box_name"
13264   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13265   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13266   include:
13267     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13268     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13269     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13270     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13271     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13272   layout:
13273     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13274     layout: "plot-throughput"
13275
13276 - type: "plot"
13277   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13278   algorithm: "plot_perf_box_name"
13279   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13280   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13281   include:
13282     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13283     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13284     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13285     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13286     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13287   layout:
13288     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13289     layout: "plot-throughput"
13290
13291 - type: "plot"
13292   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13293   algorithm: "plot_perf_box_name"
13294   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13295   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13296   include:
13297     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13298     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13299     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13300     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13301     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13302   layout:
13303     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13304     layout: "plot-throughput"
13305
13306 - type: "plot"
13307   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13308   algorithm: "plot_perf_box_name"
13309   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13310   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13311   include:
13312     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13313     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13314     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13315     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13316     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13317   layout:
13318     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13319     layout: "plot-throughput"
13320
13321 - type: "plot"
13322   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13323   algorithm: "plot_perf_box_name"
13324   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13325   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13326   include:
13327     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13328     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13329     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13330     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13331   layout:
13332     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13333     layout: "plot-throughput"
13334
13335 - type: "plot"
13336   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13337   algorithm: "plot_perf_box_name"
13338   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13339   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13340   include:
13341     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13342     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13343     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13344     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13345   layout:
13346     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13347     layout: "plot-throughput"
13348
13349 - type: "plot"
13350   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13351   algorithm: "plot_perf_box_name"
13352   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13353   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13354   include:
13355     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13356     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13357     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13358     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13359     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13360     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13361   layout:
13362     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13363     layout: "plot-throughput"
13364
13365 - type: "plot"
13366   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13367   algorithm: "plot_perf_box_name"
13368   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13369   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13370   include:
13371     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13372     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13373     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13374     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13375     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13376     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13377   layout:
13378     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13379     layout: "plot-throughput"
13380
13381 - type: "plot"
13382   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13383   algorithm: "plot_perf_box_name"
13384   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13385   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13386   include:
13387     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13388     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13389     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13390     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13391     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13392     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13393   layout:
13394     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13395     layout: "plot-throughput"
13396
13397 - type: "plot"
13398   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13399   algorithm: "plot_perf_box_name"
13400   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13401   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13402   include:
13403     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13404     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13405     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13406     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13407     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13408     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13409   layout:
13410     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13411     layout: "plot-throughput"
13412
13413 - type: "plot"
13414   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13415   algorithm: "plot_perf_box_name"
13416   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13417   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13418   include:
13419     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13420     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13421     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13422     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13423     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13424     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13425   layout:
13426     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13427     layout: "plot-throughput"
13428
13429 - type: "plot"
13430   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13431   algorithm: "plot_perf_box_name"
13432   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13433   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13434   include:
13435     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13436     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13437     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13438     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13439     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13440     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13441   layout:
13442     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13443     layout: "plot-throughput"
13444
13445 - type: "plot"
13446   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13447   algorithm: "plot_perf_box_name"
13448   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13449   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13450   include:
13451     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13452     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13453     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13454     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13455     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13456     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13457   layout:
13458     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13459     layout: "plot-throughput"
13460
13461 - type: "plot"
13462   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13463   algorithm: "plot_perf_box_name"
13464   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13465   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13466   include:
13467     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13468     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13469     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13470     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13471     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13472     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13473   layout:
13474     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13475     layout: "plot-throughput"
13476
13477 - type: "plot"
13478   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13479   algorithm: "plot_perf_box_name"
13480   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13481   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13482   include:
13483     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13484     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13485     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13486     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13487   layout:
13488     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13489     layout: "plot-throughput"
13490
13491 - type: "plot"
13492   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13493   algorithm: "plot_perf_box_name"
13494   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13495   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13496   include:
13497     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13498     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13499     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13500     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13501   layout:
13502     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13503     layout: "plot-throughput"
13504
13505 - type: "plot"
13506   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13507   algorithm: "plot_perf_box_name"
13508   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13509   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13510   include:
13511     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13512     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13513     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13514     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13515     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13516     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13517   layout:
13518     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13519     layout: "plot-throughput"
13520
13521 - type: "plot"
13522   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13523   algorithm: "plot_perf_box_name"
13524   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13525   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13526   include:
13527     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13528     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13529     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13530     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13531     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13532     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13533   layout:
13534     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13535     layout: "plot-throughput"
13536
13537 - type: "plot"
13538   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13539   algorithm: "plot_perf_box_name"
13540   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13541   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13542   include:
13543     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13544     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13545     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13546     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13547     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13548     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13549   layout:
13550     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13551     layout: "plot-throughput"
13552
13553 - type: "plot"
13554   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13555   algorithm: "plot_perf_box_name"
13556   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13557   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13558   include:
13559     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13560     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13561     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13562     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13563     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13564     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13565   layout:
13566     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13567     layout: "plot-throughput"
13568
13569 #- type: "plot"
13570 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13571 #  algorithm: "plot_perf_box_name"
13572 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13573 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13574 #  include:
13575 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13576 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13577 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13578 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13579 #  layout:
13580 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13581 #    layout: "plot-throughput"
13582 #
13583 #- type: "plot"
13584 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13585 #  algorithm: "plot_perf_box_name"
13586 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13587 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13588 #  include:
13589 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13590 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13591 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13592 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13593 #  layout:
13594 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13595 #    layout: "plot-throughput"
13596
13597 - type: "plot"
13598   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13599   algorithm: "plot_perf_box_name"
13600   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13601   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13602   include:
13603     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13604     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13605     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13606     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13607     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13608     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13609   layout:
13610     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13611     layout: "plot-throughput"
13612
13613 - type: "plot"
13614   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13615   algorithm: "plot_perf_box_name"
13616   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13617   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13618   include:
13619     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13620     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13621     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13622     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13623     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13624     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13625   layout:
13626     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13627     layout: "plot-throughput"
13628
13629 #- type: "plot"
13630 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13631 #  algorithm: "plot_perf_box_name"
13632 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13633 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13634 #  include:
13635 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13636 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13637 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13638 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13639 #  layout:
13640 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13641 #    layout: "plot-throughput"
13642 #
13643 #- type: "plot"
13644 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13645 #  algorithm: "plot_perf_box_name"
13646 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13647 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13648 #  include:
13649 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13650 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13651 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13652 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13653 #  layout:
13654 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13655 #    layout: "plot-throughput"
13656
13657 - type: "plot"
13658   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13659   algorithm: "plot_perf_box_name"
13660   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13661   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13662   include:
13663     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13664     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13665     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13666     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13667     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13668     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13669   layout:
13670     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13671     layout: "plot-throughput"
13672
13673 - type: "plot"
13674   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13675   algorithm: "plot_perf_box_name"
13676   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13677   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13678   include:
13679     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13680     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13681     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13682     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13683     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13684     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13685   layout:
13686     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13687     layout: "plot-throughput"
13688
13689 #- type: "plot"
13690 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13691 #  algorithm: "plot_perf_box_name"
13692 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13693 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13694 #  include:
13695 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13696 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13697 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13698 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13699 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13700 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13701 #  layout:
13702 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13703 #    layout: "plot-throughput"
13704 #
13705 #- type: "plot"
13706 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13707 #  algorithm: "plot_perf_box_name"
13708 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13709 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13710 #  include:
13711 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13712 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13713 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13714 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13715 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13716 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13717 #  layout:
13718 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13719 #    layout: "plot-throughput"
13720
13721 - type: "plot"
13722   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13723   algorithm: "plot_perf_box_name"
13724   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13725   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13726   include:
13727     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13728     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13729     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13730     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13731     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13732     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13733   layout:
13734     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13735     layout: "plot-throughput"
13736
13737 - type: "plot"
13738   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13739   algorithm: "plot_perf_box_name"
13740   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13741   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13742   include:
13743     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13744     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13745     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13746     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13747     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13748     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13749   layout:
13750     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13751     layout: "plot-throughput"
13752
13753 - type: "plot"
13754   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13755   algorithm: "plot_perf_box_name"
13756   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13757   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13758   include:
13759     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13760     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13761     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13762 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13763 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13764 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13765   layout:
13766     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13767     layout: "plot-throughput"
13768
13769 - type: "plot"
13770   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13771   algorithm: "plot_perf_box_name"
13772   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13773   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13774   include:
13775     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13776     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13777     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13778 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13779 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13780 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13781   layout:
13782     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13783     layout: "plot-throughput"
13784
13785 - type: "plot"
13786   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13787   algorithm: "plot_perf_box_name"
13788   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13789   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13790   include:
13791     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13792     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13793     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13794     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13795     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13796     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13797   layout:
13798     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13799     layout: "plot-throughput"
13800
13801 - type: "plot"
13802   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13803   algorithm: "plot_perf_box_name"
13804   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13805   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13806   include:
13807     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13808     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13809     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13810     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13811     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13812     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13813   layout:
13814     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13815     layout: "plot-throughput"
13816
13817 - type: "plot"
13818   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13819   algorithm: "plot_perf_box_name"
13820   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13821   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13822   include:
13823     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13824     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13825     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13826     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13827     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13828     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13829   layout:
13830     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13831     layout: "plot-throughput"
13832
13833 - type: "plot"
13834   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13835   algorithm: "plot_perf_box_name"
13836   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13837   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13838   include:
13839     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13840     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13841     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13842     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13843     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13844     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13845   layout:
13846     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13847     layout: "plot-throughput"
13848
13849 #- type: "plot"
13850 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13851 #  algorithm: "plot_perf_box_name"
13852 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13853 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13854 #  include:
13855 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13856 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13857 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13858 #  layout:
13859 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13860 #    layout: "plot-throughput"
13861 #
13862 #- type: "plot"
13863 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13864 #  algorithm: "plot_perf_box_name"
13865 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13866 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13867 #  include:
13868 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13869 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13870 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13871 #  layout:
13872 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13873 #    layout: "plot-throughput"
13874
13875 - type: "plot"
13876   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13877   algorithm: "plot_perf_box_name"
13878   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13879   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13880   include:
13881     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13882     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13883     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13884     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13885     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13886   layout:
13887     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13888     layout: "plot-throughput"
13889
13890 - type: "plot"
13891   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13892   algorithm: "plot_perf_box_name"
13893   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13894   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13895   include:
13896     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13897     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13898     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13899     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13900     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13901   layout:
13902     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13903     layout: "plot-throughput"
13904
13905 - type: "plot"
13906   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13907   algorithm: "plot_perf_box_name"
13908   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13909   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13910   include:
13911     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13912     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13913     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13914     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13915     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13916   layout:
13917     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13918     layout: "plot-throughput"
13919
13920 - type: "plot"
13921   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13922   algorithm: "plot_perf_box_name"
13923   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13924   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13925   include:
13926     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13927     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13928     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13929     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13930     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13931   layout:
13932     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13933     layout: "plot-throughput"
13934
13935 - type: "plot"
13936   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13937   algorithm: "plot_perf_box_name"
13938   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13939   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13940   include:
13941     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13942     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13943     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13944     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13945     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13946   layout:
13947     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13948     layout: "plot-throughput"
13949
13950 - type: "plot"
13951   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13952   algorithm: "plot_perf_box_name"
13953   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13954   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13955   include:
13956     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13957     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13958     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13959     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13960     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13961   layout:
13962     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13963     layout: "plot-throughput"
13964
13965 - type: "plot"
13966   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13967   algorithm: "plot_perf_box_name"
13968   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13969   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13970   include:
13971     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13972     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13973     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13974     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13975     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13976   layout:
13977     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13978     layout: "plot-throughput"
13979
13980 - type: "plot"
13981   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13982   algorithm: "plot_perf_box_name"
13983   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13984   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13985   include:
13986     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13987     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13988     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13989     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13990     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13991   layout:
13992     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13993     layout: "plot-throughput"
13994
13995 - type: "plot"
13996   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13997   algorithm: "plot_perf_box_name"
13998   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13999   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14000   include:
14001     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14002     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14003     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14004     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14005     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14006   layout:
14007     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14008     layout: "plot-throughput"
14009
14010 - type: "plot"
14011   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14012   algorithm: "plot_perf_box_name"
14013   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14014   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14015   include:
14016     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14017     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14018     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14019     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14020     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14021   layout:
14022     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14023     layout: "plot-throughput"
14024
14025 - type: "plot"
14026   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14027   algorithm: "plot_perf_box_name"
14028   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14029   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14030   include:
14031     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14032     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14033     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14034     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14035     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14036   layout:
14037     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14038     layout: "plot-throughput"
14039
14040 - type: "plot"
14041   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14042   algorithm: "plot_perf_box_name"
14043   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14044   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14045   include:
14046     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14047     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14048     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14049     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14050     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14051   layout:
14052     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14053     layout: "plot-throughput"
14054
14055 - type: "plot"
14056   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14057   algorithm: "plot_perf_box_name"
14058   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14059   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14060   include:
14061     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14062     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14063     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14064     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14065   layout:
14066     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14067     layout: "plot-throughput"
14068
14069 - type: "plot"
14070   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14071   algorithm: "plot_perf_box_name"
14072   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14073   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14074   include:
14075     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14076     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14077     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14078     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14079   layout:
14080     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14081     layout: "plot-throughput"
14082
14083 - type: "plot"
14084   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14085   algorithm: "plot_perf_box_name"
14086   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14087   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14088   include:
14089     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14090     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14091     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14092     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14093   layout:
14094     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14095     layout: "plot-throughput"
14096
14097 - type: "plot"
14098   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14099   algorithm: "plot_perf_box_name"
14100   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14101   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14102   include:
14103     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14104     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14105     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14106     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14107   layout:
14108     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14109     layout: "plot-throughput"
14110
14111 - type: "plot"
14112   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14113   algorithm: "plot_perf_box_name"
14114   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14115   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14116   include:
14117     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14118     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14119     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14120     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14121     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14122     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14123   layout:
14124     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14125     layout: "plot-throughput"
14126
14127 - type: "plot"
14128   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14129   algorithm: "plot_perf_box_name"
14130   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14131   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14132   include:
14133     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14134     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14135     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14136     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14137     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14138     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14139   layout:
14140     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14141     layout: "plot-throughput"
14142
14143 - type: "plot"
14144   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14145   algorithm: "plot_perf_box_name"
14146   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14147   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14148   include:
14149     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14150     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14151     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14152     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14153     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14154     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14155   layout:
14156     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14157     layout: "plot-throughput"
14158
14159 - type: "plot"
14160   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14161   algorithm: "plot_perf_box_name"
14162   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14163   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14164   include:
14165     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14166     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14167     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14168     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14169     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14170     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14171   layout:
14172     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14173     layout: "plot-throughput"
14174
14175 - type: "plot"
14176   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14177   algorithm: "plot_perf_box_name"
14178   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14179   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14180   include:
14181     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14182     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14183     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14184     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14185     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14186     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14187   layout:
14188     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14189     layout: "plot-throughput"
14190
14191 - type: "plot"
14192   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14193   algorithm: "plot_perf_box_name"
14194   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14195   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14196   include:
14197     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14198     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14199     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14200     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14201     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14202     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14203   layout:
14204     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14205     layout: "plot-throughput"
14206
14207 - type: "plot"
14208   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14209   algorithm: "plot_perf_box_name"
14210   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14211   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14212   include:
14213     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14214     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14215     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14216     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14217     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14218   layout:
14219     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14220     layout: "plot-throughput"
14221
14222 - type: "plot"
14223   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14224   algorithm: "plot_perf_box_name"
14225   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14226   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14227   include:
14228     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14229     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14230     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14231     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14232     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14233   layout:
14234     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14235     layout: "plot-throughput"
14236
14237 - type: "plot"
14238   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14239   algorithm: "plot_perf_box_name"
14240   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14241   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14242   include:
14243     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14244     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14245   layout:
14246     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14247     layout: "plot-throughput"
14248
14249 - type: "plot"
14250   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14251   algorithm: "plot_perf_box_name"
14252   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14253   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14254   include:
14255     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14256     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14257   layout:
14258     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14259     layout: "plot-throughput"
14260
14261 - type: "plot"
14262   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14263   algorithm: "plot_perf_box_name"
14264   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14265   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14266   include:
14267     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14268     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14269   layout:
14270     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14271     layout: "plot-throughput"
14272
14273 - type: "plot"
14274   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14275   algorithm: "plot_perf_box_name"
14276   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14277   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14278   include:
14279     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14280     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14281   layout:
14282     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14283     layout: "plot-throughput"
14284
14285 - type: "plot"
14286   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14287   algorithm: "plot_perf_box_name"
14288   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14289   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14290   include:
14291     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14292     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14293   layout:
14294     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14295     layout: "plot-throughput"
14296
14297 - type: "plot"
14298   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14299   algorithm: "plot_perf_box_name"
14300   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14301   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14302   include:
14303     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14304     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14305   layout:
14306     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14307     layout: "plot-throughput"
14308
14309 - type: "plot"
14310   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14311   algorithm: "plot_perf_box_name"
14312   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14313   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14314   include:
14315     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14316     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14317   layout:
14318     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14319     layout: "plot-throughput"
14320
14321 - type: "plot"
14322   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14323   algorithm: "plot_perf_box_name"
14324   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14325   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14326   include:
14327     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14328     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14329   layout:
14330     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14331     layout: "plot-throughput"
14332
14333 - type: "plot"
14334   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14335   algorithm: "plot_perf_box_name"
14336   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14337   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14338   include:
14339     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14340     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14341     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14342     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14343     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14344     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14345   layout:
14346     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14347     layout: "plot-throughput"
14348
14349 - type: "plot"
14350   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14351   algorithm: "plot_perf_box_name"
14352   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14353   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14354   include:
14355     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14356     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14357     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14358     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14359     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14360     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14361   layout:
14362     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14363     layout: "plot-throughput"
14364
14365 - type: "plot"
14366   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14367   algorithm: "plot_perf_box_name"
14368   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14369   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14370   include:
14371     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14372     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14373     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14374     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14375     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14376     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14377   layout:
14378     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14379     layout: "plot-throughput"
14380
14381 - type: "plot"
14382   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14383   algorithm: "plot_perf_box_name"
14384   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14385   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14386   include:
14387     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14388     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14389     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14390     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14391     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14392     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14393   layout:
14394     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14395     layout: "plot-throughput"
14396
14397 #- type: "plot"
14398 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14399 #  algorithm: "plot_perf_box_name"
14400 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14401 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14402 #  include:
14403 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14404 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14405 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14406 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14407 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14408 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14409 #  layout:
14410 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14411 #    layout: "plot-throughput"
14412 #
14413 #- type: "plot"
14414 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14415 #  algorithm: "plot_perf_box_name"
14416 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14417 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14418 #  include:
14419 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14420 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14421 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14422 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14423 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14424 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14425 #  layout:
14426 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14427 #    layout: "plot-throughput"
14428
14429 - type: "plot"
14430   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14431   algorithm: "plot_perf_box_name"
14432   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14433   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14434   include:
14435     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14436     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14437     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14438     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14439     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14440     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14441   layout:
14442     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
14443     layout: "plot-throughput"
14444
14445 - type: "plot"
14446   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14447   algorithm: "plot_perf_box_name"
14448   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14449   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14450   include:
14451     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14452     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14453     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14454     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14455     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14456     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14457   layout:
14458     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
14459     layout: "plot-throughput"
14460
14461 ################################################################################
14462
14463 # Packet Speedup
14464
14465 - type: "plot"
14466   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14467   algorithm: "plot_tsa_name"
14468   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14469   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14470   include:
14471     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14472     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14473     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14474     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14475   layout:
14476     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
14477     layout: "plot-throughput-speedup-analysis"
14478
14479 - type: "plot"
14480   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14481   algorithm: "plot_tsa_name"
14482   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14483   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14484   include:
14485     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14486     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14487     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14488     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14489   layout:
14490     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
14491     layout: "plot-throughput-speedup-analysis"
14492
14493 - type: "plot"
14494   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14495   algorithm: "plot_tsa_name"
14496   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14497   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14498   include:
14499     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14500     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14501     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14502     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14503   layout:
14504     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
14505     layout: "plot-throughput-speedup-analysis"
14506
14507 - type: "plot"
14508   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14509   algorithm: "plot_tsa_name"
14510   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14511   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14512   include:
14513     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14514     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14515     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14516     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14517   layout:
14518     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
14519     layout: "plot-throughput-speedup-analysis"
14520
14521 - type: "plot"
14522   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14523   algorithm: "plot_tsa_name"
14524   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14525   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14526   include:
14527     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14528     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14529     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14530     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14531     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14532   layout:
14533     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
14534     layout: "plot-throughput-speedup-analysis"
14535
14536 - type: "plot"
14537   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14538   algorithm: "plot_tsa_name"
14539   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14540   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14541   include:
14542     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14543     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14544     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14545     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14546     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14547   layout:
14548     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14549     layout: "plot-throughput-speedup-analysis"
14550
14551 - type: "plot"
14552   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14553   algorithm: "plot_tsa_name"
14554   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14555   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14556   include:
14557     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14558     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14559     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14560     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14561     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14562   layout:
14563     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
14564     layout: "plot-throughput-speedup-analysis"
14565
14566 - type: "plot"
14567   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14568   algorithm: "plot_tsa_name"
14569   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14570   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14571   include:
14572     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14573     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14574     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14575     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14576     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14577   layout:
14578     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14579     layout: "plot-throughput-speedup-analysis"
14580
14581 - type: "plot"
14582   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14583   algorithm: "plot_tsa_name"
14584   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14585   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14586   include:
14587     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14588     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14589     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14590     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14591     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14592     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14593   layout:
14594     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
14595     layout: "plot-throughput-speedup-analysis"
14596
14597 - type: "plot"
14598   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14599   algorithm: "plot_tsa_name"
14600   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14601   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14602   include:
14603     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14604     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14605     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14606     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14607     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14608     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14609   layout:
14610     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14611     layout: "plot-throughput-speedup-analysis"
14612
14613 - type: "plot"
14614   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14615   algorithm: "plot_tsa_name"
14616   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14617   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14618   include:
14619     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14620     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14621     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14622     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14623     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14624   layout:
14625     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14626     layout: "plot-throughput-speedup-analysis"
14627
14628 - type: "plot"
14629   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14630   algorithm: "plot_tsa_name"
14631   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14632   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14633   include:
14634     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14635     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14636     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14637     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14638     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14639   layout:
14640     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14641     layout: "plot-throughput-speedup-analysis"
14642
14643 - type: "plot"
14644   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14645   algorithm: "plot_tsa_name"
14646   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14647   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14648   include:
14649     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14650     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14651     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14652   layout:
14653     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14654     layout: "plot-throughput-speedup-analysis"
14655
14656 - type: "plot"
14657   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14658   algorithm: "plot_tsa_name"
14659   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14660   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14661   include:
14662     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14663     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14664     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14665   layout:
14666     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14667     layout: "plot-throughput-speedup-analysis"
14668
14669 - type: "plot"
14670   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14671   algorithm: "plot_tsa_name"
14672   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14673   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14674   include:
14675     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14676     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14677     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14678     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14679     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14680   layout:
14681     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14682     layout: "plot-throughput-speedup-analysis"
14683
14684 - type: "plot"
14685   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14686   algorithm: "plot_tsa_name"
14687   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14688   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14689   include:
14690     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14691     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14692     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14693     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14694     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14695   layout:
14696     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14697     layout: "plot-throughput-speedup-analysis"
14698
14699 - type: "plot"
14700   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14701   algorithm: "plot_tsa_name"
14702   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14703   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14704   include:
14705     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14706     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14707     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14708   layout:
14709     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14710     layout: "plot-throughput-speedup-analysis"
14711
14712 - type: "plot"
14713   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14714   algorithm: "plot_tsa_name"
14715   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14716   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14717   include:
14718     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14719     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14720     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14721   layout:
14722     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14723     layout: "plot-throughput-speedup-analysis"
14724
14725 - type: "plot"
14726   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14727   algorithm: "plot_tsa_name"
14728   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14729   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14730   include:
14731     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14732     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14733     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14734     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14735     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14736     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14737   layout:
14738     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14739     layout: "plot-throughput-speedup-analysis"
14740
14741 - type: "plot"
14742   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14743   algorithm: "plot_tsa_name"
14744   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14745   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14746   include:
14747     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14748     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14749     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14750     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14751     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14752     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14753   layout:
14754     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14755     layout: "plot-throughput-speedup-analysis"
14756
14757 - type: "plot"
14758   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14759   algorithm: "plot_tsa_name"
14760   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14761   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14762   include:
14763     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14764     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14765     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14766     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14767     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14768     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14769   layout:
14770     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14771     layout: "plot-throughput-speedup-analysis"
14772
14773 - type: "plot"
14774   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14775   algorithm: "plot_tsa_name"
14776   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14777   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14778   include:
14779     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14780     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14781     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14782     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14783     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14784     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14785   layout:
14786     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14787     layout: "plot-throughput-speedup-analysis"
14788
14789 - type: "plot"
14790   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14791   algorithm: "plot_tsa_name"
14792   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14793   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14794   include:
14795     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14796     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14797     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14798   layout:
14799     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14800     layout: "plot-throughput-speedup-analysis"
14801
14802 - type: "plot"
14803   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14804   algorithm: "plot_tsa_name"
14805   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14806   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14807   include:
14808     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14809     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14810     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14811   layout:
14812     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14813     layout: "plot-throughput-speedup-analysis"
14814
14815 - type: "plot"
14816   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14817   algorithm: "plot_tsa_name"
14818   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14819   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14820   include:
14821     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14822     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14823     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14824 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14825 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14826   layout:
14827     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14828     layout: "plot-throughput-speedup-analysis"
14829
14830 - type: "plot"
14831   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14832   algorithm: "plot_tsa_name"
14833   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14834   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14835   include:
14836     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14837     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14838     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14839 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14840 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14841   layout:
14842     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14843     layout: "plot-throughput-speedup-analysis"
14844
14845 - type: "plot"
14846   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14847   algorithm: "plot_tsa_name"
14848   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14849   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14850   include:
14851     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14852     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14853     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14854     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14855     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14856   layout:
14857     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14858     layout: "plot-throughput-speedup-analysis"
14859
14860 - type: "plot"
14861   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14862   algorithm: "plot_tsa_name"
14863   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14864   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14865   include:
14866     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14867     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14868     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14869     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14870     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14871   layout:
14872     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14873     layout: "plot-throughput-speedup-analysis"
14874
14875 - type: "plot"
14876   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14877   algorithm: "plot_tsa_name"
14878   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14879   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14880   include:
14881     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14882     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14883     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14884     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14885     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14886   layout:
14887     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14888     layout: "plot-throughput-speedup-analysis"
14889
14890 - type: "plot"
14891   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14892   algorithm: "plot_tsa_name"
14893   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14894   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14895   include:
14896     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14897     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14898     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14899     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14900     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14901   layout:
14902     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14903     layout: "plot-throughput-speedup-analysis"
14904
14905 - type: "plot"
14906   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14907   algorithm: "plot_tsa_name"
14908   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14909   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14910   include:
14911     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14912     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14913     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14914     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14915     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14916     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14917   layout:
14918     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14919     layout: "plot-throughput-speedup-analysis"
14920
14921 - type: "plot"
14922   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14923   algorithm: "plot_tsa_name"
14924   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14925   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14926   include:
14927     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14928     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14929     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14930     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14931     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14932     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14933   layout:
14934     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14935     layout: "plot-throughput-speedup-analysis"
14936
14937 - type: "plot"
14938   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14939   algorithm: "plot_tsa_name"
14940   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14941   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14942   include:
14943     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14944     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14945     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14946     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14947     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14948     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14949   layout:
14950     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14951     layout: "plot-throughput-speedup-analysis"
14952
14953 - type: "plot"
14954   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14955   algorithm: "plot_tsa_name"
14956   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14957   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14958   include:
14959     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14960     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14961     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14962     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14963     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14964     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14965   layout:
14966     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14967     layout: "plot-throughput-speedup-analysis"
14968
14969 - type: "plot"
14970   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14971   algorithm: "plot_tsa_name"
14972   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14973   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14974   include:
14975     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14976     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14977   layout:
14978     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
14979     layout: "plot-throughput-speedup-analysis"
14980
14981 - type: "plot"
14982   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14983   algorithm: "plot_tsa_name"
14984   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14985   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14986   include:
14987     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14988     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14989   layout:
14990     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
14991     layout: "plot-throughput-speedup-analysis"
14992
14993 - type: "plot"
14994   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14995   algorithm: "plot_tsa_name"
14996   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14997   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14998   include:
14999     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15000     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15001     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15002     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15003   layout:
15004     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
15005     layout: "plot-throughput-speedup-analysis"
15006
15007 - type: "plot"
15008   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15009   algorithm: "plot_tsa_name"
15010   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15011   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15012   include:
15013     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15014     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15015     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15016     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15017   layout:
15018     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
15019     layout: "plot-throughput-speedup-analysis"
15020
15021 - type: "plot"
15022   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15023   algorithm: "plot_tsa_name"
15024   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15025   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15026   include:
15027     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15028     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15029     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15030     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15031   layout:
15032     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
15033     layout: "plot-throughput-speedup-analysis"
15034
15035 - type: "plot"
15036   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15037   algorithm: "plot_tsa_name"
15038   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15039   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15040   include:
15041     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15042     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15043     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15044     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15045   layout:
15046     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
15047     layout: "plot-throughput-speedup-analysis"
15048
15049 - type: "plot"
15050   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15051   algorithm: "plot_tsa_name"
15052   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15053   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15054   include:
15055     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15056     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15057     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15058     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15059     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15060     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15061   layout:
15062     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
15063     layout: "plot-throughput-speedup-analysis"
15064
15065 - type: "plot"
15066   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15067   algorithm: "plot_tsa_name"
15068   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15069   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15070   include:
15071     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15072     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15073     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15074     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15075     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15076     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15077   layout:
15078     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
15079     layout: "plot-throughput-speedup-analysis"
15080
15081 - type: "plot"
15082   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15083   algorithm: "plot_tsa_name"
15084   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15085   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15086   include:
15087     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15088     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15089     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15090     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15091     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15092   layout:
15093     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15094     layout: "plot-throughput-speedup-analysis"
15095
15096 - type: "plot"
15097   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15098   algorithm: "plot_tsa_name"
15099   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15100   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15101   include:
15102     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15103     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15104     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15105     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15106     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15107   layout:
15108     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15109     layout: "plot-throughput-speedup-analysis"
15110
15111 - type: "plot"
15112   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15113   algorithm: "plot_tsa_name"
15114   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15115   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15116   include:
15117     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15118     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15119     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15120     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15121     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15122   layout:
15123     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15124     layout: "plot-throughput-speedup-analysis"
15125
15126 - type: "plot"
15127   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15128   algorithm: "plot_tsa_name"
15129   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15130   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15131   include:
15132     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15133     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15134     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15135     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15136     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15137   layout:
15138     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15139     layout: "plot-throughput-speedup-analysis"
15140
15141 - type: "plot"
15142   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15143   algorithm: "plot_tsa_name"
15144   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15145   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15146   include:
15147     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15148     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15149     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15150   layout:
15151     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
15152     layout: "plot-throughput-speedup-analysis"
15153
15154 - type: "plot"
15155   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15156   algorithm: "plot_tsa_name"
15157   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15158   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15159   include:
15160     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15161     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15162     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15163   layout:
15164     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
15165     layout: "plot-throughput-speedup-analysis"
15166
15167 - type: "plot"
15168   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15169   algorithm: "plot_tsa_name"
15170   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15171   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15172   include:
15173     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15174     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15175     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15176   layout:
15177     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
15178     layout: "plot-throughput-speedup-analysis"
15179
15180 - type: "plot"
15181   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15182   algorithm: "plot_tsa_name"
15183   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15184   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15185   include:
15186     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15187     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15188     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15189   layout:
15190     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
15191     layout: "plot-throughput-speedup-analysis"
15192
15193 - type: "plot"
15194   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15195   algorithm: "plot_tsa_name"
15196   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15197   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15198   include:
15199     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15200     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15201     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15202     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15203     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15204   layout:
15205     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15206     layout: "plot-throughput-speedup-analysis"
15207
15208 - type: "plot"
15209   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15210   algorithm: "plot_tsa_name"
15211   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15212   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15213   include:
15214     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15215     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15216     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15217     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15218     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15219   layout:
15220     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15221     layout: "plot-throughput-speedup-analysis"
15222
15223 - type: "plot"
15224   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15225   algorithm: "plot_tsa_name"
15226   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15227   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15228   include:
15229     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15230     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15231     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15232     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15233     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15234   layout:
15235     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15236     layout: "plot-throughput-speedup-analysis"
15237
15238 - type: "plot"
15239   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15240   algorithm: "plot_tsa_name"
15241   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15242   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15243   include:
15244     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15245     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15246     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15247     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15248     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15249   layout:
15250     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15251     layout: "plot-throughput-speedup-analysis"
15252
15253 - type: "plot"
15254   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15255   algorithm: "plot_tsa_name"
15256   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15257   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15258   include:
15259     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15260     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15261     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15262     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15263     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15264     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15265   layout:
15266     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
15267     layout: "plot-throughput-speedup-analysis"
15268
15269 - type: "plot"
15270   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15271   algorithm: "plot_tsa_name"
15272   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15273   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15274   include:
15275     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15276     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15277     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15278     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15279     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15280     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15281   layout:
15282     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
15283     layout: "plot-throughput-speedup-analysis"
15284
15285 - type: "plot"
15286   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15287   algorithm: "plot_tsa_name"
15288   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15289   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15290   include:
15291     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15292     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15293     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15294     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15295   layout:
15296     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
15297     layout: "plot-throughput-speedup-analysis"
15298
15299 - type: "plot"
15300   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15301   algorithm: "plot_tsa_name"
15302   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15303   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15304   include:
15305     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15306     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15307     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15308     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15309   layout:
15310     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
15311     layout: "plot-throughput-speedup-analysis"
15312
15313 - type: "plot"
15314   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15315   algorithm: "plot_tsa_name"
15316   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15317   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15318   include:
15319     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15320     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15321     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15322     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15323     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15324     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15325   layout:
15326     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
15327     layout: "plot-throughput-speedup-analysis"
15328
15329 - type: "plot"
15330   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15331   algorithm: "plot_tsa_name"
15332   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15333   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15334   include:
15335     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15336     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15337     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15338     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15339     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15340     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15341   layout:
15342     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
15343     layout: "plot-throughput-speedup-analysis"
15344
15345 - type: "plot"
15346   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15347   algorithm: "plot_tsa_name"
15348   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15349   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15350   include:
15351     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15352     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15353     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15354     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15355     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15356     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15357   layout:
15358     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
15359     layout: "plot-throughput-speedup-analysis"
15360
15361 - type: "plot"
15362   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15363   algorithm: "plot_tsa_name"
15364   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15365   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15366   include:
15367     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15368     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15369     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15370     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15371     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15372     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15373   layout:
15374     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
15375     layout: "plot-throughput-speedup-analysis"
15376
15377 - type: "plot"
15378   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15379   algorithm: "plot_tsa_name"
15380   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15381   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15382   include:
15383     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15384     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15385     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15386     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15387     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15388     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15389   layout:
15390     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
15391     layout: "plot-throughput-speedup-analysis"
15392
15393 - type: "plot"
15394   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15395   algorithm: "plot_tsa_name"
15396   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15397   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15398   include:
15399     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15400     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15401     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15402     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15403     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15404     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15405   layout:
15406     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
15407     layout: "plot-throughput-speedup-analysis"
15408
15409 - type: "plot"
15410   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15411   algorithm: "plot_tsa_name"
15412   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15413   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15414   include:
15415     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15416     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15417     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15418     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15419     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15420     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15421   layout:
15422     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
15423     layout: "plot-throughput-speedup-analysis"
15424
15425 - type: "plot"
15426   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15427   algorithm: "plot_tsa_name"
15428   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15429   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15430   include:
15431     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15432     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15433     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15434     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15435     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15436     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15437   layout:
15438     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
15439     layout: "plot-throughput-speedup-analysis"
15440
15441 - type: "plot"
15442   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15443   algorithm: "plot_tsa_name"
15444   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15445   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15446   include:
15447     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15448     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15449     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15450     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15451     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15452     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15453   layout:
15454     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15455     layout: "plot-throughput-speedup-analysis"
15456
15457 - type: "plot"
15458   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15459   algorithm: "plot_tsa_name"
15460   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15461   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15462   include:
15463     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15464     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15465     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15466     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15467     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15468     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15469   layout:
15470     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15471     layout: "plot-throughput-speedup-analysis"
15472
15473 - type: "plot"
15474   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15475   algorithm: "plot_tsa_name"
15476   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15477   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15478   include:
15479     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15480     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15481     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15482     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15483   layout:
15484     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15485     layout: "plot-throughput-speedup-analysis"
15486
15487 - type: "plot"
15488   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15489   algorithm: "plot_tsa_name"
15490   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15491   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15492   include:
15493     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15494     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15495     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15496     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15497   layout:
15498     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15499     layout: "plot-throughput-speedup-analysis"
15500
15501 - type: "plot"
15502   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15503   algorithm: "plot_tsa_name"
15504   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15505   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15506   include:
15507     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15508     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15509     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15510     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15511   layout:
15512     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15513     layout: "plot-throughput-speedup-analysis"
15514
15515 - type: "plot"
15516   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15517   algorithm: "plot_tsa_name"
15518   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15519   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15520   include:
15521     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15522     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15523     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15524     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15525   layout:
15526     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15527     layout: "plot-throughput-speedup-analysis"
15528
15529 - type: "plot"
15530   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15531   algorithm: "plot_tsa_name"
15532   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15533   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15534   include:
15535     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15536     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15537     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15538     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15539     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15540     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15541   layout:
15542     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15543     layout: "plot-throughput-speedup-analysis"
15544
15545 - type: "plot"
15546   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15547   algorithm: "plot_tsa_name"
15548   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15549   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15550   include:
15551     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15552     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15553     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15554     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15555     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15556     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15557   layout:
15558     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15559     layout: "plot-throughput-speedup-analysis"
15560
15561 - type: "plot"
15562   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15563   algorithm: "plot_tsa_name"
15564   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15565   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15566   include:
15567     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15568     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15569     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15570     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15571     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15572   layout:
15573     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15574     layout: "plot-throughput-speedup-analysis"
15575
15576 - type: "plot"
15577   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15578   algorithm: "plot_tsa_name"
15579   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15580   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15581   include:
15582     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15583     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15584     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15585     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15586     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15587   layout:
15588     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15589     layout: "plot-throughput-speedup-analysis"
15590
15591 - type: "plot"
15592   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15593   algorithm: "plot_tsa_name"
15594   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15595   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15596   include:
15597     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15598     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15599     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15600     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15601     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15602   layout:
15603     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15604     layout: "plot-throughput-speedup-analysis"
15605
15606 - type: "plot"
15607   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15608   algorithm: "plot_tsa_name"
15609   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15610   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15611   include:
15612     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15613     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15614     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15615     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15616     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15617   layout:
15618     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15619     layout: "plot-throughput-speedup-analysis"
15620
15621 - type: "plot"
15622   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15623   algorithm: "plot_tsa_name"
15624   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15625   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15626   include:
15627     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15628     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15629     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15630     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15631   layout:
15632     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15633     layout: "plot-throughput-speedup-analysis"
15634
15635 - type: "plot"
15636   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15637   algorithm: "plot_tsa_name"
15638   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15639   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15640   include:
15641     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15642     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15643     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15644     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15645   layout:
15646     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15647     layout: "plot-throughput-speedup-analysis"
15648
15649 - type: "plot"
15650   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15651   algorithm: "plot_tsa_name"
15652   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15653   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15654   include:
15655     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15656     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15657     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15658     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15659     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15660     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15661   layout:
15662     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15663     layout: "plot-throughput-speedup-analysis"
15664
15665 - type: "plot"
15666   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15667   algorithm: "plot_tsa_name"
15668   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15669   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15670   include:
15671     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15672     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15673     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15674     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15675     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15676     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15677   layout:
15678     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15679     layout: "plot-throughput-speedup-analysis"
15680
15681 - type: "plot"
15682   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15683   algorithm: "plot_tsa_name"
15684   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15685   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15686   include:
15687     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15688     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15689     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15690     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15691     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15692     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15693   layout:
15694     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15695     layout: "plot-throughput-speedup-analysis"
15696
15697 - type: "plot"
15698   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15699   algorithm: "plot_tsa_name"
15700   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15701   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15702   include:
15703     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15704     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15705     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15706     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15707     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15708     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15709   layout:
15710     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15711     layout: "plot-throughput-speedup-analysis"
15712
15713 - type: "plot"
15714   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15715   algorithm: "plot_tsa_name"
15716   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15717   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15718   include:
15719     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15720     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15721     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15722     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15723     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15724     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15725   layout:
15726     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15727     layout: "plot-throughput-speedup-analysis"
15728
15729 - type: "plot"
15730   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15731   algorithm: "plot_tsa_name"
15732   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15733   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15734   include:
15735     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15736     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15737     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15738     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15739     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15740     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15741   layout:
15742     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15743     layout: "plot-throughput-speedup-analysis"
15744
15745 - type: "plot"
15746   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15747   algorithm: "plot_tsa_name"
15748   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15749   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15750   include:
15751     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15752     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15753     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15754     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15755     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15756     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15757   layout:
15758     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15759     layout: "plot-throughput-speedup-analysis"
15760
15761 - type: "plot"
15762   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15763   algorithm: "plot_tsa_name"
15764   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15765   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15766   include:
15767     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15768     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15769     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15770     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15771     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15772     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15773   layout:
15774     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15775     layout: "plot-throughput-speedup-analysis"
15776
15777 - type: "plot"
15778   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15779   algorithm: "plot_tsa_name"
15780   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15781   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15782   include:
15783     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15784     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15785     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15786     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15787     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15788     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15789   layout:
15790     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15791     layout: "plot-throughput-speedup-analysis"
15792
15793 - type: "plot"
15794   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15795   algorithm: "plot_tsa_name"
15796   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15797   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15798   include:
15799     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15800     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15801     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15802     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15803     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15804     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15805   layout:
15806     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15807     layout: "plot-throughput-speedup-analysis"
15808
15809 - type: "plot"
15810   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15811   algorithm: "plot_tsa_name"
15812   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15813   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15814   include:
15815     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15816     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15817     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15818     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15819     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15820   layout:
15821     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15822     layout: "plot-throughput-speedup-analysis"
15823
15824 - type: "plot"
15825   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15826   algorithm: "plot_tsa_name"
15827   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15828   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15829   include:
15830     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15831     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15832     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15833     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15834     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15835   layout:
15836     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15837     layout: "plot-throughput-speedup-analysis"
15838
15839 - type: "plot"
15840   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15841   algorithm: "plot_tsa_name"
15842   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15843   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15844   include:
15845     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15846     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15847     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15848     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15849     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15850   layout:
15851     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15852     layout: "plot-throughput-speedup-analysis"
15853
15854 - type: "plot"
15855   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15856   algorithm: "plot_tsa_name"
15857   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15858   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15859   include:
15860     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15861     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15862     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15863     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15864     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15865   layout:
15866     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15867     layout: "plot-throughput-speedup-analysis"
15868
15869 - type: "plot"
15870   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15871   algorithm: "plot_tsa_name"
15872   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15873   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15874   include:
15875     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15876     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15877     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15878     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15879     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15880   layout:
15881     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15882     layout: "plot-throughput-speedup-analysis"
15883
15884 - type: "plot"
15885   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15886   algorithm: "plot_tsa_name"
15887   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15888   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15889   include:
15890     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15891     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15892     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15893     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15894     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15895   layout:
15896     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15897     layout: "plot-throughput-speedup-analysis"
15898
15899 - type: "plot"
15900   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15901   algorithm: "plot_tsa_name"
15902   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15903   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15904   include:
15905     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15906     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15907     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15908     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15909     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15910   layout:
15911     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15912     layout: "plot-throughput-speedup-analysis"
15913
15914 - type: "plot"
15915   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15916   algorithm: "plot_tsa_name"
15917   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15918   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15919   include:
15920     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15921     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15922     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15923     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15924     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15925   layout:
15926     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15927     layout: "plot-throughput-speedup-analysis"
15928
15929 - type: "plot"
15930   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15931   algorithm: "plot_tsa_name"
15932   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15933   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15934   include:
15935     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15936     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15937     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15938     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15939     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15940   layout:
15941     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15942     layout: "plot-throughput-speedup-analysis"
15943
15944 - type: "plot"
15945   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15946   algorithm: "plot_tsa_name"
15947   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15948   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15949   include:
15950     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15951     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15952     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15953     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15954     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15955   layout:
15956     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15957     layout: "plot-throughput-speedup-analysis"
15958
15959 - type: "plot"
15960   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15961   algorithm: "plot_tsa_name"
15962   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15963   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15964   include:
15965     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15966     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15967     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15968     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15969     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15970   layout:
15971     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15972     layout: "plot-throughput-speedup-analysis"
15973
15974 - type: "plot"
15975   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15976   algorithm: "plot_tsa_name"
15977   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15978   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15979   include:
15980     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15981     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15982     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15983     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15984     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15985   layout:
15986     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15987     layout: "plot-throughput-speedup-analysis"
15988
15989 - type: "plot"
15990   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15991   algorithm: "plot_tsa_name"
15992   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15993   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15994   include:
15995     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15996     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15997     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15998     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15999   layout:
16000     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
16001     layout: "plot-throughput-speedup-analysis"
16002
16003 - type: "plot"
16004   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16005   algorithm: "plot_tsa_name"
16006   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16007   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16008   include:
16009     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16010     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16011     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16012     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16013   layout:
16014     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16015     layout: "plot-throughput-speedup-analysis"
16016
16017 - type: "plot"
16018   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16019   algorithm: "plot_tsa_name"
16020   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16021   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16022   include:
16023     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16024     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16025     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16026     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16027   layout:
16028     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16029     layout: "plot-throughput-speedup-analysis"
16030
16031 - type: "plot"
16032   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16033   algorithm: "plot_tsa_name"
16034   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16035   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16036   include:
16037     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16038     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16039     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16040     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16041   layout:
16042     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16043     layout: "plot-throughput-speedup-analysis"
16044
16045 - type: "plot"
16046   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
16047   algorithm: "plot_tsa_name"
16048   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
16049   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16050   include:
16051     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16052     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16053     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16054     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16055     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16056     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16057   layout:
16058     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
16059     layout: "plot-throughput-speedup-analysis"
16060
16061 - type: "plot"
16062   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
16063   algorithm: "plot_tsa_name"
16064   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
16065   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16066   include:
16067     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16068     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16069     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16070     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16071     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16072     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16073   layout:
16074     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
16075     layout: "plot-throughput-speedup-analysis"
16076
16077 - type: "plot"
16078   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16079   algorithm: "plot_tsa_name"
16080   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
16081   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16082   include:
16083     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16084     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16085     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16086     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16087     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16088     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16089   layout:
16090     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16091     layout: "plot-throughput-speedup-analysis"
16092
16093 - type: "plot"
16094   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16095   algorithm: "plot_tsa_name"
16096   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
16097   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16098   include:
16099     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16100     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16101     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16102     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16103     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16104     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16105   layout:
16106     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16107     layout: "plot-throughput-speedup-analysis"
16108
16109 - type: "plot"
16110   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16111   algorithm: "plot_tsa_name"
16112   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16113   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16114   include:
16115     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16116     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16117     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16118     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16119     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16120     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16121   layout:
16122     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16123     layout: "plot-throughput-speedup-analysis"
16124
16125 - type: "plot"
16126   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16127   algorithm: "plot_tsa_name"
16128   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16129   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16130   include:
16131     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16132     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16133     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16134     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16135     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16136     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16137   layout:
16138     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16139     layout: "plot-throughput-speedup-analysis"
16140
16141 - type: "plot"
16142   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16143   algorithm: "plot_tsa_name"
16144   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16145   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16146   include:
16147     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16148     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16149     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16150     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16151     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16152   layout:
16153     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16154     layout: "plot-throughput-speedup-analysis"
16155
16156 - type: "plot"
16157   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16158   algorithm: "plot_tsa_name"
16159   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16160   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16161   include:
16162     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16163     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16164     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16165     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16166     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16167   layout:
16168     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16169     layout: "plot-throughput-speedup-analysis"
16170
16171 - type: "plot"
16172   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16173   algorithm: "plot_tsa_name"
16174   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16175   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16176   include:
16177     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16178     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16179   layout:
16180     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16181     layout: "plot-throughput-speedup-analysis"
16182
16183 - type: "plot"
16184   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16185   algorithm: "plot_tsa_name"
16186   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16187   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16188   include:
16189     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16190     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16191   layout:
16192     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16193     layout: "plot-throughput-speedup-analysis"
16194
16195 - type: "plot"
16196   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16197   algorithm: "plot_tsa_name"
16198   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16199   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16200   include:
16201     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16202     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16203   layout:
16204     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16205     layout: "plot-throughput-speedup-analysis"
16206
16207 - type: "plot"
16208   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16209   algorithm: "plot_tsa_name"
16210   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16211   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16212   include:
16213     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16214     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16215   layout:
16216     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16217     layout: "plot-throughput-speedup-analysis"
16218
16219 - type: "plot"
16220   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16221   algorithm: "plot_tsa_name"
16222   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16223   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16224   include:
16225     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
16226     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
16227     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
16228     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
16229     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
16230     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
16231   layout:
16232     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
16233     layout: "plot-throughput-speedup-analysis"
16234
16235 - type: "plot"
16236   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16237   algorithm: "plot_tsa_name"
16238   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16239   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16240   include:
16241     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
16242     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
16243     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
16244     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
16245     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
16246     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
16247   layout:
16248     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
16249     layout: "plot-throughput-speedup-analysis"
16250
16251 - type: "plot"
16252   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16253   algorithm: "plot_tsa_name"
16254   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16255   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16256   include:
16257     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16258     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16259     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16260     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16261     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16262   layout:
16263     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
16264     layout: "plot-throughput-speedup-analysis"
16265
16266 - type: "plot"
16267   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16268   algorithm: "plot_tsa_name"
16269   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16270   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16271   include:
16272     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16273     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16274     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16275     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16276     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16277   layout:
16278     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
16279     layout: "plot-throughput-speedup-analysis"
16280
16281 - type: "plot"
16282   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16283   algorithm: "plot_tsa_name"
16284   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16285   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16286   include:
16287     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16288     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16289     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16290     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16291     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16292   layout:
16293     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
16294     layout: "plot-throughput-speedup-analysis"
16295
16296 - type: "plot"
16297   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16298   algorithm: "plot_tsa_name"
16299   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16300   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16301   include:
16302     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16303     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16304     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16305     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16306     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16307   layout:
16308     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
16309     layout: "plot-throughput-speedup-analysis"
16310
16311 - type: "plot"
16312   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16313   algorithm: "plot_tsa_name"
16314   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16315   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16316   include:
16317     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16318     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16319     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16320     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16321     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16322     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16323   layout:
16324     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
16325     layout: "plot-throughput-speedup-analysis"
16326
16327 - type: "plot"
16328   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16329   algorithm: "plot_tsa_name"
16330   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16331   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16332   include:
16333     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16334     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16335     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16336     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16337     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16338     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16339   layout:
16340     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
16341     layout: "plot-throughput-speedup-analysis"
16342
16343 - type: "plot"
16344   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16345   algorithm: "plot_tsa_name"
16346   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16347   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16348   include:
16349     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16350     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16351     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16352     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16353   layout:
16354     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
16355     layout: "plot-throughput-speedup-analysis"
16356
16357 - type: "plot"
16358   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16359   algorithm: "plot_tsa_name"
16360   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16361   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16362   include:
16363     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16364     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16365     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16366     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16367   layout:
16368     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
16369     layout: "plot-throughput-speedup-analysis"
16370
16371 - type: "plot"
16372   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16373   algorithm: "plot_tsa_name"
16374   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16375   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16376   include:
16377     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16378     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16379     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16380     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16381     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16382   layout:
16383     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
16384     layout: "plot-throughput-speedup-analysis"
16385
16386 - type: "plot"
16387   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16388   algorithm: "plot_tsa_name"
16389   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16390   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16391   include:
16392     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16393     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16394     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16395     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16396     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16397   layout:
16398     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
16399     layout: "plot-throughput-speedup-analysis"
16400
16401 - type: "plot"
16402   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16403   algorithm: "plot_tsa_name"
16404   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16405   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16406   include:
16407     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16408     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16409     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16410     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16411     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16412     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16413   layout:
16414     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
16415     layout: "plot-throughput-speedup-analysis"
16416
16417 - type: "plot"
16418   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16419   algorithm: "plot_tsa_name"
16420   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16421   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16422   include:
16423     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16424     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16425     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16426     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16427     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16428     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16429   layout:
16430     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
16431     layout: "plot-throughput-speedup-analysis"
16432
16433 - type: "plot"
16434   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16435   algorithm: "plot_tsa_name"
16436   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16437   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16438   include:
16439     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16440     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16441     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16442     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16443   layout:
16444     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
16445     layout: "plot-throughput-speedup-analysis"
16446
16447 - type: "plot"
16448   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16449   algorithm: "plot_tsa_name"
16450   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16451   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16452   include:
16453     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16454     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16455     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16456     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16457   layout:
16458     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
16459     layout: "plot-throughput-speedup-analysis"
16460
16461 - type: "plot"
16462   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16463   algorithm: "plot_tsa_name"
16464   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16465   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16466   include:
16467     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16468     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16469     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16470     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16471     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16472     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16473   layout:
16474     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16475     layout: "plot-throughput-speedup-analysis"
16476
16477 - type: "plot"
16478   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16479   algorithm: "plot_tsa_name"
16480   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16481   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16482   include:
16483     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16484     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16485     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16486     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16487     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16488     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16489   layout:
16490     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16491     layout: "plot-throughput-speedup-analysis"
16492
16493 - type: "plot"
16494   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16495   algorithm: "plot_tsa_name"
16496   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16497   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16498   include:
16499     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16500     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16501     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16502     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16503     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16504     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16505   layout:
16506     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16507     layout: "plot-throughput-speedup-analysis"
16508
16509 - type: "plot"
16510   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16511   algorithm: "plot_tsa_name"
16512   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16513   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16514   include:
16515     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16516     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16517     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16518     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16519     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16520     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16521   layout:
16522     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16523     layout: "plot-throughput-speedup-analysis"
16524
16525 - type: "plot"
16526   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16527   algorithm: "plot_tsa_name"
16528   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16529   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16530   include:
16531     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16532     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16533     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16534     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16535     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16536     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16537   layout:
16538     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16539     layout: "plot-throughput-speedup-analysis"
16540
16541 - type: "plot"
16542   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16543   algorithm: "plot_tsa_name"
16544   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16545   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16546   include:
16547     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16548     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16549     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16550     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16551     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16552     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16553   layout:
16554     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16555     layout: "plot-throughput-speedup-analysis"
16556
16557 - type: "plot"
16558   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16559   algorithm: "plot_tsa_name"
16560   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16561   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16562   include:
16563     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16564     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16565     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16566     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16567     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16568     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16569   layout:
16570     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16571     layout: "plot-throughput-speedup-analysis"
16572
16573 - type: "plot"
16574   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16575   algorithm: "plot_tsa_name"
16576   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16577   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16578   include:
16579     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16580     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16581     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16582     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16583     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16584     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16585   layout:
16586     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16587     layout: "plot-throughput-speedup-analysis"
16588
16589 - type: "plot"
16590   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16591   algorithm: "plot_tsa_name"
16592   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16593   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16594   include:
16595     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16596     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16597     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16598     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16599     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16600     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16601   layout:
16602     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16603     layout: "plot-throughput-speedup-analysis"
16604
16605 - type: "plot"
16606   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16607   algorithm: "plot_tsa_name"
16608   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16609   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16610   include:
16611     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16612     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16613     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16614     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16615     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16616     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16617   layout:
16618     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16619     layout: "plot-throughput-speedup-analysis"
16620
16621 #- type: "plot"
16622 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16623 #  algorithm: "plot_tsa_name"
16624 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16625 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16626 #  include:
16627 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16628 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16629 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16630 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16631 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16632 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16633 #  layout:
16634 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16635 #    layout: "plot-throughput-speedup-analysis"
16636 #
16637 #- type: "plot"
16638 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16639 #  algorithm: "plot_tsa_name"
16640 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16641 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16642 #  include:
16643 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16644 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16645 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16646 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16647 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16648 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16649 #  layout:
16650 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16651 #    layout: "plot-throughput-speedup-analysis"
16652
16653 - type: "plot"
16654   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16655   algorithm: "plot_tsa_name"
16656   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16657   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16658   include:
16659     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16660     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16661     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16662     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16663     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16664   layout:
16665     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16666     layout: "plot-throughput-speedup-analysis"
16667
16668 - type: "plot"
16669   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16670   algorithm: "plot_tsa_name"
16671   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16672   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16673   include:
16674     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16675     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16676     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16677     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16678     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16679   layout:
16680     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16681     layout: "plot-throughput-speedup-analysis"
16682
16683 - type: "plot"
16684   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16685   algorithm: "plot_tsa_name"
16686   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16687   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16688   include:
16689     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16690     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16691     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16692     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16693     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16694     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16695   layout:
16696     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16697     layout: "plot-throughput-speedup-analysis"
16698
16699 - type: "plot"
16700   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16701   algorithm: "plot_tsa_name"
16702   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16703   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16704   include:
16705     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16706     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16707     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16708     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16709     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16710     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16711   layout:
16712     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16713     layout: "plot-throughput-speedup-analysis"
16714
16715 - type: "plot"
16716   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16717   algorithm: "plot_tsa_name"
16718   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16719   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16720   include:
16721     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16722     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16723     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16724     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16725     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16726   layout:
16727     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16728     layout: "plot-throughput-speedup-analysis"
16729
16730 - type: "plot"
16731   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16732   algorithm: "plot_tsa_name"
16733   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16734   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16735   include:
16736     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16737     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16738     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16739     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16740     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16741   layout:
16742     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16743     layout: "plot-throughput-speedup-analysis"
16744
16745 #- type: "plot"
16746 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16747 #  algorithm: "plot_tsa_name"
16748 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16749 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16750 #  include:
16751 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16752 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16753 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16754 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16755 #  layout:
16756 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16757 #    layout: "plot-throughput-speedup-analysis"
16758 #
16759 #- type: "plot"
16760 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16761 #  algorithm: "plot_tsa_name"
16762 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16763 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16764 #  include:
16765 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16766 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16767 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16768 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16769 #  layout:
16770 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16771 #    layout: "plot-throughput-speedup-analysis"
16772
16773 - type: "plot"
16774   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16775   algorithm: "plot_tsa_name"
16776   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16777   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16778   include:
16779     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16780     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16781     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16782     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16783     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16784     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16785   layout:
16786     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16787     layout: "plot-throughput-speedup-analysis"
16788
16789 - type: "plot"
16790   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16791   algorithm: "plot_tsa_name"
16792   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16793   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16794   include:
16795     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16796     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16797     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16798     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16799     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16800     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16801   layout:
16802     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16803     layout: "plot-throughput-speedup-analysis"
16804
16805 - type: "plot"
16806   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16807   algorithm: "plot_tsa_name"
16808   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16809   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16810   include:
16811     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16812     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16813     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16814     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16815     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16816   layout:
16817     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16818     layout: "plot-throughput-speedup-analysis"
16819
16820 - type: "plot"
16821   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16822   algorithm: "plot_tsa_name"
16823   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16824   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16825   include:
16826     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16827     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16828     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16829     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16830     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16831   layout:
16832     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16833     layout: "plot-throughput-speedup-analysis"
16834
16835 - type: "plot"
16836   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16837   algorithm: "plot_tsa_name"
16838   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16839   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16840   include:
16841     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16842     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16843     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16844     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16845     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16846     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16847   layout:
16848     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16849     layout: "plot-throughput-speedup-analysis"
16850
16851 - type: "plot"
16852   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16853   algorithm: "plot_tsa_name"
16854   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16855   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16856   include:
16857     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16858     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16859     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16860     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16861     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16862     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16863   layout:
16864     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16865     layout: "plot-throughput-speedup-analysis"
16866
16867 - type: "plot"
16868   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16869   algorithm: "plot_tsa_name"
16870   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16871   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16872   include:
16873     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16874     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16875     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16876     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16877   layout:
16878     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16879     layout: "plot-throughput-speedup-analysis"
16880
16881 - type: "plot"
16882   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16883   algorithm: "plot_tsa_name"
16884   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16885   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16886   include:
16887     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16888     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16889     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16890     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16891   layout:
16892     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16893     layout: "plot-throughput-speedup-analysis"
16894
16895 - type: "plot"
16896   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16897   algorithm: "plot_tsa_name"
16898   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16899   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16900   include:
16901     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16902     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16903     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16904     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16905     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16906   layout:
16907     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16908     layout: "plot-throughput-speedup-analysis"
16909
16910 - type: "plot"
16911   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16912   algorithm: "plot_tsa_name"
16913   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16914   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16915   include:
16916     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16917     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16918     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16919     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16920     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16921   layout:
16922     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16923     layout: "plot-throughput-speedup-analysis"
16924
16925 - type: "plot"
16926   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16927   algorithm: "plot_tsa_name"
16928   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16929   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16930   include:
16931     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16932     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16933     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16934     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16935     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16936     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16937   layout:
16938     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16939     layout: "plot-throughput-speedup-analysis"
16940
16941 - type: "plot"
16942   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16943   algorithm: "plot_tsa_name"
16944   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16945   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16946   include:
16947     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16948     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16949     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16950     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16951     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16952     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16953   layout:
16954     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16955     layout: "plot-throughput-speedup-analysis"
16956
16957 #- type: "plot"
16958 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16959 #  algorithm: "plot_tsa_name"
16960 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16961 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16962 #  include:
16963 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16964 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16965 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16966 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16967 #  layout:
16968 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16969 #    layout: "plot-throughput-speedup-analysis"
16970 #
16971 #- type: "plot"
16972 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16973 #  algorithm: "plot_tsa_name"
16974 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16975 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16976 #  include:
16977 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16978 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16979 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16980 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16981 #  layout:
16982 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16983 #    layout: "plot-throughput-speedup-analysis"
16984
16985 - type: "plot"
16986   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16987   algorithm: "plot_tsa_name"
16988   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16989   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16990   include:
16991     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16992     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16993     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16994     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16995     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16996     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16997   layout:
16998     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16999     layout: "plot-throughput-speedup-analysis"
17000
17001 - type: "plot"
17002   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17003   algorithm: "plot_tsa_name"
17004   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17005   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17006   include:
17007     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17008     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17009     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17010     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17011     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17012     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17013   layout:
17014     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17015     layout: "plot-throughput-speedup-analysis"
17016
17017 #- type: "plot"
17018 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17019 #  algorithm: "plot_tsa_name"
17020 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17021 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17022 #  include:
17023 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17024 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17025 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17026 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17027 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17028 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17029 #  layout:
17030 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17031 #    layout: "plot-throughput-speedup-analysis"
17032 #
17033 #- type: "plot"
17034 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17035 #  algorithm: "plot_tsa_name"
17036 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17037 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17038 #  include:
17039 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17040 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17041 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17042 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17043 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17044 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17045 #  layout:
17046 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17047 #    layout: "plot-throughput-speedup-analysis"
17048
17049 #- type: "plot"
17050 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17051 #  algorithm: "plot_tsa_name"
17052 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17053 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17054 #  include:
17055 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17056 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17057 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17058 #  layout:
17059 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17060 #    layout: "plot-throughput-speedup-analysis"
17061 #
17062 #- type: "plot"
17063 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17064 #  algorithm: "plot_tsa_name"
17065 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17066 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17067 #  include:
17068 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17069 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17070 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17071 #  layout:
17072 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17073 #    layout: "plot-throughput-speedup-analysis"
17074
17075 ################################################################################
17076
17077 # Packet Throughput - DPDK
17078
17079 # 2n-skx-xxv710
17080
17081 - type: "plot"
17082   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
17083   algorithm: "plot_perf_box_name"
17084   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
17085   data: "plot-dpdk-throughput-latency-2n-skx"
17086   include:
17087     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17088     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17089   layout:
17090     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
17091     layout: "plot-throughput"
17092
17093 - type: "plot"
17094   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
17095   algorithm: "plot_perf_box_name"
17096   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
17097   data: "plot-dpdk-throughput-latency-2n-skx"
17098   include:
17099     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17100     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17101   layout:
17102     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
17103     layout: "plot-throughput"
17104
17105 - type: "plot"
17106   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
17107   algorithm: "plot_perf_box_name"
17108   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
17109   data: "plot-dpdk-throughput-latency-2n-skx"
17110   include:
17111     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17112     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17113   layout:
17114     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
17115     layout: "plot-throughput"
17116
17117 - type: "plot"
17118   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
17119   algorithm: "plot_perf_box_name"
17120   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
17121   data: "plot-dpdk-throughput-latency-2n-skx"
17122   include:
17123     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17124     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17125   layout:
17126     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
17127     layout: "plot-throughput"
17128
17129 # 2n-skx-x710
17130
17131 - type: "plot"
17132   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
17133   algorithm: "plot_perf_box_name"
17134   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
17135   data: "plot-dpdk-throughput-latency-2n-skx"
17136   include:
17137     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17138     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17139   layout:
17140     title: "2n-skx-x710-64b-2t1c-base-ndr"
17141     layout: "plot-throughput"
17142
17143 - type: "plot"
17144   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
17145   algorithm: "plot_perf_box_name"
17146   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
17147   data: "plot-dpdk-throughput-latency-2n-skx"
17148   include:
17149     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17150     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17151   layout:
17152     title: "2n-skx-x710-64b-4t2c-base-ndr"
17153     layout: "plot-throughput"
17154
17155 - type: "plot"
17156   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
17157   algorithm: "plot_perf_box_name"
17158   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
17159   data: "plot-dpdk-throughput-latency-2n-skx"
17160   include:
17161     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17162     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17163   layout:
17164     title: "2n-skx-x710-64b-2t1c-base-pdr"
17165     layout: "plot-throughput"
17166
17167 - type: "plot"
17168   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
17169   algorithm: "plot_perf_box_name"
17170   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
17171   data: "plot-dpdk-throughput-latency-2n-skx"
17172   include:
17173     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17174     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17175   layout:
17176     title: "2n-skx-x710-64b-4t2c-base-pdr"
17177     layout: "plot-throughput"
17178
17179 # 3n-skx-xxv710
17180
17181 - type: "plot"
17182   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
17183   algorithm: "plot_perf_box_name"
17184   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
17185   data: "plot-dpdk-throughput-latency-3n-skx"
17186   include:
17187     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17188     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17189   layout:
17190     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
17191     layout: "plot-throughput"
17192
17193 - type: "plot"
17194   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
17195   algorithm: "plot_perf_box_name"
17196   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
17197   data: "plot-dpdk-throughput-latency-3n-skx"
17198   include:
17199     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17200     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17201   layout:
17202     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
17203     layout: "plot-throughput"
17204
17205 - type: "plot"
17206   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
17207   algorithm: "plot_perf_box_name"
17208   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
17209   data: "plot-dpdk-throughput-latency-3n-skx"
17210   include:
17211     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17212     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17213   layout:
17214     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
17215     layout: "plot-throughput"
17216
17217 - type: "plot"
17218   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
17219   algorithm: "plot_perf_box_name"
17220   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
17221   data: "plot-dpdk-throughput-latency-3n-skx"
17222   include:
17223     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17224     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17225   layout:
17226     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
17227     layout: "plot-throughput"
17228
17229 # 3n-skx-x710
17230
17231 - type: "plot"
17232   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
17233   algorithm: "plot_perf_box_name"
17234   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
17235   data: "plot-dpdk-throughput-latency-3n-skx"
17236   include:
17237     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17238     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17239   layout:
17240     title: "3n-skx-x710-64b-2t1c-base-ndr"
17241     layout: "plot-throughput"
17242
17243 - type: "plot"
17244   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
17245   algorithm: "plot_perf_box_name"
17246   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
17247   data: "plot-dpdk-throughput-latency-3n-skx"
17248   include:
17249     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17250     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17251   layout:
17252     title: "3n-skx-x710-64b-4t2c-base-ndr"
17253     layout: "plot-throughput"
17254
17255 - type: "plot"
17256   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
17257   algorithm: "plot_perf_box_name"
17258   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
17259   data: "plot-dpdk-throughput-latency-3n-skx"
17260   include:
17261     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17262     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17263   layout:
17264     title: "3n-skx-x710-64b-2t1c-base-pdr"
17265     layout: "plot-throughput"
17266
17267 - type: "plot"
17268   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
17269   algorithm: "plot_perf_box_name"
17270   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
17271   data: "plot-dpdk-throughput-latency-3n-skx"
17272   include:
17273     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17274     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17275   layout:
17276     title: "3n-skx-x710-64b-4t2c-base-pdr"
17277     layout: "plot-throughput"
17278
17279 # 3n-hsw-xl710
17280
17281 - type: "plot"
17282   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
17283   algorithm: "plot_perf_box_name"
17284   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
17285   data: "plot-dpdk-throughput-latency-3n-hsw"
17286   include:
17287     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17288     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17289   layout:
17290     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
17291     layout: "plot-throughput"
17292
17293 - type: "plot"
17294   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
17295   algorithm: "plot_perf_box_name"
17296   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
17297   data: "plot-dpdk-throughput-latency-3n-hsw"
17298   include:
17299     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17300     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17301   layout:
17302     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
17303     layout: "plot-throughput"
17304
17305 - type: "plot"
17306   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
17307   algorithm: "plot_perf_box_name"
17308   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
17309   data: "plot-dpdk-throughput-latency-3n-hsw"
17310   include:
17311     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17312     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17313   layout:
17314     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
17315     layout: "plot-throughput"
17316
17317 - type: "plot"
17318   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
17319   algorithm: "plot_perf_box_name"
17320   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
17321   data: "plot-dpdk-throughput-latency-3n-hsw"
17322   include:
17323     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17324     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17325   layout:
17326     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
17327     layout: "plot-throughput"
17328
17329 # 3n-hsw-x710
17330
17331 - type: "plot"
17332   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
17333   algorithm: "plot_perf_box_name"
17334   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
17335   data: "plot-dpdk-throughput-latency-3n-hsw"
17336   include:
17337     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17338     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17339   layout:
17340     title: "3n-hsw-x710-64b-1t1c-base-ndr"
17341     layout: "plot-throughput"
17342
17343 - type: "plot"
17344   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
17345   algorithm: "plot_perf_box_name"
17346   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
17347   data: "plot-dpdk-throughput-latency-3n-hsw"
17348   include:
17349     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17350     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17351   layout:
17352     title: "3n-hsw-x710-64b-2t2c-base-ndr"
17353     layout: "plot-throughput"
17354
17355 - type: "plot"
17356   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
17357   algorithm: "plot_perf_box_name"
17358   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
17359   data: "plot-dpdk-throughput-latency-3n-hsw"
17360   include:
17361     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17362     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17363   layout:
17364     title: "3n-hsw-x710-64b-1t1c-base-pdr"
17365     layout: "plot-throughput"
17366
17367 - type: "plot"
17368   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
17369   algorithm: "plot_perf_box_name"
17370   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
17371   data: "plot-dpdk-throughput-latency-3n-hsw"
17372   include:
17373     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17374     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17375   layout:
17376     title: "3n-hsw-x710-64b-2t2c-base-pdr"
17377     layout: "plot-throughput"
17378
17379 # 2n-dnv-x553
17380
17381 - type: "plot"
17382   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
17383   algorithm: "plot_perf_box_name"
17384   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
17385   data: "plot-dpdk-throughput-latency-2n-dnv"
17386   include:
17387     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17388     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17389   layout:
17390     title: "2n-dnv-x553-64b-1t1c-base-ndr"
17391     layout: "plot-throughput"
17392
17393 - type: "plot"
17394   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
17395   algorithm: "plot_perf_box_name"
17396   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
17397   data: "plot-dpdk-throughput-latency-2n-dnv"
17398   include:
17399     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17400     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17401   layout:
17402     title: "2n-dnv-x553-64b-2t2c-base-ndr"
17403     layout: "plot-throughput"
17404
17405 - type: "plot"
17406   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
17407   algorithm: "plot_perf_box_name"
17408   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
17409   data: "plot-dpdk-throughput-latency-2n-dnv"
17410   include:
17411     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17412     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17413   layout:
17414     title: "2n-dnv-x553-64b-1t1c-base-pdr"
17415     layout: "plot-throughput"
17416
17417 - type: "plot"
17418   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
17419   algorithm: "plot_perf_box_name"
17420   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
17421   data: "plot-dpdk-throughput-latency-2n-dnv"
17422   include:
17423     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17424     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17425   layout:
17426     title: "2n-dnv-x553-64b-2t2c-base-pdr"
17427     layout: "plot-throughput"
17428
17429 # 3n-dnv-x553
17430
17431 - type: "plot"
17432   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
17433   algorithm: "plot_perf_box_name"
17434   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
17435   data: "plot-dpdk-throughput-latency-3n-dnv"
17436   include:
17437     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17438     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17439   layout:
17440     title: "3n-dnv-x553-64b-1t1c-base-ndr"
17441     layout: "plot-throughput"
17442
17443 - type: "plot"
17444   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
17445   algorithm: "plot_perf_box_name"
17446   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
17447   data: "plot-dpdk-throughput-latency-3n-dnv"
17448   include:
17449     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17450     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17451   layout:
17452     title: "3n-dnv-x553-64b-2t2c-base-ndr"
17453     layout: "plot-throughput"
17454
17455 - type: "plot"
17456   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
17457   algorithm: "plot_perf_box_name"
17458   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
17459   data: "plot-dpdk-throughput-latency-3n-dnv"
17460   include:
17461     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17462     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17463   layout:
17464     title: "3n-dnv-x553-64b-1t1c-base-pdr"
17465     layout: "plot-throughput"
17466
17467 - type: "plot"
17468   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17469   algorithm: "plot_perf_box_name"
17470   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
17471   data: "plot-dpdk-throughput-latency-3n-dnv"
17472   include:
17473     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17474     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17475   layout:
17476     title: "3n-dnv-x553-64b-2t2c-base-pdr"
17477     layout: "plot-throughput"
17478
17479 # 3n-tsh-x520
17480
17481 - type: "plot"
17482   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17483   algorithm: "plot_perf_box_name"
17484   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17485   data: "plot-dpdk-throughput-latency-3n-tsh"
17486   include:
17487     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17488     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17489   layout:
17490     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17491     layout: "plot-throughput"
17492
17493 - type: "plot"
17494   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17495   algorithm: "plot_perf_box_name"
17496   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17497   data: "plot-dpdk-throughput-latency-3n-tsh"
17498   include:
17499     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17500     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17501   layout:
17502     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17503     layout: "plot-throughput"
17504
17505 - type: "plot"
17506   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17507   algorithm: "plot_perf_box_name"
17508   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17509   data: "plot-dpdk-throughput-latency-3n-tsh"
17510   include:
17511     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17512     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17513   layout:
17514     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17515     layout: "plot-throughput"
17516
17517 - type: "plot"
17518   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17519   algorithm: "plot_perf_box_name"
17520   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17521   data: "plot-dpdk-throughput-latency-3n-tsh"
17522   include:
17523     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17524     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17525   layout:
17526     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17527     layout: "plot-throughput"
17528
17529 ################################################################################
17530 ###   2n-clx                                                                 ###
17531 ################################################################################
17532
17533 # Packet Throughput
17534
17535 - type: "plot"
17536   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17537   algorithm: "plot_perf_box_name"
17538   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17539   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17540   include:
17541     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17542     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17543     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17544     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17545   layout:
17546     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17547     layout: "plot-throughput"
17548
17549 - type: "plot"
17550   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17551   algorithm: "plot_perf_box_name"
17552   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17553   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17554   include:
17555     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17556     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17557     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17558     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17559   layout:
17560     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17561     layout: "plot-throughput"
17562
17563 - type: "plot"
17564   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17565   algorithm: "plot_perf_box_name"
17566   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17567   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17568   include:
17569     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17570     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17571     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17572     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17573   layout:
17574     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17575     layout: "plot-throughput"
17576
17577 - type: "plot"
17578   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17579   algorithm: "plot_perf_box_name"
17580   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17581   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17582   include:
17583     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17584     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17585     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17586     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17587   layout:
17588     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17589     layout: "plot-throughput"
17590
17591 - type: "plot"
17592   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17593   algorithm: "plot_perf_box_name"
17594   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17595   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17596   include:
17597 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17598     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17599     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17600     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17601   layout:
17602     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17603     layout: "plot-throughput"
17604
17605 - type: "plot"
17606   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17607   algorithm: "plot_perf_box_name"
17608   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17609   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17610   include:
17611 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17612     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17613     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17614     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17615   layout:
17616     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17617     layout: "plot-throughput"
17618
17619 - type: "plot"
17620   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17621   algorithm: "plot_perf_box_name"
17622   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17623   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17624   include:
17625     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17626     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17627     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17628     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17629     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17630     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17631   layout:
17632     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17633     layout: "plot-throughput"
17634
17635 - type: "plot"
17636   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17637   algorithm: "plot_perf_box_name"
17638   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17639   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17640   include:
17641     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17642     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17643     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17644     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17645     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17646   layout:
17647     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17648     layout: "plot-throughput"
17649
17650 - type: "plot"
17651   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17652   algorithm: "plot_perf_box_name"
17653   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17654   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17655   include:
17656     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17657     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17658     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17659     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17660   layout:
17661     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17662     layout: "plot-throughput"
17663
17664 - type: "plot"
17665   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17666   algorithm: "plot_perf_box_name"
17667   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17668   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17669   include:
17670     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17671     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17672     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17673     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17674   layout:
17675     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17676     layout: "plot-throughput"
17677
17678 - type: "plot"
17679   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17680   algorithm: "plot_perf_box_name"
17681   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17682   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17683   include:
17684     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17685     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17686     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17687   layout:
17688     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17689     layout: "plot-throughput"
17690
17691 - type: "plot"
17692   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17693   algorithm: "plot_perf_box_name"
17694   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17695   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17696   include:
17697     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17698     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17699     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17700   layout:
17701     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17702     layout: "plot-throughput"
17703
17704 - type: "plot"
17705   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17706   algorithm: "plot_perf_box_name"
17707   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17708   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17709   include:
17710     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17711     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17712     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17713     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17714     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17715   layout:
17716     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17717     layout: "plot-throughput"
17718
17719 - type: "plot"
17720   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17721   algorithm: "plot_perf_box_name"
17722   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17723   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17724   include:
17725     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17726     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17727     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17728     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17729     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17730   layout:
17731     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17732     layout: "plot-throughput"
17733
17734 - type: "plot"
17735   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17736   algorithm: "plot_perf_box_name"
17737   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17738   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17739   include:
17740     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17741     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17742     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17743   layout:
17744     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17745     layout: "plot-throughput"
17746
17747 - type: "plot"
17748   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17749   algorithm: "plot_perf_box_name"
17750   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17751   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17752   include:
17753     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17754     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17755     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17756   layout:
17757     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17758     layout: "plot-throughput"
17759
17760 - type: "plot"
17761   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17762   algorithm: "plot_perf_box_name"
17763   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17764   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17765   include:
17766     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17767     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17768     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17769     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17770     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17771     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17772   layout:
17773     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17774     layout: "plot-throughput"
17775
17776 - type: "plot"
17777   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17778   algorithm: "plot_perf_box_name"
17779   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17780   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17781   include:
17782     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17783     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17784     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17785     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17786     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17787     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17788   layout:
17789     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17790     layout: "plot-throughput"
17791
17792 - type: "plot"
17793   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17794   algorithm: "plot_perf_box_name"
17795   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17796   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17797   include:
17798     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17799     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17800     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17801     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17802     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17803     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17804   layout:
17805     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17806     layout: "plot-throughput"
17807
17808 - type: "plot"
17809   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17810   algorithm: "plot_perf_box_name"
17811   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17812   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17813   include:
17814     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17815     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17816     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17817     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17818     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17819     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17820   layout:
17821     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17822     layout: "plot-throughput"
17823
17824 - type: "plot"
17825   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17826   algorithm: "plot_perf_box_name"
17827   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17828   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17829   include:
17830     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17831     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17832   layout:
17833     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17834     layout: "plot-throughput"
17835
17836 - type: "plot"
17837   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17838   algorithm: "plot_perf_box_name"
17839   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17840   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17841   include:
17842     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17843     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17844   layout:
17845     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17846     layout: "plot-throughput"
17847
17848 - type: "plot"
17849   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17850   algorithm: "plot_perf_box_name"
17851   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17852   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17853   include:
17854     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17855     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17856     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17857     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17858     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17859     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17860   layout:
17861     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17862     layout: "plot-throughput"
17863
17864 - type: "plot"
17865   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17866   algorithm: "plot_perf_box_name"
17867   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17868   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17869   include:
17870     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17871     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17872     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17873     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17874     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17875     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17876   layout:
17877     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17878     layout: "plot-throughput"
17879
17880 - type: "plot"
17881   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17882   algorithm: "plot_perf_box_name"
17883   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17884   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17885   include:
17886     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17887     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17888     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17889     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17890     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17891 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17892   layout:
17893     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17894     layout: "plot-throughput"
17895
17896 - type: "plot"
17897   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17898   algorithm: "plot_perf_box_name"
17899   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17900   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17901   include:
17902     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17903     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17904     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17905     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17906     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17907 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17908   layout:
17909     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17910     layout: "plot-throughput"
17911
17912 - type: "plot"
17913   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17914   algorithm: "plot_perf_box_name"
17915   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17916   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17917   include:
17918     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17919     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17920     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17921     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17922     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17923     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17924   layout:
17925     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17926     layout: "plot-throughput"
17927
17928 - type: "plot"
17929   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17930   algorithm: "plot_perf_box_name"
17931   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17932   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17933   include:
17934     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17935     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17936     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17937     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17938     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17939     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17940   layout:
17941     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17942     layout: "plot-throughput"
17943
17944 - type: "plot"
17945   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17946   algorithm: "plot_perf_box_name"
17947   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17948   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17949   include:
17950     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17951     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17952     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17953     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17954     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17955   layout:
17956     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17957     layout: "plot-throughput"
17958
17959 - type: "plot"
17960   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17961   algorithm: "plot_perf_box_name"
17962   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17963   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17964   include:
17965     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17966     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17967     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17968     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17969     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17970   layout:
17971     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17972     layout: "plot-throughput"
17973
17974 - type: "plot"
17975   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17976   algorithm: "plot_perf_box_name"
17977   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17978   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17979   include:
17980     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17981     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17982     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17983     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17984     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17985   layout:
17986     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17987     layout: "plot-throughput"
17988
17989 - type: "plot"
17990   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17991   algorithm: "plot_perf_box_name"
17992   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17993   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17994   include:
17995     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17996     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17997     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17998     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17999     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18000   layout:
18001     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18002     layout: "plot-throughput"
18003
18004 - type: "plot"
18005   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18006   algorithm: "plot_perf_box_name"
18007   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18008   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18009   include:
18010     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18011     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18012     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18013     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18014     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18015   layout:
18016     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18017     layout: "plot-throughput"
18018
18019 - type: "plot"
18020   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18021   algorithm: "plot_perf_box_name"
18022   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18023   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18024   include:
18025     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18026     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18027     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18028     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18029     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18030   layout:
18031     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18032     layout: "plot-throughput"
18033
18034 - type: "plot"
18035   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18036   algorithm: "plot_perf_box_name"
18037   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18038   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18039   include:
18040     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18041     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18042     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18043     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18044     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18045   layout:
18046     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18047     layout: "plot-throughput"
18048
18049 - type: "plot"
18050   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18051   algorithm: "plot_perf_box_name"
18052   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18053   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18054   include:
18055     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18056     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18057     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18058     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18059     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18060   layout:
18061     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18062     layout: "plot-throughput"
18063
18064 - type: "plot"
18065   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18066   algorithm: "plot_perf_box_name"
18067   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18068   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18069   include:
18070     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18071     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18072     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18073     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18074     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18075   layout:
18076     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18077     layout: "plot-throughput"
18078
18079 - type: "plot"
18080   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18081   algorithm: "plot_perf_box_name"
18082   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18083   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18084   include:
18085     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18086     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18087     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18088     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18089     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18090   layout:
18091     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18092     layout: "plot-throughput"
18093
18094 - type: "plot"
18095   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18096   algorithm: "plot_perf_box_name"
18097   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18098   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18099   include:
18100     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18101     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18102     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18103     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18104     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18105     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18106   layout:
18107     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18108     layout: "plot-throughput"
18109
18110 - type: "plot"
18111   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18112   algorithm: "plot_perf_box_name"
18113   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18114   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18115   include:
18116     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18117     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18118     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18119     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18120     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18121     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18122   layout:
18123     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18124     layout: "plot-throughput"
18125
18126 - type: "plot"
18127   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18128   algorithm: "plot_perf_box_name"
18129   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18130   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18131   include:
18132     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18133     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18134     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18135     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18136   layout:
18137     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18138     layout: "plot-throughput"
18139
18140 - type: "plot"
18141   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18142   algorithm: "plot_perf_box_name"
18143   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18144   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18145   include:
18146     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18147     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18148     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18149     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18150   layout:
18151     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18152     layout: "plot-throughput"
18153
18154 - type: "plot"
18155   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18156   algorithm: "plot_perf_box_name"
18157   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18158   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18159   include:
18160     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18161     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18162     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18163     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18164     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18165     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18166   layout:
18167     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18168     layout: "plot-throughput"
18169
18170 - type: "plot"
18171   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18172   algorithm: "plot_perf_box_name"
18173   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18174   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18175   include:
18176     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18177     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18178     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18179     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18180     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18181     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18182   layout:
18183     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18184     layout: "plot-throughput"
18185
18186 - type: "plot"
18187   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18188   algorithm: "plot_perf_box_name"
18189   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18190   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18191   include:
18192     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18193     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18194     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18195     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18196   layout:
18197     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18198     layout: "plot-throughput"
18199
18200 - type: "plot"
18201   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18202   algorithm: "plot_perf_box_name"
18203   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18204   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18205   include:
18206     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18207     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18208     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18209     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18210   layout:
18211     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18212     layout: "plot-throughput"
18213
18214 - type: "plot"
18215   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18216   algorithm: "plot_perf_box_name"
18217   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18218   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18219   include:
18220     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18221     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18222     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18223     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18224     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18225     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18226   layout:
18227     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18228     layout: "plot-throughput"
18229
18230 - type: "plot"
18231   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18232   algorithm: "plot_perf_box_name"
18233   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18234   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18235   include:
18236     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18237     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18238     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18239     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18240     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18241     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18242   layout:
18243     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18244     layout: "plot-throughput"
18245
18246 - type: "plot"
18247   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18248   algorithm: "plot_perf_box_name"
18249   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18250   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18251   include:
18252     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18253     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18254     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18255     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18256   layout:
18257     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18258     layout: "plot-throughput"
18259
18260 - type: "plot"
18261   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18262   algorithm: "plot_perf_box_name"
18263   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18264   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18265   include:
18266     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18267     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18268     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18269     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18270   layout:
18271     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18272     layout: "plot-throughput"
18273
18274 - type: "plot"
18275   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18276   algorithm: "plot_perf_box_name"
18277   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18278   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18279   include:
18280     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18281     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18282     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18283     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18284     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18285   layout:
18286     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18287     layout: "plot-throughput"
18288
18289 - type: "plot"
18290   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18291   algorithm: "plot_perf_box_name"
18292   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18293   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18294   include:
18295     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18296     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18297     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18298     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18299     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18300   layout:
18301     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18302     layout: "plot-throughput"
18303
18304 - type: "plot"
18305   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18306   algorithm: "plot_perf_box_name"
18307   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18308   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18309   include:
18310     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18311     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18312     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18313     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18314     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18315   layout:
18316     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18317     layout: "plot-throughput"
18318
18319 - type: "plot"
18320   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18321   algorithm: "plot_perf_box_name"
18322   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18323   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18324   include:
18325     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18326     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18327     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18328     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18329     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18330   layout:
18331     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18332     layout: "plot-throughput"
18333
18334 - type: "plot"
18335   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18336   algorithm: "plot_perf_box_name"
18337   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18338   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18339   include:
18340     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18341     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18342     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18343     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18344     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18345   layout:
18346     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18347     layout: "plot-throughput"
18348
18349 - type: "plot"
18350   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18351   algorithm: "plot_perf_box_name"
18352   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18353   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18354   include:
18355     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18356     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18357     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18358     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18359     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18360   layout:
18361     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18362     layout: "plot-throughput"
18363
18364 - type: "plot"
18365   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18366   algorithm: "plot_perf_box_name"
18367   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18368   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18369   include:
18370     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18371     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18372     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18373     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18374     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18375   layout:
18376     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18377     layout: "plot-throughput"
18378
18379 - type: "plot"
18380   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18381   algorithm: "plot_perf_box_name"
18382   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18383   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18384   include:
18385     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18386     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18387     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18388     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18389     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18390   layout:
18391     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18392     layout: "plot-throughput"
18393
18394 - type: "plot"
18395   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18396   algorithm: "plot_perf_box_name"
18397   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18398   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18399   include:
18400     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18401     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18402     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18403     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18404   layout:
18405     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18406     layout: "plot-throughput"
18407
18408 - type: "plot"
18409   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18410   algorithm: "plot_perf_box_name"
18411   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18412   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18413   include:
18414     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18415     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18416     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18417     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18418   layout:
18419     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18420     layout: "plot-throughput"
18421
18422 - type: "plot"
18423   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18424   algorithm: "plot_perf_box_name"
18425   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18426   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18427   include:
18428     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18429     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18430     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18431     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18432   layout:
18433     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18434     layout: "plot-throughput"
18435
18436 - type: "plot"
18437   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18438   algorithm: "plot_perf_box_name"
18439   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18440   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18441   include:
18442     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18443     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18444     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18445     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18446   layout:
18447     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18448     layout: "plot-throughput"
18449
18450 - type: "plot"
18451   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18452   algorithm: "plot_perf_box_name"
18453   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18454   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18455   include:
18456     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18457     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18458     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18459     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18460     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18461     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18462   layout:
18463     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18464     layout: "plot-throughput"
18465
18466 - type: "plot"
18467   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18468   algorithm: "plot_perf_box_name"
18469   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18470   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18471   include:
18472     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18473     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18474     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18475     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18476     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18477     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18478   layout:
18479     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18480     layout: "plot-throughput"
18481
18482 ################################################################################
18483
18484 # Packet Speedup
18485
18486 - type: "plot"
18487   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18488   algorithm: "plot_tsa_name"
18489   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18490   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18491   include:
18492     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18493     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18494     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18495     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18496   layout:
18497     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18498     layout: "plot-throughput-speedup-analysis"
18499
18500 - type: "plot"
18501   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18502   algorithm: "plot_tsa_name"
18503   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18504   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18505   include:
18506     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18507     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18508     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18509     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18510   layout:
18511     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18512     layout: "plot-throughput-speedup-analysis"
18513
18514 - type: "plot"
18515   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18516   algorithm: "plot_tsa_name"
18517   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18518   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18519   include:
18520     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18521     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18522     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18523     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18524   layout:
18525     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18526     layout: "plot-throughput-speedup-analysis"
18527
18528 - type: "plot"
18529   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18530   algorithm: "plot_tsa_name"
18531   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18532   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18533   include:
18534     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18535     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18536     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18537     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18538   layout:
18539     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18540     layout: "plot-throughput-speedup-analysis"
18541
18542 - type: "plot"
18543   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18544   algorithm: "plot_tsa_name"
18545   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18546   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18547   include:
18548     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18549     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18550     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18551     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18552   layout:
18553     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
18554     layout: "plot-throughput-speedup-analysis"
18555
18556 - type: "plot"
18557   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18558   algorithm: "plot_tsa_name"
18559   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18560   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18561   include:
18562     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18563     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18564     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18565     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18566   layout:
18567     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
18568     layout: "plot-throughput-speedup-analysis"
18569
18570 - type: "plot"
18571   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18572   algorithm: "plot_tsa_name"
18573   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18574   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18575   include:
18576     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18577     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18578     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18579     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18580     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18581     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18582   layout:
18583     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
18584     layout: "plot-throughput-speedup-analysis"
18585
18586 - type: "plot"
18587   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18588   algorithm: "plot_tsa_name"
18589   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18590   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18591   include:
18592     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18593     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18594     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18595     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18596     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18597     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18598   layout:
18599     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
18600     layout: "plot-throughput-speedup-analysis"
18601
18602 - type: "plot"
18603   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18604   algorithm: "plot_tsa_name"
18605   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18606   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18607   include:
18608     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18609     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18610     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18611     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18612   layout:
18613     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
18614     layout: "plot-throughput-speedup-analysis"
18615
18616 - type: "plot"
18617   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18618   algorithm: "plot_tsa_name"
18619   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18620   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18621   include:
18622     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18623     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18624     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18625     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18626   layout:
18627     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
18628     layout: "plot-throughput-speedup-analysis"
18629
18630 - type: "plot"
18631   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18632   algorithm: "plot_tsa_name"
18633   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18634   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18635   include:
18636     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18637     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18638     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18639   layout:
18640     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
18641     layout: "plot-throughput-speedup-analysis"
18642
18643 - type: "plot"
18644   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18645   algorithm: "plot_tsa_name"
18646   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18647   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18648   include:
18649     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18650     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18651     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18652   layout:
18653     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
18654     layout: "plot-throughput-speedup-analysis"
18655
18656 - type: "plot"
18657   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18658   algorithm: "plot_tsa_name"
18659   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18660   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18661   include:
18662     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18663     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18664     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18665     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18666     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18667   layout:
18668     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
18669     layout: "plot-throughput-speedup-analysis"
18670
18671 - type: "plot"
18672   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18673   algorithm: "plot_tsa_name"
18674   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18675   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18676   include:
18677     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18678     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18679     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18680     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18681     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18682   layout:
18683     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
18684     layout: "plot-throughput-speedup-analysis"
18685
18686 - type: "plot"
18687   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18688   algorithm: "plot_tsa_name"
18689   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18690   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18691   include:
18692     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18693     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18694     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18695   layout:
18696     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
18697     layout: "plot-throughput-speedup-analysis"
18698
18699 - type: "plot"
18700   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18701   algorithm: "plot_tsa_name"
18702   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18703   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18704   include:
18705     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18706     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18707     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18708   layout:
18709     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
18710     layout: "plot-throughput-speedup-analysis"
18711
18712 - type: "plot"
18713   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18714   algorithm: "plot_tsa_name"
18715   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18716   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18717   include:
18718     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18719     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18720     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18721     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18722     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18723     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18724   layout:
18725     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
18726     layout: "plot-throughput-speedup-analysis"
18727
18728 - type: "plot"
18729   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18730   algorithm: "plot_tsa_name"
18731   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18732   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18733   include:
18734     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18735     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18736     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18737     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18738     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18739     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18740   layout:
18741     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
18742     layout: "plot-throughput-speedup-analysis"
18743
18744 - type: "plot"
18745   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18746   algorithm: "plot_tsa_name"
18747   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18748   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18749   include:
18750     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18751     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18752     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18753     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18754     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18755     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18756   layout:
18757     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
18758     layout: "plot-throughput-speedup-analysis"
18759
18760 - type: "plot"
18761   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18762   algorithm: "plot_tsa_name"
18763   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18764   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18765   include:
18766     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18767     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18768     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18769     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18770     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18771     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18772   layout:
18773     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
18774     layout: "plot-throughput-speedup-analysis"
18775
18776 - type: "plot"
18777   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18778   algorithm: "plot_tsa_name"
18779   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18780   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18781   include:
18782     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18783     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18784   layout:
18785     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
18786     layout: "plot-throughput-speedup-analysis"
18787
18788 - type: "plot"
18789   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18790   algorithm: "plot_tsa_name"
18791   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18792   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18793   include:
18794     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18795     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18796   layout:
18797     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
18798     layout: "plot-throughput-speedup-analysis"
18799
18800 - type: "plot"
18801   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18802   algorithm: "plot_tsa_name"
18803   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18804   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18805   include:
18806     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18807     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18808     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18809     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18810     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18811     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18812   layout:
18813     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
18814     layout: "plot-throughput-speedup-analysis"
18815
18816 - type: "plot"
18817   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18818   algorithm: "plot_tsa_name"
18819   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18820   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18821   include:
18822     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18823     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18824     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18825     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18826     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18827     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18828   layout:
18829     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
18830     layout: "plot-throughput-speedup-analysis"
18831
18832 - type: "plot"
18833   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18834   algorithm: "plot_tsa_name"
18835   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18836   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18837   include:
18838     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18839     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18840     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18841     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18842     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18843     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18844   layout:
18845     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18846     layout: "plot-throughput-speedup-analysis"
18847
18848 - type: "plot"
18849   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18850   algorithm: "plot_tsa_name"
18851   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18852   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18853   include:
18854     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18855     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18856     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18857     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18858     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18859     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18860   layout:
18861     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18862     layout: "plot-throughput-speedup-analysis"
18863
18864 - type: "plot"
18865   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18866   algorithm: "plot_tsa_name"
18867   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18868   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18869   include:
18870     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18871     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18872     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18873     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18874     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18875     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18876   layout:
18877     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18878     layout: "plot-throughput-speedup-analysis"
18879
18880 - type: "plot"
18881   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18882   algorithm: "plot_tsa_name"
18883   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18884   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18885   include:
18886     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18887     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18888     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18889     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18890     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18891     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18892   layout:
18893     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18894     layout: "plot-throughput-speedup-analysis"
18895
18896 - type: "plot"
18897   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18898   algorithm: "plot_tsa_name"
18899   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18900   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18901   include:
18902     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18903     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18904     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18905     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18906     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18907   layout:
18908     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18909     layout: "plot-throughput-speedup-analysis"
18910
18911 - type: "plot"
18912   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18913   algorithm: "plot_tsa_name"
18914   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18915   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18916   include:
18917     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18918     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18919     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18920     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18921     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18922   layout:
18923     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18924     layout: "plot-throughput-speedup-analysis"
18925
18926 - type: "plot"
18927   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18928   algorithm: "plot_tsa_name"
18929   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18930   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18931   include:
18932     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18933     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18934     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18935     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18936     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18937   layout:
18938     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18939     layout: "plot-throughput-speedup-analysis"
18940
18941 - type: "plot"
18942   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18943   algorithm: "plot_tsa_name"
18944   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18945   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18946   include:
18947     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18948     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18949     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18950     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18951     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18952   layout:
18953     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18954     layout: "plot-throughput-speedup-analysis"
18955
18956 - type: "plot"
18957   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18958   algorithm: "plot_tsa_name"
18959   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18960   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18961   include:
18962     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18963     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18964     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18965     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18966     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18967   layout:
18968     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
18969     layout: "plot-throughput-speedup-analysis"
18970
18971 - type: "plot"
18972   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18973   algorithm: "plot_tsa_name"
18974   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18975   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18976   include:
18977     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18978     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18979     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18980     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18981     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18982   layout:
18983     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
18984     layout: "plot-throughput-speedup-analysis"
18985
18986 - type: "plot"
18987   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18988   algorithm: "plot_tsa_name"
18989   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18990   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18991   include:
18992     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18993     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18994     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18995     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18996     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18997   layout:
18998     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
18999     layout: "plot-throughput-speedup-analysis"
19000
19001 - type: "plot"
19002   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19003   algorithm: "plot_tsa_name"
19004   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19005   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19006   include:
19007     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19008     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19009     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19010     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19011     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19012   layout:
19013     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
19014     layout: "plot-throughput-speedup-analysis"
19015
19016 - type: "plot"
19017   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19018   algorithm: "plot_tsa_name"
19019   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19020   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19021   include:
19022     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19023     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19024     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19025     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19026     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19027   layout:
19028     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
19029     layout: "plot-throughput-speedup-analysis"
19030
19031 - type: "plot"
19032   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19033   algorithm: "plot_tsa_name"
19034   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19035   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19036   include:
19037     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19038     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19039     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19040     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19041     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19042   layout:
19043     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
19044     layout: "plot-throughput-speedup-analysis"
19045
19046 - type: "plot"
19047   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19048   algorithm: "plot_tsa_name"
19049   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19050   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19051   include:
19052     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19053     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19054     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19055     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19056     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19057     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19058   layout:
19059     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
19060     layout: "plot-throughput-speedup-analysis"
19061
19062 - type: "plot"
19063   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19064   algorithm: "plot_tsa_name"
19065   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19066   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19067   include:
19068     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19069     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19070     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19071     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19072     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19073     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19074   layout:
19075     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
19076     layout: "plot-throughput-speedup-analysis"
19077
19078 - type: "plot"
19079   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19080   algorithm: "plot_tsa_name"
19081   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19082   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19083   include:
19084     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19085     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19086     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19087     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19088   layout:
19089     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
19090     layout: "plot-throughput-speedup-analysis"
19091
19092 - type: "plot"
19093   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19094   algorithm: "plot_tsa_name"
19095   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19096   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19097   include:
19098     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19099     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19100     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19101     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19102   layout:
19103     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
19104     layout: "plot-throughput-speedup-analysis"
19105
19106 - type: "plot"
19107   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19108   algorithm: "plot_tsa_name"
19109   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19110   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19111   include:
19112     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19113     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19114     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19115     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19116     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19117     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19118   layout:
19119     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
19120     layout: "plot-throughput-speedup-analysis"
19121
19122 - type: "plot"
19123   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19124   algorithm: "plot_tsa_name"
19125   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19126   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19127   include:
19128     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19129     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19130     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19131     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19132     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19133     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19134   layout:
19135     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
19136     layout: "plot-throughput-speedup-analysis"
19137
19138 - type: "plot"
19139   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19140   algorithm: "plot_tsa_name"
19141   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19142   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19143   include:
19144     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19145     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19146     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19147     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19148   layout:
19149     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
19150     layout: "plot-throughput-speedup-analysis"
19151
19152 - type: "plot"
19153   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19154   algorithm: "plot_tsa_name"
19155   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19156   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19157   include:
19158     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19159     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19160     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19161     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19162   layout:
19163     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
19164     layout: "plot-throughput-speedup-analysis"
19165
19166 - type: "plot"
19167   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19168   algorithm: "plot_tsa_name"
19169   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19170   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19171   include:
19172     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19173     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19174     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19175     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19176     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19177     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19178   layout:
19179     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
19180     layout: "plot-throughput-speedup-analysis"
19181
19182 - type: "plot"
19183   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19184   algorithm: "plot_tsa_name"
19185   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19186   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19187   include:
19188     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19189     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19190     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19191     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19192     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19193     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19194   layout:
19195     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
19196     layout: "plot-throughput-speedup-analysis"
19197
19198 - type: "plot"
19199   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19200   algorithm: "plot_tsa_name"
19201   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19202   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19203   include:
19204     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19205     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19206     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19207     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19208   layout:
19209     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
19210     layout: "plot-throughput-speedup-analysis"
19211
19212 - type: "plot"
19213   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19214   algorithm: "plot_tsa_name"
19215   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19216   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19217   include:
19218     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19219     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19220     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19221     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19222   layout:
19223     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
19224     layout: "plot-throughput-speedup-analysis"
19225
19226 - type: "plot"
19227   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
19228   algorithm: "plot_tsa_name"
19229   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
19230   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19231   include:
19232     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19233     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19234     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19235     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19236     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19237   layout:
19238     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
19239     layout: "plot-throughput-speedup-analysis"
19240
19241 - type: "plot"
19242   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
19243   algorithm: "plot_tsa_name"
19244   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
19245   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19246   include:
19247     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19248     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19249     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19250     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19251     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19252   layout:
19253     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
19254     layout: "plot-throughput-speedup-analysis"
19255
19256 - type: "plot"
19257   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19258   algorithm: "plot_tsa_name"
19259   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
19260   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19261   include:
19262     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19263     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19264     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19265     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19266     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19267   layout:
19268     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19269     layout: "plot-throughput-speedup-analysis"
19270
19271 - type: "plot"
19272   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19273   algorithm: "plot_tsa_name"
19274   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
19275   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19276   include:
19277     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19278     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19279     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19280     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19281     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19282   layout:
19283     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19284     layout: "plot-throughput-speedup-analysis"
19285
19286 - type: "plot"
19287   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19288   algorithm: "plot_tsa_name"
19289   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
19290   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19291   include:
19292     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19293     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19294     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19295     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19296     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19297   layout:
19298     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19299     layout: "plot-throughput-speedup-analysis"
19300
19301 - type: "plot"
19302   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19303   algorithm: "plot_tsa_name"
19304   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
19305   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19306   include:
19307     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19308     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19309     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19310     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19311     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19312   layout:
19313     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19314     layout: "plot-throughput-speedup-analysis"
19315
19316 - type: "plot"
19317   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19318   algorithm: "plot_tsa_name"
19319   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
19320   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19321   include:
19322     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19323     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19324     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19325     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19326     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19327   layout:
19328     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19329     layout: "plot-throughput-speedup-analysis"
19330
19331 - type: "plot"
19332   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19333   algorithm: "plot_tsa_name"
19334   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
19335   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19336   include:
19337     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19338     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19339     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19340     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19341     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19342   layout:
19343     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19344     layout: "plot-throughput-speedup-analysis"
19345
19346 - type: "plot"
19347   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19348   algorithm: "plot_tsa_name"
19349   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19350   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19351   include:
19352     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19353     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19354     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19355     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19356   layout:
19357     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
19358     layout: "plot-throughput-speedup-analysis"
19359
19360 - type: "plot"
19361   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19362   algorithm: "plot_tsa_name"
19363   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19364   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19365   include:
19366     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19367     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19368     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19369     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19370   layout:
19371     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
19372     layout: "plot-throughput-speedup-analysis"
19373
19374 - type: "plot"
19375   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19376   algorithm: "plot_tsa_name"
19377   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19378   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19379   include:
19380     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19381     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19382     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19383     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19384   layout:
19385     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
19386     layout: "plot-throughput-speedup-analysis"
19387
19388 - type: "plot"
19389   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19390   algorithm: "plot_tsa_name"
19391   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19392   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19393   include:
19394     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19395     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19396     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19397     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19398   layout:
19399     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
19400     layout: "plot-throughput-speedup-analysis"
19401
19402 - type: "plot"
19403   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19404   algorithm: "plot_tsa_name"
19405   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19406   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19407   include:
19408     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
19409     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
19410     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
19411     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
19412     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
19413     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
19414   layout:
19415     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
19416     layout: "plot-throughput-speedup-analysis"
19417
19418 - type: "plot"
19419   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19420   algorithm: "plot_tsa_name"
19421   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19422   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19423   include:
19424     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
19425     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
19426     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
19427     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
19428     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
19429     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
19430   layout:
19431     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
19432     layout: "plot-throughput-speedup-analysis"
19433
19434 ################################################################################
19435
19436 # Packet Throughput - DPDK
19437
19438 # 2n-clx-xxv710
19439
19440 - type: "plot"
19441   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
19442   algorithm: "plot_perf_box_name"
19443   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
19444   data: "plot-dpdk-throughput-latency-2n-clx"
19445   include:
19446     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19447     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19448   layout:
19449     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
19450     layout: "plot-throughput"
19451
19452 - type: "plot"
19453   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
19454   algorithm: "plot_perf_box_name"
19455   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
19456   data: "plot-dpdk-throughput-latency-2n-clx"
19457   include:
19458     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19459     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19460   layout:
19461     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
19462     layout: "plot-throughput"
19463
19464 - type: "plot"
19465   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
19466   algorithm: "plot_perf_box_name"
19467   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
19468   data: "plot-dpdk-throughput-latency-2n-clx"
19469   include:
19470     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19471     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19472   layout:
19473     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
19474     layout: "plot-throughput"
19475
19476 - type: "plot"
19477   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
19478   algorithm: "plot_perf_box_name"
19479   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
19480   data: "plot-dpdk-throughput-latency-2n-clx"
19481   include:
19482     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19483     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19484   layout:
19485     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
19486     layout: "plot-throughput"
19487
19488 # 2n-clx-x710
19489
19490 - type: "plot"
19491   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
19492   algorithm: "plot_perf_box_name"
19493   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
19494   data: "plot-dpdk-throughput-latency-2n-clx"
19495   include:
19496     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19497     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19498   layout:
19499     title: "2n-clx-x710-64b-2t1c-base-ndr"
19500     layout: "plot-throughput"
19501
19502 - type: "plot"
19503   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
19504   algorithm: "plot_perf_box_name"
19505   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
19506   data: "plot-dpdk-throughput-latency-2n-clx"
19507   include:
19508     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19509     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19510   layout:
19511     title: "2n-clx-x710-64b-4t2c-base-ndr"
19512     layout: "plot-throughput"
19513
19514 - type: "plot"
19515   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
19516   algorithm: "plot_perf_box_name"
19517   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
19518   data: "plot-dpdk-throughput-latency-2n-clx"
19519   include:
19520     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19521     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19522   layout:
19523     title: "2n-clx-x710-64b-2t1c-base-pdr"
19524     layout: "plot-throughput"
19525
19526 - type: "plot"
19527   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
19528   algorithm: "plot_perf_box_name"
19529   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
19530   data: "plot-dpdk-throughput-latency-2n-clx"
19531   include:
19532     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19533     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19534   layout:
19535     title: "2n-clx-x710-64b-4t2c-base-pdr"
19536     layout: "plot-throughput"
19537
19538 ################################################################################
19539
19540 - type: "plot"
19541   title: "Latency by percentile: 2n-skx"
19542   algorithm: "plot_hdrh_lat_by_percentile"
19543   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19544   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19545   target-links: "../../_static/vpp"
19546   data: "plot-vpp-hdrh-lat-2n-skx"
19547   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19548   layout:
19549     layout: "plot-hdrh-latency-by-percentile"
19550
19551 - type: "plot"
19552   title: "Latency by percentile: 3n-skx"
19553   algorithm: "plot_hdrh_lat_by_percentile"
19554   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
19555   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
19556   target-links: "../../_static/vpp"
19557   data: "plot-vpp-hdrh-lat-3n-skx"
19558   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19559   layout:
19560     layout: "plot-hdrh-latency-by-percentile"
19561
19562 - type: "plot"
19563   title: "Latency by percentile: 2n-clx"
19564   algorithm: "plot_hdrh_lat_by_percentile"
19565   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
19566   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
19567   target-links: "../../_static/vpp"
19568   data: "plot-vpp-hdrh-lat-2n-clx"
19569   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19570   layout:
19571     layout: "plot-hdrh-latency-by-percentile"
19572
19573 - type: "plot"
19574   title: "Latency by percentile: 3n-hsw"
19575   algorithm: "plot_hdrh_lat_by_percentile"
19576   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
19577   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
19578   target-links: "../../_static/vpp"
19579   data: "plot-vpp-hdrh-lat-3n-hsw"
19580   filter: "'1T1C' and 'NIC_Intel-XL710'"
19581   layout:
19582     layout: "plot-hdrh-latency-by-percentile"
19583
19584 - type: "plot"
19585   title: "Latency by percentile: 3n-tsh"
19586   algorithm: "plot_hdrh_lat_by_percentile"
19587   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
19588   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
19589   target-links: "../../_static/vpp"
19590   data: "plot-vpp-hdrh-lat-3n-tsh"
19591   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19592   layout:
19593     layout: "plot-hdrh-latency-by-percentile"
19594
19595 - type: "plot"
19596   title: "Latency by percentile: DPDK 2n-skx"
19597   algorithm: "plot_hdrh_lat_by_percentile"
19598   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
19599   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
19600   target-links: "../../_static/dpdk"
19601   data: "plot-dpdk-hdrh-lat-2n-skx"
19602   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19603   layout:
19604     layout: "plot-hdrh-latency-by-percentile"
19605
19606 - type: "plot"
19607   title: "Latency by percentile: DPDK 3n-skx"
19608   algorithm: "plot_hdrh_lat_by_percentile"
19609   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
19610   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
19611   target-links: "../../_static/dpdk"
19612   data: "plot-dpdk-hdrh-lat-3n-skx"
19613   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19614   layout:
19615     layout: "plot-hdrh-latency-by-percentile"
19616
19617 - type: "plot"
19618   title: "Latency by percentile: DPDK 2n-clx"
19619   algorithm: "plot_hdrh_lat_by_percentile"
19620   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
19621   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
19622   target-links: "../../_static/dpdk"
19623   data: "plot-dpdk-hdrh-lat-2n-clx"
19624   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19625   layout:
19626     layout: "plot-hdrh-latency-by-percentile"
19627
19628 - type: "plot"
19629   title: "Latency by percentile: DPDK 3n-hsw"
19630   algorithm: "plot_hdrh_lat_by_percentile"
19631   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
19632   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
19633   target-links: "../../_static/dpdk"
19634   data: "plot-dpdk-hdrh-lat-3n-hsw"
19635   filter: "'1T1C' and 'NIC_Intel-XL710'"
19636   layout:
19637     layout: "plot-hdrh-latency-by-percentile"
19638
19639 - type: "plot"
19640   title: "Latency by percentile: DPDK 3n-tsh"
19641   algorithm: "plot_hdrh_lat_by_percentile"
19642   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
19643   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
19644   target-links: "../../_static/dpdk"
19645   data: "plot-dpdk-hdrh-lat-3n-tsh"
19646   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19647   layout:
19648     layout: "plot-hdrh-latency-by-percentile"