Report 2005: Add 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         - 14  # perf-full-3n-skx-ip4_II
566         - 7   # perf-full-3n-skx-ip4_III
567
568     vpp-perf-results-2n-skx:
569       # TODO: Replace:
570       csit-vpp-perf-report-iterative-2005-2n-skx:
571         - 7   # NDRPDR sel
572
573     vpp-perf-results-2n-clx:
574       # TODO: Add data:
575       csit-vpp-perf-report-coverage-2005-2n-clx:
576         - 2   # perf-full-2n-clx-ip4_II
577         - 3   # perf-full-2n-clx-ip4_III
578         - 4   # perf-full-2n-clx-ip4_IV
579         - 5   # perf-full-2n-clx-ip4_V
580         - 6   # perf-full-2n-clx-ip4_VI
581         - 7   # perf-full-2n-clx-ip6_I
582         - 16  # perf-full-2n-clx-ip6_II
583         - 10  # perf-full-2n-clx-l2_II
584         - 11  # perf-full-2n-clx-memif
585         - 12  # perf-full-2n-clx-loadbalancer
586         - 13  # perf-full-2n-clx-vhost I
587         - 15  # perf-full-2n-clx-vts
588
589     vpp-perf-results-3n-tsh:
590       # TODO: Add data:
591       csit-vpp-perf-report-iterative-2005-3n-tsh:
592         - 9   # NDRPDR sel
593
594     vpp-perf-results-3n-dnv:
595       csit-vpp-perf-report-coverage-2005-3n-dnv:
596         - 1   # perf-full-3n-dnv-crypto_I
597         - 24  # perf-full-3n-dnv-crypto_II
598         - 5   # perf-full-3n-dnv-ip4_I
599         - 13  # perf-full-3n-dnv-ip4_II
600         - 17  # perf-full-3n-dnv-ip6_I
601         - 18  # perf-full-3n-dnv-ip6_II
602         - 21  # perf-full-3n-dnv-l2_I
603         - 22  # perf-full-3n-dnv-l2_II
604         - 23  # perf-full-3n-dnv-ip4-tunnels_I
605
606     vpp-perf-results-2n-dnv:
607       csit-vpp-perf-report-coverage-2005-2n-dnv:
608         - 1   # perf-full-2n-dnv-ip4_I
609         - 2   # perf-full-2n-dnv-ip4_II
610         - 3   # perf-full-2n-dnv-ip6_I
611         - 4   # perf-full-2n-dnv-ip6_II
612         - 5   # perf-full-2n-dnv-l2_I
613         - 6   # perf-full-2n-dnv-l2_II
614
615     vpp-mrr-results-3n-hsw:
616       csit-vpp-perf-report-iterative-2005-3n-hsw:
617         - 13  # MRR
618
619     vpp-mrr-results-3n-skx:
620       csit-vpp-perf-report-iterative-2005-3n-skx:
621         - 6   # MRR sel
622
623     vpp-mrr-results-2n-skx:
624       csit-vpp-perf-report-iterative-2005-2n-skx:
625         - 42  # MRR sel
626
627     vpp-mrr-results-2n-clx:
628       csit-vpp-perf-report-iterative-2005-2n-clx:
629         - 12   # MRR
630
631     vpp-mrr-results-3n-tsh:
632       csit-vpp-perf-report-iterative-2005-3n-tsh:
633         - 10  # MRR sel
634
635     vpp-mrr-results-3n-dnv:
636       csit-vpp-perf-report-iterative-2005-3n-dnv:
637         - 8   # MRR
638
639     vpp-mrr-results-2n-dnv:
640       csit-vpp-perf-report-iterative-2005-2n-dnv:
641         - 15  # MRR sel
642
643     vpp-device-results-ubuntu:
644       csit-vpp-device-2005-ubuntu1804-1n-skx:
645         - 35
646
647     dpdk-perf-results-3n-hsw:
648       csit-dpdk-perf-report-iterative-2005-3n-hsw:
649         - 5   # NDRPDR sel
650
651     dpdk-perf-results-3n-skx:
652       csit-dpdk-perf-report-iterative-2005-3n-skx:
653         - 4   # NDRPDR sel
654
655     dpdk-perf-results-2n-skx:
656       csit-dpdk-perf-report-iterative-2005-2n-skx:
657         - 1   # NDRPDR sel
658
659     dpdk-perf-results-2n-clx:
660       csit-dpdk-perf-report-iterative-2005-2n-clx:
661         - 1   # NDRPDR sel
662
663     dpdk-perf-results-2n-dnv:
664       csit-dpdk-perf-report-iterative-2005-2n-dnv:
665         - 8   # NDRPDR sel
666
667     dpdk-perf-results-3n-dnv:
668       csit-dpdk-perf-report-iterative-2005-3n-dnv:
669         - 6   # NDRPDR sel
670
671     dpdk-perf-results-3n-tsh:
672       # TODO: Replace with better results:
673       csit-dpdk-perf-report-iterative-2005-3n-tsh:
674         - 5   # NDRPDR sel
675
676 ###########################################################################
677     # Tables (more than one data set)
678
679     # Performance changes
680
681     vpp-performance-changes-3n-hsw-h1:
682       csit-vpp-perf-verify-1908-3n-hsw:
683         - 12  # NDRPDR sel
684         - 13  # NDRPDR sel
685         - 14  # NDRPDR sel
686         - 15  # NDRPDR sel
687         - 16  # NDRPDR sel
688         - 17  # NDRPDR sel
689         - 18  # NDRPDR sel
690         - 19  # NDRPDR sel
691         - 20  # NDRPDR sel
692         - 21  # NDRPDR sel
693     vpp-performance-changes-3n-hsw-ref:
694       csit-vpp-perf-verify-2001-3n-hsw:
695         - 21  # NDRPDR sel
696         - 22  # NDRPDR sel
697         - 23  # NDRPDR sel
698         - 24  # NDRPDR sel
699         - 25  # NDRPDR sel
700         - 29  # NDRPDR sel
701         - 30  # NDRPDR sel
702         - 31  # NDRPDR sel
703         - 32  # NDRPDR sel
704         - 34  # NDRPDR sel
705     vpp-performance-changes-3n-hsw-cmp:
706       csit-vpp-perf-report-iterative-2005-3n-hsw:
707         - 3   # NDRPDR sel
708         - 4   # NDRPDR sel
709         - 5   # NDRPDR sel
710         - 10  # NDRPDR sel
711         - 11  # NDRPDR sel
712         - 12  # NDRPDR sel
713         - 15  # NDRPDR sel
714         - 16  # NDRPDR sel
715         - 18  # NDRPDR sel
716         - 19  # NDRPDR sel
717
718     vpp-performance-changes-3n-skx-h1:
719       csit-vpp-perf-verify-1908_1-3n-skx:
720         - 26  # NDRPDR sel - new1908.1
721         - 27  # NDRPDR sel - new1908.1
722         - 28  # NDRPDR sel - new1908.1
723         - 29  # NDRPDR sel - new1908.1
724         - 30  # NDRPDR sel - new1908.1
725         - 31  # NDRPDR sel - new1908.1
726         - 33  # NDRPDR sel - new1908.1
727         - 34  # NDRPDR sel - new1908.1
728         - 35  # NDRPDR sel - new1908.1
729         - 36  # NDRPDR sel - new1908.1
730     vpp-performance-changes-3n-skx-ref:
731       csit-vpp-perf-verify-2001-3n-skx:
732         - 69  # NDRPDR sel - new2001.0
733         - 71  # NDRPDR sel - new2001.0
734         - 72  # NDRPDR sel - new2001.0
735         - 76  # NDRPDR sel - new2001.0
736         - 77  # NDRPDR sel - new2001.0
737         - 78  # NDRPDR sel - new2001.0
738         - 80  # NDRPDR sel - new2001.0
739     vpp-performance-changes-3n-skx-cmp:
740       # TODO: Add data:
741       csit-vpp-perf-report-iterative-2005-3n-skx:
742         - 4   # NDRPDR sel
743         - 5   # NDRPDR sel ??? all x710 failed
744         - 33  # NDRPDR sel
745         - 28  # NDRPDR sel
746         - 34  # NDRPDR sel
747         - 36  # NDRPDR sel
748         - 37  # NDRPDR sel
749         - 38  # NDRPDR sel
750         - 39  # NDRPDR sel
751
752     vpp-performance-changes-2n-skx-h1:
753       csit-vpp-perf-verify-1908_1-2n-skx:
754         - 39  # NDRPDR sel - new1908.1
755         - 40  # NDRPDR sel - new1908.1
756         - 41  # NDRPDR sel - new1908.1
757         - 43  # NDRPDR sel - new1908.1
758         - 44  # NDRPDR sel - new1908.1
759         - 45  # NDRPDR sel - new1908.1
760         - 46  # NDRPDR sel - new1908.1
761         - 47  # NDRPDR sel - new1908.1
762         - 48  # NDRPDR sel - new1908.1
763         - 49  # NDRPDR sel - new1908.1
764     vpp-performance-changes-2n-skx-ref:
765       csit-vpp-perf-verify-2001-2n-skx:
766         - 143  # NDRPDR sel - new2001.0
767         - 146  # NDRPDR sel - new2001.0
768         - 147  # NDRPDR sel - new2001.0
769         - 148  # NDRPDR sel - new2001.0
770         - 149  # NDRPDR sel - new2001.0
771         - 150  # NDRPDR sel - new2001.0
772         - 151  # NDRPDR sel - new2001.0
773         - 152  # NDRPDR sel - new2001.0
774         - 153  # NDRPDR sel - new2001.0
775         - 154  # NDRPDR sel - new2001.0
776     vpp-performance-changes-2n-skx-cmp:
777       # TODO: Add data:
778       csit-vpp-perf-report-iterative-2005-2n-skx:
779         - 43  # NDRPDR sel
780         - 38  # NDRPDR sel
781         - 7   # NDRPDR sel
782         - 65  # NDRPDR sel
783         - 47  # NDRPDR sel
784         - 55  # NDRPDR sel
785         - 67  # NDRPDR sel
786
787 #    vpp-performance-changes-nfv-2n-skx-ref:
788 #      csit-vpp-perf-verify-2001-2n-skx:
789 #        - 30  # NFV
790 #        - 31  # NFV
791 #    vpp-performance-changes-nfv-2n-skx-cmp:
792 #      # TODO: Add data:
793 #      csit-vpp-perf-report-iterative-2005-2n-skx:
794 #        - 43  # NDRPDR sel
795 #        - 38  # NDRPDR sel
796 #        - 7   # NDRPDR sel
797
798     vpp-performance-changes-2n-clx-ref:
799       csit-vpp-perf-verify-2001-2n-clx:
800         - 28  # NDRPDR sel
801         - 29  # NDRPDR sel
802         - 32  # NDRPDR sel
803         - 40  # NDRPDR sel
804         - 43  # NDRPDR sel
805         - 44  # NDRPDR sel
806         - 45  # NDRPDR sel
807         - 47  # NDRPDR sel
808         - 48  # NDRPDR sel
809         - 49  # NDRPDR sel
810     vpp-performance-changes-2n-clx-cmp:
811       csit-vpp-perf-report-iterative-2005-2n-clx:
812         - 7   # NDRPDR sel
813         - 38  # NDRPDR sel
814         - 9   # NDRPDR sel
815         - 32  # NDRPDR sel ???
816         - 33  # NDRPDR sel ???
817         - 39  # NDRPDR sel
818         - 40  # NDRPDR sel
819         - 43  # NDRPDR sel
820         - 50  # NDRPDR sel
821         - 51  # NDRPDR sel
822
823     vpp-performance-changes-2n-dnv-h1:
824       csit-vpp-perf-verify-1908-2n-dnv:
825         - 1   # NDRPDR sel
826         - 2   # NDRPDR sel
827         - 3   # NDRPDR sel
828         - 4   # NDRPDR sel
829         - 5   # NDRPDR sel
830         - 6   # NDRPDR sel
831         - 7   # NDRPDR sel
832         - 8   # NDRPDR sel
833         - 9   # NDRPDR sel
834         - 10  # NDRPDR sel
835     vpp-performance-changes-2n-dnv-ref:
836       csit-vpp-perf-verify-2001-2n-dnv:
837         - 4   # NDRPDR sel
838         - 5   # NDRPDR sel
839         - 6   # NDRPDR sel
840         - 7   # NDRPDR sel
841         - 8   # NDRPDR sel
842         - 9   # NDRPDR sel
843         - 10  # NDRPDR sel
844         - 11  # NDRPDR sel
845         - 13  # NDRPDR sel
846         - 16  # NDRPDR sel
847     vpp-performance-changes-2n-dnv-cmp:
848       csit-vpp-perf-report-iterative-2005-2n-dnv:
849         - 3   # NDRPDR sel
850         - 6   # NDRPDR sel
851         - 7   # NDRPDR sel
852         - 8   # NDRPDR sel
853         - 9   # NDRPDR sel
854         - 10  # NDRPDR sel
855         - 11  # NDRPDR sel
856         - 12  # NDRPDR sel
857         - 13  # NDRPDR sel
858         - 14  # NDRPDR sel
859
860     vpp-performance-changes-3n-dnv-h1:
861       csit-vpp-perf-verify-1908-3n-dnv:
862         - 6   # NDRPDR sel
863         - 7   # NDRPDR sel
864         - 8   # NDRPDR sel
865         - 9   # NDRPDR sel
866         - 10  # NDRPDR sel
867         - 12  # NDRPDR sel
868         - 13  # NDRPDR sel
869         - 14  # NDRPDR sel
870         - 15  # NDRPDR sel
871         - 16  # NDRPDR sel
872     vpp-performance-changes-3n-dnv-ref:
873       csit-vpp-perf-verify-2001-3n-dnv:
874         - 5   # NDRPDR sel
875         - 6   # NDRPDR sel
876         - 7   # NDRPDR sel
877         - 8   # NDRPDR sel
878         - 9   # NDRPDR sel
879         - 10  # NDRPDR sel
880         - 12  # NDRPDR sel
881         - 16  # NDRPDR sel
882         - 17  # NDRPDR sel
883         - 18  # NDRPDR sel
884     vpp-performance-changes-3n-dnv-cmp:
885       csit-vpp-perf-report-iterative-2005-3n-dnv:
886         - 2   # NDRPDR sel
887         - 3   # NDRPDR sel
888         - 4   # NDRPDR sel
889         - 5   # NDRPDR sel
890         - 6   # NDRPDR sel
891         - 7   # NDRPDR sel
892         - 9   # NDRPDR sel
893         - 10  # NDRPDR sel
894         - 11  # NDRPDR sel
895         - 12  # NDRPDR sel
896
897     vpp-performance-changes-3n-tsh-h1:
898       csit-vpp-perf-verify-1908-3n-tsh:
899         - 7   # NDRPDR sel
900         - 8   # NDRPDR sel
901         - 9   # NDRPDR sel
902         - 10  # NDRPDR sel
903         - 11  # NDRPDR sel
904         - 12  # NDRPDR sel
905         - 13  # NDRPDR sel
906         - 14  # NDRPDR sel
907         - 15  # NDRPDR sel
908         - 16  # NDRPDR sel
909     vpp-performance-changes-3n-tsh-ref:
910       csit-vpp-perf-verify-2001-3n-tsh:
911         - 3   # NDRPDR sel
912         - 4   # NDRPDR sel
913         - 7   # NDRPDR sel
914         - 8   # NDRPDR sel
915         - 10  # NDRPDR sel
916         - 12  # NDRPDR sel
917         - 13  # NDRPDR sel
918         - 14  # NDRPDR sel
919         - 15  # NDRPDR sel
920         - 21  # NDRPDR sel
921     vpp-performance-changes-3n-tsh-cmp:
922       # TODO: Add data:
923       csit-vpp-perf-report-iterative-2005-3n-tsh:
924         - 9   # NDRPDR sel
925         - 11  # NDRPDR sel
926         - 12  # NDRPDR sel
927
928     vpp-soak-vs-ndr-2n-skx-ref:
929       # TODO: Add data:
930       csit-vpp-perf-report-iterative-2005-2n-skx:
931         - 43  # NDRPDR sel
932         - 38  # NDRPDR sel
933         - 7   # NDRPDR sel
934         - 65  # NDRPDR sel
935         - 47  # NDRPDR sel
936         - 55  # NDRPDR sel
937         - 67  # NDRPDR sel
938     vpp-soak-vs-ndr-2n-skx-cmp:
939       csit-vpp-perf-report-iterative-2005-2n-skx:
940         - 49  # Soak
941         - 54  # Soak
942     vpp-soak-vs-ndr-2n-skx:
943       csit-vpp-perf-report-iterative-2005-2n-skx:
944         - 43  # NDRPDR sel
945         - 38  # NDRPDR sel
946         - 7   # NDRPDR sel
947         - 65  # NDRPDR sel
948         - 47  # NDRPDR sel
949         - 55  # NDRPDR sel
950         - 67  # NDRPDR sel
951         - 49  # Soak
952         - 54  # Soak
953
954     vpp-soak-vs-ndr-2n-clx-ref:
955       csit-vpp-perf-report-iterative-2005-2n-clx:
956         - 7   # NDRPDR sel
957         - 38  # NDRPDR sel
958         - 9   # NDRPDR sel
959         - 32  # NDRPDR sel ???
960         - 33  # NDRPDR sel ???
961         - 39  # NDRPDR sel
962         - 40  # NDRPDR sel
963         - 43  # NDRPDR sel
964         - 50  # NDRPDR sel
965         - 51  # NDRPDR sel
966     vpp-soak-vs-ndr-2n-clx-cmp:
967       csit-vpp-perf-report-iterative-2005-2n-clx:
968         - 44  # Soak
969         - 49  # Soak
970     vpp-soak-vs-ndr-2n-clx:
971       csit-vpp-perf-report-iterative-2005-2n-clx:
972         - 7   # NDRPDR sel
973         - 38  # NDRPDR sel
974         - 9   # NDRPDR sel
975         - 32  # NDRPDR sel ???
976         - 33  # NDRPDR sel ???
977         - 39  # NDRPDR sel
978         - 40  # NDRPDR sel
979         - 43  # NDRPDR sel
980         - 50  # NDRPDR sel
981         - 51  # NDRPDR sel
982         - 44  # Soak
983         - 49  # Soak
984
985     vpp-performance-changes-3n-hsw-mrr-h1:
986       csit-vpp-perf-verify-1908-3n-hsw:
987         - 39  # MRR sel
988     vpp-performance-changes-3n-hsw-mrr-ref:
989       csit-vpp-perf-verify-2001-3n-hsw:
990         - 17  # MRR sel
991     vpp-performance-changes-3n-hsw-mrr-cmp:
992       csit-vpp-perf-report-iterative-2005-3n-hsw:
993         - 13  # MRR
994
995 #    vpp-performance-changes-3n-skx-mrr-h1:
996 #      csit-vpp-perf-verify-1908-3n-skx:
997 #        - 36  # MRR sel
998     vpp-performance-changes-3n-skx-mrr-ref:
999       csit-vpp-perf-verify-2001-3n-skx:
1000         - 50  # MRR sel
1001         - 53  # MRR sel addition
1002     vpp-performance-changes-3n-skx-mrr-cmp:
1003       csit-vpp-perf-report-iterative-2005-3n-skx:
1004         - 6   # MRR sel
1005
1006 #    vpp-performance-changes-2n-skx-mrr-h1:
1007 #      csit-vpp-perf-verify-1908-2n-skx:
1008 #        - 69  # MRR sel
1009     vpp-performance-changes-2n-skx-mrr-ref:
1010       csit-vpp-perf-verify-2001-2n-skx:
1011         - 101 # MRR sel
1012         - 128 # MRR sel addition
1013     vpp-performance-changes-2n-skx-mrr-cmp:
1014       csit-vpp-perf-report-iterative-2005-2n-skx:
1015         - 42  # MRR sel
1016
1017     vpp-performance-changes-2n-clx-mrr-ref:
1018       csit-vpp-perf-verify-2001-2n-clx:
1019         - 39  # MRR
1020     vpp-performance-changes-2n-clx-mrr-cmp:
1021       csit-vpp-perf-report-iterative-2005-2n-clx:
1022         - 12   # MRR
1023
1024 #    vpp-performance-changes-nfv-2n-skx-mrr-ref:
1025 #      csit-vpp-perf-verify-1908-2n-skx:
1026 #        - 71  # NFV MRR
1027 #    vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1028 #      # TODO: Replace
1029 #      # csit-vpp-perf-verify-2001-2n-skx:
1030 #      csit-vpp-perf-verify-1908-2n-skx:
1031 #        - 71  # NFV MRR
1032
1033     vpp-performance-changes-2n-dnv-mrr-h1:
1034       csit-vpp-perf-verify-1908-2n-dnv:
1035         - 11  # MRR sel
1036     vpp-performance-changes-2n-dnv-mrr-ref:
1037       csit-vpp-perf-verify-2001-2n-dnv:
1038         - 12  # MRR sel
1039     vpp-performance-changes-2n-dnv-mrr-cmp:
1040       csit-vpp-perf-report-iterative-2005-2n-dnv:
1041         - 15  # MRR sel
1042
1043     vpp-performance-changes-3n-dnv-mrr-h1:
1044       csit-vpp-perf-verify-1908-3n-dnv:
1045         - 17  # MRR sel
1046     vpp-performance-changes-3n-dnv-mrr-ref:
1047       csit-vpp-perf-verify-2001-3n-dnv:
1048         - 11  # MRR sel
1049     vpp-performance-changes-3n-dnv-mrr-cmp:
1050       csit-vpp-perf-report-iterative-2005-3n-dnv:
1051         - 8   # MRR
1052
1053     vpp-performance-changes-3n-tsh-mrr-h1:
1054       csit-vpp-perf-verify-1908-3n-tsh:
1055         - 17  # MRR sel
1056     vpp-performance-changes-3n-tsh-mrr-ref:
1057       csit-vpp-perf-verify-2001-3n-tsh:
1058         - 9   # MRR sel
1059     vpp-performance-changes-3n-tsh-mrr-cmp:
1060       csit-vpp-perf-report-iterative-2005-3n-tsh:
1061         - 10  # MRR sel
1062
1063     dpdk-performance-changes-3n-hsw-h1:
1064       csit-dpdk-perf-verify-1908-3n-hsw:
1065         - 2   # NDRPDR sel
1066         - 3   # NDRPDR sel
1067         - 4   # NDRPDR sel
1068         - 5   # NDRPDR sel
1069         - 6   # NDRPDR sel
1070         - 7   # NDRPDR sel
1071         - 8   # NDRPDR sel
1072         - 9   # NDRPDR sel
1073         - 10  # NDRPDR sel
1074         - 11  # NDRPDR sel
1075     dpdk-performance-changes-3n-hsw-ref:
1076       csit-dpdk-perf-verify-2001-3n-hsw:
1077         - 4   # NDRPDR sel
1078         - 5   # NDRPDR sel
1079         - 6   # NDRPDR sel
1080         - 7   # NDRPDR sel
1081         - 8   # NDRPDR sel
1082         - 9   # NDRPDR sel
1083         - 10  # NDRPDR sel
1084         - 11  # NDRPDR sel
1085         - 12  # NDRPDR sel
1086         - 13  # NDRPDR sel
1087         - 15  # NDRPDR sel
1088         - 16  # NDRPDR sel
1089         - 17  # NDRPDR sel
1090         - 18  # NDRPDR sel
1091         - 19  # NDRPDR sel
1092         - 20  # NDRPDR sel
1093         - 21  # NDRPDR sel
1094         - 22  # NDRPDR sel
1095         - 23  # NDRPDR sel
1096         - 24  # NDRPDR sel
1097     dpdk-performance-changes-3n-hsw-cmp:
1098       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1099         - 5   # NDRPDR sel
1100         - 6   # NDRPDR sel
1101         - 7   # NDRPDR sel
1102         - 8   # NDRPDR sel
1103         - 9   # NDRPDR sel
1104         - 10  # NDRPDR sel
1105         - 11  # NDRPDR sel
1106         - 12  # NDRPDR sel
1107         - 13  # NDRPDR sel
1108         - 14  # NDRPDR sel
1109
1110     dpdk-performance-changes-3n-skx-h1:
1111       csit-dpdk-perf-verify-1908-3n-skx:
1112         - 3   # NDRPDR sel
1113         - 4   # NDRPDR sel
1114         - 5   # NDRPDR sel
1115         - 6   # NDRPDR sel
1116         - 7   # NDRPDR sel
1117         - 8   # NDRPDR sel
1118         - 9   # NDRPDR sel
1119         - 10  # NDRPDR sel
1120         - 11  # NDRPDR sel
1121         - 12  # NDRPDR sel
1122     dpdk-performance-changes-3n-skx-ref:
1123       csit-dpdk-perf-verify-2001-3n-skx:
1124         - 29  # NDRPDR sel xxv710
1125         - 33  # NDRPDR sel xxv710
1126         - 34  # NDRPDR sel xxv710
1127         - 35  # NDRPDR sel xxv710
1128         - 36  # NDRPDR sel xxv710
1129         - 37  # NDRPDR sel xxv710
1130         - 41  # NDRPDR sel xxv710
1131         - 42  # NDRPDR sel xxv710
1132         - 43  # NDRPDR sel xxv710
1133         - 45  # NDRPDR sel xxv710
1134         - 30  # NDRPDR sel x710
1135         - 31  # NDRPDR sel x710
1136         - 32  # NDRPDR sel x710
1137         - 38  # NDRPDR sel x710
1138         - 39  # NDRPDR sel x710
1139         - 40  # NDRPDR sel x710
1140         - 44  # NDRPDR sel x710
1141         - 46  # NDRPDR sel x710
1142         - 47  # NDRPDR sel x710
1143         - 48  # NDRPDR sel x710
1144     dpdk-performance-changes-3n-skx-cmp:
1145       csit-dpdk-perf-report-iterative-2005-3n-skx:
1146         - 4   # NDRPDR sel
1147         - 5   # NDRPDR sel
1148         - 6   # NDRPDR sel
1149         - 7   # NDRPDR sel
1150         - 8   # NDRPDR sel
1151         - 11  # NDRPDR sel
1152         - 12  # NDRPDR sel
1153         - 13  # NDRPDR sel
1154         - 14  # NDRPDR sel
1155         - 15  # NDRPDR sel
1156
1157     dpdk-performance-changes-2n-skx-h1:
1158       csit-dpdk-perf-verify-1908-2n-skx:
1159         - 2   # NDRPDR sel
1160         - 3   # NDRPDR sel
1161         - 4   # NDRPDR sel
1162         - 5   # NDRPDR sel
1163         - 7   # NDRPDR sel
1164         - 8   # NDRPDR sel
1165         - 9   # NDRPDR sel
1166         - 10  # NDRPDR sel
1167         - 11  # NDRPDR sel
1168         - 12  # NDRPDR sel
1169     dpdk-performance-changes-2n-skx-ref:
1170       csit-dpdk-perf-verify-2001-2n-skx:
1171         - 35  # NDRPDR sel xxv710
1172         - 36  # NDRPDR sel xxv710
1173         - 37  # NDRPDR sel xxv710
1174         - 41  # NDRPDR sel xxv710
1175         - 42  # NDRPDR sel xxv710
1176         - 43  # NDRPDR sel xxv710
1177         - 46  # NDRPDR sel xxv710
1178         - 47  # NDRPDR sel xxv710
1179         - 52  # NDRPDR sel xxv710
1180         - 53  # NDRPDR sel xxv710
1181         - 38  # NDRPDR sel x710
1182         - 39  # NDRPDR sel x710
1183         - 40  # NDRPDR sel x710
1184         - 44  # NDRPDR sel x710
1185         - 45  # NDRPDR sel x710
1186         - 48  # NDRPDR sel x710
1187         - 49  # NDRPDR sel x710
1188         - 50  # NDRPDR sel x710
1189         - 51  # NDRPDR sel x710
1190         - 54  # NDRPDR sel x710
1191     dpdk-performance-changes-2n-skx-cmp:
1192       csit-dpdk-perf-report-iterative-2005-2n-skx:
1193         - 1   # NDRPDR sel
1194         - 2   # NDRPDR sel
1195         - 3   # NDRPDR sel
1196         - 4   # NDRPDR sel
1197         - 5   # NDRPDR sel
1198         - 6   # NDRPDR sel
1199         - 7   # NDRPDR sel
1200         - 8   # NDRPDR sel
1201         - 9   # NDRPDR sel
1202         - 10  # NDRPDR sel
1203
1204     dpdk-performance-changes-2n-clx-ref:
1205       csit-dpdk-perf-verify-2001-2n-clx:
1206         - 15  # NDRPDR sel
1207         - 16  # NDRPDR sel
1208         - 17  # NDRPDR sel
1209         - 18  # NDRPDR sel
1210         - 19  # NDRPDR sel
1211         - 20  # NDRPDR sel
1212         - 21  # NDRPDR sel
1213         - 22  # NDRPDR sel
1214         - 23  # NDRPDR sel
1215         - 24  # NDRPDR sel
1216         - 25  # NDRPDR sel
1217         - 26  # NDRPDR sel
1218         - 27  # NDRPDR sel
1219         - 28  # NDRPDR sel
1220         - 29  # NDRPDR sel
1221         - 30  # NDRPDR sel
1222         - 31  # NDRPDR sel
1223         - 32  # NDRPDR sel
1224         - 33  # NDRPDR sel
1225         - 34  # NDRPDR sel
1226     dpdk-performance-changes-2n-clx-cmp:
1227       csit-dpdk-perf-report-iterative-2005-2n-clx:
1228         - 1   # NDRPDR sel
1229         - 2   # NDRPDR sel
1230         - 3   # NDRPDR sel
1231         - 4   # NDRPDR sel
1232         - 5   # NDRPDR sel
1233         - 6   # NDRPDR sel
1234         - 7   # NDRPDR sel
1235         - 8   # NDRPDR sel
1236         - 9   # NDRPDR sel
1237         - 10  # NDRPDR sel
1238
1239     dpdk-performance-changes-2n-dnv-ref:
1240       csit-dpdk-perf-verify-2001-2n-dnv:
1241         - 9   # NDRPDR sel
1242         - 10  # NDRPDR sel
1243         - 11  # NDRPDR sel
1244         - 12  # NDRPDR sel
1245         - 13  # NDRPDR sel
1246         - 14  # NDRPDR sel
1247         - 15  # NDRPDR sel
1248         - 16  # NDRPDR sel
1249         - 17  # NDRPDR sel
1250         - 18  # NDRPDR sel
1251     dpdk-performance-changes-2n-dnv-cmp:
1252       csit-dpdk-perf-report-iterative-2005-2n-dnv:
1253         - 8   # NDRPDR sel
1254         - 9   # NDRPDR sel
1255         - 10  # NDRPDR sel
1256         - 11  # NDRPDR sel
1257         - 12  # NDRPDR sel
1258         - 13  # NDRPDR sel
1259         - 14  # NDRPDR sel
1260         - 15  # NDRPDR sel
1261         - 16  # NDRPDR sel
1262         - 17  # NDRPDR sel
1263
1264     dpdk-performance-changes-3n-dnv-ref:
1265       csit-dpdk-perf-verify-2001-3n-dnv:
1266         - 12  # NDRPDR sel
1267         - 13  # NDRPDR sel
1268         - 14  # NDRPDR sel
1269         - 15  # NDRPDR sel
1270         - 16  # NDRPDR sel
1271         - 17  # NDRPDR sel
1272         - 18  # NDRPDR sel
1273         - 19  # NDRPDR sel
1274         - 20  # NDRPDR sel
1275         - 22  # NDRPDR sel
1276     dpdk-performance-changes-3n-dnv-cmp:
1277       csit-dpdk-perf-report-iterative-2005-3n-dnv:
1278         - 6   # NDRPDR sel
1279         - 7   # NDRPDR sel
1280         - 8   # NDRPDR sel
1281         - 9   # NDRPDR sel
1282         - 10  # NDRPDR sel
1283         - 11  # NDRPDR sel
1284         - 12  # NDRPDR sel
1285         - 13  # NDRPDR sel
1286         - 14  # NDRPDR sel
1287         - 16  # NDRPDR sel
1288
1289     dpdk-performance-changes-3n-tsh-ref:
1290       csit-dpdk-perf-verify-2001-3n-tsh:
1291         - 3   # NDRPDR sel
1292         - 4   # NDRPDR sel
1293         - 5   # NDRPDR sel
1294         - 9   # NDRPDR sel
1295         - 10  # NDRPDR sel
1296         - 11  # NDRPDR sel
1297         - 12  # NDRPDR sel
1298         - 14  # NDRPDR sel
1299         - 15  # NDRPDR sel
1300         - 18  # NDRPDR sel
1301     dpdk-performance-changes-3n-tsh-cmp:
1302       # TODO: Add data:
1303       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1304         - 5   # NDRPDR sel
1305
1306     # Compare testbeds
1307
1308     vpp-compare-testbeds-ref:
1309       csit-vpp-perf-report-iterative-2005-3n-hsw:
1310         - 3   # NDRPDR sel
1311         - 4   # NDRPDR sel
1312         - 5   # NDRPDR sel
1313         - 10  # NDRPDR sel
1314         - 11  # NDRPDR sel
1315         - 12  # NDRPDR sel
1316         - 15  # NDRPDR sel
1317         - 16  # NDRPDR sel
1318         - 18  # NDRPDR sel
1319         - 19  # NDRPDR sel
1320     vpp-compare-testbeds-cmp:
1321       # TODO: Add data:
1322       csit-vpp-perf-report-iterative-2005-3n-skx:
1323         - 4   # NDRPDR sel
1324         - 5   # NDRPDR sel ??? all x710 failed
1325         - 33  # NDRPDR sel
1326         - 28  # NDRPDR sel
1327         - 34  # NDRPDR sel
1328         - 36  # NDRPDR sel
1329         - 37  # NDRPDR sel
1330         - 38  # NDRPDR sel
1331         - 39  # NDRPDR sel
1332
1333     vpp-compare-testbeds-skx-clx-ref:
1334       # TODO: Add data:
1335       csit-vpp-perf-report-iterative-2005-2n-skx:
1336         - 43  # NDRPDR sel
1337         - 38  # NDRPDR sel
1338         - 7   # NDRPDR sel
1339         - 65  # NDRPDR sel
1340         - 47  # NDRPDR sel
1341         - 55  # NDRPDR sel
1342         - 67  # NDRPDR sel
1343     vpp-compare-testbeds-skx-clx-cmp:
1344       csit-vpp-perf-report-iterative-2005-2n-clx:
1345         - 7   # NDRPDR sel
1346         - 38  # NDRPDR sel
1347         - 9   # NDRPDR sel
1348         - 32  # NDRPDR sel ???
1349         - 33  # NDRPDR sel ???
1350         - 39  # NDRPDR sel
1351         - 40  # NDRPDR sel
1352         - 43  # NDRPDR sel
1353         - 50  # NDRPDR sel
1354         - 51  # NDRPDR sel
1355
1356     vpp-compare-testbeds-hsw-clx-ref:
1357       csit-vpp-perf-report-iterative-2005-3n-hsw:
1358         - 3   # NDRPDR sel
1359         - 4   # NDRPDR sel
1360         - 5   # NDRPDR sel
1361         - 10  # NDRPDR sel
1362         - 11  # NDRPDR sel
1363         - 12  # NDRPDR sel
1364         - 15  # NDRPDR sel
1365         - 16  # NDRPDR sel
1366         - 18  # NDRPDR sel
1367         - 19  # NDRPDR sel
1368     vpp-compare-testbeds-hsw-clx-cmp:
1369       csit-vpp-perf-report-iterative-2005-2n-clx:
1370         - 7   # NDRPDR sel
1371         - 38  # NDRPDR sel
1372         - 9   # NDRPDR sel
1373         - 32  # NDRPDR sel ???
1374         - 33  # NDRPDR sel ???
1375         - 39  # NDRPDR sel
1376         - 40  # NDRPDR sel
1377         - 43  # NDRPDR sel
1378         - 50  # NDRPDR sel
1379         - 51  # NDRPDR sel
1380
1381     vpp-compare-testbeds-mrr-ref:
1382       csit-vpp-perf-report-iterative-2005-3n-hsw:
1383         - 13  # MRR
1384     vpp-compare-testbeds-mrr-cmp:
1385       csit-vpp-perf-report-iterative-2005-3n-skx:
1386         - 6   # MRR sel
1387
1388     vpp-compare-testbeds-mrr-skx-clx-ref:
1389       csit-vpp-perf-report-iterative-2005-2n-skx:
1390         - 42  # MRR sel
1391     vpp-compare-testbeds-mrr-skx-clx-cmp:
1392       csit-vpp-perf-report-iterative-2005-2n-clx:
1393         - 12   # MRR
1394
1395     vpp-compare-testbeds-mrr-hsw-clx-ref:
1396       csit-vpp-perf-report-iterative-2005-3n-hsw:
1397         - 13  # MRR
1398     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1399       csit-vpp-perf-report-iterative-2005-2n-clx:
1400         - 12   # MRR
1401
1402     dpdk-compare-testbeds-ref:
1403       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1404         - 5   # NDRPDR sel
1405         - 6   # NDRPDR sel
1406         - 7   # NDRPDR sel
1407         - 8   # NDRPDR sel
1408         - 9   # NDRPDR sel
1409         - 10  # NDRPDR sel
1410         - 11  # NDRPDR sel
1411         - 12  # NDRPDR sel
1412         - 13  # NDRPDR sel
1413         - 14  # NDRPDR sel
1414     dpdk-compare-testbeds-cmp:
1415       csit-dpdk-perf-report-iterative-2005-3n-skx:
1416         - 4   # NDRPDR sel
1417         - 5   # NDRPDR sel
1418         - 6   # NDRPDR sel
1419         - 7   # NDRPDR sel
1420         - 8   # NDRPDR sel
1421         - 11  # NDRPDR sel
1422         - 12  # NDRPDR sel
1423         - 13  # NDRPDR sel
1424         - 14  # NDRPDR sel
1425         - 15  # NDRPDR sel
1426
1427     dpdk-compare-testbeds-skx-clx-ref:
1428       csit-dpdk-perf-report-iterative-2005-2n-skx:
1429         - 1   # NDRPDR sel
1430         - 2   # NDRPDR sel
1431         - 3   # NDRPDR sel
1432         - 4   # NDRPDR sel
1433         - 5   # NDRPDR sel
1434         - 6   # NDRPDR sel
1435         - 7   # NDRPDR sel
1436         - 8   # NDRPDR sel
1437         - 9   # NDRPDR sel
1438         - 10  # NDRPDR sel
1439     dpdk-compare-testbeds-skx-clx-cmp:
1440       csit-dpdk-perf-report-iterative-2005-2n-clx:
1441         - 1   # NDRPDR sel
1442         - 2   # NDRPDR sel
1443         - 3   # NDRPDR sel
1444         - 4   # NDRPDR sel
1445         - 5   # NDRPDR sel
1446         - 6   # NDRPDR sel
1447         - 7   # NDRPDR sel
1448         - 8   # NDRPDR sel
1449         - 9   # NDRPDR sel
1450         - 10  # NDRPDR sel
1451
1452     # Compare topologies
1453
1454     vpp-compare-topologies-ref:
1455       # TODO: Add data:
1456       csit-vpp-perf-report-iterative-2005-3n-skx:
1457         - 4   # NDRPDR sel
1458         - 5   # NDRPDR sel ??? all x710 failed
1459         - 33  # NDRPDR sel
1460         - 28  # NDRPDR sel
1461         - 34  # NDRPDR sel
1462         - 36  # NDRPDR sel
1463         - 37  # NDRPDR sel
1464         - 38  # NDRPDR sel
1465         - 39  # NDRPDR sel
1466     vpp-compare-topologies-cmp:
1467       # TODO: Add data:
1468       csit-vpp-perf-report-iterative-2005-2n-skx:
1469         - 43  # NDRPDR sel
1470         - 38  # NDRPDR sel
1471         - 7   # NDRPDR sel
1472         - 65  # NDRPDR sel
1473         - 47  # NDRPDR sel
1474         - 55  # NDRPDR sel
1475         - 67  # NDRPDR sel
1476
1477     vpp-compare-topologies-mrr-ref:
1478       csit-vpp-perf-report-iterative-2005-3n-skx:
1479         - 6   # MRR sel
1480     vpp-compare-topologies-mrr-cmp:
1481       csit-vpp-perf-report-iterative-2005-2n-skx:
1482         - 42  # MRR sel
1483
1484     dpdk-compare-topologies-ref:
1485       csit-dpdk-perf-report-iterative-2005-3n-skx:
1486         - 4   # NDRPDR sel
1487         - 5   # NDRPDR sel
1488         - 6   # NDRPDR sel
1489         - 7   # NDRPDR sel
1490         - 8   # NDRPDR sel
1491         - 11  # NDRPDR sel
1492         - 12  # NDRPDR sel
1493         - 13  # NDRPDR sel
1494         - 14  # NDRPDR sel
1495         - 15  # NDRPDR sel
1496     dpdk-compare-topologies-cmp:
1497       csit-dpdk-perf-report-iterative-2005-2n-skx:
1498         - 1   # NDRPDR sel
1499         - 2   # NDRPDR sel
1500         - 3   # NDRPDR sel
1501         - 4   # NDRPDR sel
1502         - 5   # NDRPDR sel
1503         - 6   # NDRPDR sel
1504         - 7   # NDRPDR sel
1505         - 8   # NDRPDR sel
1506         - 9   # NDRPDR sel
1507         - 10  # NDRPDR sel
1508
1509   plot-layouts:
1510
1511     plot-soak-throughput:
1512       titlefont:
1513         size: 18
1514       xaxis:
1515         title: "<b>Test Cases [Index]</b>"
1516         titlefont:
1517           size: 16
1518         autorange: True
1519         fixedrange: False
1520         gridcolor: "rgb(230, 230, 230)"
1521         linecolor: "rgb(220, 220, 220)"
1522         linewidth: 1
1523         showgrid: True
1524         showline: True
1525         showticklabels: True
1526         tickcolor: "rgb(220, 220, 220)"
1527         tickmode: "linear"
1528         tickfont:
1529           size: 16
1530         zeroline: False
1531       yaxis:
1532         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1533         titlefont:
1534           size: 16
1535         gridcolor: "rgb(230, 230, 230)"
1536         hoverformat: ".4r"
1537         tickformat: ".3r"
1538         linecolor: "rgb(220, 220, 220)"
1539         linewidth: 1
1540         showgrid: True
1541         showline: True
1542         showticklabels: True
1543         tickcolor: "rgb(220, 220, 220)"
1544         tickfont:
1545           size: 16
1546         zeroline: False
1547         range: [0,50]
1548       autosize: False
1549       margin:
1550         t: 50
1551         b: 0
1552         l: 80
1553         r: 20
1554       showlegend: True
1555       legend:
1556         orientation: "h"
1557         font:
1558           size: 16
1559       width: 700
1560       height: 900
1561       paper_bgcolor: "#fff"
1562       plot_bgcolor: "#fff"
1563       hoverlabel:
1564         namelength: -1
1565
1566     plot-service-density:
1567       titlefont:
1568         size: 18
1569       xaxis:
1570         side: "top"
1571         autorange: True
1572         fixedrange: False
1573         showgrid: False
1574         showline: False
1575         showticklabels: False
1576         ticks: ""
1577         ticklen: 0
1578         tickwidth: 0
1579         zeroline: False
1580       yaxis:
1581         autorange: "reversed"
1582         showgrid: False
1583         showline: False
1584         showticklabels: False
1585         ticks: ""
1586         ticklen: 0
1587         tickwidth: 0
1588         zeroline: False
1589       showlegend: False
1590       paper_bgcolor: "#fff"
1591       plot_bgcolor: "#fff"
1592       width: 700
1593       height: 700
1594       hoverlabel:
1595         namelength: -1
1596
1597 #    plot-cps:
1598 #      titlefont:
1599 #        size: 18
1600 #      xaxis:
1601 #        title: "<b>Test Cases [Index]</b>"
1602 #        titlefont:
1603 #          size: 16
1604 #        autorange: True
1605 #        fixedrange: False
1606 #        gridcolor: "rgb(230, 230, 230)"
1607 #        linecolor: "rgb(220, 220, 220)"
1608 #        linewidth: 1
1609 #        showgrid: True
1610 #        showline: True
1611 #        showticklabels: True
1612 #        tickcolor: "rgb(220, 220, 220)"
1613 #        tickmode: "linear"
1614 #        tickfont:
1615 #          size: 16
1616 #        zeroline: False
1617 #      yaxis:
1618 #        title: "<b>Connections Per Second [cps]</b>"
1619 #        titlefont:
1620 #          size: 16
1621 #        gridcolor: "rgb(230, 230, 230)"
1622 #        hoverformat: ".4s"
1623 #        linecolor: "rgb(220, 220, 220)"
1624 #        linewidth: 1
1625 #        rangemode: "tozero"
1626 #        showgrid: True
1627 #        showline: True
1628 #        showticklabels: True
1629 #        tickcolor: "rgb(220, 220, 220)"
1630 #        tickformat: ".3s"
1631 #        tickfont:
1632 #          size: 16
1633 #        zeroline: False
1634 #      boxmode: "group"
1635 #      boxgroupgap: 0.5
1636 #      autosize: False
1637 #      margin:
1638 #        t: 50
1639 #        b: 20
1640 #        l: 80
1641 #        r: 20
1642 #      showlegend: True
1643 #      legend:
1644 #        orientation: "h"
1645 #        font:
1646 #          size: 16
1647 #      width: 700
1648 #      height: 800
1649 #      paper_bgcolor: "#fff"
1650 #      plot_bgcolor: "#fff"
1651 #      hoverlabel:
1652 #        namelength: -1
1653 #
1654 #    plot-rps:
1655 #      titlefont:
1656 #        size: 18
1657 #      xaxis:
1658 #        title: "<b>Test Cases [Index]</b>"
1659 #        titlefont:
1660 #          size: 16
1661 #        autorange: True
1662 #        fixedrange: False
1663 #        gridcolor: "rgb(230, 230, 230)"
1664 #        linecolor: "rgb(220, 220, 220)"
1665 #        linewidth: 1
1666 #        showgrid: True
1667 #        showline: True
1668 #        showticklabels: True
1669 #        tickcolor: "rgb(220, 220, 220)"
1670 #        tickmode: "linear"
1671 #        tickfont:
1672 #          size: 16
1673 #        zeroline: False
1674 #      yaxis:
1675 #        title: "<b>Requests Per Second [rps]</b>"
1676 #        titlefont:
1677 #          size: 16
1678 #        gridcolor: "rgb(230, 230, 230)"
1679 #        hoverformat: ".4s"
1680 #        linecolor: "rgb(220, 220, 220)"
1681 #        linewidth: 1
1682 #        rangemode: "tozero"
1683 #        showgrid: True
1684 #        showline: True
1685 #        showticklabels: True
1686 #        tickcolor: "rgb(230, 230, 230)"
1687 #        tickformat: ".3s"
1688 #        tickfont:
1689 #          size: 16
1690 #        zeroline: False
1691 #      boxmode: "group"
1692 #      boxgroupgap: 0.5
1693 #      autosize: False
1694 #      margin:
1695 #        t: 50
1696 #        b: 20
1697 #        l: 80
1698 #        r: 20
1699 #      showlegend: True
1700 #      legend:
1701 #        orientation: "h"
1702 #        font:
1703 #          size: 16
1704 #      width: 700
1705 #      height: 800
1706 #      paper_bgcolor: "#fff"
1707 #      plot_bgcolor: "#fff"
1708 #      hoverlabel:
1709 #        namelength: -1
1710
1711     plot-hoststack:
1712       titlefont:
1713         size: 16
1714       xaxis:
1715         title: "<b>Test Cases [Index]</b>"
1716         titlefont:
1717           size: 14
1718         autorange: True
1719         fixedrange: False
1720         gridcolor: "rgb(230, 230, 230)"
1721         linecolor: "rgb(220, 220, 220)"
1722         linewidth: 1
1723         showgrid: True
1724         showline: True
1725         showticklabels: True
1726         tickcolor: "rgb(220, 220, 220)"
1727         tickmode: "linear"
1728         tickfont:
1729           size: 14
1730         zeroline: False
1731       yaxis:
1732         title: "<b>Bandwidth [Gbps]</b>"
1733         titlefont:
1734           size: 14
1735         gridcolor: "rgb(230, 230, 230)"
1736         hoverformat: ".4s"
1737         linecolor: "rgb(220, 220, 220)"
1738         linewidth: 1
1739         rangemode: "tozero"
1740         showgrid: True
1741         showline: True
1742         showticklabels: True
1743         tickcolor: "rgb(230, 230, 230)"
1744         tickformat: ".3s"
1745         tickfont:
1746           size: 14
1747         zeroline: False
1748       boxmode: "group"
1749       boxgroupgap: 0.5
1750       autosize: False
1751       margin:
1752         t: 50
1753         b: 20
1754         l: 80
1755         r: 20
1756       showlegend: True
1757       legend:
1758         orientation: "h"
1759         font:
1760           size: 14
1761       width: 700
1762       height: 800
1763       paper_bgcolor: "#fff"
1764       plot_bgcolor: "#fff"
1765       hoverlabel:
1766         namelength: -1
1767
1768     plot-throughput:
1769       titlefont:
1770         size: 18
1771       xaxis:
1772         title: "<b>Test Cases [Index]</b>"
1773         titlefont:
1774           size: 16
1775         autorange: True
1776         fixedrange: False
1777         gridcolor: "rgb(230, 230, 230)"
1778         linecolor: "rgb(220, 220, 220)"
1779         linewidth: 1
1780         showgrid: True
1781         showline: True
1782         showticklabels: True
1783         tickcolor: "rgb(220, 220, 220)"
1784         tickmode: "linear"
1785         tickfont:
1786           size: 16
1787         zeroline: False
1788       yaxis:
1789         title: "<b>Packet Throughput [Mpps]</b>"
1790         titlefont:
1791           size: 16
1792         gridcolor: "rgb(230, 230, 230)"
1793         hoverformat: ".4r"
1794         tickformat: ".3r"
1795         linecolor: "rgb(220, 220, 220)"
1796         linewidth: 1
1797         showgrid: True
1798         showline: True
1799         showticklabels: True
1800         tickcolor: "rgb(220, 220, 220)"
1801         tickfont:
1802           size: 16
1803         zeroline: False
1804         range: [0,50]
1805       autosize: False
1806       margin:
1807         t: 50
1808         b: 0
1809         l: 80
1810         r: 20
1811       showlegend: True
1812       legend:
1813         orientation: "h"
1814         font:
1815           size: 16
1816       width: 700
1817       height: 900
1818       paper_bgcolor: "#fff"
1819       plot_bgcolor: "#fff"
1820       hoverlabel:
1821         namelength: -1
1822
1823     plot-throughput-speedup-analysis:
1824       titlefont:
1825         size: 18
1826       xaxis:
1827         title: "<b>Number of Cores [Qty]</b>"
1828         titlefont:
1829           size: 16
1830         autorange: True
1831         fixedrange: False
1832         gridcolor: "rgb(230, 230, 230)"
1833         linecolor: "rgb(220, 220, 220)"
1834         linewidth: 1
1835         showgrid: True
1836         showline: True
1837         showticklabels: True
1838         tickcolor: "rgb(238, 238, 238)"
1839         tickmode: "linear"
1840         tickfont:
1841           size: 16
1842         zeroline: False
1843       yaxis:
1844         title: "<b>Packet Throughput [Mpps]</b>"
1845         titlefont:
1846           size: 16
1847         type: "linear"
1848         gridcolor: "rgb(230, 230, 230)"
1849         hoverformat: ".4s"
1850         linecolor: "rgb(220, 220, 220)"
1851         linewidth: 1
1852         showgrid: True
1853         showline: True
1854         showticklabels: True
1855         tickcolor: "rgb(220, 220, 220)"
1856         tickformat: ".4s"
1857         tickfont:
1858           size: 16
1859         zeroline: True
1860         rangemode: "tozero"
1861         range: [0,100]
1862       legend:
1863         orientation: "h"
1864         font:
1865           size: 16
1866         xanchor: "left"
1867         yanchor: "top"
1868         x: 0
1869         y: -0.2
1870         bgcolor: "rgba(255, 255, 255, 0)"
1871         bordercolor: "rgba(255, 255, 255, 0)"
1872         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1873       autosize: False
1874       margin:
1875           't': 50
1876           'b': 150
1877           'l': 85
1878           'r': 10
1879       showlegend: True
1880       width: 700
1881       height: 700
1882       paper_bgcolor: "#fff"
1883       plot_bgcolor: "#fff"
1884       hoverlabel:
1885         namelength: -1
1886       annotations: [
1887         {
1888           text: "_ _          __          ...",
1889           align: "left",
1890           showarrow: False,
1891           xref: "paper",
1892           yref: "paper",
1893           xanchor: "left",
1894           yanchor: "top",
1895           x: 0,
1896           y: -0.13,
1897           font: {
1898             family: "Consolas, Courier New",
1899             size: 15
1900           },
1901         },
1902         {
1903           text: "    Perfect     Measured     Limit",
1904           align: "left",
1905           showarrow: False,
1906           xref: "paper",
1907           yref: "paper",
1908           xanchor: "left",
1909           yanchor: "top",
1910           x: 0,
1911           y: -0.15,
1912           font: {
1913             family: "Consolas, Courier New",
1914             size: 15
1915           },
1916         },
1917       ]
1918
1919     plot-latency:
1920       titlefont:
1921         size: 18
1922       xaxis:
1923         title: "<b>Direction</b>"
1924         titlefont:
1925           size: 16
1926         autorange: True
1927         fixedrange: False
1928         gridcolor: "rgb(230, 230, 230)"
1929         linecolor: "rgb(220, 220, 220)"
1930         linewidth: 1
1931         showgrid: True
1932         showline: True
1933         showticklabels: False
1934         tickcolor: "rgb(220, 220, 220)"
1935         tickmode: "linear"
1936         tickfont:
1937           size: 16
1938         zeroline: False
1939       yaxis:
1940         title: "<b>Packet Latency [uSec]</b>"
1941         titlefont:
1942           size: 16
1943         type: "linear"
1944         gridcolor: "rgb(230, 230, 230)"
1945         hoverformat: ".4s"
1946         linecolor: "rgb(220, 220, 220)"
1947         linewidth: 1
1948         showgrid: True
1949         showline: True
1950         showticklabels: True
1951         tickcolor: "rgb(220, 220, 220)"
1952         tickformat: ".4s"
1953         tickfont:
1954           size: 16
1955         zeroline: True
1956         rangemode: "tozero"
1957       legend:
1958         orientation: "h"
1959         font:
1960           size: 16
1961         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1962       autosize: False
1963       margin:
1964           't': 50
1965           'b': 150
1966           'l': 80
1967           'r': 10
1968       showlegend: True
1969       width: 700
1970       height: 700
1971       paper_bgcolor: "#fff"
1972       plot_bgcolor: "#fff"
1973       hoverlabel:
1974         namelength: -1
1975
1976     plot-hdrh-latency:
1977       title:
1978         text: ""
1979         xanchor: "center"
1980         x: 0.5
1981         font:
1982           size: 16
1983       width: 700
1984       plot_bgcolor: "white"
1985       annotations:
1986         - font:
1987             size: 14
1988           showarrow: False
1989           text: "<b>Packet Latency [uSec]</b>"
1990           x: 1
1991           xanchor: "right"
1992           xref: "paper"
1993           y: -0.045
1994           yanchor: "top"
1995           yref: "paper"
1996         - font:
1997             size: 14
1998           showarrow: False
1999           text: "<b>Probability [%]</b>"
2000           textangle: 270
2001           x: -0.06
2002           xanchor: "center"
2003           xref: "paper"
2004           y: 0.5
2005           yanchor: "middle"
2006           yref: "paper"
2007         - font:
2008             size: 14
2009           showarrow: False
2010           text: "<b>Direction: E-W</b>"
2011           x: 0.24
2012           xanchor: "center"
2013           xref: "paper"
2014           y: 1.05
2015           yanchor: "bottom"
2016           yref: "paper"
2017         - font:
2018             size: 14
2019           showarrow: False
2020           text: "<b>Direction: W-E</b>"
2021           x: 0.74
2022           xanchor: "center"
2023           xref: "paper"
2024           y: 1.05
2025           yanchor: "bottom"
2026           yref: "paper"
2027
2028     plot-hdrh-latency-percentile:
2029       title:
2030         text: ""
2031         xanchor: "center"
2032         x: 0.5
2033         font:
2034           size: 18
2035       xaxis:
2036         type: "log"
2037         title: "<b>Percentile [%]</b>"
2038         titlefont:
2039           size: 16
2040         autorange: True
2041         fixedrange: False
2042         gridcolor: "rgb(230, 230, 230)"
2043         linecolor: "rgb(220, 220, 220)"
2044         linewidth: 1
2045         showgrid: True
2046         showline: True
2047         showticklabels: True
2048         tickcolor: "rgb(220, 220, 220)"
2049         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2050         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2051         tickfont:
2052           size: 16
2053       yaxis:
2054         title: "<b>Packet Latency [uSec]</b>"
2055         titlefont:
2056           size: 16
2057         gridcolor: "rgb(230, 230, 230)"
2058         linecolor: "rgb(220, 220, 220)"
2059         linewidth: 1
2060         showgrid: True
2061         showline: True
2062         showticklabels: True
2063         tickcolor: "rgb(220, 220, 220)"
2064         tickfont:
2065           size: 16
2066       autosize: False
2067       showlegend: True
2068       legend:
2069         traceorder: "normal"
2070         orientation: "h"
2071         font:
2072           size: 16
2073         xanchor: "left"
2074         yanchor: "top"
2075         x: 0
2076         y: -0.15
2077         bgcolor: "rgba(255, 255, 255, 0)"
2078         bordercolor: "rgba(255, 255, 255, 0)"
2079       width: 700
2080       height: 700
2081       paper_bgcolor: "white"
2082       plot_bgcolor: "white"
2083
2084     plot-hdrh-latency-by-percentile:
2085       title:
2086         text: "<b>Latency by Percentile Distribution</b>"
2087         xanchor: "center"
2088         x: 0.5
2089         font:
2090           size: 18
2091       showlegend: True
2092       legend:
2093         traceorder: "normal"
2094         orientation: "h"
2095         font:
2096           size: 16
2097         xanchor: "left"
2098         yanchor: "top"
2099         x: 0
2100         y: -0.2
2101         bgcolor: "rgba(255, 255, 255, 0)"
2102         bordercolor: "rgba(255, 255, 255, 0)"
2103       xaxis:
2104         type: "linear"
2105         title: "<b>Percentile [%]</b>"
2106         titlefont:
2107           size: 14
2108         autorange: False
2109         fixedrange: False
2110         range: [0, 100]
2111         gridcolor: "rgb(230, 230, 230)"
2112         linecolor: "rgb(220, 220, 220)"
2113         linewidth: 1
2114         showgrid: True
2115         showline: True
2116         showticklabels: True
2117         tickcolor: "rgb(220, 220, 220)"
2118         tickvals: [0, 25, 50, 75, 100]
2119         ticktext: [0, 25, 50, 75, 100]
2120         tickfont:
2121           size: 14
2122       yaxis:
2123         title: "<b>One-Way Latency per Direction [uSec]</b>"
2124         titlefont:
2125           size: 14
2126         gridcolor: "rgb(230, 230, 230)"
2127         linecolor: "rgb(220, 220, 220)"
2128         linewidth: 1
2129         showgrid: True
2130         showline: True
2131         showticklabels: True
2132         tickcolor: "rgb(220, 220, 220)"
2133         tickfont:
2134           size: 14
2135       width: 700
2136       height: 700
2137       paper_bgcolor: "white"
2138       plot_bgcolor: "white"
2139
2140 - type: "static"
2141   src-path: "{DIR[RST]}"
2142   dst-path: "{DIR[WORKING,SRC]}"
2143
2144 - type: "input"
2145   general:
2146     file-name: "output_info.xml.gz"
2147     file-format: ".gz"
2148     arch-file-format:
2149       - ".gz"
2150       - ".zip"
2151     download-path: "{job}/{build}/archives/{filename}"
2152     extract: "output.xml"
2153
2154     zip-file-name: "robot-plugin.zip"
2155     zip-file-format: ".zip"
2156     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2157     zip-extract: "robot-plugin/output.xml"
2158
2159   builds:
2160
2161     csit-vpp-perf-verify-1908-3n-hsw:
2162       - 12  # NDRPDR sel
2163       - 13  # NDRPDR sel
2164       - 14  # NDRPDR sel
2165       - 15  # NDRPDR sel
2166       - 16  # NDRPDR sel
2167       - 17  # NDRPDR sel
2168       - 18  # NDRPDR sel
2169       - 19  # NDRPDR sel
2170       - 20  # NDRPDR sel
2171       - 21  # NDRPDR sel
2172       - 39  # MRR sel
2173     csit-vpp-perf-verify-2001-3n-hsw:
2174       - 21  # NDRPDR sel
2175       - 22  # NDRPDR sel
2176       - 23  # NDRPDR sel
2177       - 24  # NDRPDR sel
2178       - 25  # NDRPDR sel
2179       - 29  # NDRPDR sel
2180       - 30  # NDRPDR sel
2181       - 31  # NDRPDR sel
2182       - 32  # NDRPDR sel
2183       - 34  # NDRPDR sel
2184       - 17  # MRR sel
2185     csit-vpp-perf-report-iterative-2005-3n-hsw:
2186       - 3   # NDRPDR sel
2187       - 4   # NDRPDR sel
2188       - 5   # NDRPDR sel
2189       - 10  # NDRPDR sel
2190       - 11  # NDRPDR sel
2191       - 12  # NDRPDR sel
2192       - 15  # NDRPDR sel
2193       - 16  # NDRPDR sel
2194       - 18  # NDRPDR sel
2195       - 19  # NDRPDR sel
2196       - 13  # MRR
2197     csit-vpp-perf-verify-2005-3n-hsw:
2198       - 3   # hoststack
2199       - 5   # hoststack
2200       - 6   # hoststack
2201       - 7   # hoststack
2202       - 8   # hoststack
2203       - 9   # hoststack
2204       - 10  # hoststack
2205       - 11  # hoststack
2206       - 12  # hoststack
2207       - 13  # hoststack
2208     csit-vpp-perf-report-coverage-2005-3n-hsw:
2209       - 1   # perf-full-3n-dnv-crypto_I
2210       - 7   # perf-full-3n-hsw-crypto_II
2211       - 3   # perf-full-3n-hsw-crypto_III
2212       - 4   # perf-full-3n-dnv-crypto_IV
2213       - 5   # perf-full-3n-hsw-ip4_I
2214       - 6   # perf-full-3n-hsw-ip4_II
2215       - 8   # perf-full-3n-hsw-ip4_III
2216       - 9   # perf-full-3n-hsw-ip4_IV
2217       - 10  # perf-full-3n-hsw-ip4_V
2218       - 26  # perf-full-3n-hsw-ip4_VI
2219       - 18  # perf-full-3n-hsw-ip4_VII
2220       - 27  # perf-full-3n-hsw-ip4_VIII
2221       - 28  # perf-full-3n-hsw-ip4_IX
2222       - 29  # perf-full-3n-hsw-ip6_I
2223       - 35  # perf-full-3n-hsw-ip6_II
2224       - 42  # perf-full-3n-hsw-l2_I
2225       - 33  # perf-full-3n-hsw-l2_II
2226       - 37  # perf-full-3n-hsw-l2_III
2227       - 45  # perf-full-3n-hsw-l2_IV
2228       - 43  # perf-full-3n-hsw-l2_V
2229       - 40  # perf-full-3n-hsw-l2_VI
2230       - 44  # perf-full-3n-hsw-l2_VII
2231       - 51  # perf-full-3n-hsw-l2_VIII
2232       - 50  # perf-full-3n-hsw-l2_IX
2233       - 52  # perf-full-3n-hsw-l2_X
2234       - 53  # perf-full-3n-hsw-l2_XI
2235       - 54  # perf-full-3n-hsw-memif
2236       - 55  # perf-full-3n-hsw-ip4tunnels-I
2237       - 56  # perf-full-3n-hsw-ip4tunnels-II
2238       - 57  # perf-full-3n-hsw-ip4tunnels-III
2239       - 58  # perf-full-3n-hsw-ip6tunnels-I
2240       - 59  # perf-full-3n-hsw-srv6-I
2241       - 60  # perf-full-3n-hsw-srv6-II
2242       - 61  # perf-full-3n-hsw-vhost-I
2243       - 62  # perf-full-3n-hsw-vhost-II
2244       - 63  # perf-full-3n-hsw-vhost-III
2245
2246     csit-vpp-perf-verify-1908_1-3n-skx:
2247       - 26  # NDRPDR sel - new1908.1
2248       - 27  # NDRPDR sel - new1908.1
2249       - 28  # NDRPDR sel - new1908.1
2250       - 29  # NDRPDR sel - new1908.1
2251       - 30  # NDRPDR sel - new1908.1
2252       - 31  # NDRPDR sel - new1908.1
2253       - 33  # NDRPDR sel - new1908.1
2254       - 34  # NDRPDR sel - new1908.1
2255       - 35  # NDRPDR sel - new1908.1
2256       - 36  # NDRPDR sel - new1908.1
2257     csit-vpp-perf-verify-2001-3n-skx:
2258       - 69  # NDRPDR sel - new2001.0
2259       - 71  # NDRPDR sel - new2001.0
2260       - 72  # NDRPDR sel - new2001.0
2261       - 76  # NDRPDR sel - new2001.0
2262       - 77  # NDRPDR sel - new2001.0
2263       - 78  # NDRPDR sel - new2001.0
2264       - 80  # NDRPDR sel - new2001.0
2265       - 50  # MRR sel
2266       - 53  # MRR sel addition
2267     # TODO: Add data:
2268     csit-vpp-perf-report-iterative-2005-3n-skx:
2269       - 4   # NDRPDR sel
2270       - 5   # NDRPDR sel ??? all x710 failed
2271       - 33  # NDRPDR sel
2272       - 28  # NDRPDR sel
2273       - 34  # NDRPDR sel
2274       - 36  # NDRPDR sel
2275       - 37  # NDRPDR sel
2276       - 38  # NDRPDR sel
2277       - 39  # NDRPDR sel
2278       - 6   # MRR sel
2279     csit-vpp-perf-report-coverage-2005-3n-skx:
2280       - 14  # perf-full-3n-skx-ip4_II
2281       - 7   # perf-full-3n-skx-ip4_III
2282
2283     csit-vpp-perf-verify-1908_1-2n-skx:
2284       - 39  # NDRPDR sel - new1908.1
2285       - 40  # NDRPDR sel - new1908.1
2286       - 41  # NDRPDR sel - new1908.1
2287       - 43  # NDRPDR sel - new1908.1
2288       - 44  # NDRPDR sel - new1908.1
2289       - 45  # NDRPDR sel - new1908.1
2290       - 46  # NDRPDR sel - new1908.1
2291       - 47  # NDRPDR sel - new1908.1
2292       - 48  # NDRPDR sel - new1908.1
2293       - 49  # NDRPDR sel - new1908.1
2294     csit-vpp-perf-verify-2001-2n-skx:
2295       - 143  # NDRPDR sel - new2001.0
2296       - 146  # NDRPDR sel - new2001.0
2297       - 147  # NDRPDR sel - new2001.0
2298       - 148  # NDRPDR sel - new2001.0
2299       - 149  # NDRPDR sel - new2001.0
2300       - 150  # NDRPDR sel - new2001.0
2301       - 151  # NDRPDR sel - new2001.0
2302       - 152  # NDRPDR sel - new2001.0
2303       - 153  # NDRPDR sel - new2001.0
2304       - 154  # NDRPDR sel - new2001.0
2305       - 101  # MRR sel - old
2306       - 128  # MRR sel addition - old
2307     # TODO: Add data:
2308     csit-vpp-perf-report-iterative-2005-2n-skx:
2309       - 43  # NDRPDR sel
2310       - 38  # NDRPDR sel
2311       - 7   # NDRPDR sel
2312       - 65  # NDRPDR sel
2313       - 47  # NDRPDR sel
2314       - 55  # NDRPDR sel
2315       - 67  # NDRPDR sel
2316       - 42  # MRR sel
2317       - 48  # Reconf
2318       - 50  # Reconf
2319       - 51  # Reconf
2320       - 52  # Reconf
2321       - 53  # Reconf
2322       - 60  # Reconf
2323       - 70  # Reconf
2324       - 71  # Reconf
2325       - 63  # Reconf
2326       - 66  # Reconf
2327       - 49  # Soak
2328       - 54  # Soak
2329 #    csit-vpp-perf-report-coverage-2005-2n-skx:
2330 #      -
2331
2332     csit-vpp-perf-verify-1908_1-2n-clx:
2333       - 5  # NDRPDR sel
2334       - 6  # NDRPDR sel
2335       - 7  # NDRPDR sel
2336       - 8  # NDRPDR sel
2337       - 9  # NDRPDR sel
2338     csit-vpp-perf-verify-2001-2n-clx:
2339       - 28  # NDRPDR sel
2340       - 29  # NDRPDR sel
2341       - 32  # NDRPDR sel
2342       - 40  # NDRPDR sel
2343       - 43  # NDRPDR sel
2344       - 44  # NDRPDR sel
2345       - 45  # NDRPDR sel
2346       - 47  # NDRPDR sel
2347       - 48  # NDRPDR sel
2348       - 49  # NDRPDR sel
2349       - 39  # MRR
2350     # TODO: Add data:
2351     csit-vpp-perf-report-iterative-2005-2n-clx:
2352       - 7   # NDRPDR sel
2353       - 38  # NDRPDR sel
2354       - 9   # NDRPDR sel
2355       - 32  # NDRPDR sel ???
2356       - 33  # NDRPDR sel ???
2357       - 39  # NDRPDR sel
2358       - 40  # NDRPDR sel
2359       - 43  # NDRPDR sel
2360       - 50  # NDRPDR sel
2361       - 51  # NDRPDR sel
2362       - 12  # MRR
2363       - 42  # Reconf
2364       - 45  # Reconf
2365       - 46  # Reconf
2366       - 47  # Reconf
2367       - 48  # Reconf
2368       - 52  # Reconf
2369       - 53  # Reconf
2370       - 54  # Reconf
2371       - 55  # Reconf
2372       - 56  # Reconf
2373       - 44  # Soak
2374       - 49  # Soak
2375     # TODO: Add data:
2376     csit-vpp-perf-report-coverage-2005-2n-clx:
2377       - 2   # perf-full-2n-clx-ip4_II
2378       - 3   # perf-full-2n-clx-ip4_III
2379       - 4   # perf-full-2n-clx-ip4_IV
2380       - 5   # perf-full-2n-clx-ip4_V
2381       - 6   # perf-full-2n-clx-ip4_VI
2382       - 7   # perf-full-2n-clx-ip6_I
2383       - 16  # perf-full-2n-clx-ip6_II
2384       - 10  # perf-full-2n-clx-l2_II
2385       - 11  # perf-full-2n-clx-memif
2386       - 12  # perf-full-2n-clx-loadbalancer
2387       - 13  # perf-full-2n-clx-vhost I
2388       - 15  # perf-full-2n-clx-vts
2389
2390     csit-vpp-perf-verify-1908-3n-tsh:
2391       - 7   # NDRPDR sel
2392       - 8   # NDRPDR sel
2393       - 9   # NDRPDR sel
2394       - 10  # NDRPDR sel
2395       - 11  # NDRPDR sel
2396       - 12  # NDRPDR sel
2397       - 13  # NDRPDR sel
2398       - 14  # NDRPDR sel
2399       - 15  # NDRPDR sel
2400       - 16  # NDRPDR sel
2401       - 17  # MRR sel
2402     csit-vpp-perf-verify-2001-3n-tsh:
2403       - 3   # NDRPDR sel
2404       - 4   # NDRPDR sel
2405       - 7   # NDRPDR sel
2406       - 8   # NDRPDR sel
2407       - 10  # NDRPDR sel
2408       - 12  # NDRPDR sel
2409       - 13  # NDRPDR sel
2410       - 14  # NDRPDR sel
2411       - 15  # NDRPDR sel
2412       - 21  # NDRPDR sel
2413       - 9   # MRR sel
2414     # TODO: Add data:
2415     csit-vpp-perf-report-iterative-2005-3n-tsh:
2416       - 9   # NDRPDR sel
2417       - 11  # NDRPDR sel
2418       - 12  # NDRPDR sel
2419       - 10  # MRR sel
2420
2421     csit-vpp-perf-verify-1908-3n-dnv:
2422       - 6   # NDRPDR sel
2423       - 7   # NDRPDR sel
2424       - 8   # NDRPDR sel
2425       - 9   # NDRPDR sel
2426       - 10  # NDRPDR sel
2427       - 12  # NDRPDR sel
2428       - 13  # NDRPDR sel
2429       - 14  # NDRPDR sel
2430       - 15  # NDRPDR sel
2431       - 16  # NDRPDR sel
2432       - 17  # MRR sel
2433     csit-vpp-perf-verify-2001-3n-dnv:
2434       - 5   # NDRPDR sel
2435       - 6   # NDRPDR sel
2436       - 7   # NDRPDR sel
2437       - 8   # NDRPDR sel
2438       - 9   # NDRPDR sel
2439       - 10  # NDRPDR sel
2440       - 12  # NDRPDR sel
2441       - 16  # NDRPDR sel
2442       - 17  # NDRPDR sel
2443       - 18  # NDRPDR sel
2444       - 11  # MRR sel
2445     csit-vpp-perf-report-iterative-2005-3n-dnv:
2446       - 2   # NDRPDR sel
2447       - 3   # NDRPDR sel
2448       - 4   # NDRPDR sel
2449       - 5   # NDRPDR sel
2450       - 6   # NDRPDR sel
2451       - 7   # NDRPDR sel
2452       - 9   # NDRPDR sel
2453       - 10  # NDRPDR sel
2454       - 11  # NDRPDR sel
2455       - 12  # NDRPDR sel
2456       - 8   # MRR
2457     csit-vpp-perf-report-coverage-2005-3n-dnv:
2458       - 1   # perf-full-3n-dnv-crypto_I
2459       - 24  # perf-full-3n-dnv-crypto_II
2460       - 5   # perf-full-3n-dnv-ip4_I
2461       - 13  # perf-full-3n-dnv-ip4_II
2462       - 17  # perf-full-3n-dnv-ip6_I
2463       - 18  # perf-full-3n-dnv-ip6_II
2464       - 21  # perf-full-3n-dnv-l2_I
2465       - 22  # perf-full-3n-dnv-l2_II
2466       - 23  # perf-full-3n-dnv-ip4-tunnels_I
2467
2468     csit-vpp-perf-verify-1908-2n-dnv:
2469       - 1   # NDRPDR sel
2470       - 2   # NDRPDR sel
2471       - 3   # NDRPDR sel
2472       - 4   # NDRPDR sel
2473       - 5   # NDRPDR sel
2474       - 6   # NDRPDR sel
2475       - 7   # NDRPDR sel
2476       - 8   # NDRPDR sel
2477       - 9   # NDRPDR sel
2478       - 10  # NDRPDR sel
2479       - 11  # MRR sel
2480     csit-vpp-perf-verify-2001-2n-dnv:
2481       - 4   # NDRPDR sel
2482       - 5   # NDRPDR sel
2483       - 6   # NDRPDR sel
2484       - 7   # NDRPDR sel
2485       - 8   # NDRPDR sel
2486       - 9   # NDRPDR sel
2487       - 10  # NDRPDR sel
2488       - 11  # NDRPDR sel
2489       - 13  # NDRPDR sel
2490       - 16  # NDRPDR sel
2491       - 12  # MRR sel
2492     csit-vpp-perf-report-iterative-2005-2n-dnv:
2493       - 3   # NDRPDR sel
2494       - 6   # NDRPDR sel
2495       - 7   # NDRPDR sel
2496       - 8   # NDRPDR sel
2497       - 9   # NDRPDR sel
2498       - 10  # NDRPDR sel
2499       - 11  # NDRPDR sel
2500       - 12  # NDRPDR sel
2501       - 13  # NDRPDR sel
2502       - 14  # NDRPDR sel
2503       - 15  # MRR sel
2504     csit-vpp-perf-report-coverage-2005-2n-dnv:
2505       - 1   # perf-full-2n-dnv-ip4_I
2506       - 2   # perf-full-2n-dnv-ip4_II
2507       - 3   # perf-full-2n-dnv-ip6_I
2508       - 4   # perf-full-2n-dnv-ip6_II
2509       - 5   # perf-full-2n-dnv-l2_I
2510       - 6   # perf-full-2n-dnv-l2_II
2511
2512     csit-dpdk-perf-verify-1908-3n-hsw:
2513       - 2   # NDRPDR sel
2514       - 3   # NDRPDR sel
2515       - 4   # NDRPDR sel
2516       - 5   # NDRPDR sel
2517       - 6   # NDRPDR sel
2518       - 7   # NDRPDR sel
2519       - 8   # NDRPDR sel
2520       - 9   # NDRPDR sel
2521       - 10  # NDRPDR sel
2522       - 11  # NDRPDR sel
2523     csit-dpdk-perf-verify-2001-3n-hsw:
2524       - 4   # NDRPDR sel
2525       - 5   # NDRPDR sel
2526       - 6   # NDRPDR sel
2527       - 7   # NDRPDR sel
2528       - 8   # NDRPDR sel
2529       - 9   # NDRPDR sel
2530       - 10  # NDRPDR sel
2531       - 11  # NDRPDR sel
2532       - 12  # NDRPDR sel
2533       - 13  # NDRPDR sel
2534       - 15  # NDRPDR sel
2535       - 16  # NDRPDR sel
2536       - 17  # NDRPDR sel
2537       - 18  # NDRPDR sel
2538       - 19  # NDRPDR sel
2539       - 20  # NDRPDR sel
2540       - 21  # NDRPDR sel
2541       - 22  # NDRPDR sel
2542       - 23  # NDRPDR sel
2543       - 24  # NDRPDR sel
2544     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2545       - 5   # NDRPDR sel
2546       - 6   # NDRPDR sel
2547       - 7   # NDRPDR sel
2548       - 8   # NDRPDR sel
2549       - 9   # NDRPDR sel
2550       - 10  # NDRPDR sel
2551       - 11  # NDRPDR sel
2552       - 12  # NDRPDR sel
2553       - 13  # NDRPDR sel
2554       - 14  # NDRPDR sel
2555
2556     csit-dpdk-perf-verify-1908-3n-skx:
2557       - 3   # NDRPDR sel
2558       - 4   # NDRPDR sel
2559       - 5   # NDRPDR sel
2560       - 6   # NDRPDR sel
2561       - 7   # NDRPDR sel
2562       - 8   # NDRPDR sel
2563       - 9   # NDRPDR sel
2564       - 10  # NDRPDR sel
2565       - 11  # NDRPDR sel
2566       - 12  # NDRPDR sel
2567     csit-dpdk-perf-verify-2001-3n-skx:
2568       - 29  # NDRPDR sel xxv710
2569       - 33  # NDRPDR sel xxv710
2570       - 34  # NDRPDR sel xxv710
2571       - 35  # NDRPDR sel xxv710
2572       - 36  # NDRPDR sel xxv710
2573       - 37  # NDRPDR sel xxv710
2574       - 41  # NDRPDR sel xxv710
2575       - 42  # NDRPDR sel xxv710
2576       - 43  # NDRPDR sel xxv710
2577       - 45  # NDRPDR sel xxv710
2578       - 30  # NDRPDR sel x710
2579       - 31  # NDRPDR sel x710
2580       - 32  # NDRPDR sel x710
2581       - 38  # NDRPDR sel x710
2582       - 39  # NDRPDR sel x710
2583       - 40  # NDRPDR sel x710
2584       - 44  # NDRPDR sel x710
2585       - 46  # NDRPDR sel x710
2586       - 47  # NDRPDR sel x710
2587       - 48  # NDRPDR sel x710
2588     csit-dpdk-perf-report-iterative-2005-3n-skx:
2589       - 4   # NDRPDR sel
2590       - 5   # NDRPDR sel
2591       - 6   # NDRPDR sel
2592       - 7   # NDRPDR sel
2593       - 8   # NDRPDR sel
2594       - 11  # NDRPDR sel
2595       - 12  # NDRPDR sel
2596       - 13  # NDRPDR sel
2597       - 14  # NDRPDR sel
2598       - 15  # NDRPDR sel
2599
2600     csit-dpdk-perf-verify-1908-2n-skx:
2601       - 2   # NDRPDR sel
2602       - 3   # NDRPDR sel
2603       - 4   # NDRPDR sel
2604       - 5   # NDRPDR sel
2605       - 7   # NDRPDR sel
2606       - 8   # NDRPDR sel
2607       - 9   # NDRPDR sel
2608       - 10  # NDRPDR sel
2609       - 11  # NDRPDR sel
2610       - 12  # NDRPDR sel
2611     csit-dpdk-perf-verify-2001-2n-skx:
2612       - 35  # NDRPDR sel xxv710
2613       - 36  # NDRPDR sel xxv710
2614       - 37  # NDRPDR sel xxv710
2615       - 41  # NDRPDR sel xxv710
2616       - 42  # NDRPDR sel xxv710
2617       - 43  # NDRPDR sel xxv710
2618       - 46  # NDRPDR sel xxv710
2619       - 47  # NDRPDR sel xxv710
2620       - 52  # NDRPDR sel xxv710
2621       - 53  # NDRPDR sel xxv710
2622       - 38  # NDRPDR sel x710
2623       - 39  # NDRPDR sel x710
2624       - 40  # NDRPDR sel x710
2625       - 44  # NDRPDR sel x710
2626       - 45  # NDRPDR sel x710
2627       - 48  # NDRPDR sel x710
2628       - 49  # NDRPDR sel x710
2629       - 50  # NDRPDR sel x710
2630       - 51  # NDRPDR sel x710
2631       - 54  # NDRPDR sel x710
2632     csit-dpdk-perf-report-iterative-2005-2n-skx:
2633       - 1   # NDRPDR sel
2634       - 2   # NDRPDR sel
2635       - 3   # NDRPDR sel
2636       - 4   # NDRPDR sel
2637       - 5   # NDRPDR sel
2638       - 6   # NDRPDR sel
2639       - 7   # NDRPDR sel
2640       - 8   # NDRPDR sel
2641       - 9   # NDRPDR sel
2642       - 10  # NDRPDR sel
2643
2644     csit-dpdk-perf-verify-2001-2n-clx:
2645       - 15  # NDRPDR sel
2646       - 16  # NDRPDR sel
2647       - 17  # NDRPDR sel
2648       - 18  # NDRPDR sel
2649       - 19  # NDRPDR sel
2650       - 20  # NDRPDR sel
2651       - 21  # NDRPDR sel
2652       - 22  # NDRPDR sel
2653       - 23  # NDRPDR sel
2654       - 24  # NDRPDR sel
2655       - 25  # NDRPDR sel
2656       - 26  # NDRPDR sel
2657       - 27  # NDRPDR sel
2658       - 28  # NDRPDR sel
2659       - 29  # NDRPDR sel
2660       - 30  # NDRPDR sel
2661       - 31  # NDRPDR sel
2662       - 32  # NDRPDR sel
2663       - 33  # NDRPDR sel
2664       - 34  # NDRPDR sel
2665     csit-dpdk-perf-report-iterative-2005-2n-clx:
2666       - 1   # NDRPDR sel
2667       - 2   # NDRPDR sel
2668       - 3   # NDRPDR sel
2669       - 4   # NDRPDR sel
2670       - 5   # NDRPDR sel
2671       - 6   # NDRPDR sel
2672       - 7   # NDRPDR sel
2673       - 8   # NDRPDR sel
2674       - 9   # NDRPDR sel
2675       - 10  # NDRPDR sel
2676
2677     csit-dpdk-perf-verify-2001-2n-dnv:
2678       - 9   # NDRPDR sel
2679       - 10  # NDRPDR sel
2680       - 11  # NDRPDR sel
2681       - 12  # NDRPDR sel
2682       - 13  # NDRPDR sel
2683       - 14  # NDRPDR sel
2684       - 15  # NDRPDR sel
2685       - 16  # NDRPDR sel
2686       - 17  # NDRPDR sel
2687       - 18  # NDRPDR sel
2688     csit-dpdk-perf-report-iterative-2005-2n-dnv:
2689       - 8   # NDRPDR sel
2690       - 9   # NDRPDR sel
2691       - 10  # NDRPDR sel
2692       - 11  # NDRPDR sel
2693       - 12  # NDRPDR sel
2694       - 13  # NDRPDR sel
2695       - 14  # NDRPDR sel
2696       - 15  # NDRPDR sel
2697       - 16  # NDRPDR sel
2698       - 17  # NDRPDR sel
2699
2700     csit-dpdk-perf-verify-2001-3n-dnv:
2701       - 12  # NDRPDR sel
2702       - 13  # NDRPDR sel
2703       - 14  # NDRPDR sel
2704       - 15  # NDRPDR sel
2705       - 16  # NDRPDR sel
2706       - 17  # NDRPDR sel
2707       - 18  # NDRPDR sel
2708       - 19  # NDRPDR sel
2709       - 20  # NDRPDR sel
2710       - 22  # NDRPDR sel
2711     csit-dpdk-perf-report-iterative-2005-3n-dnv:
2712       - 6   # NDRPDR sel
2713       - 7   # NDRPDR sel
2714       - 8   # NDRPDR sel
2715       - 9   # NDRPDR sel
2716       - 10  # NDRPDR sel
2717       - 11  # NDRPDR sel
2718       - 12  # NDRPDR sel
2719       - 13  # NDRPDR sel
2720       - 14  # NDRPDR sel
2721       - 16  # NDRPDR sel
2722
2723     csit-dpdk-perf-verify-2001-3n-tsh:
2724       - 3   # NDRPDR sel
2725       - 4   # NDRPDR sel
2726       - 5   # NDRPDR sel
2727       - 9   # NDRPDR sel
2728       - 10  # NDRPDR sel
2729       - 11  # NDRPDR sel
2730       - 12  # NDRPDR sel
2731       - 14  # NDRPDR sel
2732       - 15  # NDRPDR sel
2733       - 18  # NDRPDR sel
2734     # TODO: Add data:
2735     csit-dpdk-perf-report-iterative-2005-3n-tsh:
2736       - 5   # NDRPDR sel
2737
2738     csit-vpp-device-2005-ubuntu1804-1n-skx:
2739       - 35
2740
2741 - type: "output"
2742   output: "report"
2743   format:
2744     html:
2745     - full
2746 #    pdf:
2747 #    - minimal
2748
2749 ################################################################################
2750 ###                               T A B L E S                                ###
2751 ################################################################################
2752
2753 # VPP Soak vs NDR - 2n-skx
2754 - type: "table"
2755   title: "VPP Soak vs NDR 2n-skx"
2756   algorithm: "table_soak_vs_ndr"
2757   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2758   reference:
2759     title: "NDR"
2760     data: "vpp-soak-vs-ndr-2n-skx-ref"
2761   compare:
2762     title: "Soak"
2763     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2764   data: "vpp-soak-vs-ndr-2n-skx"
2765   include-tests: "NDR"
2766   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2767   parameters:
2768     - "throughput"
2769     - "name"
2770     - "parent"
2771
2772 # VPP Soak vs NDR - 2n-clx
2773 - type: "table"
2774   title: "VPP Soak vs NDR 2n-clx"
2775   algorithm: "table_soak_vs_ndr"
2776   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2777   reference:
2778     title: "NDR"
2779     data: "vpp-soak-vs-ndr-2n-clx-ref"
2780   compare:
2781     title: "Soak"
2782     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2783   data: "vpp-soak-vs-ndr-2n-clx"
2784   include-tests: "NDR"
2785   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2786   parameters:
2787     - "throughput"
2788     - "name"
2789     - "parent"
2790
2791 ################################################################################
2792
2793 # VPP Compare NICs 3n-skx 2t1c ndr
2794 - type: "table"
2795   title: "VPP Compare NICs 3n-skx 2t1c ndr"
2796   algorithm: "table_comparison"
2797   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2798   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2799   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2800   columns:
2801     - title: "x710"
2802       data-set: "vpp-nic-comparison-3n-skx"
2803       tag: "NIC_Intel-X710"
2804     - title: "xxv710"
2805       data-set: "vpp-nic-comparison-3n-skx"
2806       tag: "NIC_Intel-XXV710"
2807   comparisons:
2808     - title: "Diff"
2809       reference: 1
2810       compare: 2
2811   legend:
2812     - "Legend to Table:"
2813     - "x710, xxv710 - NICs tested."
2814     - "Diff - difference between x710 and xxv710 NIC."
2815
2816 # VPP Compare NICs 3n-skx 4t2c ndr
2817 - type: "table"
2818   title: "VPP Compare NICs 3n-skx 4t2c ndr"
2819   algorithm: "table_comparison"
2820   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2821   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2822   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2823   columns:
2824     - title: "x710"
2825       data-set: "vpp-nic-comparison-3n-skx"
2826       tag: "NIC_Intel-X710"
2827     - title: "xxv710"
2828       data-set: "vpp-nic-comparison-3n-skx"
2829       tag: "NIC_Intel-XXV710"
2830   comparisons:
2831     - title: "Diff"
2832       reference: 1
2833       compare: 2
2834   legend:
2835     - "Legend to Table:"
2836     - "x710, xxv710 - NICs tested."
2837     - "Diff - difference between x710 and xxv710 NIC."
2838
2839 # VPP Compare NICs 3n-skx 2t1c pdr
2840 - type: "table"
2841   title: "VPP Compare NICs 3n-skx 2t1c pdr"
2842   algorithm: "table_comparison"
2843   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2844   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2845   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2846   columns:
2847     - title: "x710"
2848       data-set: "vpp-nic-comparison-3n-skx"
2849       tag: "NIC_Intel-X710"
2850     - title: "xxv710"
2851       data-set: "vpp-nic-comparison-3n-skx"
2852       tag: "NIC_Intel-XXV710"
2853   comparisons:
2854     - title: "Diff"
2855       reference: 1
2856       compare: 2
2857   legend:
2858     - "Legend to Table:"
2859     - "x710, xxv710 - NICs tested."
2860     - "Diff - difference between x710 and xxv710 NIC."
2861
2862 # VPP Compare NICs 3n-skx 4t2c pdr
2863 - type: "table"
2864   title: "VPP Compare NICs 3n-skx 4t2c pdr"
2865   algorithm: "table_comparison"
2866   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2867   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2868   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2869   columns:
2870     - title: "x710"
2871       data-set: "vpp-nic-comparison-3n-skx"
2872       tag: "NIC_Intel-X710"
2873     - title: "xxv710"
2874       data-set: "vpp-nic-comparison-3n-skx"
2875       tag: "NIC_Intel-XXV710"
2876   comparisons:
2877     - title: "Diff"
2878       reference: 1
2879       compare: 2
2880   legend:
2881     - "Legend to Table:"
2882     - "x710, xxv710 - NICs tested."
2883     - "Diff - difference between x710 and xxv710 NIC."
2884
2885 ## VPP Compare NICs 3n-skx 2t1c mrr
2886 #- type: "table"
2887 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
2888 #  algorithm: "table_comparison"
2889 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2890 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2891 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2892 #  columns:
2893 #    - title: "x710"
2894 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2895 #      tag: "NIC_Intel-X710"
2896 #    - title: "xxv710"
2897 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2898 #      tag: "NIC_Intel-XXV710"
2899 #  comparisons:
2900 #    - title: "Diff"
2901 #      reference: 1
2902 #      compare: 2
2903 #  legend:
2904 #    - "Legend to Table:"
2905 #    - "x710, xxv710 - NICs tested."
2906 #    - "Diff - difference between x710 and xxv710 NIC."
2907 #
2908 ## VPP Compare NICs 3n-skx 4t2c mrr
2909 #- type: "table"
2910 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
2911 #  algorithm: "table_comparison"
2912 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2913 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2914 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2915 #  columns:
2916 #    - title: "x710"
2917 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2918 #      tag: "NIC_Intel-X710"
2919 #    - title: "xxv710"
2920 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2921 #      tag: "NIC_Intel-XXV710"
2922 #  comparisons:
2923 #    - title: "Diff"
2924 #      reference: 1
2925 #      compare: 2
2926 #  legend:
2927 #    - "Legend to Table:"
2928 #    - "x710, xxv710 - NICs tested."
2929 #    - "Diff - difference between x710 and xxv710 NIC."
2930 #
2931 ## VPP Compare NICs 3n-skx 8t4c mrr
2932 #- type: "table"
2933 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
2934 #  algorithm: "table_comparison"
2935 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2936 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2937 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2938 #  columns:
2939 #    - title: "x710"
2940 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2941 #      tag: "NIC_Intel-X710"
2942 #    - title: "xxv710"
2943 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2944 #      tag: "NIC_Intel-XXV710"
2945 #  comparisons:
2946 #    - title: "Diff"
2947 #      reference: 1
2948 #      compare: 2
2949 #  legend:
2950 #    - "Legend to Table:"
2951 #    - "x710, xxv710 - NICs tested."
2952 #    - "Diff - difference between x710 and xxv710 NIC."
2953
2954 # VPP Compare NICs 2n-skx 2t1c ndr
2955 - type: "table"
2956   title: "VPP Compare NICs 2n-skx 2t1c ndr"
2957   algorithm: "table_comparison"
2958   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2959   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2960   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2961   columns:
2962     - title: "x710"
2963       data-set: "vpp-nic-comparison-2n-skx"
2964       tag: "NIC_Intel-X710"
2965     - title: "xxv710"
2966       data-set: "vpp-nic-comparison-2n-skx"
2967       tag: "NIC_Intel-XXV710"
2968   comparisons:
2969     - title: "Diff"
2970       reference: 1
2971       compare: 2
2972   legend:
2973     - "Legend to Table:"
2974     - "x710, xxv710 - NICs tested."
2975     - "Diff - difference between x710 and xxv710 NIC."
2976
2977 # VPP Compare NICs 2n-skx 4t2c ndr
2978 - type: "table"
2979   title: "VPP Compare NICs 2n-skx 4t2c ndr"
2980   algorithm: "table_comparison"
2981   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2982   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2983   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2984   columns:
2985     - title: "x710"
2986       data-set: "vpp-nic-comparison-2n-skx"
2987       tag: "NIC_Intel-X710"
2988     - title: "xxv710"
2989       data-set: "vpp-nic-comparison-2n-skx"
2990       tag: "NIC_Intel-XXV710"
2991   comparisons:
2992     - title: "Diff"
2993       reference: 1
2994       compare: 2
2995   legend:
2996     - "Legend to Table:"
2997     - "x710, xxv710 - NICs tested."
2998     - "Diff - difference between x710 and xxv710 NIC."
2999
3000 # VPP Compare NICs 2n-skx 2t1c pdr
3001 - type: "table"
3002   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3003   algorithm: "table_comparison"
3004   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3005   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3006   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3007   columns:
3008     - title: "x710"
3009       data-set: "vpp-nic-comparison-2n-skx"
3010       tag: "NIC_Intel-X710"
3011     - title: "xxv710"
3012       data-set: "vpp-nic-comparison-2n-skx"
3013       tag: "NIC_Intel-XXV710"
3014   comparisons:
3015     - title: "Diff"
3016       reference: 1
3017       compare: 2
3018   legend:
3019     - "Legend to Table:"
3020     - "x710, xxv710 - NICs tested."
3021     - "Diff - difference between x710 and xxv710 NIC."
3022
3023 # VPP Compare NICs 2n-skx 4t2c pdr
3024 - type: "table"
3025   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3026   algorithm: "table_comparison"
3027   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3028   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3029   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3030   columns:
3031     - title: "x710"
3032       data-set: "vpp-nic-comparison-2n-skx"
3033       tag: "NIC_Intel-X710"
3034     - title: "xxv710"
3035       data-set: "vpp-nic-comparison-2n-skx"
3036       tag: "NIC_Intel-XXV710"
3037   comparisons:
3038     - title: "Diff"
3039       reference: 1
3040       compare: 2
3041   legend:
3042     - "Legend to Table:"
3043     - "x710, xxv710 - NICs tested."
3044     - "Diff - difference between x710 and xxv710 NIC."
3045
3046 # VPP Compare NICs 2n-skx 2t1c mrr
3047 - type: "table"
3048   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3049   algorithm: "table_comparison"
3050   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3051   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3052   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3053   columns:
3054     - title: "x710"
3055       data-set: "vpp-nic-comparison-2n-skx-mrr"
3056       tag: "NIC_Intel-X710"
3057     - title: "xxv710"
3058       data-set: "vpp-nic-comparison-2n-skx-mrr"
3059       tag: "NIC_Intel-XXV710"
3060   comparisons:
3061     - title: "Diff"
3062       reference: 1
3063       compare: 2
3064   legend:
3065     - "Legend to Table:"
3066     - "x710, xxv710 - NICs tested."
3067     - "Diff - difference between x710 and xxv710 NIC."
3068
3069 # VPP Compare NICs 2n-skx 4t2c mrr
3070 - type: "table"
3071   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3072   algorithm: "table_comparison"
3073   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3074   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3075   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3076   columns:
3077     - title: "x710"
3078       data-set: "vpp-nic-comparison-2n-skx-mrr"
3079       tag: "NIC_Intel-X710"
3080     - title: "xxv710"
3081       data-set: "vpp-nic-comparison-2n-skx-mrr"
3082       tag: "NIC_Intel-XXV710"
3083   comparisons:
3084     - title: "Diff"
3085       reference: 1
3086       compare: 2
3087   legend:
3088     - "Legend to Table:"
3089     - "x710, xxv710 - NICs tested."
3090     - "Diff - difference between x710 and xxv710 NIC."
3091
3092 # VPP Compare NICs 2n-skx 8t4c mrr
3093 - type: "table"
3094   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3095   algorithm: "table_comparison"
3096   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3097   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3098   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3099   columns:
3100     - title: "x710"
3101       data-set: "vpp-nic-comparison-2n-skx-mrr"
3102       tag: "NIC_Intel-X710"
3103     - title: "xxv710"
3104       data-set: "vpp-nic-comparison-2n-skx-mrr"
3105       tag: "NIC_Intel-XXV710"
3106   comparisons:
3107     - title: "Diff"
3108       reference: 1
3109       compare: 2
3110   legend:
3111     - "Legend to Table:"
3112     - "x710, xxv710 - NICs tested."
3113     - "Diff - difference between x710 and xxv710 NIC."
3114
3115 ################################################################################
3116 # VPP
3117
3118 ## VPP Performance changes 2n-skx-xxv710 2t1c ndr
3119 #- type: "table"
3120 #  title: "VPP Performance changes 2n-skx-xxv710 2t1c ndr"
3121 #  algorithm: "table_comparison"
3122 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-skx-2t1c-ndr"
3123 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3124 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3125 #  columns:
3126 #    - title: "1908.1"
3127 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3128 #    - title: "1908.2"
3129 #      data-set: "vpp-perf-changes-2n-skx-new1908_2"
3130 #  comparisons:
3131 #    - title: "Diff"
3132 #      reference: 1
3133 #      compare: 2
3134 #  legend:
3135 #    - "Legend to Table:"
3136 #    - "1908.1, 1908.2 - VPP versions tested."
3137 #    - "Diff - difference between the previous and the current VPP version."
3138 #
3139 ## VPP Performance changes 2n-skx-xxv710 2t1c pdr
3140 #- type: "table"
3141 #  title: "VPP Performance changes 2n-skx-xxv710 2t1c pdr"
3142 #  algorithm: "table_comparison"
3143 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-skx-2t1c-pdr"
3144 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3145 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3146 #  columns:
3147 #    - title: "1908.1"
3148 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3149 #    - title: "1908.2"
3150 #      data-set: "vpp-perf-changes-2n-skx-new1908_2"
3151 #  comparisons:
3152 #    - title: "Diff"
3153 #      reference: 1
3154 #      compare: 2
3155 #  legend:
3156 #    - "Legend to Table:"
3157 #    - "1908.1, 1908.2 - VPP versions tested."
3158 #    - "Diff - difference between the previous and the current VPP version."
3159 #
3160 ## VPP Performance changes 3n-skx-xxv710 2t1c ndr
3161 #- type: "table"
3162 #  title: "VPP Performance changes 3n-skx-xxv710 2t1c ndr"
3163 #  algorithm: "table_comparison"
3164 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-3n-skx-2t1c-ndr"
3165 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3166 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3167 #  columns:
3168 #    - title: "1908.1"
3169 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3170 #    - title: "1908.2"
3171 #      data-set: "vpp-perf-changes-3n-skx-new1908_2"
3172 #  comparisons:
3173 #    - title: "Diff"
3174 #      reference: 1
3175 #      compare: 2
3176 #  legend:
3177 #    - "Legend to Table:"
3178 #    - "1908.1, 1908.2 - VPP versions tested."
3179 #    - "Diff - difference between the previous and the current VPP version."
3180 #
3181 ## VPP Performance changes 3n-skx-xxv710 2t1c pdr
3182 #- type: "table"
3183 #  title: "VPP Performance changes 3n-skx-xxv710 2t1c pdr"
3184 #  algorithm: "table_comparison"
3185 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-3n-skx-2t1c-pdr"
3186 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3187 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3188 #  columns:
3189 #    - title: "1908.1"
3190 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3191 #    - title: "1908.2"
3192 #      data-set: "vpp-perf-changes-3n-skx-new1908_2"
3193 #  comparisons:
3194 #    - title: "Diff"
3195 #      reference: 1
3196 #      compare: 2
3197 #  legend:
3198 #    - "Legend to Table:"
3199 #    - "1908.1, 1908.2 - VPP versions tested."
3200 #    - "Diff - difference between the previous and the current VPP version."
3201 #
3202 ## VPP Performance changes 2n-clx-xxv710 2t1c ndr
3203 #- type: "table"
3204 #  title: "VPP Performance changes 2n-clx-xxv710 2t1c ndr"
3205 #  algorithm: "table_comparison"
3206 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-clx-2t1c-ndr"
3207 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3208 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3209 #  columns:
3210 #    - title: "1908.1"
3211 #      data-set: "vpp-perf-changes-2n-clx-new1908_1"
3212 #    - title: "1908.2"
3213 #      data-set: "vpp-perf-changes-2n-clx-new1908_2"
3214 #  comparisons:
3215 #    - title: "Diff"
3216 #      reference: 1
3217 #      compare: 2
3218 #  legend:
3219 #    - "Legend to Table:"
3220 #    - "1908.1, 1908.2 - VPP versions tested."
3221 #    - "Diff - difference between the previous and the current VPP version."
3222 #
3223 ## VPP Performance changes 2n-clx-xxv710 2t1c pdr
3224 #- type: "table"
3225 #  title: "VPP Performance changes 2n-clx-xxv710 2t1c pdr"
3226 #  algorithm: "table_comparison"
3227 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-clx-2t1c-pdr"
3228 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3229 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3230 #  columns:
3231 #    - title: "1908.1"
3232 #      data-set: "vpp-perf-changes-2n-clx-new1908_1"
3233 #    - title: "1908.2"
3234 #      data-set: "vpp-perf-changes-2n-clx-new1908_2"
3235 #  comparisons:
3236 #    - title: "Diff"
3237 #      reference: 1
3238 #      compare: 2
3239 #  legend:
3240 #    - "Legend to Table:"
3241 #    - "1908.1, 1908.2 - VPP versions tested."
3242 #    - "Diff - difference between the previous and the current VPP version."
3243
3244 # VPP Performance Changes 3n-hsw 1t1c pdr
3245 - type: "table"
3246   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3247   algorithm: "table_comparison"
3248   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3249   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3250   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3251   columns:
3252     - title: "1908"
3253       data-set: "vpp-performance-changes-3n-hsw-h1"
3254     - title: "2001"
3255       data-set: "vpp-performance-changes-3n-hsw-ref"
3256     - title: "2005"
3257       data-set: "vpp-performance-changes-3n-hsw-cmp"
3258   comparisons:
3259     - title: "Diff"
3260       reference: 2
3261       compare: 3
3262   legend:
3263     - "Legend to Table"
3264     - "1908, 2001, 2005 - VPP versions tested."
3265     - "Diff - difference between 2001 and 2008 VPP version."
3266
3267 # VPP Performance Changes 3n-hsw 2t2c pdr
3268 - type: "table"
3269   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3270   algorithm: "table_comparison"
3271   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3272   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3273   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3274   columns:
3275     - title: "1908"
3276       data-set: "vpp-performance-changes-3n-hsw-h1"
3277     - title: "2001"
3278       data-set: "vpp-performance-changes-3n-hsw-ref"
3279     - title: "2005"
3280       data-set: "vpp-performance-changes-3n-hsw-cmp"
3281   comparisons:
3282     - title: "Diff"
3283       reference: 2
3284       compare: 3
3285   legend:
3286     - "Legend to Table"
3287     - "1908, 2001, 2005 - VPP versions tested."
3288     - "Diff - difference between 2001 and 2008 VPP version."
3289
3290 # VPP Performance Changes 3n-hsw 1t1c ndr
3291 - type: "table"
3292   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3293   algorithm: "table_comparison"
3294   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3295   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3296   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3297   columns:
3298     - title: "1908"
3299       data-set: "vpp-performance-changes-3n-hsw-h1"
3300     - title: "2001"
3301       data-set: "vpp-performance-changes-3n-hsw-ref"
3302     - title: "2005"
3303       data-set: "vpp-performance-changes-3n-hsw-cmp"
3304   comparisons:
3305     - title: "Diff"
3306       reference: 2
3307       compare: 3
3308   legend:
3309     - "Legend to Table"
3310     - "1908, 2001, 2005 - VPP versions tested."
3311     - "Diff - difference between 2001 and 2008 VPP version."
3312
3313 # VPP Performance Changes 3n-hsw 2t2c ndr
3314 - type: "table"
3315   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3316   algorithm: "table_comparison"
3317   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3318   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3319   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3320   columns:
3321     - title: "1908"
3322       data-set: "vpp-performance-changes-3n-hsw-h1"
3323     - title: "2001"
3324       data-set: "vpp-performance-changes-3n-hsw-ref"
3325     - title: "2005"
3326       data-set: "vpp-performance-changes-3n-hsw-cmp"
3327   comparisons:
3328     - title: "Diff"
3329       reference: 2
3330       compare: 3
3331   legend:
3332     - "Legend to Table"
3333     - "1908, 2001, 2005 - VPP versions tested."
3334     - "Diff - difference between 2001 and 2008 VPP version."
3335
3336 ## VPP Root Cause Analysis 3n-skx-xxv710 2t1c pdr
3337 #- type: "table"
3338 #  title: "VPP Root Cause Analysis 3n-skx-xxv710 2t1c pdr"
3339 #  algorithm: "table_comparison"
3340 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-3n-skx-2t1c-pdr"
3341 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3342 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3343 #  rca:
3344 #    - title: "RCA1"
3345 #      data: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3346 #    - title: "RCA2"
3347 #      data: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3348 #  columns:
3349 #    - title: "1908.0-1"
3350 #      data-set: "vpp-perf-changes-3n-skx-old1908_0"
3351 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3352 #    - title: "1908.1-1"
3353 #      data-set: "vpp-perf-changes-3n-skx-old1908_1"
3354 #    - title: "1908.1-2"
3355 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3356 #    - title: "2001.0-2"
3357 #      data-set: "vpp-perf-changes-3n-skx-new2001_0"
3358 #  comparisons:
3359 #    - title: "Diff1"
3360 #      reference: 2
3361 #      reference-alt: 1
3362 #      compare: 3
3363 #    - title: "Diff2"
3364 #      reference: 3
3365 #      compare: 4
3366 #  legend:
3367 #    - 'Legend to Table:'
3368 #    - '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).'
3369 #    - '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).'
3370 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3371 #    - 'RCA1 - root cause analysis reference for Diff1.'
3372 #    - 'RCA2 - root cause analysis reference for Diff2.'
3373 #
3374 ## VPP Root Cause Analysis 3n-skx-xxv710 2t1c ndr
3375 #- type: "table"
3376 #  title: "VPP Root Cause Analysis 3n-skx-xxv710 2t1c ndr"
3377 #  algorithm: "table_comparison"
3378 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-3n-skx-2t1c-ndr"
3379 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3380 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3381 #  rca:
3382 #    - title: "RCA1"
3383 #      data: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3384 #    - title: "RCA2"
3385 #      data: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3386 #  columns:
3387 #    - title: "1908.0-1"
3388 #      data-set: "vpp-perf-changes-3n-skx-old1908_0"
3389 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3390 #    - title: "1908.1-1"
3391 #      data-set: "vpp-perf-changes-3n-skx-old1908_1"
3392 #    - title: "1908.1-2"
3393 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3394 #    - title: "2001.0-2"
3395 #      data-set: "vpp-perf-changes-3n-skx-new2001_0"
3396 #  comparisons:
3397 #    - title: "Diff1"
3398 #      reference: 2
3399 #      reference-alt: 1
3400 #      compare: 3
3401 #    - title: "Diff2"
3402 #      reference: 3
3403 #      compare: 4
3404 #  legend:
3405 #    - 'Legend to Table:'
3406 #    - '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).'
3407 #    - '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).'
3408 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3409 #    - 'RCA1 - root cause analysis reference for Diff1.'
3410 #    - 'RCA2 - root cause analysis reference for Diff2.'
3411
3412 # VPP Performance Changes 3n-skx 2t1c pdr
3413 - type: "table"
3414   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3415   algorithm: "table_comparison"
3416   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3417   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3418   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3419   columns:
3420     - title: "1908"
3421       data-set: "vpp-performance-changes-3n-skx-h1"
3422     - title: "2001"
3423       data-set: "vpp-performance-changes-3n-skx-ref"
3424     - title: "2005"
3425       data-set: "vpp-performance-changes-3n-skx-cmp"
3426   comparisons:
3427     - title: "Diff"
3428       reference: 2
3429       compare: 3
3430   legend:
3431     - "Legend to Table"
3432     - "1908, 2001, 2005 - VPP versions tested."
3433     - "Diff - difference between 2001 and 2005 VPP version."
3434
3435 # VPP Performance Changes 3n-skx 4t2c pdr
3436 - type: "table"
3437   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3438   algorithm: "table_comparison"
3439   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3440   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3441   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3442   columns:
3443     - title: "1908"
3444       data-set: "vpp-performance-changes-3n-skx-h1"
3445     - title: "2001"
3446       data-set: "vpp-performance-changes-3n-skx-ref"
3447     - title: "2005"
3448       data-set: "vpp-performance-changes-3n-skx-cmp"
3449   comparisons:
3450     - title: "Diff"
3451       reference: 2
3452       compare: 3
3453   legend:
3454     - "Legend to Table"
3455     - "1908, 2001, 2005 - VPP versions tested."
3456     - "Diff - difference between 2001 and 2005 VPP version."
3457
3458 # VPP Performance Changes 3n-skx 2t1c ndr
3459 - type: "table"
3460   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3461   algorithm: "table_comparison"
3462   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3463   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3464   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3465   columns:
3466     - title: "1908"
3467       data-set: "vpp-performance-changes-3n-skx-h1"
3468     - title: "2001"
3469       data-set: "vpp-performance-changes-3n-skx-ref"
3470     - title: "2005"
3471       data-set: "vpp-performance-changes-3n-skx-cmp"
3472   comparisons:
3473     - title: "Diff"
3474       reference: 2
3475       compare: 3
3476   legend:
3477     - "Legend to Table"
3478     - "1908, 2001, 2005 - VPP versions tested."
3479     - "Diff - difference between 2001 and 2005 VPP version."
3480
3481 # VPP Performance Changes 3n-skx 4t2c ndr
3482 - type: "table"
3483   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3484   algorithm: "table_comparison"
3485   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3486   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3487   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3488   columns:
3489     - title: "1908"
3490       data-set: "vpp-performance-changes-3n-skx-h1"
3491     - title: "2001"
3492       data-set: "vpp-performance-changes-3n-skx-ref"
3493     - title: "2005"
3494       data-set: "vpp-performance-changes-3n-skx-cmp"
3495   comparisons:
3496     - title: "Diff"
3497       reference: 2
3498       compare: 3
3499   legend:
3500     - "Legend to Table"
3501     - "1908, 2001, 2005 - VPP versions tested."
3502     - "Diff - difference between 2001 and 2005 VPP version."
3503
3504 ## VPP Root Cause Analysis 2n-skx-xxv710 2t1c pdr
3505 #- type: "table"
3506 #  title: "VPP Root Cause Analysis 2n-skx-xxv710 2t1c pdr"
3507 #  algorithm: "table_comparison"
3508 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-2n-skx-2t1c-pdr"
3509 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3510 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3511 #  rca:
3512 #    - title: "RCA1"
3513 #      data: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3514 #    - title: "RCA2"
3515 #      data: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3516 #  columns:
3517 #    - title: "1908.0-1"
3518 #      data-set: "vpp-perf-changes-2n-skx-old1908_0"
3519 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3520 #    - title: "1908.1-1"
3521 #      data-set: "vpp-perf-changes-2n-skx-old1908_1"
3522 #    - title: "1908.1-2"
3523 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3524 #    - title: "2001.0-2"
3525 #      data-set: "vpp-perf-changes-2n-skx-new2001_0"
3526 #  comparisons:
3527 #    - title: "Diff1"
3528 #      reference: 2
3529 #      reference-alt: 1
3530 #      compare: 3
3531 #    - title: "Diff2"
3532 #      reference: 3
3533 #      compare: 4
3534 #  legend:
3535 #    - 'Legend to Table:'
3536 #    - '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).'
3537 #    - '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).'
3538 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3539 #    - 'RCA1 - root cause analysis reference for Diff1.'
3540 #    - 'RCA2 - root cause analysis reference for Diff2.'
3541 #
3542 ## VPP Root Cause Analysis 2n-skx-xxv710 2t1c ndr
3543 #- type: "table"
3544 #  title: "VPP Root Cause Analysis 2n-skx-xxv710 2t1c ndr"
3545 #  algorithm: "table_comparison"
3546 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-2n-skx-2t1c-ndr"
3547 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3548 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3549 #  rca:
3550 #    - title: "RCA1"
3551 #      data: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3552 #    - title: "RCA2"
3553 #      data: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3554 #  columns:
3555 #    - title: "1908.0-1"
3556 #      data-set: "vpp-perf-changes-2n-skx-old1908_0"
3557 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3558 #    - title: "1908.1-1"
3559 #      data-set: "vpp-perf-changes-2n-skx-old1908_1"
3560 #    - title: "1908.1-2"
3561 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3562 #    - title: "2001.0-2"
3563 #      data-set: "vpp-perf-changes-2n-skx-new2001_0"
3564 #  comparisons:
3565 #    - title: "Diff1"
3566 #      reference: 2
3567 #      reference-alt: 1
3568 #      compare: 3
3569 #    - title: "Diff2"
3570 #      reference: 3
3571 #      compare: 4
3572 #  legend:
3573 #    - 'Legend to Table:'
3574 #    - '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).'
3575 #    - '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).'
3576 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3577 #    - 'RCA1 - root cause analysis reference for Diff1.'
3578 #    - 'RCA2 - root cause analysis reference for Diff2.'
3579
3580 # VPP Performance Changes 2n-skx 2t1c pdr
3581 - type: "table"
3582   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3583   algorithm: "table_comparison"
3584   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3585   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3586   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3587   columns:
3588     - title: "1908"
3589       data-set: "vpp-performance-changes-2n-skx-h1"
3590     - title: "2001"
3591       data-set: "vpp-performance-changes-2n-skx-ref"
3592     - title: "2005"
3593       data-set: "vpp-performance-changes-2n-skx-cmp"
3594   comparisons:
3595     - title: "Diff"
3596       reference: 2
3597       compare: 3
3598   legend:
3599     - "Legend to Table"
3600     - "1908, 2001, 2005 - VPP versions tested."
3601     - "Diff - difference between 2001 and 2005 VPP version."
3602
3603 # VPP Performance Changes 2n-skx 4t2c pdr
3604 - type: "table"
3605   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3606   algorithm: "table_comparison"
3607   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3608   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3609   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3610   columns:
3611     - title: "1908"
3612       data-set: "vpp-performance-changes-2n-skx-h1"
3613     - title: "2001"
3614       data-set: "vpp-performance-changes-2n-skx-ref"
3615     - title: "2005"
3616       data-set: "vpp-performance-changes-2n-skx-cmp"
3617   comparisons:
3618     - title: "Diff"
3619       reference: 2
3620       compare: 3
3621   legend:
3622     - "Legend to Table"
3623     - "1908, 2001, 2005 - VPP versions tested."
3624     - "Diff - difference between 2001 and 2005 VPP version."
3625
3626 # VPP Performance Changes 2n-skx 2t1c ndr
3627 - type: "table"
3628   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3629   algorithm: "table_comparison"
3630   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3631   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3632   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3633   columns:
3634     - title: "1908"
3635       data-set: "vpp-performance-changes-2n-skx-h1"
3636     - title: "2001"
3637       data-set: "vpp-performance-changes-2n-skx-ref"
3638     - title: "2005"
3639       data-set: "vpp-performance-changes-2n-skx-cmp"
3640   comparisons:
3641     - title: "Diff"
3642       reference: 2
3643       compare: 3
3644   legend:
3645     - "Legend to Table"
3646     - "1908, 2001, 2005 - VPP versions tested."
3647     - "Diff - difference between 2001 and 2005 VPP version."
3648
3649 # VPP Performance Changes 2n-skx 4t2c ndr
3650 - type: "table"
3651   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3652   algorithm: "table_comparison"
3653   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3654   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3655   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3656   columns:
3657     - title: "1908"
3658       data-set: "vpp-performance-changes-2n-skx-h1"
3659     - title: "2001"
3660       data-set: "vpp-performance-changes-2n-skx-ref"
3661     - title: "2005"
3662       data-set: "vpp-performance-changes-2n-skx-cmp"
3663   comparisons:
3664     - title: "Diff"
3665       reference: 2
3666       compare: 3
3667   legend:
3668     - "Legend to Table"
3669     - "1908, 2001, 2005 - VPP versions tested."
3670     - "Diff - difference between 2001 and 2005 VPP version."
3671
3672 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
3673 - type: "table"
3674   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
3675   algorithm: "table_comparison"
3676   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
3677   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3678   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3679   columns:
3680     - title: "2001"
3681       data-set: "vpp-performance-changes-2n-clx-ref"
3682     - title: "2005"
3683       data-set: "vpp-performance-changes-2n-clx-cmp"
3684   comparisons:
3685     - title: "Diff"
3686       reference: 1
3687       compare: 2
3688   legend:
3689     - "Legend to Table"
3690     - "2001, 2005 - VPP versions tested."
3691     - "Diff - difference between 2001 and 2005 VPP version."
3692
3693 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
3694 - type: "table"
3695   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
3696   algorithm: "table_comparison"
3697   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
3698   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3699   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3700   columns:
3701     - title: "2001"
3702       data-set: "vpp-performance-changes-2n-clx-ref"
3703     - title: "2005"
3704       data-set: "vpp-performance-changes-2n-clx-cmp"
3705   comparisons:
3706     - title: "Diff"
3707       reference: 1
3708       compare: 2
3709   legend:
3710     - "Legend to Table"
3711     - "2001, 2005 - VPP versions tested."
3712     - "Diff - difference between 2001 and 2005 VPP version."
3713
3714 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
3715 - type: "table"
3716   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
3717   algorithm: "table_comparison"
3718   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
3719   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3720   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3721   columns:
3722     - title: "2001"
3723       data-set: "vpp-performance-changes-2n-clx-ref"
3724     - title: "2005"
3725       data-set: "vpp-performance-changes-2n-clx-cmp"
3726   comparisons:
3727     - title: "Diff"
3728       reference: 1
3729       compare: 2
3730   legend:
3731     - "Legend to Table"
3732     - "2001, 2005 - VPP versions tested."
3733     - "Diff - difference between 2001 and 2005 VPP version."
3734
3735 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
3736 - type: "table"
3737   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
3738   algorithm: "table_comparison"
3739   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
3740   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3741   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3742   columns:
3743     - title: "2001"
3744       data-set: "vpp-performance-changes-2n-clx-ref"
3745     - title: "2005"
3746       data-set: "vpp-performance-changes-2n-clx-cmp"
3747   comparisons:
3748     - title: "Diff"
3749       reference: 1
3750       compare: 2
3751   legend:
3752     - "Legend to Table"
3753     - "2001, 2005 - VPP versions tested."
3754     - "Diff - difference between 2001 and 2005 VPP version."
3755
3756 # VPP Performance Changes 2n-clx-x556 2t1c pdr
3757 - type: "table"
3758   title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
3759   algorithm: "table_comparison"
3760   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
3761   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3762   filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3763   columns:
3764     - title: "2001"
3765       data-set: "vpp-performance-changes-2n-clx-ref"
3766     - title: "2005"
3767       data-set: "vpp-performance-changes-2n-clx-cmp"
3768   comparisons:
3769     - title: "Diff"
3770       reference: 1
3771       compare: 2
3772   legend:
3773     - "Legend to Table"
3774     - "2001, 2005 - VPP versions tested."
3775     - "Diff - difference between 2001 and 2005 VPP version."
3776
3777 # VPP Performance Changes 2n-clx-x556 4t2c pdr
3778 - type: "table"
3779   title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
3780   algorithm: "table_comparison"
3781   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
3782   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3783   filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3784   columns:
3785     - title: "2001"
3786       data-set: "vpp-performance-changes-2n-clx-ref"
3787     - title: "2005"
3788       data-set: "vpp-performance-changes-2n-clx-cmp"
3789   comparisons:
3790     - title: "Diff"
3791       reference: 1
3792       compare: 2
3793   legend:
3794     - "Legend to Table"
3795     - "2001, 2005 - VPP versions tested."
3796     - "Diff - difference between 2001 and 2005 VPP version."
3797
3798 # VPP Performance Changes 2n-clx-x556 2t1c ndr
3799 - type: "table"
3800   title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
3801   algorithm: "table_comparison"
3802   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
3803   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3804   filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3805   columns:
3806     - title: "2001"
3807       data-set: "vpp-performance-changes-2n-clx-ref"
3808     - title: "2005"
3809       data-set: "vpp-performance-changes-2n-clx-cmp"
3810   comparisons:
3811     - title: "Diff"
3812       reference: 1
3813       compare: 2
3814   legend:
3815     - "Legend to Table"
3816     - "2001, 2005 - VPP versions tested."
3817     - "Diff - difference between 2001 and 2005 VPP version."
3818
3819 # VPP Performance Changes 2n-clx-x556 4t2c ndr
3820 - type: "table"
3821   title: "VPP Performance Changes 2n-clx-x556 ndr"
3822   algorithm: "table_comparison"
3823   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
3824   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3825   filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3826   columns:
3827     - title: "2001"
3828       data-set: "vpp-performance-changes-2n-clx-ref"
3829     - title: "2005"
3830       data-set: "vpp-performance-changes-2n-clx-cmp"
3831   comparisons:
3832     - title: "Diff"
3833       reference: 1
3834       compare: 2
3835   legend:
3836     - "Legend to Table"
3837     - "2001, 2005 - VPP versions tested."
3838     - "Diff - difference between 2001 and 2005 VPP version."
3839
3840 # VPP Performance Changes 2n-dnv 1t1c pdr
3841 - type: "table"
3842   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3843   algorithm: "table_comparison"
3844   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3845   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3846   filter: "'1T1C'"
3847   columns:
3848     - title: "1908"
3849       data-set: "vpp-performance-changes-2n-dnv-h1"
3850     - title: "2001"
3851       data-set: "vpp-performance-changes-2n-dnv-ref"
3852     - title: "2005"
3853       data-set: "vpp-performance-changes-2n-dnv-cmp"
3854   comparisons:
3855     - title: "Diff"
3856       reference: 2
3857       compare: 3
3858   legend:
3859     - "Legend to Table"
3860     - "1908, 2001, 2005 - VPP versions tested."
3861     - "Diff - difference between 2001 and 2005 VPP version."
3862
3863 # VPP Performance Changes 2n-dnv 2t2c pdr
3864 - type: "table"
3865   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3866   algorithm: "table_comparison"
3867   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3868   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3869   filter: "'2T2C'"
3870   columns:
3871     - title: "1908"
3872       data-set: "vpp-performance-changes-2n-dnv-h1"
3873     - title: "2001"
3874       data-set: "vpp-performance-changes-2n-dnv-ref"
3875     - title: "2005"
3876       data-set: "vpp-performance-changes-2n-dnv-cmp"
3877   comparisons:
3878     - title: "Diff"
3879       reference: 2
3880       compare: 3
3881   legend:
3882     - "Legend to Table"
3883     - "1908, 2001, 2005 - VPP versions tested."
3884     - "Diff - difference between 2001 and 2005 VPP version."
3885
3886 # VPP Performance Changes 2n-dnv 1t1c ndr
3887 - type: "table"
3888   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3889   algorithm: "table_comparison"
3890   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3891   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3892   filter: "'1T1C'"
3893   columns:
3894     - title: "1908"
3895       data-set: "vpp-performance-changes-2n-dnv-h1"
3896     - title: "2001"
3897       data-set: "vpp-performance-changes-2n-dnv-ref"
3898     - title: "2005"
3899       data-set: "vpp-performance-changes-2n-dnv-cmp"
3900   comparisons:
3901     - title: "Diff"
3902       reference: 2
3903       compare: 3
3904   legend:
3905     - "Legend to Table"
3906     - "1908, 2001, 2005 - VPP versions tested."
3907     - "Diff - difference between 2001 and 2005 VPP version."
3908
3909 # VPP Performance Changes 2n-dnv 2t2c ndr
3910 - type: "table"
3911   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3912   algorithm: "table_comparison"
3913   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3914   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3915   filter: "'2T2C'"
3916   columns:
3917     - title: "1908"
3918       data-set: "vpp-performance-changes-2n-dnv-h1"
3919     - title: "2001"
3920       data-set: "vpp-performance-changes-2n-dnv-ref"
3921     - title: "2005"
3922       data-set: "vpp-performance-changes-2n-dnv-cmp"
3923   comparisons:
3924     - title: "Diff"
3925       reference: 2
3926       compare: 3
3927   legend:
3928     - "Legend to Table"
3929     - "1908, 2001, 2005 - VPP versions tested."
3930     - "Diff - difference between 2001 and 2005 VPP version."
3931
3932 # VPP Performance Changes 3n-dnv 1t1c pdr
3933 - type: "table"
3934   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3935   algorithm: "table_comparison"
3936   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3937   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3938   filter: "'1T1C'"
3939   columns:
3940     - title: "1908"
3941       data-set: "vpp-performance-changes-3n-dnv-h1"
3942     - title: "2001"
3943       data-set: "vpp-performance-changes-3n-dnv-ref"
3944     - title: "2005"
3945       data-set: "vpp-performance-changes-3n-dnv-cmp"
3946   comparisons:
3947     - title: "Diff"
3948       reference: 2
3949       compare: 3
3950   legend:
3951     - "Legend to Table"
3952     - "1908, 2001, 2005 - VPP versions tested."
3953     - "Diff - difference between 2001 and 2005 VPP version."
3954
3955 # VPP Performance Changes 3n-dnv 2t2c pdr
3956 - type: "table"
3957   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3958   algorithm: "table_comparison"
3959   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3960   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3961   filter: "'2T2C'"
3962   columns:
3963     - title: "1908"
3964       data-set: "vpp-performance-changes-3n-dnv-h1"
3965     - title: "2001"
3966       data-set: "vpp-performance-changes-3n-dnv-ref"
3967     - title: "2005"
3968       data-set: "vpp-performance-changes-3n-dnv-cmp"
3969   comparisons:
3970     - title: "Diff"
3971       reference: 2
3972       compare: 3
3973   legend:
3974     - "Legend to Table"
3975     - "1908, 2001, 2005 - VPP versions tested."
3976     - "Diff - difference between 2001 and 2005 VPP version."
3977
3978 # VPP Performance Changes 3n-dnv 1t1c ndr
3979 - type: "table"
3980   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3981   algorithm: "table_comparison"
3982   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3983   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3984   filter: "'1T1C'"
3985   columns:
3986     - title: "1908"
3987       data-set: "vpp-performance-changes-3n-dnv-h1"
3988     - title: "2001"
3989       data-set: "vpp-performance-changes-3n-dnv-ref"
3990     - title: "2005"
3991       data-set: "vpp-performance-changes-3n-dnv-cmp"
3992   comparisons:
3993     - title: "Diff"
3994       reference: 2
3995       compare: 3
3996   legend:
3997     - "Legend to Table"
3998     - "1908, 2001, 2005 - VPP versions tested."
3999     - "Diff - difference between 2001 and 2005 VPP version."
4000
4001 # VPP Performance Changes 3n-dnv 2t2c ndr
4002 - type: "table"
4003   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
4004   algorithm: "table_comparison"
4005   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
4006   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4007   filter: "'2T2C'"
4008   columns:
4009     - title: "1908"
4010       data-set: "vpp-performance-changes-3n-dnv-h1"
4011     - title: "2001"
4012       data-set: "vpp-performance-changes-3n-dnv-ref"
4013     - title: "2005"
4014       data-set: "vpp-performance-changes-3n-dnv-cmp"
4015   comparisons:
4016     - title: "Diff"
4017       reference: 2
4018       compare: 3
4019   legend:
4020     - "Legend to Table"
4021     - "1908, 2001, 2005 - VPP versions tested."
4022     - "Diff - difference between 2001 and 2005 VPP version."
4023
4024 # VPP Performance Changes 3n-tsh 1t1c pdr
4025 - type: "table"
4026   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4027   algorithm: "table_comparison"
4028   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4029   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4030   filter: "'1T1C'"
4031   columns:
4032     - title: "1908"
4033       data-set: "vpp-performance-changes-3n-tsh-h1"
4034     - title: "2001"
4035       data-set: "vpp-performance-changes-3n-tsh-ref"
4036     - title: "2005"
4037       data-set: "vpp-performance-changes-3n-tsh-cmp"
4038   comparisons:
4039     - title: "Diff"
4040       reference: 2
4041       compare: 3
4042   legend:
4043     - "Legend to Table"
4044     - "1908, 2001, 2005 - VPP versions tested."
4045     - "Diff - difference between 2001 and 2005 VPP version."
4046
4047 # VPP Performance Changes 3n-tsh 2t2c pdr
4048 - type: "table"
4049   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4050   algorithm: "table_comparison"
4051   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4052   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4053   filter: "'2T2C'"
4054   columns:
4055     - title: "1908"
4056       data-set: "vpp-performance-changes-3n-tsh-h1"
4057     - title: "2001"
4058       data-set: "vpp-performance-changes-3n-tsh-ref"
4059     - title: "2005"
4060       data-set: "vpp-performance-changes-3n-tsh-cmp"
4061   comparisons:
4062     - title: "Diff"
4063       reference: 2
4064       compare: 3
4065   legend:
4066     - "Legend to Table"
4067     - "1908, 2001, 2005 - VPP versions tested."
4068     - "Diff - difference between 2001 and 2005 VPP version."
4069
4070 # VPP Performance Changes 3n-tsh 1t1c ndr
4071 - type: "table"
4072   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4073   algorithm: "table_comparison"
4074   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4075   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4076   filter: "'1T1C'"
4077   columns:
4078     - title: "1908"
4079       data-set: "vpp-performance-changes-3n-tsh-h1"
4080     - title: "2001"
4081       data-set: "vpp-performance-changes-3n-tsh-ref"
4082     - title: "2005"
4083       data-set: "vpp-performance-changes-3n-tsh-cmp"
4084   comparisons:
4085     - title: "Diff"
4086       reference: 2
4087       compare: 3
4088   legend:
4089     - "Legend to Table"
4090     - "1908, 2001, 2005 - VPP versions tested."
4091     - "Diff - difference between 2001 and 2005 VPP version."
4092
4093 # VPP Performance Changes 3n-tsh 2t2c ndr
4094 - type: "table"
4095   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4096   algorithm: "table_comparison"
4097   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4098   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4099   filter: "'2T2C'"
4100   columns:
4101     - title: "1908"
4102       data-set: "vpp-performance-changes-3n-tsh-h1"
4103     - title: "2001"
4104       data-set: "vpp-performance-changes-3n-tsh-ref"
4105     - title: "2005"
4106       data-set: "vpp-performance-changes-3n-tsh-cmp"
4107   comparisons:
4108     - title: "Diff"
4109       reference: 2
4110       compare: 3
4111   legend:
4112     - "Legend to Table"
4113     - "1908, 2001, 2005 - VPP versions tested."
4114     - "Diff - difference between 2001 and 2005 VPP version."
4115
4116 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4117 - type: "table"
4118   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4119   algorithm: "table_comparison"
4120   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4121   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4122   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4123   columns:
4124     - title: "3n-hsw xl710"
4125       data-set: "vpp-compare-testbeds-ref"
4126       tag: "NIC_Intel-XL710"
4127     - title: "3n-skx xxv710"
4128       data-set: "vpp-compare-testbeds-cmp"
4129       tag: "NIC_Intel-XXV710"
4130   comparisons:
4131     - title: "Diff"
4132       reference: 1
4133       compare: 2
4134   legend:
4135     - "Legend to Table"
4136     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4137     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4138
4139 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4140 - type: "table"
4141   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4142   algorithm: "table_comparison"
4143   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4144   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4145   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4146   columns:
4147     - title: "3n-hsw xl710"
4148       data-set: "vpp-compare-testbeds-ref"
4149       tag: "NIC_Intel-XL710"
4150     - title: "3n-skx xxv710"
4151       data-set: "vpp-compare-testbeds-cmp"
4152       tag: "NIC_Intel-XXV710"
4153   comparisons:
4154     - title: "Diff"
4155       reference: 1
4156       compare: 2
4157   legend:
4158     - "Legend to Table"
4159     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4160     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4161
4162 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
4163 - type: "table"
4164   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
4165   algorithm: "table_comparison"
4166   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
4167   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4168   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4169   columns:
4170     - title: "3n-hsw xl710"
4171       data-set: "vpp-compare-testbeds-ref"
4172       tag: "NIC_Intel-XL710"
4173     - title: "3n-skx xxv710"
4174       data-set: "vpp-compare-testbeds-cmp"
4175       tag: "NIC_Intel-XXV710"
4176   comparisons:
4177     - title: "Diff"
4178       reference: 1
4179       compare: 2
4180   legend:
4181     - "Legend to Table"
4182     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4183     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4184
4185 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4186 - type: "table"
4187   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4188   algorithm: "table_comparison"
4189   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4190   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4191   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4192   columns:
4193     - title: "3n-hsw xl710"
4194       data-set: "vpp-compare-testbeds-ref"
4195       tag: "NIC_Intel-XL710"
4196     - title: "3n-skx xxv710"
4197       data-set: "vpp-compare-testbeds-cmp"
4198       tag: "NIC_Intel-XXV710"
4199   comparisons:
4200     - title: "Diff"
4201       reference: 1
4202       compare: 2
4203   legend:
4204     - "Legend to Table"
4205     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4206     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4207
4208 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4209 - type: "table"
4210   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4211   algorithm: "table_comparison"
4212   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4213   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4214   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4215   columns:
4216     - title: "2n-skx"
4217       data-set: "vpp-compare-testbeds-skx-clx-ref"
4218     - title: "2n-clx"
4219       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4220   comparisons:
4221     - title: "Diff"
4222       reference: 1
4223       compare: 2
4224   legend:
4225     - "Legend to Table"
4226     - "2n-skx, 2n-clx - testbeds and NICs tested."
4227     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4228
4229 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4230 - type: "table"
4231   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4232   algorithm: "table_comparison"
4233   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4234   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4235   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4236   columns:
4237     - title: "2n-skx"
4238       data-set: "vpp-compare-testbeds-skx-clx-ref"
4239     - title: "2n-clx"
4240       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4241   comparisons:
4242     - title: "Diff"
4243       reference: 1
4244       compare: 2
4245   legend:
4246     - "Legend to Table"
4247     - "2n-skx, 2n-clx - testbeds and NICs tested."
4248     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4249
4250 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4251 - type: "table"
4252   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4253   algorithm: "table_comparison"
4254   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4255   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4256   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4257   columns:
4258     - title: "2n-skx"
4259       data-set: "vpp-compare-testbeds-skx-clx-ref"
4260     - title: "2n-clx"
4261       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4262   comparisons:
4263     - title: "Diff"
4264       reference: 1
4265       compare: 2
4266   legend:
4267     - "Legend to Table"
4268     - "2n-skx, 2n-clx - testbeds and NICs tested."
4269     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4270
4271 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4272 - type: "table"
4273   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4274   algorithm: "table_comparison"
4275   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4276   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4277   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4278   columns:
4279     - title: "2n-skx"
4280       data-set: "vpp-compare-testbeds-skx-clx-ref"
4281     - title: "2n-clx"
4282       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4283   comparisons:
4284     - title: "Diff"
4285       reference: 1
4286       compare: 2
4287   legend:
4288     - "Legend to Table"
4289     - "2n-skx, 2n-clx - testbeds and NICs tested."
4290     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4291
4292 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4293 - type: "table"
4294   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4295   algorithm: "table_comparison"
4296   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4297   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4298   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4299   columns:
4300     - title: "3n-hsw xl710"
4301       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4302       tag: "NIC_Intel-XL710"
4303     - title: "2n-clx xxv710"
4304       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4305       tag: "NIC_Intel-XXV710"
4306   comparisons:
4307     - title: "Diff"
4308       reference: 1
4309       compare: 2
4310   legend:
4311     - "Legend to Table"
4312     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4313     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4314
4315 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4316 - type: "table"
4317   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4318   algorithm: "table_comparison"
4319   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4320   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4321   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4322   columns:
4323     - title: "3n-hsw xl710"
4324       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4325       tag: "NIC_Intel-XL710"
4326     - title: "2n-clx xxv710"
4327       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4328       tag: "NIC_Intel-XXV710"
4329   comparisons:
4330     - title: "Diff"
4331       reference: 1
4332       compare: 2
4333   legend:
4334     - "Legend to Table"
4335     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4336     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4337
4338 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4339 - type: "table"
4340   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4341   algorithm: "table_comparison"
4342   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4343   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4344   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4345   columns:
4346     - title: "3n-hsw xl710"
4347       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4348       tag: "NIC_Intel-XL710"
4349     - title: "2n-clx xxv710"
4350       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4351       tag: "NIC_Intel-XXV710"
4352   comparisons:
4353     - title: "Diff"
4354       reference: 1
4355       compare: 2
4356   legend:
4357     - "Legend to Table"
4358     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4359     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4360
4361 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4362 - type: "table"
4363   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4364   algorithm: "table_comparison"
4365   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4366   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4367   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4368   columns:
4369     - title: "3n-hsw xl710"
4370       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4371       tag: "NIC_Intel-XL710"
4372     - title: "2n-clx xxv710"
4373       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4374       tag: "NIC_Intel-XXV710"
4375   comparisons:
4376     - title: "Diff"
4377       reference: 1
4378       compare: 2
4379   legend:
4380     - "Legend to Table"
4381     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4382     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4383
4384 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4385 - type: "table"
4386   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4387   algorithm: "table_comparison"
4388   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4389   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4390   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4391   columns:
4392     - title: "3n-skx"
4393       data-set: "vpp-compare-topologies-ref"
4394     - title: "2n-skx"
4395       data-set: "vpp-compare-topologies-cmp"
4396   comparisons:
4397     - title: "Diff"
4398       reference: 1
4399       compare: 2
4400   legend:
4401     - "Legend to Table"
4402     - "3n-skx, 2n-skx - topologies tested."
4403     - "Diff - difference between 3n-skx and 2n-skx topologies."
4404
4405 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4406 - type: "table"
4407   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4408   algorithm: "table_comparison"
4409   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4410   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4411   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4412   columns:
4413     - title: "3n-skx"
4414       data-set: "vpp-compare-topologies-ref"
4415     - title: "2n-skx"
4416       data-set: "vpp-compare-topologies-cmp"
4417   comparisons:
4418     - title: "Diff"
4419       reference: 1
4420       compare: 2
4421   legend:
4422     - "Legend to Table"
4423     - "3n-skx, 2n-skx - topologies tested."
4424     - "Diff - difference between 3n-skx and 2n-skx topologies."
4425
4426 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4427 - type: "table"
4428   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4429   algorithm: "table_comparison"
4430   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4431   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4432   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4433   columns:
4434     - title: "3n-skx"
4435       data-set: "vpp-compare-topologies-ref"
4436     - title: "2n-skx"
4437       data-set: "vpp-compare-topologies-cmp"
4438   comparisons:
4439     - title: "Diff"
4440       reference: 1
4441       compare: 2
4442   legend:
4443     - "Legend to Table"
4444     - "3n-skx, 2n-skx - topologies tested."
4445     - "Diff - difference between 3n-skx and 2n-skx topologies."
4446
4447 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4448 - type: "table"
4449   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4450   algorithm: "table_comparison"
4451   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4452   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4453   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4454   columns:
4455     - title: "3n-skx"
4456       data-set: "vpp-compare-topologies-ref"
4457     - title: "2n-skx"
4458       data-set: "vpp-compare-topologies-cmp"
4459   comparisons:
4460     - title: "Diff"
4461       reference: 1
4462       compare: 2
4463   legend:
4464     - "Legend to Table"
4465     - "3n-skx, 2n-skx - topologies tested."
4466     - "Diff - difference between 3n-skx and 2n-skx topologies."
4467
4468 # VPP Performance Changes 3n-hsw 1t1c mrr
4469 - type: "table"
4470   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4471   algorithm: "table_comparison"
4472   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4473   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4474   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4475   columns:
4476     - title: "1908"
4477       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4478     - title: "2001"
4479       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4480     - title: "2005"
4481       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4482   comparisons:
4483     - title: "Diff"
4484       reference: 2
4485       compare: 3
4486   legend:
4487     - "Legend to Table"
4488     - "1908, 2001, 2005 - VPP versions tested."
4489     - "Diff - difference between 2001 and 2005 VPP version."
4490
4491 # VPP Performance Changes 3n-hsw 2t2c mrr
4492 - type: "table"
4493   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4494   algorithm: "table_comparison"
4495   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4496   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4497   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4498   columns:
4499     - title: "1908"
4500       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4501     - title: "2001"
4502       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4503     - title: "2005"
4504       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4505   comparisons:
4506     - title: "Diff"
4507       reference: 2
4508       compare: 3
4509   legend:
4510     - "Legend to Table"
4511     - "1908, 2001, 2005 - VPP versions tested."
4512     - "Diff - difference between 2001 and 2005 VPP version."
4513
4514 # VPP Performance Changes 3n-hsw 4t4c mrr
4515 - type: "table"
4516   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
4517   algorithm: "table_comparison"
4518   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4519   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4520   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4521   columns:
4522     - title: "1908"
4523       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4524     - title: "2001"
4525       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4526     - title: "2005"
4527       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4528   comparisons:
4529     - title: "Diff"
4530       reference: 2
4531       compare: 3
4532   legend:
4533     - "Legend to Table"
4534     - "1908, 2001, 2005 - VPP versions tested."
4535     - "Diff - difference between 2001 and 2005 VPP version."
4536
4537 # VPP Performance Changes 3n-skx 2t1c mrr
4538 - type: "table"
4539   title: "VPP Performance Changes 3n-skx 2t1c mrr"
4540   algorithm: "table_comparison"
4541   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4542   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4543   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4544   columns:
4545 #    - title: "1908"
4546 #      data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4547     - title: "2001"
4548       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4549     - title: "2005"
4550       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4551   comparisons:
4552     - title: "Diff"
4553       reference: 1
4554       compare: 2
4555   legend:
4556     - "Legend to Table"
4557     - "2001, 2005 - VPP versions tested."
4558     - "Diff - difference between 2001 and 2005 VPP version."
4559
4560 # VPP Performance Changes 3n-skx 4t2c mrr
4561 - type: "table"
4562   title: "VPP Performance Changes 3n-skx 4t2c mrr"
4563   algorithm: "table_comparison"
4564   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4565   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4566   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4567   columns:
4568 #    - title: "1908"
4569 #      data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4570     - title: "2001"
4571       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4572     - title: "2005"
4573       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4574   comparisons:
4575     - title: "Diff"
4576       reference: 1
4577       compare: 2
4578   legend:
4579     - "Legend to Table"
4580     - "2001, 2005 - VPP versions tested."
4581     - "Diff - difference between 2001 and 2005 VPP version."
4582
4583 # VPP Performance Changes 3n-skx 8t4c mrr
4584 - type: "table"
4585   title: "VPP Performance Changes 3n-skx 8t4c mrr"
4586   algorithm: "table_comparison"
4587   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4588   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4589   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4590   columns:
4591 #    - title: "1908"
4592 #      data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4593     - title: "2001"
4594       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4595     - title: "2005"
4596       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4597   comparisons:
4598     - title: "Diff"
4599       reference: 1
4600       compare: 2
4601   legend:
4602     - "Legend to Table"
4603     - "2001, 2005 - VPP versions tested."
4604     - "Diff - difference between 2001 and 2005 VPP version."
4605
4606 # VPP Performance Changes 2n-skx 2t1c mrr
4607 - type: "table"
4608   title: "VPP Performance Changes 2n-skx 2t1c mrr"
4609   algorithm: "table_comparison"
4610   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4611   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4612   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4613   columns:
4614 #    - title: "1908"
4615 #      data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4616     - title: "2001"
4617       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4618     - title: "2005"
4619       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4620   comparisons:
4621     - title: "Diff"
4622       reference: 1
4623       compare: 2
4624   legend:
4625     - "Legend to Table"
4626     - "2001, 2005 - VPP versions tested."
4627     - "Diff - difference between 2001 and 2005 VPP version."
4628
4629 # VPP Performance Changes 2n-skx 4t2c mrr
4630 - type: "table"
4631   title: "VPP Performance Changes 2n-skx 4t2c mrr"
4632   algorithm: "table_comparison"
4633   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4634   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4635   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4636   columns:
4637 #    - title: "1908"
4638 #      data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4639     - title: "2001"
4640       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4641     - title: "2005"
4642       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4643   comparisons:
4644     - title: "Diff"
4645       reference: 1
4646       compare: 2
4647   legend:
4648     - "Legend to Table"
4649     - "2001, 2005 - VPP versions tested."
4650     - "Diff - difference between 2001 and 2005 VPP version."
4651
4652 # VPP Performance Changes 2n-skx 8t4c mrr
4653 - type: "table"
4654   title: "VPP Performance Changes 2n-skx 8t4c mrr"
4655   algorithm: "table_comparison"
4656   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4657   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4658   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4659   columns:
4660 #    - title: "1908"
4661 #      data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4662     - title: "2001"
4663       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4664     - title: "2005"
4665       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4666   comparisons:
4667     - title: "Diff"
4668       reference: 1
4669       compare: 2
4670   legend:
4671     - "Legend to Table"
4672     - "2001, 2005 - VPP versions tested."
4673     - "Diff - difference between 2001 and 2005 VPP version."
4674
4675 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
4676 - type: "table"
4677   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
4678   algorithm: "table_comparison"
4679   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
4680   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4681   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4682   columns:
4683     - title: "2001"
4684       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4685     - title: "2005"
4686       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4687   comparisons:
4688     - title: "Diff"
4689       reference: 1
4690       compare: 2
4691   legend:
4692     - "Legend to Table"
4693     - "2001, 2005 - VPP versions tested."
4694     - "Diff - difference between 2001 and 2005 VPP version."
4695
4696 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
4697 - type: "table"
4698   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
4699   algorithm: "table_comparison"
4700   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
4701   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4702   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4703   columns:
4704     - title: "2001"
4705       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4706     - title: "2005"
4707       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4708   comparisons:
4709     - title: "Diff"
4710       reference: 1
4711       compare: 2
4712   legend:
4713     - "Legend to Table"
4714     - "2001, 2005 - VPP versions tested."
4715     - "Diff - difference between 2001 and 2005 VPP version."
4716
4717 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
4718 - type: "table"
4719   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
4720   algorithm: "table_comparison"
4721   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
4722   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4723   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4724   columns:
4725     - title: "2001"
4726       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4727     - title: "2005"
4728       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4729   comparisons:
4730     - title: "Diff"
4731       reference: 1
4732       compare: 2
4733   legend:
4734     - "Legend to Table"
4735     - "2001, 2005 - VPP versions tested."
4736     - "Diff - difference between 2001 and 2005 VPP version."
4737
4738 # VPP Performance Changes 2n-clx-clx-x556 2t1c mrr
4739 - type: "table"
4740   title: "VPP Performance Changes 2n-clx-clx-x556 2t1c mrr"
4741   algorithm: "table_comparison"
4742   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-clx-x556-2t1c-mrr"
4743   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4744   filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4745   columns:
4746     - title: "2001"
4747       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4748     - title: "2005"
4749       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4750   comparisons:
4751     - title: "Diff"
4752       reference: 1
4753       compare: 2
4754   legend:
4755     - "Legend to Table"
4756     - "2001, 2005 - VPP versions tested."
4757     - "Diff - difference between 2001 and 2005 VPP version."
4758
4759 # VPP Performance Changes 2n-clx-clx-x556 4t2c mrr
4760 - type: "table"
4761   title: "VPP Performance Changes 2n-clx-clx-x556 4t2c mrr"
4762   algorithm: "table_comparison"
4763   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-clx-x556-4t2c-mrr"
4764   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4765   filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4766   columns:
4767     - title: "2001"
4768       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4769     - title: "2005"
4770       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4771   comparisons:
4772     - title: "Diff"
4773       reference: 1
4774       compare: 2
4775   legend:
4776     - "Legend to Table"
4777     - "2001, 2005 - VPP versions tested."
4778     - "Diff - difference between 2001 and 2005 VPP version."
4779
4780 # VPP Performance Changes 2n-clx-clx-x556 8t4c mrr
4781 - type: "table"
4782   title: "VPP Performance Changes 2n-clx-clx-x556 8t4c mrr"
4783   algorithm: "table_comparison"
4784   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-clx-x556-8t4c-mrr"
4785   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4786   filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4787   columns:
4788     - title: "2001"
4789       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4790     - title: "2005"
4791       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4792   comparisons:
4793     - title: "Diff"
4794       reference: 1
4795       compare: 2
4796   legend:
4797     - "Legend to Table"
4798     - "2001, 2005 - VPP versions tested."
4799     - "Diff - difference between 2001 and 2005 VPP version."
4800
4801 # VPP Performance Changes 2n-dnv 1t1c mrr
4802 - type: "table"
4803   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
4804   algorithm: "table_comparison"
4805   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4806   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4807   filter: "'1T1C'"
4808   columns:
4809     - title: "1908"
4810       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4811     - title: "2001"
4812       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4813     - title: "2005"
4814       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4815   comparisons:
4816     - title: "Diff"
4817       reference: 2
4818       compare: 3
4819   legend:
4820     - "Legend to Table"
4821     - "1908, 2001, 2005 - VPP versions tested."
4822     - "Diff - difference between 2001 and 2005 VPP version."
4823
4824 # VPP Performance Changes 2n-dnv 2t2c mrr
4825 - type: "table"
4826   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
4827   algorithm: "table_comparison"
4828   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4829   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4830   filter: "'2T2C'"
4831   columns:
4832     - title: "1908"
4833       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4834     - title: "2001"
4835       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4836     - title: "2005"
4837       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4838   comparisons:
4839     - title: "Diff"
4840       reference: 2
4841       compare: 3
4842   legend:
4843     - "Legend to Table"
4844     - "1908, 2001, 2005 - VPP versions tested."
4845     - "Diff - difference between 2001 and 2005 VPP version."
4846
4847 # VPP Performance Changes 2n-dnv 4t4c mrr
4848 - type: "table"
4849   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
4850   algorithm: "table_comparison"
4851   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4852   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4853   filter: "'4T4C'"
4854   columns:
4855     - title: "1908"
4856       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4857     - title: "2001"
4858       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4859     - title: "2005"
4860       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4861   comparisons:
4862     - title: "Diff"
4863       reference: 2
4864       compare: 3
4865   legend:
4866     - "Legend to Table"
4867     - "1908, 2001, 2005 - VPP versions tested."
4868     - "Diff - difference between 2001 and 2005 VPP version."
4869
4870 # VPP Performance Changes 3n-dnv 1t1c mrr
4871 - type: "table"
4872   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
4873   algorithm: "table_comparison"
4874   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4875   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4876   filter: "'1T1C'"
4877   columns:
4878     - title: "1908"
4879       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4880     - title: "2001"
4881       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4882     - title: "2005"
4883       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4884   comparisons:
4885     - title: "Diff"
4886       reference: 2
4887       compare: 3
4888   legend:
4889     - "Legend to Table"
4890     - "1908, 2001, 2005 - VPP versions tested."
4891     - "Diff - difference between 2001 and 2005 VPP version."
4892
4893 # VPP Performance Changes 3n-dnv 2t2c mrr
4894 - type: "table"
4895   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
4896   algorithm: "table_comparison"
4897   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4898   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4899   filter: "'2T2C'"
4900   columns:
4901     - title: "1908"
4902       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4903     - title: "2001"
4904       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4905     - title: "2005"
4906       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4907   comparisons:
4908     - title: "Diff"
4909       reference: 2
4910       compare: 3
4911   legend:
4912     - "Legend to Table"
4913     - "1908, 2001, 2005 - VPP versions tested."
4914     - "Diff - difference between 2001 and 2005 VPP version."
4915
4916 # VPP Performance Changes 3n-dnv 4t4c mrr
4917 - type: "table"
4918   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
4919   algorithm: "table_comparison"
4920   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4921   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4922   filter: "'4T4C'"
4923   columns:
4924     - title: "1908"
4925       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4926     - title: "2001"
4927       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4928     - title: "2005"
4929       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4930   comparisons:
4931     - title: "Diff"
4932       reference: 2
4933       compare: 3
4934   legend:
4935     - "Legend to Table"
4936     - "1908, 2001, 2005 - VPP versions tested."
4937     - "Diff - difference between 2001 and 2005 VPP version."
4938
4939 # VPP Performance Changes 3n-tsh 1t1c mrr
4940 - type: "table"
4941   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
4942   algorithm: "table_comparison"
4943   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4944   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4945   filter: "'1T1C'"
4946   columns:
4947     - title: "1908"
4948       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
4949     - title: "2001"
4950       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4951     - title: "2005"
4952       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4953   comparisons:
4954     - title: "Diff"
4955       reference: 2
4956       compare: 3
4957   legend:
4958     - "Legend to Table"
4959     - "1908, 2001, 2005 - VPP versions tested."
4960     - "Diff - difference between 2001 and 2005 VPP version."
4961
4962 # VPP Performance Changes 3n-tsh 2t2c mrr
4963 - type: "table"
4964   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
4965   algorithm: "table_comparison"
4966   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
4967   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4968   filter: "'2T2C'"
4969   columns:
4970     - title: "1908"
4971       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
4972     - title: "2001"
4973       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4974     - title: "2005"
4975       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4976   comparisons:
4977     - title: "Diff"
4978       reference: 2
4979       compare: 3
4980   legend:
4981     - "Legend to Table"
4982     - "1908, 2001, 2005 - VPP versions tested."
4983     - "Diff - difference between 2001 and 2005 VPP version."
4984
4985 # VPP Performance Changes 3n-tsh 4t4c mrr
4986 - type: "table"
4987   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
4988   algorithm: "table_comparison"
4989   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
4990   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4991   filter: "'4T4C'"
4992   columns:
4993     - title: "1908"
4994       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
4995     - title: "2001"
4996       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4997     - title: "2005"
4998       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4999   comparisons:
5000     - title: "Diff"
5001       reference: 2
5002       compare: 3
5003   legend:
5004     - "Legend to Table"
5005     - "1908, 2001, 2005 - VPP versions tested."
5006     - "Diff - difference between 2001 and 2005 VPP version."
5007
5008 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
5009 - type: "table"
5010   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
5011   algorithm: "table_comparison"
5012   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
5013   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5014   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5015   columns:
5016     - title: "3n-hsw xl710"
5017       data-set: "vpp-compare-testbeds-mrr-ref"
5018       tag: "NIC_Intel-XL710"
5019     - title: "3n-skx xxv710"
5020       data-set: "vpp-compare-testbeds-mrr-cmp"
5021       tag: "NIC_Intel-XXV710"
5022   comparisons:
5023     - title: "Diff"
5024       reference: 1
5025       compare: 2
5026   legend:
5027     - "Legend to Table"
5028     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5029     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5030
5031 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
5032 - type: "table"
5033   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
5034   algorithm: "table_comparison"
5035   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
5036   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5037   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5038   columns:
5039     - title: "3n-hsw xl710"
5040       data-set: "vpp-compare-testbeds-mrr-ref"
5041       tag: "NIC_Intel-XL710"
5042     - title: "3n-skx xxv710"
5043       data-set: "vpp-compare-testbeds-mrr-cmp"
5044       tag: "NIC_Intel-XXV710"
5045   comparisons:
5046     - title: "Diff"
5047       reference: 1
5048       compare: 2
5049   legend:
5050     - "Legend to Table"
5051     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5052     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5053
5054 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
5055 - type: "table"
5056   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
5057   algorithm: "table_comparison"
5058   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
5059   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5060   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5061   columns:
5062     - title: "3n-hsw xl710"
5063       data-set: "vpp-compare-testbeds-mrr-ref"
5064       tag: "NIC_Intel-XL710"
5065     - title: "3n-skx xxv710"
5066       data-set: "vpp-compare-testbeds-mrr-cmp"
5067       tag: "NIC_Intel-XXV710"
5068   comparisons:
5069     - title: "Diff"
5070       reference: 1
5071       compare: 2
5072   legend:
5073     - "Legend to Table"
5074     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5075     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5076
5077 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
5078 - type: "table"
5079   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
5080   algorithm: "table_comparison"
5081   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
5082   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5083   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5084   columns:
5085     - title: "2n-skx"
5086       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5087     - title: "2n-clx"
5088       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5089   comparisons:
5090     - title: "Diff"
5091       reference: 1
5092       compare: 2
5093   legend:
5094     - "Legend to Table"
5095     - "2n-skx, 2n-clx - testbeds and NICs tested."
5096     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5097
5098 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
5099 - type: "table"
5100   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
5101   algorithm: "table_comparison"
5102   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
5103   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5104   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5105   columns:
5106     - title: "2n-skx"
5107       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5108     - title: "2n-clx"
5109       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5110   comparisons:
5111     - title: "Diff"
5112       reference: 1
5113       compare: 2
5114   legend:
5115     - "Legend to Table"
5116     - "2n-skx, 2n-clx - testbeds and NICs tested."
5117     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5118
5119 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
5120 - type: "table"
5121   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
5122   algorithm: "table_comparison"
5123   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
5124   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5125   filter: "'8T4C' and 'NIC_Intel-XXV710'"
5126   columns:
5127     - title: "2n-skx"
5128       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5129     - title: "2n-clx"
5130       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5131   comparisons:
5132     - title: "Diff"
5133       reference: 1
5134       compare: 2
5135   legend:
5136     - "Legend to Table"
5137     - "2n-skx, 2n-clx - testbeds and NICs tested."
5138     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5139
5140 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
5141 - type: "table"
5142   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
5143   algorithm: "table_comparison"
5144   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
5145   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5146   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
5147   columns:
5148     - title: "3n-skx"
5149       data-set: "vpp-compare-topologies-mrr-ref"
5150     - title: "2n-skx"
5151       data-set: "vpp-compare-topologies-mrr-cmp"
5152   comparisons:
5153     - title: "Diff"
5154       reference: 1
5155       compare: 2
5156   legend:
5157     - "Legend to Table"
5158     - "3n-skx, 2n-skx - topologies tested."
5159     - "Diff - difference between 3n-skx and 2n-skx topologies."
5160
5161 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
5162 - type: "table"
5163   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
5164   algorithm: "table_comparison"
5165   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
5166   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5167   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
5168   columns:
5169     - title: "3n-skx"
5170       data-set: "vpp-compare-topologies-mrr-ref"
5171     - title: "2n-skx"
5172       data-set: "vpp-compare-topologies-mrr-cmp"
5173   comparisons:
5174     - title: "Diff"
5175       reference: 1
5176       compare: 2
5177   legend:
5178     - "Legend to Table"
5179     - "3n-skx, 2n-skx - topologies tested."
5180     - "Diff - difference between 3n-skx and 2n-skx topologies."
5181
5182 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
5183 - type: "table"
5184   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
5185   algorithm: "table_comparison"
5186   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
5187   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5188   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
5189   columns:
5190     - title: "3n-skx"
5191       data-set: "vpp-compare-topologies-mrr-ref"
5192     - title: "2n-skx"
5193       data-set: "vpp-compare-topologies-mrr-cmp"
5194   comparisons:
5195     - title: "Diff"
5196       reference: 1
5197       compare: 2
5198   legend:
5199     - "Legend to Table"
5200     - "3n-skx, 2n-skx - topologies tested."
5201     - "Diff - difference between 3n-skx and 2n-skx topologies."
5202
5203 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
5204 - type: "table"
5205   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
5206   algorithm: "table_comparison"
5207   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
5208   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5209   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5210   columns:
5211     - title: "3n-hsw xl710"
5212       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5213       tag: "NIC_Intel-XL710"
5214     - title: "2n-clx xxv710"
5215       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5216       tag: "NIC_Intel-XXV710"
5217   comparisons:
5218     - title: "Diff"
5219       reference: 1
5220       compare: 2
5221   legend:
5222     - "Legend to Table"
5223     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5224     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5225
5226 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
5227 - type: "table"
5228   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
5229   algorithm: "table_comparison"
5230   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
5231   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5232   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5233   columns:
5234     - title: "3n-hsw xl710"
5235       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5236       tag: "NIC_Intel-XL710"
5237     - title: "2n-clx xxv710"
5238       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5239       tag: "NIC_Intel-XXV710"
5240   comparisons:
5241     - title: "Diff"
5242       reference: 1
5243       compare: 2
5244   legend:
5245     - "Legend to Table"
5246     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5247     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5248
5249 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
5250 - type: "table"
5251   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
5252   algorithm: "table_comparison"
5253   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
5254   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5255   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5256   columns:
5257     - title: "3n-hsw xl710"
5258       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5259       tag: "NIC_Intel-XL710"
5260     - title: "2n-clx xxv710"
5261       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5262       tag: "NIC_Intel-XXV710"
5263   comparisons:
5264     - title: "Diff"
5265       reference: 1
5266       compare: 2
5267   legend:
5268     - "Legend to Table"
5269     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5270     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5271
5272 # Detailed Test Results - VPP Performance Results 3n-hsw
5273 - type: "table"
5274   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5275   algorithm: "table_merged_details"
5276   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5277   columns:
5278     - title: " |prein| Test Name |preout| "
5279       data: "data name"
5280     - 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| "
5281       data: "data msg"
5282   data: "vpp-perf-results-3n-hsw"
5283   filter: "all"
5284   parameters:
5285   - "name"
5286   - "parent"
5287   - "msg"
5288
5289 # Detailed Test Results - VPP Performance Results 3n-skx
5290 - type: "table"
5291   title: "Detailed Test Results - VPP Performance Results 3n-skx"
5292   algorithm: "table_merged_details"
5293   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
5294   columns:
5295     - title: " |prein| Test Name |preout| "
5296       data: "data name"
5297     - 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| "
5298       data: "data msg"
5299   data: "vpp-perf-results-3n-skx"
5300   filter: "all"
5301   remove-ndr: False
5302   parameters:
5303   - "name"
5304   - "parent"
5305   - "msg"
5306
5307 # Detailed Test Results - VPP Performance Results 2n-skx
5308 - type: "table"
5309   title: "Detailed Test Results - VPP Performance Results 2n-skx"
5310   algorithm: "table_merged_details"
5311   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
5312   columns:
5313     - title: " |prein| Test Name |preout| "
5314       data: "data name"
5315     - 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| "
5316       data: "data msg"
5317   data: "vpp-perf-results-2n-skx"
5318   filter: "all"
5319   remove-ndr: False
5320   parameters:
5321   - "name"
5322   - "parent"
5323   - "msg"
5324
5325 # Detailed Test Results - VPP Performance Results 2n-clx
5326 - type: "table"
5327   title: "Detailed Test Results - VPP Performance Results 2n-clx"
5328   algorithm: "table_merged_details"
5329   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
5330   columns:
5331     - title: " |prein| Test Name |preout| "
5332       data: "data name"
5333     - 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| "
5334       data: "data msg"
5335   data: "vpp-perf-results-2n-clx"
5336   filter: "all"
5337   parameters:
5338   - "name"
5339   - "parent"
5340   - "msg"
5341
5342 # Detailed Test Results - VPP Performance Results 3n-tsh
5343 - type: "table"
5344   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
5345   algorithm: "table_merged_details"
5346   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
5347   columns:
5348     - title: " |prein| Test Name |preout| "
5349       data: "data name"
5350     - 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| "
5351       data: "data msg"
5352   data: "vpp-perf-results-3n-tsh"
5353   filter: "all"
5354   parameters:
5355   - "name"
5356   - "parent"
5357   - "msg"
5358
5359 # Detailed Test Results - VPP Performance Results 3n-dnv
5360 - type: "table"
5361   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
5362   algorithm: "table_merged_details"
5363   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
5364   columns:
5365     - title: " |prein| Test Name |preout| "
5366       data: "data name"
5367     - 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| "
5368       data: "data msg"
5369   data: "vpp-perf-results-3n-dnv"
5370   filter: "all"
5371   parameters:
5372   - "name"
5373   - "parent"
5374   - "msg"
5375
5376 # Detailed Test Results - VPP Performance Results 2n-dnv
5377 - type: "table"
5378   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
5379   algorithm: "table_merged_details"
5380   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5381   columns:
5382     - title: " |prein| Test Name |preout| "
5383       data: "data name"
5384     - 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| "
5385       data: "data msg"
5386   data: "vpp-perf-results-2n-dnv"
5387   filter: "all"
5388   parameters:
5389   - "name"
5390   - "parent"
5391   - "msg"
5392
5393 # Test configuration - VPP Performance Test Configs 3n-hsw
5394 - type: "table"
5395   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
5396   algorithm: "table_merged_details"
5397   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
5398   columns:
5399     - title: " |prein| Test Name |preout| "
5400       data: "data name"
5401     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5402       data: "data conf-history"
5403   data: "vpp-perf-results-3n-hsw"
5404   filter: "all"
5405   parameters:
5406   - "parent"
5407   - "name"
5408   - "conf-history"
5409
5410 # Test configuration - VPP Performance Test Configs 3n-skx
5411 - type: "table"
5412   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5413   algorithm: "table_merged_details"
5414   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5415   columns:
5416     - title: " |prein| Test Name |preout| "
5417       data: "data name"
5418     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5419       data: "data conf-history"
5420   data: "vpp-perf-results-3n-skx"
5421   filter: "all"
5422   parameters:
5423   - "parent"
5424   - "name"
5425   - "conf-history"
5426
5427 # Test configuration - VPP Performance Test Configs 2n-skx
5428 - type: "table"
5429   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5430   algorithm: "table_merged_details"
5431   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5432   columns:
5433     - title: " |prein| Test Name |preout| "
5434       data: "data name"
5435     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5436       data: "data conf-history"
5437   data: "vpp-perf-results-2n-skx"
5438   filter: "all"
5439   parameters:
5440   - "parent"
5441   - "name"
5442   - "conf-history"
5443
5444 # Test configuration - VPP Performance Test Configs 2n-clx
5445 - type: "table"
5446   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5447   algorithm: "table_merged_details"
5448   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
5449   columns:
5450     - title: " |prein| Test Name |preout| "
5451       data: "data name"
5452     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5453       data: "data conf-history"
5454   data: "vpp-perf-results-2n-clx"
5455   filter: "all"
5456   parameters:
5457   - "parent"
5458   - "name"
5459   - "conf-history"
5460
5461 # Test configuration - VPP Performance Test Configs 3n-tsh
5462 - type: "table"
5463   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5464   algorithm: "table_merged_details"
5465   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5466   columns:
5467     - title: " |prein| Test Name |preout| "
5468       data: "data name"
5469     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5470       data: "data conf-history"
5471   data: "vpp-perf-results-3n-tsh"
5472   filter: "all"
5473   parameters:
5474   - "parent"
5475   - "name"
5476   - "conf-history"
5477
5478 # Test configuration - VPP Performance Test Configs 3n-dnv
5479 - type: "table"
5480   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5481   algorithm: "table_merged_details"
5482   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5483   columns:
5484     - title: " |prein| Test Name |preout| "
5485       data: "data name"
5486     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5487       data: "data conf-history"
5488   data: "vpp-perf-results-3n-dnv"
5489   filter: "all"
5490   parameters:
5491   - "parent"
5492   - "name"
5493   - "conf-history"
5494
5495 # Test configuration - VPP Performance Test Configs 2n-dnv
5496 - type: "table"
5497   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5498   algorithm: "table_merged_details"
5499   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5500   columns:
5501     - title: " |prein| Test Name |preout| "
5502       data: "data name"
5503     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5504       data: "data conf-history"
5505   data: "vpp-perf-results-2n-dnv"
5506   filter: "all"
5507   parameters:
5508   - "parent"
5509   - "name"
5510   - "conf-history"
5511
5512 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5513 - type: "table"
5514   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5515   algorithm: "table_oper_data_html"
5516   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5517   data: "vpp-perf-results-3n-hsw"
5518   filter: "all"
5519
5520 # Test Operational Data - VPP Performance Operational Data 3n-skx
5521 - type: "table"
5522   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5523   algorithm: "table_oper_data_html"
5524   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5525   data: "vpp-perf-results-3n-skx"
5526   filter: "all"
5527
5528 # Test Operational Data - VPP Performance Operational Data 2n-skx
5529 - type: "table"
5530   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5531   algorithm: "table_oper_data_html"
5532   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5533   data: "vpp-perf-results-2n-skx"
5534   filter: "all"
5535
5536 # Test Operational Data - VPP Performance Operational Data 2n-clx
5537 - type: "table"
5538   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5539   algorithm: "table_oper_data_html"
5540   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5541   data: "vpp-perf-results-2n-clx"
5542   filter: "all"
5543
5544 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5545 - type: "table"
5546   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5547   algorithm: "table_oper_data_html"
5548   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5549   data: "vpp-perf-results-3n-tsh"
5550   filter: "all"
5551
5552 # Test Operational Data - VPP Performance Operational Data 3n-dnv
5553 - type: "table"
5554   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5555   algorithm: "table_oper_data_html"
5556   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5557   data: "vpp-perf-results-3n-dnv"
5558   filter: "all"
5559
5560 # Test Operational Data - VPP Performance Operational Data 2n-dnv
5561 - type: "table"
5562   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5563   algorithm: "table_oper_data_html"
5564   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5565   data: "vpp-perf-results-2n-dnv"
5566   filter: "all"
5567
5568 # Detailed Test Results - VPP MRR Results 3n-hsw
5569 - type: "table"
5570   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5571   algorithm: "table_merged_details"
5572   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5573   columns:
5574     - title: " |prein| Test Name |preout| "
5575       data: "data name"
5576     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5577       data: "data msg"
5578   data: "vpp-mrr-results-3n-hsw"
5579   filter: "all"
5580   parameters:
5581   - "name"
5582   - "parent"
5583   - "msg"
5584
5585 # Detailed Test Results - VPP MRR Results 3n-skx
5586 - type: "table"
5587   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5588   algorithm: "table_merged_details"
5589   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5590   columns:
5591     - title: " |prein| Test Name |preout| "
5592       data: "data name"
5593     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5594       data: "data msg"
5595   data: "vpp-mrr-results-3n-skx"
5596   filter: "all"
5597   parameters:
5598   - "name"
5599   - "parent"
5600   - "msg"
5601
5602 # Detailed Test Results - VPP MRR Results 2n-skx
5603 - type: "table"
5604   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5605   algorithm: "table_merged_details"
5606   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5607   columns:
5608     - title: " |prein| Test Name |preout| "
5609       data: "data name"
5610     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5611       data: "data msg"
5612   data: "vpp-mrr-results-2n-skx"
5613   filter: "all"
5614   parameters:
5615   - "name"
5616   - "parent"
5617   - "msg"
5618
5619 # Detailed Test Results - VPP MRR Results 2n-clx
5620 - type: "table"
5621   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5622   algorithm: "table_merged_details"
5623   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5624   columns:
5625     - title: " |prein| Test Name |preout| "
5626       data: "data name"
5627     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5628       data: "data msg"
5629   data: "vpp-mrr-results-2n-clx"
5630   filter: "all"
5631   parameters:
5632   - "name"
5633   - "parent"
5634   - "msg"
5635
5636 # Detailed Test Results - VPP MRR Results 3n-tsh
5637 - type: "table"
5638   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5639   algorithm: "table_merged_details"
5640   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5641   columns:
5642     - title: " |prein| Test Name |preout| "
5643       data: "data name"
5644     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5645       data: "data msg"
5646   data: "vpp-mrr-results-3n-tsh"
5647   filter: "all"
5648   parameters:
5649   - "name"
5650   - "parent"
5651   - "msg"
5652
5653 # Detailed Test Results - VPP MRR Results 3n-dnv
5654 - type: "table"
5655   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5656   algorithm: "table_merged_details"
5657   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5658   columns:
5659     - title: " |prein| Test Name |preout| "
5660       data: "data name"
5661     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5662       data: "data msg"
5663   data: "vpp-mrr-results-3n-dnv"
5664   filter: "all"
5665   parameters:
5666   - "name"
5667   - "parent"
5668   - "msg"
5669
5670 # Detailed Test Results - VPP MRR Results 2n-dnv
5671 - type: "table"
5672   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5673   algorithm: "table_merged_details"
5674   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5675   columns:
5676     - title: " |prein| Test Name |preout| "
5677       data: "data name"
5678     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5679       data: "data msg"
5680   data: "vpp-mrr-results-2n-dnv"
5681   filter: "all"
5682   parameters:
5683   - "name"
5684   - "parent"
5685   - "msg"
5686
5687 # Test configuration - VPP MRR Test Configs 3n-hsw
5688 - type: "table"
5689   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5690   algorithm: "table_merged_details"
5691   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5692   columns:
5693     - title: " |prein| Test Name |preout| "
5694       data: "data name"
5695     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5696       data: "data conf-history"
5697   data: "vpp-mrr-results-3n-hsw"
5698   filter: "all"
5699   parameters:
5700   - "parent"
5701   - "name"
5702   - "conf-history"
5703
5704 # Test configuration - VPP MRR Test Configs 3n-skx
5705 - type: "table"
5706   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5707   algorithm: "table_merged_details"
5708   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5709   columns:
5710     - title: " |prein| Test Name |preout| "
5711       data: "data name"
5712     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5713       data: "data conf-history"
5714   data: "vpp-mrr-results-3n-skx"
5715   filter: "all"
5716   parameters:
5717   - "parent"
5718   - "name"
5719   - "conf-history"
5720
5721 # Test configuration - VPP MRR Test Configs 2n-skx
5722 - type: "table"
5723   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5724   algorithm: "table_merged_details"
5725   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5726   columns:
5727     - title: " |prein| Test Name |preout| "
5728       data: "data name"
5729     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5730       data: "data conf-history"
5731   data: "vpp-mrr-results-2n-skx"
5732   filter: "all"
5733   parameters:
5734   - "parent"
5735   - "name"
5736   - "conf-history"
5737
5738 # Test configuration - VPP MRR Test Configs 2n-clx
5739 - type: "table"
5740   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5741   algorithm: "table_merged_details"
5742   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5743   columns:
5744     - title: " |prein| Test Name |preout| "
5745       data: "data name"
5746     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5747       data: "data conf-history"
5748   data: "vpp-mrr-results-2n-clx"
5749   filter: "all"
5750   parameters:
5751   - "parent"
5752   - "name"
5753   - "conf-history"
5754
5755 # Test configuration - VPP MRR Test Configs 3n-tsh
5756 - type: "table"
5757   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5758   algorithm: "table_merged_details"
5759   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5760   columns:
5761     - title: " |prein| Test Name |preout| "
5762       data: "data name"
5763     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5764       data: "data conf-history"
5765   data: "vpp-mrr-results-3n-tsh"
5766   filter: "all"
5767   parameters:
5768   - "parent"
5769   - "name"
5770   - "conf-history"
5771
5772 # Test configuration - VPP MRR Test Configs 3n-dnv
5773 - type: "table"
5774   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5775   algorithm: "table_merged_details"
5776   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5777   columns:
5778     - title: " |prein| Test Name |preout| "
5779       data: "data name"
5780     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5781       data: "data conf-history"
5782   data: "vpp-mrr-results-3n-dnv"
5783   filter: "all"
5784   parameters:
5785   - "parent"
5786   - "name"
5787   - "conf-history"
5788
5789 # Test configuration - VPP MRR Test Configs 2n-dnv
5790 - type: "table"
5791   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5792   algorithm: "table_merged_details"
5793   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5794   columns:
5795     - title: " |prein| Test Name |preout| "
5796       data: "data name"
5797     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5798       data: "data conf-history"
5799   data: "vpp-mrr-results-2n-dnv"
5800   filter: "all"
5801   parameters:
5802   - "parent"
5803   - "name"
5804   - "conf-history"
5805
5806 # Detailed Test Results - VPP Device Results - Ubuntu
5807 - type: "table"
5808   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5809   algorithm: "table_merged_details"
5810   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5811   columns:
5812     - title: " |prein| Test Name |preout| "
5813       data: "data name"
5814     - title: " |prein| Status |preout| "
5815       data: "data status"
5816   data: "vpp-device-results-ubuntu"
5817   filter: "all"
5818   parameters:
5819   - "name"
5820   - "parent"
5821   - "doc"
5822   - "status"
5823
5824 # Test configuration - VPP Device Test Configs - Ubuntu
5825 - type: "table"
5826   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5827   algorithm: "table_merged_details"
5828   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5829   columns:
5830     - title: " |prein| Test Name |preout| "
5831       data: "data name"
5832     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5833       data: "data conf-history"
5834   data: "vpp-device-results-ubuntu"
5835   filter: "all"
5836   parameters:
5837   - "parent"
5838   - "name"
5839   - "conf-history"
5840
5841 ################################################################################
5842
5843 # DPDK Performance Changes 3n-hsw 1t1c pdr
5844 - type: "table"
5845   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5846   algorithm: "table_comparison"
5847   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5848   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5849   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5850   columns:
5851     - title: "1908"
5852       data-set: "dpdk-performance-changes-3n-hsw-h1"
5853     - title: "2001"
5854       data-set: "dpdk-performance-changes-3n-hsw-ref"
5855     - title: "2005"
5856       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5857   comparisons:
5858     - title: "Diff"
5859       reference: 2
5860       compare: 3
5861   legend:
5862     - "Legend to Table"
5863     - "1908, 2001, 2005 - DPDK versions tested."
5864     - "Diff - difference between 2001 and 2005 DPDK version."
5865
5866 # DPDK Performance Changes 3n-hsw 2t2c pdr
5867 - type: "table"
5868   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5869   algorithm: "table_comparison"
5870   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5871   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5872   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5873   columns:
5874     - title: "1908"
5875       data-set: "dpdk-performance-changes-3n-hsw-h1"
5876     - title: "2001"
5877       data-set: "dpdk-performance-changes-3n-hsw-ref"
5878     - title: "2005"
5879       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5880   comparisons:
5881     - title: "Diff"
5882       reference: 2
5883       compare: 3
5884   legend:
5885     - "Legend to Table"
5886     - "1908, 2001, 2005 - DPDK versions tested."
5887     - "Diff - difference between 2001 and 2005 DPDK version."
5888
5889 # DPDK Performance Changes 3n-hsw 1t1c pdr
5890 - type: "table"
5891   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5892   algorithm: "table_comparison"
5893   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5894   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5895   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5896   columns:
5897     - title: "1908"
5898       data-set: "dpdk-performance-changes-3n-hsw-h1"
5899     - title: "2001"
5900       data-set: "dpdk-performance-changes-3n-hsw-ref"
5901     - title: "2005"
5902       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5903   comparisons:
5904     - title: "Diff"
5905       reference: 2
5906       compare: 3
5907   legend:
5908     - "Legend to Table"
5909     - "1908, 2001, 2005 - DPDK versions tested."
5910     - "Diff - difference between 2001 and 2005 DPDK version."
5911
5912 # DPDK Performance Changes 3n-hsw 2t2c ndr
5913 - type: "table"
5914   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5915   algorithm: "table_comparison"
5916   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5917   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5918   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5919   columns:
5920     - title: "1908"
5921       data-set: "dpdk-performance-changes-3n-hsw-h1"
5922     - title: "2001"
5923       data-set: "dpdk-performance-changes-3n-hsw-ref"
5924     - title: "2005"
5925       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5926   comparisons:
5927     - title: "Diff"
5928       reference: 2
5929       compare: 3
5930   legend:
5931     - "Legend to Table"
5932     - "1908, 2001, 2005 - DPDK versions tested."
5933     - "Diff - difference between 2001 and 2005 DPDK version."
5934
5935 # DPDK Performance Changes 3n-skx 2t1c pdr
5936 - type: "table"
5937   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
5938   algorithm: "table_comparison"
5939   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
5940   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5941   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5942   columns:
5943     - title: "1908"
5944       data-set: "dpdk-performance-changes-3n-skx-h1"
5945     - title: "2001"
5946       data-set: "dpdk-performance-changes-3n-skx-ref"
5947     - title: "2005"
5948       data-set: "dpdk-performance-changes-3n-skx-cmp"
5949   comparisons:
5950     - title: "Diff"
5951       reference: 2
5952       compare: 3
5953   legend:
5954     - "Legend to Table"
5955     - "1908, 2001, 2005 - DPDK versions tested."
5956     - "Diff - difference between 2001 and 2005 DPDK version."
5957
5958 # DPDK Performance Changes 3n-skx 4t2c pdr
5959 - type: "table"
5960   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
5961   algorithm: "table_comparison"
5962   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
5963   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5964   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5965   columns:
5966     - title: "1908"
5967       data-set: "dpdk-performance-changes-3n-skx-h1"
5968     - title: "2001"
5969       data-set: "dpdk-performance-changes-3n-skx-ref"
5970     - title: "2005"
5971       data-set: "dpdk-performance-changes-3n-skx-cmp"
5972   comparisons:
5973     - title: "Diff"
5974       reference: 2
5975       compare: 3
5976   legend:
5977     - "Legend to Table"
5978     - "1908, 2001, 2005 - DPDK versions tested."
5979     - "Diff - difference between 2001 and 2005 DPDK version."
5980
5981 # DPDK Performance Changes 3n-skx 2t1c ndr
5982 - type: "table"
5983   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
5984   algorithm: "table_comparison"
5985   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
5986   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5987   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5988   columns:
5989     - title: "1908"
5990       data-set: "dpdk-performance-changes-3n-skx-h1"
5991     - title: "2001"
5992       data-set: "dpdk-performance-changes-3n-skx-ref"
5993     - title: "2005"
5994       data-set: "dpdk-performance-changes-3n-skx-cmp"
5995   comparisons:
5996     - title: "Diff"
5997       reference: 2
5998       compare: 3
5999   legend:
6000     - "Legend to Table"
6001     - "1908, 2001, 2005 - DPDK versions tested."
6002     - "Diff - difference between 2001 and 2005 DPDK version."
6003
6004 # DPDK Performance Changes 3n-skx 4t2c ndr
6005 - type: "table"
6006   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
6007   algorithm: "table_comparison"
6008   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
6009   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6010   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6011   columns:
6012     - title: "1908"
6013       data-set: "dpdk-performance-changes-3n-skx-h1"
6014     - title: "2001"
6015       data-set: "dpdk-performance-changes-3n-skx-ref"
6016     - title: "2005"
6017       data-set: "dpdk-performance-changes-3n-skx-cmp"
6018   comparisons:
6019     - title: "Diff"
6020       reference: 2
6021       compare: 3
6022   legend:
6023     - "Legend to Table"
6024     - "1908, 2001, 2005 - DPDK versions tested."
6025     - "Diff - difference between 2001 and 2005 DPDK version."
6026
6027 # DPDK Performance Changes 2n-skx 2t1c pdr
6028 - type: "table"
6029   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
6030   algorithm: "table_comparison"
6031   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
6032   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6033   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6034   columns:
6035     - title: "1908"
6036       data-set: "dpdk-performance-changes-2n-skx-h1"
6037     - title: "2001"
6038       data-set: "dpdk-performance-changes-2n-skx-ref"
6039     - title: "2005"
6040       data-set: "dpdk-performance-changes-2n-skx-cmp"
6041   comparisons:
6042     - title: "Diff"
6043       reference: 2
6044       compare: 3
6045   legend:
6046     - "Legend to Table"
6047     - "1908, 2001, 2005 - DPDK versions tested."
6048     - "Diff - difference between 2001 and 2005 DPDK version."
6049
6050 # DPDK Performance Changes 2n-skx 4t2c pdr
6051 - type: "table"
6052   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
6053   algorithm: "table_comparison"
6054   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
6055   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6056   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6057   columns:
6058     - title: "1908"
6059       data-set: "dpdk-performance-changes-2n-skx-h1"
6060     - title: "2001"
6061       data-set: "dpdk-performance-changes-2n-skx-ref"
6062     - title: "2005"
6063       data-set: "dpdk-performance-changes-2n-skx-cmp"
6064   comparisons:
6065     - title: "Diff"
6066       reference: 2
6067       compare: 3
6068   legend:
6069     - "Legend to Table"
6070     - "1908, 2001, 2005 - DPDK versions tested."
6071     - "Diff - difference between 2001 and 2005 DPDK version."
6072
6073 # DPDK Performance Changes 2n-skx 2t1c ndr
6074 - type: "table"
6075   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
6076   algorithm: "table_comparison"
6077   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
6078   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6079   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6080   columns:
6081     - title: "1908"
6082       data-set: "dpdk-performance-changes-2n-skx-h1"
6083     - title: "2001"
6084       data-set: "dpdk-performance-changes-2n-skx-ref"
6085     - title: "2005"
6086       data-set: "dpdk-performance-changes-2n-skx-cmp"
6087   comparisons:
6088     - title: "Diff"
6089       reference: 2
6090       compare: 3
6091   legend:
6092     - "Legend to Table"
6093     - "1908, 2001, 2005 - DPDK versions tested."
6094     - "Diff - difference between 2001 and 2005 DPDK version."
6095
6096 # DPDK Performance Changes 2n-skx 4t2c ndr
6097 - type: "table"
6098   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
6099   algorithm: "table_comparison"
6100   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
6101   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6102   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6103   columns:
6104     - title: "1908"
6105       data-set: "dpdk-performance-changes-2n-skx-h1"
6106     - title: "2001"
6107       data-set: "dpdk-performance-changes-2n-skx-ref"
6108     - title: "2005"
6109       data-set: "dpdk-performance-changes-2n-skx-cmp"
6110   comparisons:
6111     - title: "Diff"
6112       reference: 2
6113       compare: 3
6114   legend:
6115     - "Legend to Table"
6116     - "1908, 2001, 2005 - DPDK versions tested."
6117     - "Diff - difference between 2001 and 2005 DPDK version."
6118
6119 # DPDK Performance Changes 2n-clx 2t1c pdr
6120 - type: "table"
6121   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
6122   algorithm: "table_comparison"
6123   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
6124   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6125   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6126   columns:
6127     - title: "2001"
6128       data-set: "dpdk-performance-changes-2n-clx-ref"
6129     - title: "2005"
6130       data-set: "dpdk-performance-changes-2n-clx-cmp"
6131   comparisons:
6132     - title: "Diff"
6133       reference: 1
6134       compare: 2
6135   legend:
6136     - "Legend to Table"
6137     - "2001, 2005 - DPDK versions tested."
6138     - "Diff - difference between 2001 and 2005 DPDK version."
6139
6140 # DPDK Performance Changes 2n-clx 4t2c pdr
6141 - type: "table"
6142   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
6143   algorithm: "table_comparison"
6144   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
6145   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6146   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6147   columns:
6148     - title: "2001"
6149       data-set: "dpdk-performance-changes-2n-clx-ref"
6150     - title: "2005"
6151       data-set: "dpdk-performance-changes-2n-clx-cmp"
6152   comparisons:
6153     - title: "Diff"
6154       reference: 1
6155       compare: 2
6156   legend:
6157     - "Legend to Table"
6158     - "2001, 2005 - DPDK versions tested."
6159     - "Diff - difference between 2001 and 2005 DPDK version."
6160
6161 # DPDK Performance Changes 2n-clx 2t1c ndr
6162 - type: "table"
6163   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
6164   algorithm: "table_comparison"
6165   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
6166   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6167   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6168   columns:
6169     - title: "2001"
6170       data-set: "dpdk-performance-changes-2n-clx-ref"
6171     - title: "2005"
6172       data-set: "dpdk-performance-changes-2n-clx-cmp"
6173   comparisons:
6174     - title: "Diff"
6175       reference: 1
6176       compare: 2
6177   legend:
6178     - "Legend to Table"
6179     - "2001, 2005 - DPDK versions tested."
6180     - "Diff - difference between 2001 and 2005 DPDK version."
6181
6182 # DPDK Performance Changes 2n-clx 4t2c ndr
6183 - type: "table"
6184   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
6185   algorithm: "table_comparison"
6186   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
6187   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6188   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6189   columns:
6190     - title: "2001"
6191       data-set: "dpdk-performance-changes-2n-clx-ref"
6192     - title: "2005"
6193       data-set: "dpdk-performance-changes-2n-clx-cmp"
6194   comparisons:
6195     - title: "Diff"
6196       reference: 1
6197       compare: 2
6198   legend:
6199     - "Legend to Table"
6200     - "2001, 2005 - DPDK versions tested."
6201     - "Diff - difference between 2001 and 2005 DPDK version."
6202
6203 # DPDK Performance Changes 2n-dnv 1t1c pdr
6204 - type: "table"
6205   title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
6206   algorithm: "table_comparison"
6207   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
6208   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6209   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6210   columns:
6211     - title: "2001"
6212       data-set: "dpdk-performance-changes-2n-dnv-ref"
6213     - title: "2005"
6214       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6215   comparisons:
6216     - title: "Diff"
6217       reference: 1
6218       compare: 2
6219   legend:
6220     - "Legend to Table"
6221     - "2001, 2005 - DPDK versions tested."
6222     - "Diff - difference between 2001 and 2005 DPDK version."
6223
6224 # DPDK Performance Changes 2n-dnv 2t2c pdr
6225 - type: "table"
6226   title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
6227   algorithm: "table_comparison"
6228   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
6229   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6230   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6231   columns:
6232     - title: "2001"
6233       data-set: "dpdk-performance-changes-2n-dnv-ref"
6234     - title: "2005"
6235       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6236   comparisons:
6237     - title: "Diff"
6238       reference: 1
6239       compare: 2
6240   legend:
6241     - "Legend to Table"
6242     - "2001, 2005 - DPDK versions tested."
6243     - "Diff - difference between 2001 and 2005 DPDK version."
6244
6245 # DPDK Performance Changes 2n-dnv 1t1c ndr
6246 - type: "table"
6247   title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
6248   algorithm: "table_comparison"
6249   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
6250   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6251   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6252   columns:
6253     - title: "2001"
6254       data-set: "dpdk-performance-changes-2n-dnv-ref"
6255     - title: "2005"
6256       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6257   comparisons:
6258     - title: "Diff"
6259       reference: 1
6260       compare: 2
6261   legend:
6262     - "Legend to Table"
6263     - "2001, 2005 - DPDK versions tested."
6264     - "Diff - difference between 2001 and 2005 DPDK version."
6265
6266 # DPDK Performance Changes 2n-dnv 2t2c ndr
6267 - type: "table"
6268   title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
6269   algorithm: "table_comparison"
6270   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
6271   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6272   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6273   columns:
6274     - title: "2001"
6275       data-set: "dpdk-performance-changes-2n-dnv-ref"
6276     - title: "2005"
6277       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6278   comparisons:
6279     - title: "Diff"
6280       reference: 1
6281       compare: 2
6282   legend:
6283     - "Legend to Table"
6284     - "2001, 2005 - DPDK versions tested."
6285     - "Diff - difference between 2001 and 2005 DPDK version."
6286
6287 # DPDK Performance Changes 3n-dnv 1t1c pdr
6288 - type: "table"
6289   title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
6290   algorithm: "table_comparison"
6291   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
6292   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6293   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6294   columns:
6295     - title: "2001"
6296       data-set: "dpdk-performance-changes-3n-dnv-ref"
6297     - title: "2005"
6298       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6299   comparisons:
6300     - title: "Diff"
6301       reference: 1
6302       compare: 2
6303   legend:
6304     - "Legend to Table"
6305     - "2001, 2005 - DPDK versions tested."
6306     - "Diff - difference between 2001 and 2005 DPDK version."
6307
6308 # DPDK Performance Changes 3n-dnv 2t2c pdr
6309 - type: "table"
6310   title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
6311   algorithm: "table_comparison"
6312   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
6313   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6314   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6315   columns:
6316     - title: "2001"
6317       data-set: "dpdk-performance-changes-3n-dnv-ref"
6318     - title: "2005"
6319       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6320   comparisons:
6321     - title: "Diff"
6322       reference: 1
6323       compare: 2
6324   legend:
6325     - "Legend to Table"
6326     - "2001, 2005 - DPDK versions tested."
6327     - "Diff - difference between 2001 and 2005 DPDK version."
6328
6329 # DPDK Performance Changes 3n-dnv 1t1c ndr
6330 - type: "table"
6331   title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
6332   algorithm: "table_comparison"
6333   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
6334   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6335   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6336   columns:
6337     - title: "2001"
6338       data-set: "dpdk-performance-changes-3n-dnv-ref"
6339     - title: "2005"
6340       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6341   comparisons:
6342     - title: "Diff"
6343       reference: 1
6344       compare: 2
6345   legend:
6346     - "Legend to Table"
6347     - "2001, 2005 - DPDK versions tested."
6348     - "Diff - difference between 2001 and 2005 DPDK version."
6349
6350 # DPDK Performance Changes 3n-dnv 2t2c ndr
6351 - type: "table"
6352   title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
6353   algorithm: "table_comparison"
6354   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
6355   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6356   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6357   columns:
6358     - title: "2001"
6359       data-set: "dpdk-performance-changes-3n-dnv-ref"
6360     - title: "2005"
6361       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6362   comparisons:
6363     - title: "Diff"
6364       reference: 1
6365       compare: 2
6366   legend:
6367     - "Legend to Table"
6368     - "2001, 2005 - DPDK versions tested."
6369     - "Diff - difference between 2001 and 2005 DPDK version."
6370
6371 # DPDK Performance Changes 3n-tsh 1t1c pdr
6372 - type: "table"
6373   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
6374   algorithm: "table_comparison"
6375   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
6376   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6377   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6378   columns:
6379     - title: "2001"
6380       data-set: "dpdk-performance-changes-3n-tsh-ref"
6381     - title: "2005"
6382       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6383   comparisons:
6384     - title: "Diff"
6385       reference: 1
6386       compare: 2
6387   legend:
6388     - "Legend to Table"
6389     - "2001, 2005 - DPDK versions tested."
6390     - "Diff - difference between 2001 and 2005 DPDK version."
6391
6392 # DPDK Performance Changes 3n-tsh 2t2c pdr
6393 - type: "table"
6394   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
6395   algorithm: "table_comparison"
6396   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
6397   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6398   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6399   columns:
6400     - title: "2001"
6401       data-set: "dpdk-performance-changes-3n-tsh-ref"
6402     - title: "2005"
6403       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6404   comparisons:
6405     - title: "Diff"
6406       reference: 1
6407       compare: 2
6408   legend:
6409     - "Legend to Table"
6410     - "2001, 2005 - DPDK versions tested."
6411     - "Diff - difference between 2001 and 2005 DPDK version."
6412
6413 # DPDK Performance Changes 3n-tsh 1t1c ndr
6414 - type: "table"
6415   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
6416   algorithm: "table_comparison"
6417   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
6418   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6419   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6420   columns:
6421     - title: "2001"
6422       data-set: "dpdk-performance-changes-3n-tsh-ref"
6423     - title: "2005"
6424       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6425   comparisons:
6426     - title: "Diff"
6427       reference: 1
6428       compare: 2
6429   legend:
6430     - "Legend to Table"
6431     - "2001, 2005 - DPDK versions tested."
6432     - "Diff - difference between 2001 and 2005 DPDK version."
6433
6434 # DPDK Performance Changes 3n-tsh 2t2c ndr
6435 - type: "table"
6436   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
6437   algorithm: "table_comparison"
6438   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
6439   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6440   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6441   columns:
6442     - title: "2001"
6443       data-set: "dpdk-performance-changes-3n-tsh-ref"
6444     - title: "2005"
6445       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6446   comparisons:
6447     - title: "Diff"
6448       reference: 1
6449       compare: 2
6450   legend:
6451     - "Legend to Table"
6452     - "2001, 2005 - DPDK versions tested."
6453     - "Diff - difference between 2001 and 2005 DPDK version."
6454
6455 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
6456 - type: "table"
6457   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
6458   algorithm: "table_comparison"
6459   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
6460   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6461   filter: "'NIC_Intel-X710'"
6462   columns:
6463     - title: "3n-hsw x710"
6464       data-set: "dpdk-compare-testbeds-ref"
6465     - title: "3n-skx x710"
6466       data-set: "dpdk-compare-testbeds-cmp"
6467   comparisons:
6468     - title: "Diff"
6469       reference: 1
6470       compare: 2
6471   legend:
6472     - "Legend to Table"
6473     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6474     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6475
6476 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
6477 - type: "table"
6478   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
6479   algorithm: "table_comparison"
6480   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
6481   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6482   filter: "'NIC_Intel-X710'"
6483   columns:
6484     - title: "3n-hsw x710"
6485       data-set: "dpdk-compare-testbeds-ref"
6486     - title: "3n-skx x710"
6487       data-set: "dpdk-compare-testbeds-cmp"
6488   comparisons:
6489     - title: "Diff"
6490       reference: 1
6491       compare: 2
6492   legend:
6493     - "Legend to Table"
6494     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6495     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6496
6497 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
6498 - type: "table"
6499   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
6500   algorithm: "table_comparison"
6501   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
6502   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6503   filter: "'NIC_Intel-XXV710'"
6504   columns:
6505     - title: "2n-skx"
6506       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6507     - title: "2n-clx"
6508       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6509   comparisons:
6510     - title: "Diff"
6511       reference: 1
6512       compare: 2
6513   legend:
6514     - "Legend to Table"
6515     - "2n-skx, 2n-clx - testbeds and NICs tested."
6516     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6517
6518 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
6519 - type: "table"
6520   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
6521   algorithm: "table_comparison"
6522   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
6523   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6524   filter: "'NIC_Intel-XXV710'"
6525   columns:
6526     - title: "2n-skx"
6527       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6528     - title: "2n-clx"
6529       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6530   comparisons:
6531     - title: "Diff"
6532       reference: 1
6533       compare: 2
6534   legend:
6535     - "Legend to Table"
6536     - "2n-skx, 2n-clx - testbeds and NICs tested."
6537     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6538
6539 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
6540 - type: "table"
6541   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
6542   algorithm: "table_comparison"
6543   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
6544   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6545   filter: "'NIC_Intel-XXV710'"
6546   columns:
6547     - title: "3n-skx"
6548       data-set: "dpdk-compare-topologies-ref"
6549     - title: "2n-skx"
6550       data-set: "dpdk-compare-topologies-cmp"
6551   comparisons:
6552     - title: "Diff"
6553       reference: 1
6554       compare: 2
6555   legend:
6556     - "Legend to Table"
6557     - "3n-skx, 2n-skx - topologies tested."
6558     - "Diff - difference between 3n-skx and 2n-skx topologies."
6559
6560 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
6561 - type: "table"
6562   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
6563   algorithm: "table_comparison"
6564   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
6565   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6566   filter: "'NIC_Intel-XXV710'"
6567   columns:
6568     - title: "3n-skx"
6569       data-set: "dpdk-compare-topologies-ref"
6570     - title: "2n-skx"
6571       data-set: "dpdk-compare-topologies-cmp"
6572   comparisons:
6573     - title: "Diff"
6574       reference: 1
6575       compare: 2
6576   legend:
6577     - "Legend to Table"
6578     - "3n-skx, 2n-skx - topologies tested."
6579     - "Diff - difference between 3n-skx and 2n-skx topologies."
6580
6581 # Detailed Test Results - DPDK Performance Results 3n-hsw
6582 - type: "table"
6583   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
6584   algorithm: "table_merged_details"
6585   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
6586   columns:
6587     - title: " |prein| Test Name |preout| "
6588       data: "data name"
6589     - 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| "
6590       data: "data msg"
6591   data: "dpdk-perf-results-3n-hsw"
6592   filter: "all"
6593   parameters:
6594   - "name"
6595   - "parent"
6596   - "msg"
6597
6598 # Detailed Test Results - DPDK Performance Results 3n-skx
6599 - type: "table"
6600   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
6601   algorithm: "table_merged_details"
6602   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
6603   columns:
6604     - title: " |prein| Test Name |preout| "
6605       data: "data name"
6606     - 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| "
6607       data: "data msg"
6608   data: "dpdk-perf-results-3n-skx"
6609   filter: "all"
6610   remove-ndr: False
6611   parameters:
6612   - "name"
6613   - "parent"
6614   - "msg"
6615
6616 # Detailed Test Results - DPDK Performance Results 2n-skx
6617 - type: "table"
6618   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
6619   algorithm: "table_merged_details"
6620   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
6621   columns:
6622     - title: " |prein| Test Name |preout| "
6623       data: "data name"
6624     - 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| "
6625       data: "data msg"
6626   data: "dpdk-perf-results-2n-skx"
6627   filter: "all"
6628   remove-ndr: False
6629   parameters:
6630   - "name"
6631   - "parent"
6632   - "msg"
6633
6634 # Detailed Test Results - DPDK Performance Results 2n-clx
6635 - type: "table"
6636   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
6637   algorithm: "table_merged_details"
6638   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
6639   columns:
6640     - title: " |prein| Test Name |preout| "
6641       data: "data name"
6642     - 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| "
6643       data: "data msg"
6644   data: "dpdk-perf-results-2n-clx"
6645   filter: "all"
6646   parameters:
6647   - "name"
6648   - "parent"
6649   - "msg"
6650
6651 # Detailed Test Results - DPDK Performance Results 2n-dnv
6652 - type: "table"
6653   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
6654   algorithm: "table_merged_details"
6655   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
6656   columns:
6657     - title: " |prein| Test Name |preout| "
6658       data: "data name"
6659     - 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| "
6660       data: "data msg"
6661   data: "dpdk-perf-results-2n-dnv"
6662   filter: "all"
6663   parameters:
6664   - "name"
6665   - "parent"
6666   - "msg"
6667
6668 # Detailed Test Results - DPDK Performance Results 3n-dnv
6669 - type: "table"
6670   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
6671   algorithm: "table_merged_details"
6672   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
6673   columns:
6674     - title: " |prein| Test Name |preout| "
6675       data: "data name"
6676     - 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| "
6677       data: "data msg"
6678   data: "dpdk-perf-results-3n-dnv"
6679   filter: "all"
6680   parameters:
6681   - "name"
6682   - "parent"
6683   - "msg"
6684
6685 # Detailed Test Results - DPDK Performance Results 3n-tsh
6686 - type: "table"
6687   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
6688   algorithm: "table_merged_details"
6689   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
6690   columns:
6691     - title: " |prein| Test Name |preout| "
6692       data: "data name"
6693     - 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| "
6694       data: "data msg"
6695   data: "dpdk-perf-results-3n-tsh"
6696   filter: "all"
6697   parameters:
6698   - "name"
6699   - "parent"
6700   - "msg"
6701
6702 ################################################################################
6703 ###                                F I L E S                                 ###
6704 ################################################################################
6705
6706 # VPP Performance Results
6707 - type: "file"
6708   title: "VPP Performance Results"
6709   algorithm: "file_details_split"
6710   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
6711   dir-tables:
6712     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
6713     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
6714     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
6715     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
6716     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
6717     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
6718     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
6719   data:
6720     - "vpp-perf-results-2n-skx"
6721     - "vpp-perf-results-3n-skx"
6722     - "vpp-perf-results-2n-clx"
6723     - "vpp-perf-results-3n-hsw"
6724     - "vpp-perf-results-3n-tsh"
6725     - "vpp-perf-results-2n-dnv"
6726     - "vpp-perf-results-3n-dnv"
6727   filter: "all"
6728   data-start-level: 4
6729   order-chapters:
6730     level-1:
6731       - "l2"
6732       - "ip4"
6733       - "ip6"
6734       - "srv6"
6735       - "ip4_tunnels"
6736       - "ip6_tunnels"
6737       - "vm_vhost"
6738       - "container_memif"
6739       - "crypto"
6740       - "vts"
6741       - "lb"
6742       - "nfv_density"
6743       - "hoststack"
6744     level-2:
6745       - "2n-skx"
6746       - "3n-skx"
6747       - "2n-clx"
6748       - "3n-hsw"
6749       - "3n-tsh"
6750       - "2n-dnv"
6751       - "3n-dnv"
6752     level-3:
6753       - "xl710"
6754       - "x520"
6755       - "xxv710"
6756       - "x710"
6757       - "x553"
6758       - "cx556a"
6759       - "vic1227"
6760       - "vic1385"
6761
6762 # VPP Performance Configuration
6763 - type: "file"
6764   title: "VPP Performance Configuration"
6765   algorithm: "file_details_split"
6766   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
6767   dir-tables:
6768     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
6769     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
6770     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
6771     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
6772     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
6773     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
6774     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
6775   data:
6776     - "vpp-perf-results-2n-skx"
6777     - "vpp-perf-results-3n-skx"
6778     - "vpp-perf-results-2n-clx"
6779     - "vpp-perf-results-3n-hsw"
6780     - "vpp-perf-results-3n-tsh"
6781     - "vpp-perf-results-2n-dnv"
6782     - "vpp-perf-results-3n-dnv"
6783   filter: "all"
6784   data-start-level: 4
6785   order-chapters:
6786     level-1:
6787       - "l2"
6788       - "ip4"
6789       - "ip6"
6790       - "srv6"
6791       - "ip4_tunnels"
6792       - "ip6_tunnels"
6793       - "vm_vhost"
6794       - "container_memif"
6795       - "crypto"
6796       - "vts"
6797       - "lb"
6798       - "nfv_density"
6799       - "hoststack"
6800     level-2:
6801       - "2n-skx"
6802       - "3n-skx"
6803       - "2n-clx"
6804       - "3n-hsw"
6805       - "3n-tsh"
6806       - "2n-dnv"
6807       - "3n-dnv"
6808     level-3:
6809       - "xl710"
6810       - "x520"
6811       - "xxv710"
6812       - "x710"
6813       - "x553"
6814       - "cx556a"
6815       - "vic1227"
6816       - "vic1385"
6817
6818 # VPP Performance Operational
6819 - type: "file"
6820   title: "VPP Performance Operational"
6821   algorithm: "file_details_split_html"
6822   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
6823   dir-tables:
6824     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
6825     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
6826     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
6827     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
6828     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
6829     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
6830     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
6831   data:
6832     - "vpp-perf-results-2n-skx"
6833     - "vpp-perf-results-3n-skx"
6834     - "vpp-perf-results-2n-clx"
6835     - "vpp-perf-results-3n-hsw"
6836     - "vpp-perf-results-3n-tsh"
6837     - "vpp-perf-results-2n-dnv"
6838     - "vpp-perf-results-3n-dnv"
6839   filter: "all"
6840   data-start-level: 4
6841   order-chapters:
6842     level-1:
6843       - "l2"
6844       - "ip4"
6845       - "ip6"
6846       - "srv6"
6847       - "ip4_tunnels"
6848       - "ip6_tunnels"
6849       - "vm_vhost"
6850       - "container_memif"
6851       - "crypto"
6852       - "vts"
6853       - "lb"
6854       - "nfv_density"
6855       - "hoststack"
6856     level-2:
6857       - "2n-skx"
6858       - "3n-skx"
6859       - "2n-clx"
6860       - "3n-hsw"
6861       - "3n-tsh"
6862       - "2n-dnv"
6863       - "3n-dnv"
6864     level-3:
6865       - "xl710"
6866       - "x520"
6867       - "xxv710"
6868       - "x710"
6869       - "x553"
6870       - "cx556a"
6871       - "vic1227"
6872       - "vic1385"
6873
6874 # VPP MRR Results
6875 - type: "file"
6876   title: "VPP MRR Results"
6877   algorithm: "file_details_split"
6878   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
6879   dir-tables:
6880     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
6881     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
6882     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
6883     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
6884     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
6885     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
6886     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
6887   data:
6888     - "vpp-mrr-results-2n-skx"
6889     - "vpp-mrr-results-3n-skx"
6890     - "vpp-mrr-results-2n-clx"
6891     - "vpp-mrr-results-3n-hsw"
6892     - "vpp-mrr-results-3n-tsh"
6893     - "vpp-mrr-results-2n-dnv"
6894     - "vpp-mrr-results-3n-dnv"
6895   filter: "all"
6896   data-start-level: 4
6897   order-chapters:
6898     level-1:
6899       - "l2"
6900       - "ip4"
6901       - "ip6"
6902       - "srv6"
6903       - "ip4_tunnels"
6904       - "ip6_tunnels"
6905       - "vm_vhost"
6906       - "container_memif"
6907       - "crypto"
6908       - "vts"
6909       - "lb"
6910       - "nfv_density"
6911       - "hoststack"
6912     level-2:
6913       - "2n-skx"
6914       - "3n-skx"
6915       - "2n-clx"
6916       - "3n-hsw"
6917       - "3n-tsh"
6918       - "2n-dnv"
6919       - "3n-dnv"
6920     level-3:
6921       - "xl710"
6922       - "x520"
6923       - "xxv710"
6924       - "x710"
6925       - "x553"
6926       - "cx556a"
6927       - "vic1227"
6928       - "vic1385"
6929
6930 # VPP MRR Configuration
6931 - type: "file"
6932   title: "VPP MRR Configuration"
6933   algorithm: "file_details_split"
6934   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
6935   dir-tables:
6936     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
6937     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
6938     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
6939     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
6940     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
6941     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
6942     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
6943   data:
6944     - "vpp-mrr-results-2n-skx"
6945     - "vpp-mrr-results-3n-skx"
6946     - "vpp-mrr-results-2n-clx"
6947     - "vpp-mrr-results-3n-hsw"
6948     - "vpp-mrr-results-3n-tsh"
6949     - "vpp-mrr-results-2n-dnv"
6950     - "vpp-mrr-results-3n-dnv"
6951   filter: "all"
6952   data-start-level: 4
6953   order-chapters:
6954     level-1:
6955       - "l2"
6956       - "ip4"
6957       - "ip6"
6958       - "srv6"
6959       - "ip4_tunnels"
6960       - "ip6_tunnels"
6961       - "vm_vhost"
6962       - "container_memif"
6963       - "crypto"
6964       - "vts"
6965       - "lb"
6966       - "nfv_density"
6967       - "hoststack"
6968     level-2:
6969       - "2n-skx"
6970       - "3n-skx"
6971       - "2n-clx"
6972       - "3n-hsw"
6973       - "3n-tsh"
6974       - "2n-dnv"
6975       - "3n-dnv"
6976     level-3:
6977       - "xl710"
6978       - "x520"
6979       - "xxv710"
6980       - "x710"
6981       - "x553"
6982       - "cx556a"
6983       - "vic1227"
6984       - "vic1385"
6985
6986 # VPP Device Results - Ubuntu
6987 - type: "file"
6988   title: "VPP Device Results - Ubuntu"
6989   algorithm: "file_test_results"
6990   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6991   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6992   data: "vpp-device-results-ubuntu"
6993   filter: "all"
6994   data-start-level: 4
6995
6996 # VPP Device Configuration - Ubuntu
6997 - type: "file"
6998   title: "VPP Device Configuration - Ubuntu"
6999   algorithm: "file_test_results"
7000   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7001   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7002   data: "vpp-device-results-ubuntu"
7003   filter: "all"
7004   data-start-level: 4
7005
7006 # DPDK Performance Results 3n-hsw
7007 - type: "file"
7008   title: "DPDK Performance Results 3n-hsw"
7009   algorithm: "file_test_results"
7010   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7011   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7012   data: "dpdk-perf-results-3n-hsw"
7013   filter: "all"
7014   data-start-level: 4
7015
7016 # DPDK Performance Results 3n-skx
7017 - type: "file"
7018   title: "DPDK Performance Results 3n-skx"
7019   algorithm: "file_test_results"
7020   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7021   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7022   data: "dpdk-perf-results-3n-skx"
7023   filter: "all"
7024   data-start-level: 4
7025
7026 # DPDK Performance Results 2n-skx
7027 - type: "file"
7028   title: "DPDK Performance Results 2n-skx"
7029   algorithm: "file_test_results"
7030   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7031   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7032   data: "dpdk-perf-results-2n-skx"
7033   filter: "all"
7034   data-start-level: 4
7035
7036 # DPDK Performance Results 2n-clx
7037 - type: "file"
7038   title: "DPDK Performance Results 2n-clx"
7039   algorithm: "file_test_results"
7040   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7041   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7042   data: "dpdk-perf-results-2n-clx"
7043   filter: "all"
7044   data-start-level: 4
7045
7046 # DPDK Performance Results 2n-dnv
7047 - type: "file"
7048   title: "DPDK Performance Results 2n-dnv"
7049   algorithm: "file_test_results"
7050   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7051   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7052   data: "dpdk-perf-results-2n-dnv"
7053   filter: "all"
7054   data-start-level: 4
7055
7056 # DPDK Performance Results 3n-dnv
7057 - type: "file"
7058   title: "DPDK Performance Results 3n-dnv"
7059   algorithm: "file_test_results"
7060   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7061   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7062   data: "dpdk-perf-results-3n-dnv"
7063   filter: "all"
7064   data-start-level: 4
7065
7066 # DPDK Performance Results 3n-tsh
7067 - type: "file"
7068   title: "DPDK Performance Results 3n-tsh"
7069   algorithm: "file_test_results"
7070   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7071   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7072   data: "dpdk-perf-results-3n-tsh"
7073   filter: "all"
7074   data-start-level: 4
7075
7076 ################################################################################
7077 ###                                P L O T S                                 ###
7078 ################################################################################
7079
7080 # Hoststack tests 3n-hsw
7081
7082 - type: "plot"
7083   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7084   algorithm: "plot_perf_box_name"
7085   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
7086   data: "plot-vpp-hoststack-3n-hsw"
7087   include:
7088     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
7089     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
7090   layout:
7091     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7092     layout: "plot-hoststack"
7093
7094 - type: "plot"
7095   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7096   algorithm: "plot_perf_box_name"
7097   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
7098   data: "plot-vpp-hoststack-3n-hsw"
7099   include:
7100     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
7101     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
7102   layout:
7103     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7104     layout: "plot-hoststack"
7105
7106 - type: "plot"
7107   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7108   algorithm: "plot_perf_box_name"
7109   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
7110   data: "plot-vpp-hoststack-3n-hsw"
7111   include:
7112     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
7113     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
7114     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
7115     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
7116   layout:
7117     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7118     layout: "plot-hoststack"
7119
7120 ## Plots VPP HTTP Server Performance
7121 #- type: "plot"
7122 #  title: "VPP HTTP Server Performance"
7123 #  algorithm: "plot_http_server_perf_box"
7124 #  output-file-type: ".html"
7125 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
7126 #  data:
7127 #    "plot-vpp-http-server-performance"
7128 #  filter: "'HTTP' and 'TCP_CPS' and not '8T4C'"
7129 #  parameters:
7130 #  - "result"
7131 #  - "name"
7132 #  traces:
7133 #    hoverinfo: "y+name"
7134 #    boxpoints: "outliers"
7135 #    whiskerwidth: 0
7136 #  layout:
7137 #    title: "VPP HTTP Server Performance"
7138 #    layout:
7139 #      "plot-cps"
7140 #
7141 #- type: "plot"
7142 #  title: "VPP HTTP Server Performance"
7143 #  algorithm: "plot_http_server_perf_box"
7144 #  output-file-type: ".html"
7145 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
7146 #  data:
7147 #    "plot-vpp-http-server-performance"
7148 #  filter: "'HTTP' and 'TCP_RPS' and not '8T4C'"
7149 #  parameters:
7150 #  - "result"
7151 #  - "name"
7152 #  traces:
7153 #    hoverinfo: "y+name"
7154 #    boxpoints: "outliers"
7155 #    whiskerwidth: 0
7156 #  layout:
7157 #    title: "VPP HTTP Server Performance"
7158 #    layout:
7159 #      "plot-rps"
7160
7161 ################################################################################
7162
7163 # Soak Test (PLRsearch), boxes - 2n-clx
7164 - type: "plot"
7165   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7166   algorithm: "plot_perf_box_name"
7167   output-file-type: ".html"
7168   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
7169   data: "plot-vpp-soak-2n-clx"
7170   include:
7171     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7172     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7173     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7174     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7175     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7176     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7177   layout:
7178     title: "30 Minutes Soak Test (PLRsearch)"
7179     layout: "plot-soak-throughput"
7180
7181 # Soak Test (PLRsearch), boxes - 2n-clx
7182 - type: "plot"
7183   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7184   algorithm: "plot_perf_box_name"
7185   output-file-type: ".html"
7186   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
7187   data: "plot-vpp-soak-2n-clx"
7188   include:
7189     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7190     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7191     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7192     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7193     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7194     - "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"
7195   layout:
7196     title: "30 Minutes Soak Test (PLRsearch)"
7197     layout: "plot-soak-throughput"
7198
7199 # Soak Test (PLRsearch), boxes - 2n-skx
7200 - type: "plot"
7201   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7202   algorithm: "plot_perf_box_name"
7203   output-file-type: ".html"
7204   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
7205   data: "plot-vpp-soak-2n-skx"
7206   include:
7207     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7208     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7209     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7210     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7211     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7212     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7213   layout:
7214     title: "30 Minutes Soak Test (PLRsearch)"
7215     layout: "plot-soak-throughput"
7216
7217 # Soak Test (PLRsearch), boxes - 2n-skx
7218 - type: "plot"
7219   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7220   algorithm: "plot_perf_box_name"
7221   output-file-type: ".html"
7222   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
7223   data: "plot-vpp-soak-2n-skx"
7224   include:
7225     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7226     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7227     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7228     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7229     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7230     - "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"
7231   layout:
7232     title: "30 Minutes Soak Test (PLRsearch)"
7233     layout: "plot-soak-throughput"
7234
7235 ###############################################################################
7236
7237 # Reconf tests 2n-skx
7238
7239 - type: "plot"
7240   title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7241   algorithm: "plot_nf_reconf_box_name"
7242   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7243   data: "plot-vpp-nfv-reconf-2n-skx"
7244   include:
7245     - "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"
7246     - "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"
7247     - "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"
7248     - "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"
7249     - "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"
7250     - "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"
7251   layout:
7252     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7253     layout: "plot-throughput"
7254
7255 - type: "plot"
7256   title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7257   algorithm: "plot_nf_reconf_box_name"
7258   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7259   data: "plot-vpp-nfv-reconf-2n-skx"
7260   include:
7261     - "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"
7262     - "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"
7263     - "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"
7264     - "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"
7265     - "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"
7266     - "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"
7267   layout:
7268     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7269     layout: "plot-throughput"
7270
7271 - type: "plot"
7272   title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7273   algorithm: "plot_nf_reconf_box_name"
7274   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7275   data: "plot-vpp-nfv-reconf-2n-skx"
7276   include:
7277     - "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"
7278     - "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"
7279     - "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"
7280     - "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"
7281     - "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"
7282     - "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"
7283   layout:
7284     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7285     layout: "plot-throughput"
7286
7287 ###############################################################################
7288
7289 # Reconf tests 2n-clx
7290
7291 - type: "plot"
7292   title: "NFV Implied time lost: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7293   algorithm: "plot_nf_reconf_box_name"
7294   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7295   data: "plot-vpp-nfv-reconf-2n-clx"
7296   include:
7297     - "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"
7298     - "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"
7299     - "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"
7300     - "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"
7301   layout:
7302     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7303     layout: "plot-throughput"
7304
7305 - type: "plot"
7306   title: "NFV Implied time lost: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7307   algorithm: "plot_nf_reconf_box_name"
7308   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7309   data: "plot-vpp-nfv-reconf-2n-clx"
7310   include:
7311     - "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"
7312     - "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"
7313     - "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"
7314     - "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"
7315   layout:
7316     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7317     layout: "plot-throughput"
7318
7319 - type: "plot"
7320   title: "NFV Implied time lost: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7321   algorithm: "plot_nf_reconf_box_name"
7322   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7323   data: "plot-vpp-nfv-reconf-2n-clx"
7324   include:
7325     - "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"
7326     - "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"
7327     - "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"
7328     - "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"
7329   layout:
7330     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7331     layout: "plot-throughput"
7332
7333 ################################################################################
7334 ## Plots - NF Density - VSC - MRR 64b
7335 #- type: "plot"
7336 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7337 #  algorithm: "plot_nf_heatmap"
7338 #  output-file-type: ".html"
7339 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
7340 #  data: "plot-vpp-nfv-2n-skx-mrr"
7341 #  filter: "'NIC_Intel-XXV710' and
7342 #           'NF_DENSITY' and
7343 #           'VHOST' and
7344 #           not 'VXLAN' and
7345 #           'CHAIN' and
7346 #           'NF_VPPIP4' and
7347 #           '64B' and
7348 #           '2T1C' and
7349 #           'MRR'"
7350 #  parameters:
7351 #  - "result"
7352 #  - "name"
7353 #  - "tags"
7354 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7355 #  x-axis: "X = VNFs per Service Chain"
7356 #  y-axis: "Y = Number of Service Chains"
7357 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7358 #  layout:
7359 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7360 #    layout: "plot-service-density"
7361 #
7362 #- type: "plot"
7363 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7364 #  algorithm: "plot_nf_heatmap"
7365 #  output-file-type: ".html"
7366 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
7367 #  data: "plot-vpp-nfv-2n-skx-mrr"
7368 #  filter: "'NIC_Intel-XXV710' and
7369 #           'NF_DENSITY' and
7370 #           'VHOST' and
7371 #           not 'VXLAN' and
7372 #           'CHAIN' and
7373 #           'NF_VPPIP4' and
7374 #           '64B' and
7375 #           '4T2C' and
7376 #           'MRR'"
7377 #  parameters:
7378 #  - "result"
7379 #  - "name"
7380 #  - "tags"
7381 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7382 #  x-axis: "X = VNFs per Service Chain"
7383 #  y-axis: "Y = Number of Service Chains"
7384 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7385 #  layout:
7386 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7387 #    layout: "plot-service-density"
7388 #
7389 #- type: "plot"
7390 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7391 #  algorithm: "plot_nf_heatmap"
7392 #  output-file-type: ".html"
7393 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
7394 #  data: "plot-vpp-nfv-2n-skx-mrr"
7395 #  filter: "'NIC_Intel-XXV710' and
7396 #           'NF_DENSITY' and
7397 #           'VHOST' and
7398 #           not 'VXLAN' and
7399 #           'CHAIN' and
7400 #           'NF_VPPIP4' and
7401 #           '64B' and
7402 #           '8T4C' and
7403 #           'MRR'"
7404 #  parameters:
7405 #  - "result"
7406 #  - "name"
7407 #  - "tags"
7408 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7409 #  x-axis: "X = VNFs per Service Chain"
7410 #  y-axis: "Y = Number of Service Chains"
7411 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7412 #  layout:
7413 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7414 #    layout: "plot-service-density"
7415 #
7416 ## Plots - NF Density - VSC - MRR IMIX
7417 #- type: "plot"
7418 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7419 #  algorithm: "plot_nf_heatmap"
7420 #  output-file-type: ".html"
7421 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
7422 #  data: "plot-vpp-nfv-2n-skx-mrr"
7423 #  filter: "'NIC_Intel-XXV710' and
7424 #           'NF_DENSITY' and
7425 #           'VHOST' and
7426 #           not 'VXLAN' and
7427 #           'CHAIN' and
7428 #           'NF_VPPIP4' and
7429 #           'IMIX' and
7430 #           '2T1C' and
7431 #           'MRR'"
7432 #  parameters:
7433 #  - "result"
7434 #  - "name"
7435 #  - "tags"
7436 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7437 #  x-axis: "X = VNFs per Service Chain"
7438 #  y-axis: "Y = Number of Service Chains"
7439 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7440 #  layout:
7441 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7442 #    layout: "plot-service-density"
7443 #
7444 #- type: "plot"
7445 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7446 #  algorithm: "plot_nf_heatmap"
7447 #  output-file-type: ".html"
7448 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
7449 #  data: "plot-vpp-nfv-2n-skx-mrr"
7450 #  filter: "'NIC_Intel-XXV710' and
7451 #           'NF_DENSITY' and
7452 #           'VHOST' and
7453 #           not 'VXLAN' and
7454 #           'CHAIN' and
7455 #           'NF_VPPIP4' and
7456 #           'IMIX' and
7457 #           '4T2C' and
7458 #           'MRR'"
7459 #  parameters:
7460 #  - "result"
7461 #  - "name"
7462 #  - "tags"
7463 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7464 #  x-axis: "X = VNFs per Service Chain"
7465 #  y-axis: "Y = Number of Service Chains"
7466 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7467 #  layout:
7468 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7469 #    layout: "plot-service-density"
7470 #
7471 #- type: "plot"
7472 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7473 #  algorithm: "plot_nf_heatmap"
7474 #  output-file-type: ".html"
7475 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
7476 #  data: "plot-vpp-nfv-2n-skx-mrr"
7477 #  filter: "'NIC_Intel-XXV710' and
7478 #           'NF_DENSITY' and
7479 #           'VHOST' and
7480 #           not 'VXLAN' and
7481 #           'CHAIN' and
7482 #           'NF_VPPIP4' and
7483 #           'IMIX' and
7484 #           '8T4C' and
7485 #           'MRR'"
7486 #  parameters:
7487 #  - "result"
7488 #  - "name"
7489 #  - "tags"
7490 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7491 #  x-axis: "X = VNFs per Service Chain"
7492 #  y-axis: "Y = Number of Service Chains"
7493 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7494 #  layout:
7495 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7496 #    layout: "plot-service-density"
7497 #
7498 ## Plots - NF Density - VSC - NDR 64b
7499 #- type: "plot"
7500 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7501 #  algorithm: "plot_nf_heatmap"
7502 #  output-file-type: ".html"
7503 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
7504 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7505 #  filter: "'NIC_Intel-XXV710' and
7506 #           'NF_DENSITY' and
7507 #           'VHOST' and
7508 #           not 'VXLAN' and
7509 #           'CHAIN' and
7510 #           'NF_VPPIP4' and
7511 #           '64B' and
7512 #           '2T1C' and
7513 #           'NDRPDR'"
7514 #  parameters:
7515 #  - "throughput"
7516 #  - "name"
7517 #  - "tags"
7518 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7519 #  x-axis: "X = VNFs per Service Chain"
7520 #  y-axis: "Y = Number of Service Chains"
7521 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7522 #  layout:
7523 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7524 #    layout: "plot-service-density"
7525 #
7526 #- type: "plot"
7527 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7528 #  algorithm: "plot_nf_heatmap"
7529 #  output-file-type: ".html"
7530 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
7531 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7532 #  filter: "'NIC_Intel-XXV710' and
7533 #           'NF_DENSITY' and
7534 #           'VHOST' and
7535 #           not 'VXLAN' and
7536 #           'CHAIN' and
7537 #           'NF_VPPIP4' and
7538 #           '64B' and
7539 #           '4T2C' and
7540 #           'NDRPDR'"
7541 #  parameters:
7542 #  - "throughput"
7543 #  - "name"
7544 #  - "tags"
7545 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7546 #  x-axis: "X = VNFs per Service Chain"
7547 #  y-axis: "Y = Number of Service Chains"
7548 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7549 #  layout:
7550 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7551 #    layout: "plot-service-density"
7552 #
7553 #- type: "plot"
7554 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7555 #  algorithm: "plot_nf_heatmap"
7556 #  output-file-type: ".html"
7557 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
7558 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7559 #  filter: "'NIC_Intel-XXV710' and
7560 #           'NF_DENSITY' and
7561 #           'VHOST' and
7562 #           not 'VXLAN' and
7563 #           'CHAIN' and
7564 #           'NF_VPPIP4' and
7565 #           '64B' and
7566 #           '8T4C' and
7567 #           'NDRPDR'"
7568 #  parameters:
7569 #  - "throughput"
7570 #  - "name"
7571 #  - "tags"
7572 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7573 #  x-axis: "X = VNFs per Service Chain"
7574 #  y-axis: "Y = Number of Service Chains"
7575 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7576 #  layout:
7577 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7578 #    layout: "plot-service-density"
7579 #
7580 ## Plots - NF Density - VSC - NDR IMIX
7581 #- type: "plot"
7582 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7583 #  algorithm: "plot_nf_heatmap"
7584 #  output-file-type: ".html"
7585 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
7586 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7587 #  filter: "'NIC_Intel-XXV710' and
7588 #           'NF_DENSITY' and
7589 #           'VHOST' and
7590 #           not 'VXLAN' and
7591 #           'CHAIN' and
7592 #           'NF_VPPIP4' and
7593 #           'IMIX' and
7594 #           '2T1C' and
7595 #           'NDRPDR'"
7596 #  parameters:
7597 #  - "throughput"
7598 #  - "name"
7599 #  - "tags"
7600 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7601 #  x-axis: "X = VNFs per Service Chain"
7602 #  y-axis: "Y = Number of Service Chains"
7603 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7604 #  layout:
7605 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7606 #    layout: "plot-service-density"
7607 #
7608 #- type: "plot"
7609 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7610 #  algorithm: "plot_nf_heatmap"
7611 #  output-file-type: ".html"
7612 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
7613 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7614 #  filter: "'NIC_Intel-XXV710' and
7615 #           'NF_DENSITY' and
7616 #           'VHOST' and
7617 #           not 'VXLAN' and
7618 #           'CHAIN' and
7619 #           'NF_VPPIP4' and
7620 #           'IMIX' and
7621 #           '4T2C' and
7622 #           'NDRPDR'"
7623 #  parameters:
7624 #  - "throughput"
7625 #  - "name"
7626 #  - "tags"
7627 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7628 #  x-axis: "X = VNFs per Service Chain"
7629 #  y-axis: "Y = Number of Service Chains"
7630 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7631 #  layout:
7632 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7633 #    layout: "plot-service-density"
7634 #
7635 #- type: "plot"
7636 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7637 #  algorithm: "plot_nf_heatmap"
7638 #  output-file-type: ".html"
7639 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
7640 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7641 #  filter: "'NIC_Intel-XXV710' and
7642 #           'NF_DENSITY' and
7643 #           'VHOST' and
7644 #           not 'VXLAN' and
7645 #           'CHAIN' and
7646 #           'NF_VPPIP4' and
7647 #           'IMIX' and
7648 #           '8T4C' and
7649 #           'NDRPDR'"
7650 #  parameters:
7651 #  - "throughput"
7652 #  - "name"
7653 #  - "tags"
7654 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7655 #  x-axis: "X = VNFs per Service Chain"
7656 #  y-axis: "Y = Number of Service Chains"
7657 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7658 #  layout:
7659 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7660 #    layout: "plot-service-density"
7661 #
7662 ## Plots - NF Density - VSC - PDR 64b
7663 #- type: "plot"
7664 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7665 #  algorithm: "plot_nf_heatmap"
7666 #  output-file-type: ".html"
7667 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
7668 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7669 #  filter: "'NIC_Intel-XXV710' and
7670 #           'NF_DENSITY' and
7671 #           'VHOST' and
7672 #           not 'VXLAN' and
7673 #           'CHAIN' and
7674 #           'NF_VPPIP4' and
7675 #           '64B' and
7676 #           '2T1C' and
7677 #           'NDRPDR'"
7678 #  parameters:
7679 #  - "throughput"
7680 #  - "name"
7681 #  - "tags"
7682 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7683 #  x-axis: "X = VNFs per Service Chain"
7684 #  y-axis: "Y = Number of Service Chains"
7685 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7686 #  layout:
7687 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7688 #    layout: "plot-service-density"
7689 #
7690 #- type: "plot"
7691 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7692 #  algorithm: "plot_nf_heatmap"
7693 #  output-file-type: ".html"
7694 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
7695 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7696 #  filter: "'NIC_Intel-XXV710' and
7697 #           'NF_DENSITY' and
7698 #           'VHOST' and
7699 #           not 'VXLAN' and
7700 #           'CHAIN' and
7701 #           'NF_VPPIP4' and
7702 #           '64B' and
7703 #           '4T2C' and
7704 #           'NDRPDR'"
7705 #  parameters:
7706 #  - "throughput"
7707 #  - "name"
7708 #  - "tags"
7709 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7710 #  x-axis: "X = VNFs per Service Chain"
7711 #  y-axis: "Y = Number of Service Chains"
7712 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7713 #  layout:
7714 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7715 #    layout: "plot-service-density"
7716 #
7717 #- type: "plot"
7718 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7719 #  algorithm: "plot_nf_heatmap"
7720 #  output-file-type: ".html"
7721 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
7722 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7723 #  filter: "'NIC_Intel-XXV710' and
7724 #           'NF_DENSITY' and
7725 #           'VHOST' and
7726 #           not 'VXLAN' and
7727 #           'CHAIN' and
7728 #           'NF_VPPIP4' and
7729 #           '64B' and
7730 #           '8T4C' and
7731 #           'NDRPDR'"
7732 #  parameters:
7733 #  - "throughput"
7734 #  - "name"
7735 #  - "tags"
7736 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7737 #  x-axis: "X = VNFs per Service Chain"
7738 #  y-axis: "Y = Number of Service Chains"
7739 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7740 #  layout:
7741 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7742 #    layout: "plot-service-density"
7743 #
7744 ## Plots - NF Density - VSC - PDR IMIX
7745 #- type: "plot"
7746 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7747 #  algorithm: "plot_nf_heatmap"
7748 #  output-file-type: ".html"
7749 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
7750 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7751 #  filter: "'NIC_Intel-XXV710' and
7752 #           'NF_DENSITY' and
7753 #           'VHOST' and
7754 #           not 'VXLAN' and
7755 #           'CHAIN' and
7756 #           'NF_VPPIP4' and
7757 #           'IMIX' and
7758 #           '2T1C' and
7759 #           'NDRPDR'"
7760 #  parameters:
7761 #  - "throughput"
7762 #  - "name"
7763 #  - "tags"
7764 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7765 #  x-axis: "X = VNFs per Service Chain"
7766 #  y-axis: "Y = Number of Service Chains"
7767 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7768 #  layout:
7769 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7770 #    layout: "plot-service-density"
7771 #
7772 #- type: "plot"
7773 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7774 #  algorithm: "plot_nf_heatmap"
7775 #  output-file-type: ".html"
7776 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
7777 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7778 #  filter: "'NIC_Intel-XXV710' and
7779 #           'NF_DENSITY' and
7780 #           'VHOST' and
7781 #           not 'VXLAN' and
7782 #           'CHAIN' and
7783 #           'NF_VPPIP4' and
7784 #           'IMIX' and
7785 #           '4T2C' and
7786 #           'NDRPDR'"
7787 #  parameters:
7788 #  - "throughput"
7789 #  - "name"
7790 #  - "tags"
7791 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7792 #  x-axis: "X = VNFs per Service Chain"
7793 #  y-axis: "Y = Number of Service Chains"
7794 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7795 #  layout:
7796 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7797 #    layout: "plot-service-density"
7798 #
7799 #- type: "plot"
7800 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7801 #  algorithm: "plot_nf_heatmap"
7802 #  output-file-type: ".html"
7803 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
7804 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7805 #  filter: "'NIC_Intel-XXV710' and
7806 #           'NF_DENSITY' and
7807 #           'VHOST' and
7808 #           not 'VXLAN' and
7809 #           'CHAIN' and
7810 #           'NF_VPPIP4' and
7811 #           'IMIX' and
7812 #           '8T4C' and
7813 #           'NDRPDR'"
7814 #  parameters:
7815 #  - "throughput"
7816 #  - "name"
7817 #  - "tags"
7818 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7819 #  x-axis: "X = VNFs per Service Chain"
7820 #  y-axis: "Y = Number of Service Chains"
7821 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7822 #  layout:
7823 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7824 #    layout: "plot-service-density"
7825 #
7826 ################################################################################
7827 ## Plots - NF Density - VSC - MRR 64b
7828 #- type: "plot"
7829 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7830 #  algorithm: "plot_nf_heatmap"
7831 #  output-file-type: ".html"
7832 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
7833 #  data: "plot-vpp-nfv-2n-skx-mrr"
7834 #  filter: "'NIC_Intel-XXV710' and
7835 #           'NF_DENSITY' and
7836 #           'VHOST' and
7837 #           'VXLAN' and
7838 #           'CHAIN' and
7839 #           '118' and
7840 #           '2T1C' and
7841 #           'MRR'"
7842 #  parameters:
7843 #  - "result"
7844 #  - "name"
7845 #  - "tags"
7846 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7847 #  x-axis: "X = VNFs per Service Chain"
7848 #  y-axis: "Y = Number of Service Chains"
7849 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7850 #  layout:
7851 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7852 #    layout: "plot-service-density"
7853 #
7854 #- type: "plot"
7855 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7856 #  algorithm: "plot_nf_heatmap"
7857 #  output-file-type: ".html"
7858 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
7859 #  data: "plot-vpp-nfv-2n-skx-mrr"
7860 #  filter: "'NIC_Intel-XXV710' and
7861 #           'NF_DENSITY' and
7862 #           'VHOST' and
7863 #           'VXLAN' and
7864 #           'CHAIN' and
7865 #           '118' and
7866 #           '4T2C' and
7867 #           'MRR'"
7868 #  parameters:
7869 #  - "result"
7870 #  - "name"
7871 #  - "tags"
7872 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7873 #  x-axis: "X = VNFs per Service Chain"
7874 #  y-axis: "Y = Number of Service Chains"
7875 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7876 #  layout:
7877 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7878 #    layout: "plot-service-density"
7879 #
7880 #- type: "plot"
7881 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7882 #  algorithm: "plot_nf_heatmap"
7883 #  output-file-type: ".html"
7884 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
7885 #  data: "plot-vpp-nfv-2n-skx-mrr"
7886 #  filter: "'NIC_Intel-XXV710' and
7887 #           'NF_DENSITY' and
7888 #           'VHOST' and
7889 #           'VXLAN' and
7890 #           'CHAIN' and
7891 #           '118' and
7892 #           '8T4C' and
7893 #           'MRR'"
7894 #  parameters:
7895 #  - "result"
7896 #  - "name"
7897 #  - "tags"
7898 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7899 #  x-axis: "X = VNFs per Service Chain"
7900 #  y-axis: "Y = Number of Service Chains"
7901 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7902 #  layout:
7903 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7904 #    layout: "plot-service-density"
7905 #
7906 ## Plots - NF Density - VSC - MRR IMIX
7907 #- type: "plot"
7908 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7909 #  algorithm: "plot_nf_heatmap"
7910 #  output-file-type: ".html"
7911 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7912 #  data: "plot-vpp-nfv-2n-skx-mrr"
7913 #  filter: "'NIC_Intel-XXV710' and
7914 #           'NF_DENSITY' and
7915 #           'VHOST' and
7916 #           'VXLAN' and
7917 #           'CHAIN' and
7918 #           'IMIX' and
7919 #           '2T1C' and
7920 #           'MRR'"
7921 #  parameters:
7922 #  - "result"
7923 #  - "name"
7924 #  - "tags"
7925 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7926 #  x-axis: "X = VNFs per Service Chain"
7927 #  y-axis: "Y = Number of Service Chains"
7928 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7929 #  layout:
7930 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7931 #    layout: "plot-service-density"
7932 #
7933 #- type: "plot"
7934 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7935 #  algorithm: "plot_nf_heatmap"
7936 #  output-file-type: ".html"
7937 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7938 #  data: "plot-vpp-nfv-2n-skx-mrr"
7939 #  filter: "'NIC_Intel-XXV710' and
7940 #           'NF_DENSITY' and
7941 #           'VHOST' and
7942 #           'VXLAN' and
7943 #           'CHAIN' and
7944 #           'IMIX' and
7945 #           '4T2C' and
7946 #           'MRR'"
7947 #  parameters:
7948 #  - "result"
7949 #  - "name"
7950 #  - "tags"
7951 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7952 #  x-axis: "X = VNFs per Service Chain"
7953 #  y-axis: "Y = Number of Service Chains"
7954 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7955 #  layout:
7956 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7957 #    layout: "plot-service-density"
7958 #
7959 #- type: "plot"
7960 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7961 #  algorithm: "plot_nf_heatmap"
7962 #  output-file-type: ".html"
7963 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7964 #  data: "plot-vpp-nfv-2n-skx-mrr"
7965 #  filter: "'NIC_Intel-XXV710' and
7966 #           'NF_DENSITY' and
7967 #           'VHOST' and
7968 #           'VXLAN' and
7969 #           'CHAIN' and
7970 #           'IMIX' and
7971 #           '8T4C' and
7972 #           'MRR'"
7973 #  parameters:
7974 #  - "result"
7975 #  - "name"
7976 #  - "tags"
7977 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7978 #  x-axis: "X = VNFs per Service Chain"
7979 #  y-axis: "Y = Number of Service Chains"
7980 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7981 #  layout:
7982 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7983 #    layout: "plot-service-density"
7984 #
7985 ## Plots - NF Density - VSC - NDR 64b
7986 #- type: "plot"
7987 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7988 #  algorithm: "plot_nf_heatmap"
7989 #  output-file-type: ".html"
7990 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
7991 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7992 #  filter: "'NIC_Intel-XXV710' and
7993 #           'NF_DENSITY' and
7994 #           'VHOST' and
7995 #           'VXLAN' and
7996 #           'CHAIN' and
7997 #           '118' and
7998 #           '2T1C' and
7999 #           'NDRPDR'"
8000 #  parameters:
8001 #  - "throughput"
8002 #  - "name"
8003 #  - "tags"
8004 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8005 #  x-axis: "X = VNFs per Service Chain"
8006 #  y-axis: "Y = Number of Service Chains"
8007 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8008 #  layout:
8009 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8010 #    layout: "plot-service-density"
8011 #
8012 #- type: "plot"
8013 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8014 #  algorithm: "plot_nf_heatmap"
8015 #  output-file-type: ".html"
8016 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
8017 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8018 #  filter: "'NIC_Intel-XXV710' and
8019 #           'NF_DENSITY' and
8020 #           'VHOST' and
8021 #           'VXLAN' and
8022 #           'CHAIN' and
8023 #           '118' and
8024 #           '4T2C' and
8025 #           'NDRPDR'"
8026 #  parameters:
8027 #  - "throughput"
8028 #  - "name"
8029 #  - "tags"
8030 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8031 #  x-axis: "X = VNFs per Service Chain"
8032 #  y-axis: "Y = Number of Service Chains"
8033 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8034 #  layout:
8035 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8036 #    layout: "plot-service-density"
8037 #
8038 #- type: "plot"
8039 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8040 #  algorithm: "plot_nf_heatmap"
8041 #  output-file-type: ".html"
8042 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
8043 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8044 #  filter: "'NIC_Intel-XXV710' and
8045 #           'NF_DENSITY' and
8046 #           'VHOST' and
8047 #           'VXLAN' and
8048 #           'CHAIN' and
8049 #           '118' and
8050 #           '8T4C' and
8051 #           'NDRPDR'"
8052 #  parameters:
8053 #  - "throughput"
8054 #  - "name"
8055 #  - "tags"
8056 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8057 #  x-axis: "X = VNFs per Service Chain"
8058 #  y-axis: "Y = Number of Service Chains"
8059 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8060 #  layout:
8061 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8062 #    layout: "plot-service-density"
8063 #
8064 ## Plots - NF Density - VSC - NDR IMIX
8065 #- type: "plot"
8066 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8067 #  algorithm: "plot_nf_heatmap"
8068 #  output-file-type: ".html"
8069 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
8070 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8071 #  filter: "'NIC_Intel-XXV710' and
8072 #           'NF_DENSITY' and
8073 #           'VHOST' and
8074 #           'VXLAN' and
8075 #           'CHAIN' and
8076 #           'IMIX' and
8077 #           '2T1C' and
8078 #           'NDRPDR'"
8079 #  parameters:
8080 #  - "throughput"
8081 #  - "name"
8082 #  - "tags"
8083 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8084 #  x-axis: "X = VNFs per Service Chain"
8085 #  y-axis: "Y = Number of Service Chains"
8086 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8087 #  layout:
8088 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8089 #    layout: "plot-service-density"
8090 #
8091 #- type: "plot"
8092 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8093 #  algorithm: "plot_nf_heatmap"
8094 #  output-file-type: ".html"
8095 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
8096 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8097 #  filter: "'NIC_Intel-XXV710' and
8098 #           'NF_DENSITY' and
8099 #           'VHOST' and
8100 #           'VXLAN' and
8101 #           'CHAIN' and
8102 #           'IMIX' and
8103 #           '4T2C' and
8104 #           'NDRPDR'"
8105 #  parameters:
8106 #  - "throughput"
8107 #  - "name"
8108 #  - "tags"
8109 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8110 #  x-axis: "X = VNFs per Service Chain"
8111 #  y-axis: "Y = Number of Service Chains"
8112 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8113 #  layout:
8114 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8115 #    layout: "plot-service-density"
8116 #
8117 #- type: "plot"
8118 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8119 #  algorithm: "plot_nf_heatmap"
8120 #  output-file-type: ".html"
8121 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
8122 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8123 #  filter: "'NIC_Intel-XXV710' and
8124 #           'NF_DENSITY' and
8125 #           'VHOST' and
8126 #           'VXLAN' and
8127 #           'CHAIN' and
8128 #           'IMIX' and
8129 #           '8T4C' and
8130 #           'NDRPDR'"
8131 #  parameters:
8132 #  - "throughput"
8133 #  - "name"
8134 #  - "tags"
8135 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8136 #  x-axis: "X = VNFs per Service Chain"
8137 #  y-axis: "Y = Number of Service Chains"
8138 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8139 #  layout:
8140 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8141 #    layout: "plot-service-density"
8142 #
8143 ## Plots - NF Density - VSC - PDR 64b
8144 #- type: "plot"
8145 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8146 #  algorithm: "plot_nf_heatmap"
8147 #  output-file-type: ".html"
8148 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
8149 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8150 #  filter: "'NIC_Intel-XXV710' and
8151 #           'NF_DENSITY' and
8152 #           'VHOST' and
8153 #           'VXLAN' and
8154 #           'CHAIN' and
8155 #           '118' and
8156 #           '2T1C' and
8157 #           'NDRPDR'"
8158 #  parameters:
8159 #  - "throughput"
8160 #  - "name"
8161 #  - "tags"
8162 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8163 #  x-axis: "X = VNFs per Service Chain"
8164 #  y-axis: "Y = Number of Service Chains"
8165 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8166 #  layout:
8167 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8168 #    layout: "plot-service-density"
8169 #
8170 #- type: "plot"
8171 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8172 #  algorithm: "plot_nf_heatmap"
8173 #  output-file-type: ".html"
8174 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
8175 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8176 #  filter: "'NIC_Intel-XXV710' and
8177 #           'NF_DENSITY' and
8178 #           'VHOST' and
8179 #           'VXLAN' and
8180 #           'CHAIN' and
8181 #           '118' and
8182 #           '4T2C' and
8183 #           'NDRPDR'"
8184 #  parameters:
8185 #  - "throughput"
8186 #  - "name"
8187 #  - "tags"
8188 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8189 #  x-axis: "X = VNFs per Service Chain"
8190 #  y-axis: "Y = Number of Service Chains"
8191 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8192 #  layout:
8193 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8194 #    layout: "plot-service-density"
8195 #
8196 #- type: "plot"
8197 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8198 #  algorithm: "plot_nf_heatmap"
8199 #  output-file-type: ".html"
8200 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
8201 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8202 #  filter: "'NIC_Intel-XXV710' and
8203 #           'NF_DENSITY' and
8204 #           'VHOST' and
8205 #           'VXLAN' and
8206 #           'CHAIN' and
8207 #           '118' and
8208 #           '8T4C' and
8209 #           'NDRPDR'"
8210 #  parameters:
8211 #  - "throughput"
8212 #  - "name"
8213 #  - "tags"
8214 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8215 #  x-axis: "X = VNFs per Service Chain"
8216 #  y-axis: "Y = Number of Service Chains"
8217 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8218 #  layout:
8219 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8220 #    layout: "plot-service-density"
8221 #
8222 ## Plots - NF Density - VSC - PDR IMIX
8223 #- type: "plot"
8224 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8225 #  algorithm: "plot_nf_heatmap"
8226 #  output-file-type: ".html"
8227 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
8228 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8229 #  filter: "'NIC_Intel-XXV710' and
8230 #           'NF_DENSITY' and
8231 #           'VHOST' and
8232 #           'VXLAN' and
8233 #           'CHAIN' and
8234 #           'IMIX' and
8235 #           '2T1C' and
8236 #           'NDRPDR'"
8237 #  parameters:
8238 #  - "throughput"
8239 #  - "name"
8240 #  - "tags"
8241 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8242 #  x-axis: "X = VNFs per Service Chain"
8243 #  y-axis: "Y = Number of Service Chains"
8244 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8245 #  layout:
8246 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8247 #    layout: "plot-service-density"
8248 #
8249 #- type: "plot"
8250 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8251 #  algorithm: "plot_nf_heatmap"
8252 #  output-file-type: ".html"
8253 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
8254 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8255 #  filter: "'NIC_Intel-XXV710' and
8256 #           'NF_DENSITY' and
8257 #           'VHOST' and
8258 #           'VXLAN' and
8259 #           'CHAIN' and
8260 #           'IMIX' and
8261 #           '4T2C' and
8262 #           'NDRPDR'"
8263 #  parameters:
8264 #  - "throughput"
8265 #  - "name"
8266 #  - "tags"
8267 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8268 #  x-axis: "X = VNFs per Service Chain"
8269 #  y-axis: "Y = Number of Service Chains"
8270 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8271 #  layout:
8272 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8273 #    layout: "plot-service-density"
8274 #
8275 #- type: "plot"
8276 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8277 #  algorithm: "plot_nf_heatmap"
8278 #  output-file-type: ".html"
8279 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
8280 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8281 #  filter: "'NIC_Intel-XXV710' and
8282 #           'NF_DENSITY' and
8283 #           'VHOST' and
8284 #           'VXLAN' and
8285 #           'CHAIN' and
8286 #           'IMIX' and
8287 #           '8T4C' and
8288 #           'NDRPDR'"
8289 #  parameters:
8290 #  - "throughput"
8291 #  - "name"
8292 #  - "tags"
8293 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8294 #  x-axis: "X = VNFs per Service Chain"
8295 #  y-axis: "Y = Number of Service Chains"
8296 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8297 #  layout:
8298 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8299 #    layout: "plot-service-density"
8300 #
8301 ################################################################################
8302 ## Plots - NF Density - CSC - MRR 64b
8303 #- type: "plot"
8304 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8305 #  algorithm: "plot_nf_heatmap"
8306 #  output-file-type: ".html"
8307 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
8308 #  data: "plot-vpp-nfv-2n-skx-mrr"
8309 #  filter: "'NIC_Intel-XXV710' and
8310 #           'NF_DENSITY' and
8311 #           'DOCKER' and
8312 #           'CHAIN' and
8313 #           'NF_VPPIP4' and
8314 #           '64B' and
8315 #           '2T1C' and
8316 #           'MRR'"
8317 #  parameters:
8318 #  - "result"
8319 #  - "name"
8320 #  - "tags"
8321 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8322 #  x-axis: "X = CNFs per Service Chain"
8323 #  y-axis: "Y = Number of Service Chains"
8324 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
8325 #  layout:
8326 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8327 #    layout: "plot-service-density"
8328 #
8329 #- type: "plot"
8330 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8331 #  algorithm: "plot_nf_heatmap"
8332 #  output-file-type: ".html"
8333 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
8334 #  data: "plot-vpp-nfv-2n-skx-mrr"
8335 #  filter: "'NIC_Intel-XXV710' and
8336 #           'NF_DENSITY' and
8337 #           'DOCKER' and
8338 #           'CHAIN' and
8339 #           'NF_VPPIP4' and
8340 #           '64B' and
8341 #           '4T2C' and
8342 #           'MRR'"
8343 #  parameters:
8344 #  - "result"
8345 #  - "name"
8346 #  - "tags"
8347 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8348 #  x-axis: "X = CNFs per Service Chain"
8349 #  y-axis: "Y = Number of Service Chains"
8350 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
8351 #  layout:
8352 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8353 #    layout: "plot-service-density"
8354 #
8355 #- type: "plot"
8356 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8357 #  algorithm: "plot_nf_heatmap"
8358 #  output-file-type: ".html"
8359 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
8360 #  data: "plot-vpp-nfv-2n-skx-mrr"
8361 #  filter: "'NIC_Intel-XXV710' and
8362 #           'NF_DENSITY' and
8363 #           'DOCKER' and
8364 #           'CHAIN' and
8365 #           'NF_VPPIP4' and
8366 #           '64B' and
8367 #           '8T4C' and
8368 #           'MRR'"
8369 #  parameters:
8370 #  - "result"
8371 #  - "name"
8372 #  - "tags"
8373 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8374 #  x-axis: "X = CNFs per Service Chain"
8375 #  y-axis: "Y = Number of Service Chains"
8376 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
8377 #  layout:
8378 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8379 #    layout: "plot-service-density"
8380 #
8381 ## Plots - NF Density - CSC - MRR IMIX
8382 #- type: "plot"
8383 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8384 #  algorithm: "plot_nf_heatmap"
8385 #  output-file-type: ".html"
8386 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
8387 #  data: "plot-vpp-nfv-2n-skx-mrr"
8388 #  filter: "'NIC_Intel-XXV710' and
8389 #           'NF_DENSITY' and
8390 #           'DOCKER' and
8391 #           'CHAIN' and
8392 #           'NF_VPPIP4' and
8393 #           'IMIX' and
8394 #           '2T1C' and
8395 #           'MRR'"
8396 #  parameters:
8397 #  - "result"
8398 #  - "name"
8399 #  - "tags"
8400 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8401 #  x-axis: "X = CNFs per Service Chain"
8402 #  y-axis: "Y = Number of Service Chains"
8403 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8404 #  layout:
8405 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8406 #    layout: "plot-service-density"
8407 #
8408 #- type: "plot"
8409 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8410 #  algorithm: "plot_nf_heatmap"
8411 #  output-file-type: ".html"
8412 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
8413 #  data: "plot-vpp-nfv-2n-skx-mrr"
8414 #  filter: "'NIC_Intel-XXV710' and
8415 #           'NF_DENSITY' and
8416 #           'DOCKER' and
8417 #           'CHAIN' and
8418 #           'NF_VPPIP4' and
8419 #           'IMIX' and
8420 #           '4T2C' and
8421 #           'MRR'"
8422 #  parameters:
8423 #  - "result"
8424 #  - "name"
8425 #  - "tags"
8426 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8427 #  x-axis: "X = CNFs per Service Chain"
8428 #  y-axis: "Y = Number of Service Chains"
8429 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8430 #  layout:
8431 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8432 #    layout: "plot-service-density"
8433 #
8434 #- type: "plot"
8435 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8436 #  algorithm: "plot_nf_heatmap"
8437 #  output-file-type: ".html"
8438 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
8439 #  data: "plot-vpp-nfv-2n-skx-mrr"
8440 #  filter: "'NIC_Intel-XXV710' and
8441 #           'NF_DENSITY' and
8442 #           'DOCKER' and
8443 #           'CHAIN' and
8444 #           'NF_VPPIP4' and
8445 #           'IMIX' and
8446 #           '8T4C' and
8447 #           'MRR'"
8448 #  parameters:
8449 #  - "result"
8450 #  - "name"
8451 #  - "tags"
8452 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8453 #  x-axis: "X = CNFs per Service Chain"
8454 #  y-axis: "Y = Number of Service Chains"
8455 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8456 #  layout:
8457 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8458 #    layout: "plot-service-density"
8459 #
8460 ## Plots - NF Density - CSC - NDR 64b
8461 #- type: "plot"
8462 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8463 #  algorithm: "plot_nf_heatmap"
8464 #  output-file-type: ".html"
8465 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
8466 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8467 #  filter: "'NIC_Intel-XXV710' and
8468 #           'NF_DENSITY' and
8469 #           'DOCKER' and
8470 #           'CHAIN' and
8471 #           'NF_VPPIP4' and
8472 #           '64B' and
8473 #           '2T1C' and
8474 #           'NDRPDR'"
8475 #  parameters:
8476 #  - "throughput"
8477 #  - "name"
8478 #  - "tags"
8479 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8480 #  x-axis: "X = CNFs per Service Chain"
8481 #  y-axis: "Y = Number of Service Chains"
8482 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8483 #  layout:
8484 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8485 #    layout: "plot-service-density"
8486 #
8487 #- type: "plot"
8488 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8489 #  algorithm: "plot_nf_heatmap"
8490 #  output-file-type: ".html"
8491 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
8492 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8493 #  filter: "'NIC_Intel-XXV710' and
8494 #           'NF_DENSITY' and
8495 #           'DOCKER' and
8496 #           'CHAIN' and
8497 #           'NF_VPPIP4' and
8498 #           '64B' and
8499 #           '4T2C' and
8500 #           'NDRPDR'"
8501 #  parameters:
8502 #  - "throughput"
8503 #  - "name"
8504 #  - "tags"
8505 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8506 #  x-axis: "X = CNFs per Service Chain"
8507 #  y-axis: "Y = Number of Service Chains"
8508 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8509 #  layout:
8510 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8511 #    layout: "plot-service-density"
8512 #
8513 #- type: "plot"
8514 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8515 #  algorithm: "plot_nf_heatmap"
8516 #  output-file-type: ".html"
8517 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
8518 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8519 #  filter: "'NIC_Intel-XXV710' and
8520 #           'NF_DENSITY' and
8521 #           'DOCKER' and
8522 #           'CHAIN' and
8523 #           'NF_VPPIP4' and
8524 #           '64B' and
8525 #           '8T4C' and
8526 #           'NDRPDR'"
8527 #  parameters:
8528 #  - "throughput"
8529 #  - "name"
8530 #  - "tags"
8531 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8532 #  x-axis: "X = CNFs per Service Chain"
8533 #  y-axis: "Y = Number of Service Chains"
8534 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8535 #  layout:
8536 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8537 #    layout: "plot-service-density"
8538 #
8539 ## Plots - NF Density - CSC - NDR IMIX
8540 #- type: "plot"
8541 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8542 #  algorithm: "plot_nf_heatmap"
8543 #  output-file-type: ".html"
8544 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8545 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8546 #  filter: "'NIC_Intel-XXV710' and
8547 #           'NF_DENSITY' and
8548 #           'DOCKER' and
8549 #           'CHAIN' and
8550 #           'NF_VPPIP4' and
8551 #           'IMIX' and
8552 #           '2T1C' and
8553 #           'NDRPDR'"
8554 #  parameters:
8555 #  - "throughput"
8556 #  - "name"
8557 #  - "tags"
8558 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8559 #  x-axis: "X = CNFs per Service Chain"
8560 #  y-axis: "Y = Number of Service Chains"
8561 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8562 #  layout:
8563 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8564 #    layout: "plot-service-density"
8565 #
8566 #- type: "plot"
8567 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8568 #  algorithm: "plot_nf_heatmap"
8569 #  output-file-type: ".html"
8570 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8571 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8572 #  filter: "'NIC_Intel-XXV710' and
8573 #           'NF_DENSITY' and
8574 #           'DOCKER' and
8575 #           'CHAIN' and
8576 #           'NF_VPPIP4' and
8577 #           'IMIX' and
8578 #           '4T2C' and
8579 #           'NDRPDR'"
8580 #  parameters:
8581 #  - "throughput"
8582 #  - "name"
8583 #  - "tags"
8584 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8585 #  x-axis: "X = CNFs per Service Chain"
8586 #  y-axis: "Y = Number of Service Chains"
8587 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8588 #  layout:
8589 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8590 #    layout: "plot-service-density"
8591 #
8592 #- type: "plot"
8593 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8594 #  algorithm: "plot_nf_heatmap"
8595 #  output-file-type: ".html"
8596 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8597 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8598 #  filter: "'NIC_Intel-XXV710' and
8599 #           'NF_DENSITY' and
8600 #           'DOCKER' and
8601 #           'CHAIN' and
8602 #           'NF_VPPIP4' and
8603 #           'IMIX' and
8604 #           '8T4C' and
8605 #           'NDRPDR'"
8606 #  parameters:
8607 #  - "throughput"
8608 #  - "name"
8609 #  - "tags"
8610 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8611 #  x-axis: "X = CNFs per Service Chain"
8612 #  y-axis: "Y = Number of Service Chains"
8613 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8614 #  layout:
8615 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8616 #    layout: "plot-service-density"
8617 #
8618 ## Plots - NF Density - CSC - PDR 64b
8619 #- type: "plot"
8620 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8621 #  algorithm: "plot_nf_heatmap"
8622 #  output-file-type: ".html"
8623 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
8624 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8625 #  filter: "'NIC_Intel-XXV710' and
8626 #           'NF_DENSITY' and
8627 #           'DOCKER' and
8628 #           'CHAIN' and
8629 #           'NF_VPPIP4' and
8630 #           '64B' and
8631 #           '2T1C' and
8632 #           'NDRPDR'"
8633 #  parameters:
8634 #  - "throughput"
8635 #  - "name"
8636 #  - "tags"
8637 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8638 #  x-axis: "X = CNFs per Service Chain"
8639 #  y-axis: "Y = Number of Service Chains"
8640 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8641 #  layout:
8642 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8643 #    layout: "plot-service-density"
8644 #
8645 #- type: "plot"
8646 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8647 #  algorithm: "plot_nf_heatmap"
8648 #  output-file-type: ".html"
8649 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
8650 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8651 #  filter: "'NIC_Intel-XXV710' and
8652 #           'NF_DENSITY' and
8653 #           'DOCKER' and
8654 #           'CHAIN' and
8655 #           'NF_VPPIP4' and
8656 #           '64B' and
8657 #           '4T2C' and
8658 #           'NDRPDR'"
8659 #  parameters:
8660 #  - "throughput"
8661 #  - "name"
8662 #  - "tags"
8663 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8664 #  x-axis: "X = CNFs per Service Chain"
8665 #  y-axis: "Y = Number of Service Chains"
8666 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8667 #  layout:
8668 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8669 #    layout: "plot-service-density"
8670 #
8671 #- type: "plot"
8672 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8673 #  algorithm: "plot_nf_heatmap"
8674 #  output-file-type: ".html"
8675 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
8676 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8677 #  filter: "'NIC_Intel-XXV710' and
8678 #           'NF_DENSITY' and
8679 #           'DOCKER' and
8680 #           'CHAIN' and
8681 #           'NF_VPPIP4' and
8682 #           '64B' and
8683 #           '8T4C' and
8684 #           'NDRPDR'"
8685 #  parameters:
8686 #  - "throughput"
8687 #  - "name"
8688 #  - "tags"
8689 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8690 #  x-axis: "X = CNFs per Service Chain"
8691 #  y-axis: "Y = Number of Service Chains"
8692 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8693 #  layout:
8694 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8695 #    layout: "plot-service-density"
8696 #
8697 ## Plots - NF Density - CSC - PDR IMIX
8698 #- type: "plot"
8699 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8700 #  algorithm: "plot_nf_heatmap"
8701 #  output-file-type: ".html"
8702 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8703 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8704 #  filter: "'NIC_Intel-XXV710' and
8705 #           'NF_DENSITY' and
8706 #           'DOCKER' and
8707 #           'CHAIN' and
8708 #           'NF_VPPIP4' and
8709 #           'IMIX' and
8710 #           '2T1C' and
8711 #           'NDRPDR'"
8712 #  parameters:
8713 #  - "throughput"
8714 #  - "name"
8715 #  - "tags"
8716 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8717 #  x-axis: "X = CNFs per Service Chain"
8718 #  y-axis: "Y = Number of Service Chains"
8719 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8720 #  layout:
8721 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8722 #    layout: "plot-service-density"
8723 #
8724 #- type: "plot"
8725 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8726 #  algorithm: "plot_nf_heatmap"
8727 #  output-file-type: ".html"
8728 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8729 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8730 #  filter: "'NIC_Intel-XXV710' and
8731 #           'NF_DENSITY' and
8732 #           'DOCKER' and
8733 #           'CHAIN' and
8734 #           'NF_VPPIP4' and
8735 #           'IMIX' and
8736 #           '4T2C' and
8737 #           'NDRPDR'"
8738 #  parameters:
8739 #  - "throughput"
8740 #  - "name"
8741 #  - "tags"
8742 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8743 #  x-axis: "X = CNFs per Service Chain"
8744 #  y-axis: "Y = Number of Service Chains"
8745 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8746 #  layout:
8747 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8748 #    layout: "plot-service-density"
8749 #
8750 #- type: "plot"
8751 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8752 #  algorithm: "plot_nf_heatmap"
8753 #  output-file-type: ".html"
8754 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8755 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8756 #  filter: "'NIC_Intel-XXV710' and
8757 #           'NF_DENSITY' and
8758 #           'DOCKER' and
8759 #           'CHAIN' and
8760 #           'NF_VPPIP4' and
8761 #           'IMIX' and
8762 #           '8T4C' and
8763 #           'NDRPDR'"
8764 #  parameters:
8765 #  - "throughput"
8766 #  - "name"
8767 #  - "tags"
8768 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8769 #  x-axis: "X = CNFs per Service Chain"
8770 #  y-axis: "Y = Number of Service Chains"
8771 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8772 #  layout:
8773 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8774 #    layout: "plot-service-density"
8775 #
8776 ################################################################################
8777 #
8778 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8779 #- type: "plot"
8780 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8781 #  algorithm: "plot_nf_heatmap"
8782 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8783 #  data: "plot-vpp-nfv-3n-skx-mrr"
8784 #  filter: "'NIC_Intel-XXV710' and
8785 #           'NF_DENSITY' and
8786 #           'DOCKER' and
8787 #           'CHAIN' and
8788 #           'NF_VPPIP4' and
8789 #           'IPSEC' and
8790 #           'TNL_4' and
8791 #           'IMIX' and
8792 #           '2T1C' and
8793 #           'MRR'"
8794 #  parameters:
8795 #  - "result"
8796 #  - "name"
8797 #  - "tags"
8798 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8799 #  x-axis: "X = CNFs per Service Chain"
8800 #  y-axis: "Y = Number of Service Chains"
8801 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8802 #  layout:
8803 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8804 #    layout: "plot-service-density"
8805 #
8806 #- type: "plot"
8807 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8808 #  algorithm: "plot_nf_heatmap"
8809 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8810 #  data: "plot-vpp-nfv-3n-skx-mrr"
8811 #  filter: "'NIC_Intel-XXV710' and
8812 #           'NF_DENSITY' and
8813 #           'DOCKER' and
8814 #           'CHAIN' and
8815 #           'NF_VPPIP4' and
8816 #           'IPSEC' and
8817 #           'TNL_4' and
8818 #           'IMIX' and
8819 #           '4T2C' and
8820 #           'MRR'"
8821 #  parameters:
8822 #  - "result"
8823 #  - "name"
8824 #  - "tags"
8825 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8826 #  x-axis: "X = CNFs per Service Chain"
8827 #  y-axis: "Y = Number of Service Chains"
8828 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8829 #  layout:
8830 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8831 #    layout: "plot-service-density"
8832 #
8833 #- type: "plot"
8834 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8835 #  algorithm: "plot_nf_heatmap"
8836 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8837 #  data: "plot-vpp-nfv-3n-skx-mrr"
8838 #  filter: "'NIC_Intel-XXV710' and
8839 #           'NF_DENSITY' and
8840 #           'DOCKER' and
8841 #           'CHAIN' and
8842 #           'NF_VPPIP4' and
8843 #           'IPSEC' and
8844 #           'TNL_4' and
8845 #           'IMIX' and
8846 #           '8T4C' and
8847 #           'MRR'"
8848 #  parameters:
8849 #  - "result"
8850 #  - "name"
8851 #  - "tags"
8852 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8853 #  x-axis: "X = CNFs per Service Chain"
8854 #  y-axis: "Y = Number of Service Chains"
8855 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8856 #  layout:
8857 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8858 #    layout: "plot-service-density"
8859
8860 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8861 - type: "plot"
8862   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8863   algorithm: "plot_nf_heatmap"
8864   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8865   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8866   filter: "'NIC_Intel-XXV710' and
8867            'NF_DENSITY' and
8868            'DOCKER' and
8869            'CHAIN' and
8870            'NF_VPPIP4' and
8871            'IPSEC' and
8872            'TNL_4' and
8873            'IMIX' and
8874            '2T1C' and
8875            'NDRPDR'"
8876   parameters:
8877   - "throughput"
8878   - "name"
8879   - "tags"
8880   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8881   x-axis: "X = CNFs per Service Chain"
8882   y-axis: "Y = Number of Service Chains"
8883   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8884   layout:
8885     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8886     layout: "plot-service-density"
8887
8888 - type: "plot"
8889   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8890   algorithm: "plot_nf_heatmap"
8891   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8892   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8893   filter: "'NIC_Intel-XXV710' and
8894            'NF_DENSITY' and
8895            'DOCKER' and
8896            'CHAIN' and
8897            'NF_VPPIP4' and
8898            'IPSEC' and
8899            'TNL_4' and
8900            'IMIX' and
8901            '4T2C' and
8902            'NDRPDR'"
8903   parameters:
8904   - "throughput"
8905   - "name"
8906   - "tags"
8907   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8908   x-axis: "X = CNFs per Service Chain"
8909   y-axis: "Y = Number of Service Chains"
8910   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8911   layout:
8912     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8913     layout: "plot-service-density"
8914
8915 - type: "plot"
8916   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8917   algorithm: "plot_nf_heatmap"
8918   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8919   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8920   filter: "'NIC_Intel-XXV710' and
8921            'NF_DENSITY' and
8922            'DOCKER' and
8923            'CHAIN' and
8924            'NF_VPPIP4' and
8925            'IPSEC' and
8926            'TNL_4' and
8927            'IMIX' and
8928            '8T4C' and
8929            'NDRPDR'"
8930   parameters:
8931   - "throughput"
8932   - "name"
8933   - "tags"
8934   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8935   x-axis: "X = CNFs per Service Chain"
8936   y-axis: "Y = Number of Service Chains"
8937   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8938   layout:
8939     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8940     layout: "plot-service-density"
8941
8942 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8943 - type: "plot"
8944   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8945   algorithm: "plot_nf_heatmap"
8946   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8947   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8948   filter: "'NIC_Intel-XXV710' and
8949            'NF_DENSITY' and
8950            'DOCKER' and
8951            'CHAIN' and
8952            'NF_VPPIP4' and
8953            'IPSEC' and
8954            'TNL_4' and
8955            'IMIX' and
8956            '2T1C' and
8957            'NDRPDR'"
8958   parameters:
8959   - "throughput"
8960   - "name"
8961   - "tags"
8962   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8963   x-axis: "X = CNFs per Service Chain"
8964   y-axis: "Y = Number of Service Chains"
8965   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8966   layout:
8967     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8968     layout: "plot-service-density"
8969
8970 - type: "plot"
8971   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8972   algorithm: "plot_nf_heatmap"
8973   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8974   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8975   filter: "'NIC_Intel-XXV710' and
8976            'NF_DENSITY' and
8977            'DOCKER' and
8978            'CHAIN' and
8979            'NF_VPPIP4' and
8980            'IPSEC' and
8981            'TNL_4' and
8982            'IMIX' and
8983            '4T2C' and
8984            'NDRPDR'"
8985   parameters:
8986   - "throughput"
8987   - "name"
8988   - "tags"
8989   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8990   x-axis: "X = CNFs per Service Chain"
8991   y-axis: "Y = Number of Service Chains"
8992   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8993   layout:
8994     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8995     layout: "plot-service-density"
8996
8997 - type: "plot"
8998   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8999   algorithm: "plot_nf_heatmap"
9000   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
9001   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9002   filter: "'NIC_Intel-XXV710' and
9003            'NF_DENSITY' and
9004            'DOCKER' and
9005            'CHAIN' and
9006            'NF_VPPIP4' and
9007            'IPSEC' and
9008            'TNL_4' and
9009            'IMIX' and
9010            '8T4C' and
9011            'NDRPDR'"
9012   parameters:
9013   - "throughput"
9014   - "name"
9015   - "tags"
9016   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9017   x-axis: "X = CNFs per Service Chain"
9018   y-axis: "Y = Number of Service Chains"
9019   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9020   layout:
9021     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9022     layout: "plot-service-density"
9023
9024 ###############################################################################
9025
9026 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
9027 #- type: "plot"
9028 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9029 #  algorithm: "plot_nf_heatmap"
9030 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
9031 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9032 #  filter: "'NIC_Intel-XL710' and
9033 #           'NF_DENSITY' and
9034 #           'DOCKER' and
9035 #           'CHAIN' and
9036 #           'NF_VPPIP4' and
9037 #           'IMIX' and
9038 #           'TNL_4' and
9039 #           '1T1C' and
9040 #           'MRR'"
9041 #  parameters:
9042 #  - "result"
9043 #  - "name"
9044 #  - "tags"
9045 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9046 #  x-axis: "X = CNFs per Service Chain"
9047 #  y-axis: "Y = Number of Service Chains"
9048 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9049 #  layout:
9050 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9051 #    layout: "plot-service-density"
9052 #
9053 #- type: "plot"
9054 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9055 #  algorithm: "plot_nf_heatmap"
9056 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
9057 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9058 #  filter: "'NIC_Intel-XL710' and
9059 #           'NF_DENSITY' and
9060 #           'DOCKER' and
9061 #           'CHAIN' and
9062 #           'NF_VPPIP4' and
9063 #           'IPSEC' and
9064 #           'TNL_4' and
9065 #           'IMIX' and
9066 #           '2T2C' and
9067 #           'MRR'"
9068 #  parameters:
9069 #  - "result"
9070 #  - "name"
9071 #  - "tags"
9072 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9073 #  x-axis: "X = CNFs per Service Chain"
9074 #  y-axis: "Y = Number of Service Chains"
9075 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9076 #  layout:
9077 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9078 #    layout: "plot-service-density"
9079 #
9080 #- type: "plot"
9081 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9082 #  algorithm: "plot_nf_heatmap"
9083 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
9084 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9085 #  filter: "'NIC_Intel-XL710' and
9086 #           'NF_DENSITY' and
9087 #           'DOCKER' and
9088 #           'CHAIN' and
9089 #           'NF_VPPIP4' and
9090 #           'IPSEC' and
9091 #           'TNL_4' and
9092 #           'IMIX' and
9093 #           '4T4C' and
9094 #           'MRR'"
9095 #  parameters:
9096 #  - "result"
9097 #  - "name"
9098 #  - "tags"
9099 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9100 #  x-axis: "X = CNFs per Service Chain"
9101 #  y-axis: "Y = Number of Service Chains"
9102 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9103 #  layout:
9104 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9105 #    layout: "plot-service-density"
9106
9107 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
9108 #- type: "plot"
9109 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9110 #  algorithm: "plot_nf_heatmap"
9111 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
9112 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9113 #  filter: "'NIC_Intel-XL710' and
9114 #           'NF_DENSITY' and
9115 #           'DOCKER' and
9116 #           'CHAIN' and
9117 #           'NF_VPPIP4' and
9118 #           'IPSEC' and
9119 #           'TNL_4' and
9120 #           'IMIX' and
9121 #           '1T1C' and
9122 #           'NDRPDR'"
9123 #  parameters:
9124 #  - "throughput"
9125 #  - "name"
9126 #  - "tags"
9127 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9128 #  x-axis: "X = CNFs per Service Chain"
9129 #  y-axis: "Y = Number of Service Chains"
9130 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9131 #  layout:
9132 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9133 #    layout: "plot-service-density"
9134 #
9135 #- type: "plot"
9136 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9137 #  algorithm: "plot_nf_heatmap"
9138 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
9139 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9140 #  filter: "'NIC_Intel-XL710' and
9141 #           'NF_DENSITY' and
9142 #           'DOCKER' and
9143 #           'CHAIN' and
9144 #           'NF_VPPIP4' and
9145 #           'IPSEC' and
9146 #           'TNL_4' and
9147 #           'IMIX' and
9148 #           '2T2C' and
9149 #           'NDRPDR'"
9150 #  parameters:
9151 #  - "throughput"
9152 #  - "name"
9153 #  - "tags"
9154 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9155 #  x-axis: "X = CNFs per Service Chain"
9156 #  y-axis: "Y = Number of Service Chains"
9157 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9158 #  layout:
9159 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9160 #    layout: "plot-service-density"
9161 #
9162 #- type: "plot"
9163 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9164 #  algorithm: "plot_nf_heatmap"
9165 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
9166 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9167 #  filter: "'NIC_Intel-XL710' and
9168 #           'NF_DENSITY' and
9169 #           'DOCKER' and
9170 #           'CHAIN' and
9171 #           'NF_VPPIP4' and
9172 #           'IPSEC' and
9173 #           'TNL_4' and
9174 #           'IMIX' and
9175 #           '4T4C' and
9176 #           'NDRPDR'"
9177 #  parameters:
9178 #  - "throughput"
9179 #  - "name"
9180 #  - "tags"
9181 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9182 #  x-axis: "X = CNFs per Service Chain"
9183 #  y-axis: "Y = Number of Service Chains"
9184 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9185 #  layout:
9186 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9187 #    layout: "plot-service-density"
9188 #
9189 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
9190 #- type: "plot"
9191 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9192 #  algorithm: "plot_nf_heatmap"
9193 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
9194 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9195 #  filter: "'NIC_Intel-XL710' and
9196 #           'NF_DENSITY' and
9197 #           'DOCKER' and
9198 #           'CHAIN' and
9199 #           'NF_VPPIP4' and
9200 #           'IPSEC' and
9201 #           'TNL_4' and
9202 #           'IMIX' and
9203 #           '1T1C' and
9204 #           'NDRPDR'"
9205 #  parameters:
9206 #  - "throughput"
9207 #  - "name"
9208 #  - "tags"
9209 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9210 #  x-axis: "X = CNFs per Service Chain"
9211 #  y-axis: "Y = Number of Service Chains"
9212 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9213 #  layout:
9214 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9215 #    layout: "plot-service-density"
9216 #
9217 #- type: "plot"
9218 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9219 #  algorithm: "plot_nf_heatmap"
9220 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
9221 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9222 #  filter: "'NIC_Intel-XL710' and
9223 #           'NF_DENSITY' and
9224 #           'DOCKER' and
9225 #           'CHAIN' and
9226 #           'NF_VPPIP4' and
9227 #           'IPSEC' and
9228 #           'TNL_4' and
9229 #           'IMIX' and
9230 #           '2T2C' and
9231 #           'NDRPDR'"
9232 #  parameters:
9233 #  - "throughput"
9234 #  - "name"
9235 #  - "tags"
9236 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9237 #  x-axis: "X = CNFs per Service Chain"
9238 #  y-axis: "Y = Number of Service Chains"
9239 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9240 #  layout:
9241 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9242 #    layout: "plot-service-density"
9243 #
9244 #- type: "plot"
9245 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9246 #  algorithm: "plot_nf_heatmap"
9247 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
9248 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9249 #  filter: "'NIC_Intel-XL710' and
9250 #           'NF_DENSITY' and
9251 #           'DOCKER' and
9252 #           'CHAIN' and
9253 #           'NF_VPPIP4' and
9254 #           'IPSEC' and
9255 #           'TNL_4' and
9256 #           'IMIX' and
9257 #           '4T4C' and
9258 #           'NDRPDR'"
9259 #  parameters:
9260 #  - "throughput"
9261 #  - "name"
9262 #  - "tags"
9263 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9264 #  x-axis: "X = CNFs per Service Chain"
9265 #  y-axis: "Y = Number of Service Chains"
9266 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9267 #  layout:
9268 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9269 #    layout: "plot-service-density"
9270
9271 ###############################################################################
9272
9273 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9274 #- type: "plot"
9275 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9276 #  algorithm: "plot_nf_heatmap"
9277 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
9278 #  data: "plot-vpp-nfv-3n-skx-mrr"
9279 #  filter: "'NIC_Intel-XXV710' and
9280 #           'NF_DENSITY' and
9281 #           'DOCKER' and
9282 #           'CHAIN' and
9283 #           'NF_VPPIP4' and
9284 #           'IPSEC' and
9285 #           'TNL_1000' and
9286 #           'IMIX' and
9287 #           '2T1C' and
9288 #           'MRR'"
9289 #  parameters:
9290 #  - "result"
9291 #  - "name"
9292 #  - "tags"
9293 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9294 #  x-axis: "X = CNFs per Service Chain"
9295 #  y-axis: "Y = Number of Service Chains"
9296 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9297 #  layout:
9298 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9299 #    layout: "plot-service-density"
9300 #
9301 #- type: "plot"
9302 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9303 #  algorithm: "plot_nf_heatmap"
9304 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
9305 #  data: "plot-vpp-nfv-3n-skx-mrr"
9306 #  filter: "'NIC_Intel-XXV710' and
9307 #           'NF_DENSITY' and
9308 #           'DOCKER' and
9309 #           'CHAIN' and
9310 #           'NF_VPPIP4' and
9311 #           'IPSEC' and
9312 #           'TNL_1000' and
9313 #           'IMIX' and
9314 #           '4T2C' and
9315 #           'MRR'"
9316 #  parameters:
9317 #  - "result"
9318 #  - "name"
9319 #  - "tags"
9320 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9321 #  x-axis: "X = CNFs per Service Chain"
9322 #  y-axis: "Y = Number of Service Chains"
9323 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9324 #  layout:
9325 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9326 #    layout: "plot-service-density"
9327 #
9328 #- type: "plot"
9329 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9330 #  algorithm: "plot_nf_heatmap"
9331 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
9332 #  data: "plot-vpp-nfv-3n-skx-mrr"
9333 #  filter: "'NIC_Intel-XXV710' and
9334 #           'NF_DENSITY' and
9335 #           'DOCKER' and
9336 #           'CHAIN' and
9337 #           'NF_VPPIP4' and
9338 #           'IPSEC' and
9339 #           'TNL_1000' and
9340 #           'IMIX' and
9341 #           '8T4C' and
9342 #           'MRR'"
9343 #  parameters:
9344 #  - "result"
9345 #  - "name"
9346 #  - "tags"
9347 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9348 #  x-axis: "X = CNFs per Service Chain"
9349 #  y-axis: "Y = Number of Service Chains"
9350 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9351 #  layout:
9352 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9353 #    layout: "plot-service-density"
9354
9355 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9356 - type: "plot"
9357   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9358   algorithm: "plot_nf_heatmap"
9359   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
9360   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9361   filter: "'NIC_Intel-XXV710' and
9362            'NF_DENSITY' and
9363            'DOCKER' and
9364            'CHAIN' and
9365            'NF_VPPIP4' and
9366            'IPSEC' and
9367            'TNL_1000' and
9368            'IMIX' and
9369            '2T1C' and
9370            'NDRPDR'"
9371   parameters:
9372   - "throughput"
9373   - "name"
9374   - "tags"
9375   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9376   x-axis: "X = CNFs per Service Chain"
9377   y-axis: "Y = Number of Service Chains"
9378   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9379   layout:
9380     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9381     layout: "plot-service-density"
9382
9383 - type: "plot"
9384   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9385   algorithm: "plot_nf_heatmap"
9386   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
9387   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9388   filter: "'NIC_Intel-XXV710' and
9389            'NF_DENSITY' and
9390            'DOCKER' and
9391            'CHAIN' and
9392            'NF_VPPIP4' and
9393            'IPSEC' and
9394            'TNL_1000' and
9395            'IMIX' and
9396            '4T2C' and
9397            'NDRPDR'"
9398   parameters:
9399   - "throughput"
9400   - "name"
9401   - "tags"
9402   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9403   x-axis: "X = CNFs per Service Chain"
9404   y-axis: "Y = Number of Service Chains"
9405   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9406   layout:
9407     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9408     layout: "plot-service-density"
9409
9410 - type: "plot"
9411   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9412   algorithm: "plot_nf_heatmap"
9413   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
9414   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9415   filter: "'NIC_Intel-XXV710' and
9416            'NF_DENSITY' and
9417            'DOCKER' and
9418            'CHAIN' and
9419            'NF_VPPIP4' and
9420            'IPSEC' and
9421            'TNL_1000' and
9422            'IMIX' and
9423            '8T4C' and
9424            'NDRPDR'"
9425   parameters:
9426   - "throughput"
9427   - "name"
9428   - "tags"
9429   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9430   x-axis: "X = CNFs per Service Chain"
9431   y-axis: "Y = Number of Service Chains"
9432   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9433   layout:
9434     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9435     layout: "plot-service-density"
9436
9437 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9438 - type: "plot"
9439   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9440   algorithm: "plot_nf_heatmap"
9441   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
9442   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9443   filter: "'NIC_Intel-XXV710' and
9444            'NF_DENSITY' and
9445            'DOCKER' and
9446            'CHAIN' and
9447            'NF_VPPIP4' and
9448            'IPSEC' and
9449            'TNL_1000' and
9450            'IMIX' and
9451            '2T1C' and
9452            'NDRPDR'"
9453   parameters:
9454   - "throughput"
9455   - "name"
9456   - "tags"
9457   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9458   x-axis: "X = CNFs per Service Chain"
9459   y-axis: "Y = Number of Service Chains"
9460   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9461   layout:
9462     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9463     layout: "plot-service-density"
9464
9465 - type: "plot"
9466   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9467   algorithm: "plot_nf_heatmap"
9468   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
9469   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9470   filter: "'NIC_Intel-XXV710' and
9471            'NF_DENSITY' and
9472            'DOCKER' and
9473            'CHAIN' and
9474            'NF_VPPIP4' and
9475            'IPSEC' and
9476            'TNL_1000' and
9477            'IMIX' and
9478            '4T2C' and
9479            'NDRPDR'"
9480   parameters:
9481   - "throughput"
9482   - "name"
9483   - "tags"
9484   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9485   x-axis: "X = CNFs per Service Chain"
9486   y-axis: "Y = Number of Service Chains"
9487   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9488   layout:
9489     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9490     layout: "plot-service-density"
9491
9492 - type: "plot"
9493   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9494   algorithm: "plot_nf_heatmap"
9495   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
9496   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9497   filter: "'NIC_Intel-XXV710' and
9498            'NF_DENSITY' and
9499            'DOCKER' and
9500            'CHAIN' and
9501            'NF_VPPIP4' and
9502            'IPSEC' and
9503            'TNL_1000' and
9504            'IMIX' and
9505            '8T4C' and
9506            'NDRPDR'"
9507   parameters:
9508   - "throughput"
9509   - "name"
9510   - "tags"
9511   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9512   x-axis: "X = CNFs per Service Chain"
9513   y-axis: "Y = Number of Service Chains"
9514   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9515   layout:
9516     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9517     layout: "plot-service-density"
9518
9519 ###############################################################################
9520
9521 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9522 #- type: "plot"
9523 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9524 #  algorithm: "plot_nf_heatmap"
9525 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
9526 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9527 #  filter: "'NIC_Intel-XL710' and
9528 #           'NF_DENSITY' and
9529 #           'DOCKER' and
9530 #           'CHAIN' and
9531 #           'NF_VPPIP4' and
9532 #           'IMIX' and
9533 #           'TNL_1000' and
9534 #           '1T1C' and
9535 #           'MRR'"
9536 #  parameters:
9537 #  - "result"
9538 #  - "name"
9539 #  - "tags"
9540 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9541 #  x-axis: "X = CNFs per Service Chain"
9542 #  y-axis: "Y = Number of Service Chains"
9543 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9544 #  layout:
9545 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9546 #    layout: "plot-service-density"
9547 #
9548 #- type: "plot"
9549 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9550 #  algorithm: "plot_nf_heatmap"
9551 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
9552 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9553 #  filter: "'NIC_Intel-XL710' and
9554 #           'NF_DENSITY' and
9555 #           'DOCKER' and
9556 #           'CHAIN' and
9557 #           'NF_VPPIP4' and
9558 #           'IPSEC' and
9559 #           'TNL_1000' and
9560 #           'IMIX' and
9561 #           '2T2C' and
9562 #           'MRR'"
9563 #  parameters:
9564 #  - "result"
9565 #  - "name"
9566 #  - "tags"
9567 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9568 #  x-axis: "X = CNFs per Service Chain"
9569 #  y-axis: "Y = Number of Service Chains"
9570 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9571 #  layout:
9572 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9573 #    layout: "plot-service-density"
9574 #
9575 #- type: "plot"
9576 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9577 #  algorithm: "plot_nf_heatmap"
9578 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9579 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9580 #  filter: "'NIC_Intel-XL710' and
9581 #           'NF_DENSITY' and
9582 #           'DOCKER' and
9583 #           'CHAIN' and
9584 #           'NF_VPPIP4' and
9585 #           'IPSEC' and
9586 #           'TNL_1000' and
9587 #           'IMIX' and
9588 #           '4T4C' and
9589 #           'MRR'"
9590 #  parameters:
9591 #  - "result"
9592 #  - "name"
9593 #  - "tags"
9594 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9595 #  x-axis: "X = CNFs per Service Chain"
9596 #  y-axis: "Y = Number of Service Chains"
9597 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9598 #  layout:
9599 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9600 #    layout: "plot-service-density"
9601
9602 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9603 #- type: "plot"
9604 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9605 #  algorithm: "plot_nf_heatmap"
9606 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9607 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9608 #  filter: "'NIC_Intel-XL710' and
9609 #           'NF_DENSITY' and
9610 #           'DOCKER' and
9611 #           'CHAIN' and
9612 #           'NF_VPPIP4' and
9613 #           'IPSEC' and
9614 #           'TNL_1000' and
9615 #           'IMIX' and
9616 #           '1T1C' and
9617 #           'NDRPDR'"
9618 #  parameters:
9619 #  - "throughput"
9620 #  - "name"
9621 #  - "tags"
9622 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9623 #  x-axis: "X = CNFs per Service Chain"
9624 #  y-axis: "Y = Number of Service Chains"
9625 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9626 #  layout:
9627 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9628 #    layout: "plot-service-density"
9629 #
9630 #- type: "plot"
9631 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9632 #  algorithm: "plot_nf_heatmap"
9633 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9634 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9635 #  filter: "'NIC_Intel-XL710' and
9636 #           'NF_DENSITY' and
9637 #           'DOCKER' and
9638 #           'CHAIN' and
9639 #           'NF_VPPIP4' and
9640 #           'IPSEC' and
9641 #           'TNL_1000' and
9642 #           'IMIX' and
9643 #           '2T2C' and
9644 #           'NDRPDR'"
9645 #  parameters:
9646 #  - "throughput"
9647 #  - "name"
9648 #  - "tags"
9649 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9650 #  x-axis: "X = CNFs per Service Chain"
9651 #  y-axis: "Y = Number of Service Chains"
9652 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9653 #  layout:
9654 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9655 #    layout: "plot-service-density"
9656 #
9657 #- type: "plot"
9658 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9659 #  algorithm: "plot_nf_heatmap"
9660 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9661 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9662 #  filter: "'NIC_Intel-XL710' and
9663 #           'NF_DENSITY' and
9664 #           'DOCKER' and
9665 #           'CHAIN' and
9666 #           'NF_VPPIP4' and
9667 #           'IPSEC' and
9668 #           'TNL_1000' and
9669 #           'IMIX' and
9670 #           '4T4C' and
9671 #           'NDRPDR'"
9672 #  parameters:
9673 #  - "throughput"
9674 #  - "name"
9675 #  - "tags"
9676 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9677 #  x-axis: "X = CNFs per Service Chain"
9678 #  y-axis: "Y = Number of Service Chains"
9679 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9680 #  layout:
9681 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9682 #    layout: "plot-service-density"
9683 #
9684 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9685 #- type: "plot"
9686 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9687 #  algorithm: "plot_nf_heatmap"
9688 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9689 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9690 #  filter: "'NIC_Intel-XL710' and
9691 #           'NF_DENSITY' and
9692 #           'DOCKER' and
9693 #           'CHAIN' and
9694 #           'NF_VPPIP4' and
9695 #           'IPSEC' and
9696 #           'TNL_1000' and
9697 #           'IMIX' and
9698 #           '1T1C' and
9699 #           'NDRPDR'"
9700 #  parameters:
9701 #  - "throughput"
9702 #  - "name"
9703 #  - "tags"
9704 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9705 #  x-axis: "X = CNFs per Service Chain"
9706 #  y-axis: "Y = Number of Service Chains"
9707 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9708 #  layout:
9709 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9710 #    layout: "plot-service-density"
9711 #
9712 #- type: "plot"
9713 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9714 #  algorithm: "plot_nf_heatmap"
9715 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9716 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9717 #  filter: "'NIC_Intel-XL710' and
9718 #           'NF_DENSITY' and
9719 #           'DOCKER' and
9720 #           'CHAIN' and
9721 #           'NF_VPPIP4' and
9722 #           'IPSEC' and
9723 #           'TNL_1000' and
9724 #           'IMIX' and
9725 #           '2T2C' and
9726 #           'NDRPDR'"
9727 #  parameters:
9728 #  - "throughput"
9729 #  - "name"
9730 #  - "tags"
9731 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9732 #  x-axis: "X = CNFs per Service Chain"
9733 #  y-axis: "Y = Number of Service Chains"
9734 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9735 #  layout:
9736 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9737 #    layout: "plot-service-density"
9738 #
9739 #- type: "plot"
9740 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9741 #  algorithm: "plot_nf_heatmap"
9742 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9743 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9744 #  filter: "'NIC_Intel-XL710' and
9745 #           'NF_DENSITY' and
9746 #           'DOCKER' and
9747 #           'CHAIN' and
9748 #           'NF_VPPIP4' and
9749 #           'IPSEC' and
9750 #           'TNL_1000' and
9751 #           'IMIX' and
9752 #           '4T4C' and
9753 #           'NDRPDR'"
9754 #  parameters:
9755 #  - "throughput"
9756 #  - "name"
9757 #  - "tags"
9758 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9759 #  x-axis: "X = CNFs per Service Chain"
9760 #  y-axis: "Y = Number of Service Chains"
9761 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9762 #  layout:
9763 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9764 #    layout: "plot-service-density"
9765
9766 ###############################################################################
9767
9768 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9769 #- type: "plot"
9770 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9771 #  algorithm: "plot_nf_heatmap"
9772 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9773 #  data: "plot-vpp-nfv-3n-skx-mrr"
9774 #  filter: "'NIC_Intel-XXV710' and
9775 #           'NF_DENSITY' and
9776 #           'DOCKER' and
9777 #           'CHAIN' and
9778 #           'NF_VPPIP4' and
9779 #           'IPSEC' and
9780 #           'TNL_10000' and
9781 #           'IMIX' and
9782 #           '2T1C' and
9783 #           'MRR'"
9784 #  parameters:
9785 #  - "result"
9786 #  - "name"
9787 #  - "tags"
9788 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9789 #  x-axis: "X = CNFs per Service Chain"
9790 #  y-axis: "Y = Number of Service Chains"
9791 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9792 #  layout:
9793 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9794 #    layout: "plot-service-density"
9795 #
9796 #- type: "plot"
9797 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9798 #  algorithm: "plot_nf_heatmap"
9799 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9800 #  data: "plot-vpp-nfv-3n-skx-mrr"
9801 #  filter: "'NIC_Intel-XXV710' and
9802 #           'NF_DENSITY' and
9803 #           'DOCKER' and
9804 #           'CHAIN' and
9805 #           'NF_VPPIP4' and
9806 #           'IPSEC' and
9807 #           'TNL_10000' and
9808 #           'IMIX' and
9809 #           '4T2C' and
9810 #           'MRR'"
9811 #  parameters:
9812 #  - "result"
9813 #  - "name"
9814 #  - "tags"
9815 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9816 #  x-axis: "X = CNFs per Service Chain"
9817 #  y-axis: "Y = Number of Service Chains"
9818 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9819 #  layout:
9820 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9821 #    layout: "plot-service-density"
9822 #
9823 #- type: "plot"
9824 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9825 #  algorithm: "plot_nf_heatmap"
9826 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9827 #  data: "plot-vpp-nfv-3n-skx-mrr"
9828 #  filter: "'NIC_Intel-XXV710' and
9829 #           'NF_DENSITY' and
9830 #           'DOCKER' and
9831 #           'CHAIN' and
9832 #           'NF_VPPIP4' and
9833 #           'IPSEC' and
9834 #           'TNL_10000' and
9835 #           'IMIX' and
9836 #           '8T4C' and
9837 #           'MRR'"
9838 #  parameters:
9839 #  - "result"
9840 #  - "name"
9841 #  - "tags"
9842 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9843 #  x-axis: "X = CNFs per Service Chain"
9844 #  y-axis: "Y = Number of Service Chains"
9845 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9846 #  layout:
9847 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9848 #    layout: "plot-service-density"
9849
9850 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9851 - type: "plot"
9852   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9853   algorithm: "plot_nf_heatmap"
9854   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9855   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9856   filter: "'NIC_Intel-XXV710' and
9857            'NF_DENSITY' and
9858            'DOCKER' and
9859            'CHAIN' and
9860            'NF_VPPIP4' and
9861            'IPSEC' and
9862            'TNL_10000' and
9863            'IMIX' and
9864            '2T1C' and
9865            'NDRPDR'"
9866   parameters:
9867   - "throughput"
9868   - "name"
9869   - "tags"
9870   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9871   x-axis: "X = CNFs per Service Chain"
9872   y-axis: "Y = Number of Service Chains"
9873   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9874   layout:
9875     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9876     layout: "plot-service-density"
9877
9878 - type: "plot"
9879   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9880   algorithm: "plot_nf_heatmap"
9881   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9882   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9883   filter: "'NIC_Intel-XXV710' and
9884            'NF_DENSITY' and
9885            'DOCKER' and
9886            'CHAIN' and
9887            'NF_VPPIP4' and
9888            'IPSEC' and
9889            'TNL_10000' and
9890            'IMIX' and
9891            '4T2C' and
9892            'NDRPDR'"
9893   parameters:
9894   - "throughput"
9895   - "name"
9896   - "tags"
9897   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9898   x-axis: "X = CNFs per Service Chain"
9899   y-axis: "Y = Number of Service Chains"
9900   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9901   layout:
9902     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9903     layout: "plot-service-density"
9904
9905 - type: "plot"
9906   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9907   algorithm: "plot_nf_heatmap"
9908   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9909   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9910   filter: "'NIC_Intel-XXV710' and
9911            'NF_DENSITY' and
9912            'DOCKER' and
9913            'CHAIN' and
9914            'NF_VPPIP4' and
9915            'IPSEC' and
9916            'TNL_10000' and
9917            'IMIX' and
9918            '8T4C' and
9919            'NDRPDR'"
9920   parameters:
9921   - "throughput"
9922   - "name"
9923   - "tags"
9924   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9925   x-axis: "X = CNFs per Service Chain"
9926   y-axis: "Y = Number of Service Chains"
9927   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9928   layout:
9929     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9930     layout: "plot-service-density"
9931
9932 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9933 - type: "plot"
9934   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9935   algorithm: "plot_nf_heatmap"
9936   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9937   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9938   filter: "'NIC_Intel-XXV710' and
9939            'NF_DENSITY' and
9940            'DOCKER' and
9941            'CHAIN' and
9942            'NF_VPPIP4' and
9943            'IPSEC' and
9944            'TNL_10000' and
9945            'IMIX' and
9946            '2T1C' and
9947            'NDRPDR'"
9948   parameters:
9949   - "throughput"
9950   - "name"
9951   - "tags"
9952   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9953   x-axis: "X = CNFs per Service Chain"
9954   y-axis: "Y = Number of Service Chains"
9955   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9956   layout:
9957     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9958     layout: "plot-service-density"
9959
9960 - type: "plot"
9961   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9962   algorithm: "plot_nf_heatmap"
9963   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9964   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9965   filter: "'NIC_Intel-XXV710' and
9966            'NF_DENSITY' and
9967            'DOCKER' and
9968            'CHAIN' and
9969            'NF_VPPIP4' and
9970            'IPSEC' and
9971            'TNL_10000' and
9972            'IMIX' and
9973            '4T2C' and
9974            'NDRPDR'"
9975   parameters:
9976   - "throughput"
9977   - "name"
9978   - "tags"
9979   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9980   x-axis: "X = CNFs per Service Chain"
9981   y-axis: "Y = Number of Service Chains"
9982   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9983   layout:
9984     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9985     layout: "plot-service-density"
9986
9987 - type: "plot"
9988   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9989   algorithm: "plot_nf_heatmap"
9990   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9991   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9992   filter: "'NIC_Intel-XXV710' and
9993            'NF_DENSITY' and
9994            'DOCKER' and
9995            'CHAIN' and
9996            'NF_VPPIP4' and
9997            'IPSEC' and
9998            'TNL_10000' and
9999            'IMIX' and
10000            '8T4C' and
10001            'NDRPDR'"
10002   parameters:
10003   - "throughput"
10004   - "name"
10005   - "tags"
10006   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10007   x-axis: "X = CNFs per Service Chain"
10008   y-axis: "Y = Number of Service Chains"
10009   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10010   layout:
10011     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10012     layout: "plot-service-density"
10013
10014 ###############################################################################
10015
10016 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
10017 #- type: "plot"
10018 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10019 #  algorithm: "plot_nf_heatmap"
10020 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
10021 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10022 #  filter: "'NIC_Intel-XL710' and
10023 #           'NF_DENSITY' and
10024 #           'DOCKER' and
10025 #           'CHAIN' and
10026 #           'NF_VPPIP4' and
10027 #           'IMIX' and
10028 #           'TNL_10000' and
10029 #           '1T1C' and
10030 #           'MRR'"
10031 #  parameters:
10032 #  - "result"
10033 #  - "name"
10034 #  - "tags"
10035 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10036 #  x-axis: "X = CNFs per Service Chain"
10037 #  y-axis: "Y = Number of Service Chains"
10038 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10039 #  layout:
10040 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10041 #    layout: "plot-service-density"
10042 #
10043 #- type: "plot"
10044 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10045 #  algorithm: "plot_nf_heatmap"
10046 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
10047 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10048 #  filter: "'NIC_Intel-XL710' and
10049 #           'NF_DENSITY' and
10050 #           'DOCKER' and
10051 #           'CHAIN' and
10052 #           'NF_VPPIP4' and
10053 #           'IPSEC' and
10054 #           'TNL_10000' and
10055 #           'IMIX' and
10056 #           '2T2C' and
10057 #           'MRR'"
10058 #  parameters:
10059 #  - "result"
10060 #  - "name"
10061 #  - "tags"
10062 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10063 #  x-axis: "X = CNFs per Service Chain"
10064 #  y-axis: "Y = Number of Service Chains"
10065 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10066 #  layout:
10067 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10068 #    layout: "plot-service-density"
10069 #
10070 #- type: "plot"
10071 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10072 #  algorithm: "plot_nf_heatmap"
10073 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
10074 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10075 #  filter: "'NIC_Intel-XL710' and
10076 #           'NF_DENSITY' and
10077 #           'DOCKER' and
10078 #           'CHAIN' and
10079 #           'NF_VPPIP4' and
10080 #           'IPSEC' and
10081 #           'TNL_10000' and
10082 #           'IMIX' and
10083 #           '4T4C' and
10084 #           'MRR'"
10085 #  parameters:
10086 #  - "result"
10087 #  - "name"
10088 #  - "tags"
10089 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10090 #  x-axis: "X = CNFs per Service Chain"
10091 #  y-axis: "Y = Number of Service Chains"
10092 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10093 #  layout:
10094 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10095 #    layout: "plot-service-density"
10096
10097 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
10098 #- type: "plot"
10099 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10100 #  algorithm: "plot_nf_heatmap"
10101 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
10102 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10103 #  filter: "'NIC_Intel-XL710' and
10104 #           'NF_DENSITY' and
10105 #           'DOCKER' and
10106 #           'CHAIN' and
10107 #           'NF_VPPIP4' and
10108 #           'IPSEC' and
10109 #           'TNL_10000' and
10110 #           'IMIX' and
10111 #           '1T1C' and
10112 #           'NDRPDR'"
10113 #  parameters:
10114 #  - "throughput"
10115 #  - "name"
10116 #  - "tags"
10117 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10118 #  x-axis: "X = CNFs per Service Chain"
10119 #  y-axis: "Y = Number of Service Chains"
10120 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10121 #  layout:
10122 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10123 #    layout: "plot-service-density"
10124 #
10125 #- type: "plot"
10126 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10127 #  algorithm: "plot_nf_heatmap"
10128 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
10129 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10130 #  filter: "'NIC_Intel-XL710' and
10131 #           'NF_DENSITY' and
10132 #           'DOCKER' and
10133 #           'CHAIN' and
10134 #           'NF_VPPIP4' and
10135 #           'IPSEC' and
10136 #           'TNL_10000' and
10137 #           'IMIX' and
10138 #           '2T2C' and
10139 #           'NDRPDR'"
10140 #  parameters:
10141 #  - "throughput"
10142 #  - "name"
10143 #  - "tags"
10144 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10145 #  x-axis: "X = CNFs per Service Chain"
10146 #  y-axis: "Y = Number of Service Chains"
10147 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10148 #  layout:
10149 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10150 #    layout: "plot-service-density"
10151 #
10152 #- type: "plot"
10153 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10154 #  algorithm: "plot_nf_heatmap"
10155 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
10156 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10157 #  filter: "'NIC_Intel-XL710' and
10158 #           'NF_DENSITY' and
10159 #           'DOCKER' and
10160 #           'CHAIN' and
10161 #           'NF_VPPIP4' and
10162 #           'IPSEC' and
10163 #           'TNL_10000' and
10164 #           'IMIX' and
10165 #           '4T4C' and
10166 #           'NDRPDR'"
10167 #  parameters:
10168 #  - "throughput"
10169 #  - "name"
10170 #  - "tags"
10171 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10172 #  x-axis: "X = CNFs per Service Chain"
10173 #  y-axis: "Y = Number of Service Chains"
10174 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10175 #  layout:
10176 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10177 #    layout: "plot-service-density"
10178 #
10179 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
10180 #- type: "plot"
10181 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10182 #  algorithm: "plot_nf_heatmap"
10183 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
10184 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10185 #  filter: "'NIC_Intel-XL710' and
10186 #           'NF_DENSITY' and
10187 #           'DOCKER' and
10188 #           'CHAIN' and
10189 #           'NF_VPPIP4' and
10190 #           'IPSEC' and
10191 #           'TNL_10000' and
10192 #           'IMIX' and
10193 #           '1T1C' and
10194 #           'NDRPDR'"
10195 #  parameters:
10196 #  - "throughput"
10197 #  - "name"
10198 #  - "tags"
10199 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10200 #  x-axis: "X = CNFs per Service Chain"
10201 #  y-axis: "Y = Number of Service Chains"
10202 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10203 #  layout:
10204 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10205 #    layout: "plot-service-density"
10206 #
10207 #- type: "plot"
10208 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10209 #  algorithm: "plot_nf_heatmap"
10210 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
10211 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10212 #  filter: "'NIC_Intel-XL710' and
10213 #           'NF_DENSITY' and
10214 #           'DOCKER' and
10215 #           'CHAIN' and
10216 #           'NF_VPPIP4' and
10217 #           'IPSEC' and
10218 #           'TNL_10000' and
10219 #           'IMIX' and
10220 #           '2T2C' and
10221 #           'NDRPDR'"
10222 #  parameters:
10223 #  - "throughput"
10224 #  - "name"
10225 #  - "tags"
10226 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10227 #  x-axis: "X = CNFs per Service Chain"
10228 #  y-axis: "Y = Number of Service Chains"
10229 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10230 #  layout:
10231 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10232 #    layout: "plot-service-density"
10233 #
10234 #- type: "plot"
10235 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10236 #  algorithm: "plot_nf_heatmap"
10237 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
10238 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10239 #  filter: "'NIC_Intel-XL710' and
10240 #           'NF_DENSITY' and
10241 #           'DOCKER' and
10242 #           'CHAIN' and
10243 #           'NF_VPPIP4' and
10244 #           'IPSEC' and
10245 #           'TNL_10000' and
10246 #           'IMIX' and
10247 #           '4T4C' and
10248 #           'NDRPDR'"
10249 #  parameters:
10250 #  - "throughput"
10251 #  - "name"
10252 #  - "tags"
10253 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10254 #  x-axis: "X = CNFs per Service Chain"
10255 #  y-axis: "Y = Number of Service Chains"
10256 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10257 #  layout:
10258 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10259 #    layout: "plot-service-density"
10260
10261 ###############################################################################
10262
10263 # Plots - NF Density - CSP - MRR 64b
10264
10265 #- type: "plot"
10266 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10267 #  algorithm: "plot_nf_heatmap"
10268 #  output-file-type: ".html"
10269 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
10270 #  data: "plot-vpp-nfv-2n-skx-mrr"
10271 #  filter: "'NIC_Intel-XXV710' and
10272 #           'NF_DENSITY' and
10273 #           'DOCKER' and
10274 #           'PIPELINE' and
10275 #           'NF_VPPIP4' and
10276 #           '64B' and
10277 #           '2T1C' and
10278 #           'MRR'"
10279 #  parameters:
10280 #  - "result"
10281 #  - "name"
10282 #  - "tags"
10283 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10284 #  x-axis: "X = CNFs per Service Pipeline"
10285 #  y-axis: "Y = Number of Service Pipelines"
10286 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
10287 #  layout:
10288 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10289 #    layout: "plot-service-density"
10290 #
10291 #- type: "plot"
10292 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10293 #  algorithm: "plot_nf_heatmap"
10294 #  output-file-type: ".html"
10295 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
10296 #  data: "plot-vpp-nfv-2n-skx-mrr"
10297 #  filter: "'NIC_Intel-XXV710' and
10298 #           'NF_DENSITY' and
10299 #           'DOCKER' and
10300 #           'PIPELINE' and
10301 #           'NF_VPPIP4' and
10302 #           '64B' and
10303 #           '4T2C' and
10304 #           'MRR'"
10305 #  parameters:
10306 #  - "result"
10307 #  - "name"
10308 #  - "tags"
10309 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10310 #  x-axis: "X = CNFs per Service Pipeline"
10311 #  y-axis: "Y = Number of Service Pipelines"
10312 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
10313 #  layout:
10314 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10315 #    layout: "plot-service-density"
10316 #
10317 #- type: "plot"
10318 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10319 #  algorithm: "plot_nf_heatmap"
10320 #  output-file-type: ".html"
10321 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
10322 #  data: "plot-vpp-nfv-2n-skx-mrr"
10323 #  filter: "'NIC_Intel-XXV710' and
10324 #           'NF_DENSITY' and
10325 #           'DOCKER' and
10326 #           'PIPELINE' and
10327 #           'NF_VPPIP4' and
10328 #           '64B' and
10329 #           '8T4C' and
10330 #           'MRR'"
10331 #  parameters:
10332 #  - "result"
10333 #  - "name"
10334 #  - "tags"
10335 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10336 #  x-axis: "X = CNFs per Service Pipeline"
10337 #  y-axis: "Y = Number of Service Pipelines"
10338 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
10339 #  layout:
10340 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10341 #    layout: "plot-service-density"
10342 #
10343 ## Plots - NF Density - CSP - MRR IMIX
10344 #- type: "plot"
10345 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10346 #  algorithm: "plot_nf_heatmap"
10347 #  output-file-type: ".html"
10348 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
10349 #  data: "plot-vpp-nfv-2n-skx-mrr"
10350 #  filter: "'NIC_Intel-XXV710' and
10351 #           'NF_DENSITY' and
10352 #           'DOCKER' and
10353 #           'PIPELINE' and
10354 #           'NF_VPPIP4' and
10355 #           'IMIX' and
10356 #           '2T1C' and
10357 #           'MRR'"
10358 #  parameters:
10359 #  - "result"
10360 #  - "name"
10361 #  - "tags"
10362 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10363 #  x-axis: "X = CNFs per Service Pipeline"
10364 #  y-axis: "Y = Number of Service Pipelines"
10365 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10366 #  layout:
10367 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10368 #    layout: "plot-service-density"
10369 #
10370 #- type: "plot"
10371 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10372 #  algorithm: "plot_nf_heatmap"
10373 #  output-file-type: ".html"
10374 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
10375 #  data: "plot-vpp-nfv-2n-skx-mrr"
10376 #  filter: "'NIC_Intel-XXV710' and
10377 #           'NF_DENSITY' and
10378 #           'DOCKER' and
10379 #           'PIPELINE' and
10380 #           'NF_VPPIP4' and
10381 #           'IMIX' and
10382 #           '4T2C' and
10383 #           'MRR'"
10384 #  parameters:
10385 #  - "result"
10386 #  - "name"
10387 #  - "tags"
10388 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10389 #  x-axis: "X = CNFs per Service Pipeline"
10390 #  y-axis: "Y = Number of Service Pipelines"
10391 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10392 #  layout:
10393 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10394 #    layout: "plot-service-density"
10395 #
10396 #- type: "plot"
10397 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10398 #  algorithm: "plot_nf_heatmap"
10399 #  output-file-type: ".html"
10400 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
10401 #  data: "plot-vpp-nfv-2n-skx-mrr"
10402 #  filter: "'NIC_Intel-XXV710' and
10403 #           'NF_DENSITY' and
10404 #           'DOCKER' and
10405 #           'PIPELINE' and
10406 #           'NF_VPPIP4' and
10407 #           'IMIX' and
10408 #           '8T4C' and
10409 #           'MRR'"
10410 #  parameters:
10411 #  - "result"
10412 #  - "name"
10413 #  - "tags"
10414 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10415 #  x-axis: "X = CNFs per Service Pipeline"
10416 #  y-axis: "Y = Number of Service Pipelines"
10417 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10418 #  layout:
10419 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10420 #    layout: "plot-service-density"
10421 #
10422 ## Plots - NF Density - CSP - NDR 64b
10423 #- type: "plot"
10424 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10425 #  algorithm: "plot_nf_heatmap"
10426 #  output-file-type: ".html"
10427 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
10428 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10429 #  filter: "'NIC_Intel-XXV710' and
10430 #           'NF_DENSITY' and
10431 #           'DOCKER' and
10432 #           'PIPELINE' and
10433 #           'NF_VPPIP4' and
10434 #           '64B' and
10435 #           '2T1C' and
10436 #           'NDRPDR'"
10437 #  parameters:
10438 #  - "throughput"
10439 #  - "name"
10440 #  - "tags"
10441 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10442 #  x-axis: "X = CNFs per Service Pipeline"
10443 #  y-axis: "Y = Number of Service Pipelines"
10444 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10445 #  layout:
10446 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10447 #    layout: "plot-service-density"
10448 #
10449 #- type: "plot"
10450 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10451 #  algorithm: "plot_nf_heatmap"
10452 #  output-file-type: ".html"
10453 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
10454 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10455 #  filter: "'NIC_Intel-XXV710' and
10456 #           'NF_DENSITY' and
10457 #           'DOCKER' and
10458 #           'PIPELINE' and
10459 #           'NF_VPPIP4' and
10460 #           '64B' and
10461 #           '4T2C' and
10462 #           'NDRPDR'"
10463 #  parameters:
10464 #  - "throughput"
10465 #  - "name"
10466 #  - "tags"
10467 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10468 #  x-axis: "X = CNFs per Service Pipeline"
10469 #  y-axis: "Y = Number of Service Pipelines"
10470 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10471 #  layout:
10472 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10473 #    layout: "plot-service-density"
10474 #
10475 #- type: "plot"
10476 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10477 #  algorithm: "plot_nf_heatmap"
10478 #  output-file-type: ".html"
10479 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
10480 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10481 #  filter: "'NIC_Intel-XXV710' and
10482 #           'NF_DENSITY' and
10483 #           'DOCKER' and
10484 #           'PIPELINE' and
10485 #           'NF_VPPIP4' and
10486 #           '64B' and
10487 #           '8T4C' and
10488 #           'NDRPDR'"
10489 #  parameters:
10490 #  - "throughput"
10491 #  - "name"
10492 #  - "tags"
10493 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10494 #  x-axis: "X = CNFs per Service Pipeline"
10495 #  y-axis: "Y = Number of Service Pipelines"
10496 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10497 #  layout:
10498 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10499 #    layout: "plot-service-density"
10500 #
10501 ## Plots - NF Density - CSP - NDR IMIX
10502 #- type: "plot"
10503 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10504 #  algorithm: "plot_nf_heatmap"
10505 #  output-file-type: ".html"
10506 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
10507 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10508 #  filter: "'NIC_Intel-XXV710' and
10509 #           'NF_DENSITY' and
10510 #           'DOCKER' and
10511 #           'PIPELINE' and
10512 #           'NF_VPPIP4' and
10513 #           'IMIX' and
10514 #           '2T1C' and
10515 #           'NDRPDR'"
10516 #  parameters:
10517 #  - "throughput"
10518 #  - "name"
10519 #  - "tags"
10520 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10521 #  x-axis: "X = CNFs per Service Pipeline"
10522 #  y-axis: "Y = Number of Service Pipelines"
10523 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10524 #  layout:
10525 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10526 #    layout: "plot-service-density"
10527 #
10528 #- type: "plot"
10529 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10530 #  algorithm: "plot_nf_heatmap"
10531 #  output-file-type: ".html"
10532 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
10533 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10534 #  filter: "'NIC_Intel-XXV710' and
10535 #           'NF_DENSITY' and
10536 #           'DOCKER' and
10537 #           'PIPELINE' and
10538 #           'NF_VPPIP4' and
10539 #           'IMIX' and
10540 #           '4T2C' and
10541 #           'NDRPDR'"
10542 #  parameters:
10543 #  - "throughput"
10544 #  - "name"
10545 #  - "tags"
10546 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10547 #  x-axis: "X = CNFs per Service Pipeline"
10548 #  y-axis: "Y = Number of Service Pipelines"
10549 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10550 #  layout:
10551 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10552 #    layout: "plot-service-density"
10553 #
10554 #- type: "plot"
10555 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10556 #  algorithm: "plot_nf_heatmap"
10557 #  output-file-type: ".html"
10558 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
10559 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10560 #  filter: "'NIC_Intel-XXV710' and
10561 #           'NF_DENSITY' and
10562 #           'DOCKER' and
10563 #           'PIPELINE' and
10564 #           'NF_VPPIP4' and
10565 #           'IMIX' and
10566 #           '8T4C' and
10567 #           'NDRPDR'"
10568 #  parameters:
10569 #  - "throughput"
10570 #  - "name"
10571 #  - "tags"
10572 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10573 #  x-axis: "X = CNFs per Service Pipeline"
10574 #  y-axis: "Y = Number of Service Pipelines"
10575 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10576 #  layout:
10577 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10578 #    layout: "plot-service-density"
10579 #
10580 ## Plots - NF Density - CSP - PDR 64b
10581 #- type: "plot"
10582 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10583 #  algorithm: "plot_nf_heatmap"
10584 #  output-file-type: ".html"
10585 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
10586 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10587 #  filter: "'NIC_Intel-XXV710' and
10588 #           'NF_DENSITY' and
10589 #           'DOCKER' and
10590 #           'PIPELINE' and
10591 #           'NF_VPPIP4' and
10592 #           '64B' and
10593 #           '2T1C' and
10594 #           'NDRPDR'"
10595 #  parameters:
10596 #  - "throughput"
10597 #  - "name"
10598 #  - "tags"
10599 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10600 #  x-axis: "X = CNFs per Service Pipeline"
10601 #  y-axis: "Y = Number of Service Pipelines"
10602 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10603 #  layout:
10604 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10605 #    layout: "plot-service-density"
10606 #
10607 #- type: "plot"
10608 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10609 #  algorithm: "plot_nf_heatmap"
10610 #  output-file-type: ".html"
10611 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
10612 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10613 #  filter: "'NIC_Intel-XXV710' and
10614 #           'NF_DENSITY' and
10615 #           'DOCKER' and
10616 #           'PIPELINE' and
10617 #           'NF_VPPIP4' and
10618 #           '64B' and
10619 #           '4T2C' and
10620 #           'NDRPDR'"
10621 #  parameters:
10622 #  - "throughput"
10623 #  - "name"
10624 #  - "tags"
10625 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10626 #  x-axis: "X = CNFs per Service Pipeline"
10627 #  y-axis: "Y = Number of Service Pipelines"
10628 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10629 #  layout:
10630 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10631 #    layout: "plot-service-density"
10632 #
10633 #- type: "plot"
10634 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10635 #  algorithm: "plot_nf_heatmap"
10636 #  output-file-type: ".html"
10637 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
10638 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10639 #  filter: "'NIC_Intel-XXV710' and
10640 #           'NF_DENSITY' and
10641 #           'DOCKER' and
10642 #           'PIPELINE' and
10643 #           'NF_VPPIP4' and
10644 #           '64B' and
10645 #           '8T4C' and
10646 #           'NDRPDR'"
10647 #  parameters:
10648 #  - "throughput"
10649 #  - "name"
10650 #  - "tags"
10651 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10652 #  x-axis: "X = CNFs per Service Pipeline"
10653 #  y-axis: "Y = Number of Service Pipelines"
10654 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10655 #  layout:
10656 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10657 #    layout: "plot-service-density"
10658 #
10659 ## Plots - NF Density - CSP - PDR IMIX
10660 #- type: "plot"
10661 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10662 #  algorithm: "plot_nf_heatmap"
10663 #  output-file-type: ".html"
10664 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
10665 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10666 #  filter: "'NIC_Intel-XXV710' and
10667 #           'NF_DENSITY' and
10668 #           'DOCKER' and
10669 #           'PIPELINE' and
10670 #           'NF_VPPIP4' and
10671 #           'IMIX' and
10672 #           '2T1C' and
10673 #           'NDRPDR'"
10674 #  parameters:
10675 #  - "throughput"
10676 #  - "name"
10677 #  - "tags"
10678 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10679 #  x-axis: "X = CNFs per Service Pipeline"
10680 #  y-axis: "Y = Number of Service Pipelines"
10681 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10682 #  layout:
10683 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10684 #    layout: "plot-service-density"
10685 #
10686 #- type: "plot"
10687 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10688 #  algorithm: "plot_nf_heatmap"
10689 #  output-file-type: ".html"
10690 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
10691 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10692 #  filter: "'NIC_Intel-XXV710' and
10693 #           'NF_DENSITY' and
10694 #           'DOCKER' and
10695 #           'PIPELINE' and
10696 #           'NF_VPPIP4' and
10697 #           'IMIX' and
10698 #           '4T2C' and
10699 #           'NDRPDR'"
10700 #  parameters:
10701 #  - "throughput"
10702 #  - "name"
10703 #  - "tags"
10704 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10705 #  x-axis: "X = CNFs per Service Pipeline"
10706 #  y-axis: "Y = Number of Service Pipelines"
10707 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10708 #  layout:
10709 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10710 #    layout: "plot-service-density"
10711 #
10712 #- type: "plot"
10713 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10714 #  algorithm: "plot_nf_heatmap"
10715 #  output-file-type: ".html"
10716 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
10717 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10718 #  filter: "'NIC_Intel-XXV710' and
10719 #           'NF_DENSITY' and
10720 #           'DOCKER' and
10721 #           'PIPELINE' and
10722 #           'NF_VPPIP4' and
10723 #           'IMIX' and
10724 #           '8T4C' and
10725 #           'NDRPDR'"
10726 #  parameters:
10727 #  - "throughput"
10728 #  - "name"
10729 #  - "tags"
10730 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10731 #  x-axis: "X = CNFs per Service Pipeline"
10732 #  y-axis: "Y = Number of Service Pipelines"
10733 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10734 #  layout:
10735 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10736 #    layout: "plot-service-density"
10737
10738 ###############################################################################
10739 # Plots - 2n-clx NF Density - VSC - MRR IMIX
10740
10741 - type: "plot"
10742   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10743   algorithm: "plot_nf_heatmap"
10744   output-file-type: ".html"
10745   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
10746   data: "plot-vpp-nfv-2n-clx-mrr"
10747   filter: "'NIC_Intel-XXV710' and
10748            'NF_DENSITY' and
10749            'VHOST' and
10750            not 'VXLAN' and
10751            'CHAIN' and
10752            'NF_VPPIP4' and
10753            'IMIX' and
10754            '2T1C' and
10755            'MRR'"
10756   parameters:
10757   - "result"
10758   - "name"
10759   - "tags"
10760   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10761   x-axis: "X = VNFs per Service Chain"
10762   y-axis: "Y = Number of Service Chains"
10763   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10764   layout:
10765     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10766     layout: "plot-service-density"
10767
10768 - type: "plot"
10769   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10770   algorithm: "plot_nf_heatmap"
10771   output-file-type: ".html"
10772   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10773   data: "plot-vpp-nfv-2n-clx-mrr"
10774   filter: "'NIC_Intel-XXV710' and
10775            'NF_DENSITY' and
10776            'VHOST' and
10777            not 'VXLAN' and
10778            'CHAIN' and
10779            'NF_VPPIP4' and
10780            'IMIX' and
10781            '4T2C' and
10782            'MRR'"
10783   parameters:
10784   - "result"
10785   - "name"
10786   - "tags"
10787   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10788   x-axis: "X = VNFs per Service Chain"
10789   y-axis: "Y = Number of Service Chains"
10790   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10791   layout:
10792     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10793     layout: "plot-service-density"
10794
10795 - type: "plot"
10796   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10797   algorithm: "plot_nf_heatmap"
10798   output-file-type: ".html"
10799   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10800   data: "plot-vpp-nfv-2n-clx-mrr"
10801   filter: "'NIC_Intel-XXV710' and
10802            'NF_DENSITY' and
10803            'VHOST' and
10804            not 'VXLAN' and
10805            'CHAIN' and
10806            'NF_VPPIP4' and
10807            'IMIX' and
10808            '8T4C' and
10809            'MRR'"
10810   parameters:
10811   - "result"
10812   - "name"
10813   - "tags"
10814   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10815   x-axis: "X = VNFs per Service Chain"
10816   y-axis: "Y = Number of Service Chains"
10817   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10818   layout:
10819     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10820     layout: "plot-service-density"
10821
10822 # Plots - NF Density - VSC - NDR IMIX
10823 - type: "plot"
10824   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10825   algorithm: "plot_nf_heatmap"
10826   output-file-type: ".html"
10827   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10828   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10829   filter: "'NIC_Intel-XXV710' and
10830            'NF_DENSITY' and
10831            'VHOST' and
10832            not 'VXLAN' and
10833            'CHAIN' and
10834            'NF_VPPIP4' and
10835            'IMIX' and
10836            '2T1C' and
10837            'NDRPDR'"
10838   parameters:
10839   - "throughput"
10840   - "name"
10841   - "tags"
10842   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10843   x-axis: "X = VNFs per Service Chain"
10844   y-axis: "Y = Number of Service Chains"
10845   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10846   layout:
10847     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10848     layout: "plot-service-density"
10849
10850 - type: "plot"
10851   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10852   algorithm: "plot_nf_heatmap"
10853   output-file-type: ".html"
10854   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10855   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10856   filter: "'NIC_Intel-XXV710' and
10857            'NF_DENSITY' and
10858            'VHOST' and
10859            not 'VXLAN' and
10860            'CHAIN' and
10861            'NF_VPPIP4' and
10862            'IMIX' and
10863            '4T2C' and
10864            'NDRPDR'"
10865   parameters:
10866   - "throughput"
10867   - "name"
10868   - "tags"
10869   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10870   x-axis: "X = VNFs per Service Chain"
10871   y-axis: "Y = Number of Service Chains"
10872   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10873   layout:
10874     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10875     layout: "plot-service-density"
10876
10877 - type: "plot"
10878   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10879   algorithm: "plot_nf_heatmap"
10880   output-file-type: ".html"
10881   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10882   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10883   filter: "'NIC_Intel-XXV710' and
10884            'NF_DENSITY' and
10885            'VHOST' and
10886            not 'VXLAN' and
10887            'CHAIN' and
10888            'NF_VPPIP4' and
10889            'IMIX' and
10890            '8T4C' and
10891            'NDRPDR'"
10892   parameters:
10893   - "throughput"
10894   - "name"
10895   - "tags"
10896   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10897   x-axis: "X = VNFs per Service Chain"
10898   y-axis: "Y = Number of Service Chains"
10899   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10900   layout:
10901     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10902     layout: "plot-service-density"
10903
10904 # Plots - NF Density - VSC - PDR IMIX
10905 - type: "plot"
10906   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10907   algorithm: "plot_nf_heatmap"
10908   output-file-type: ".html"
10909   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10910   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10911   filter: "'NIC_Intel-XXV710' and
10912            'NF_DENSITY' and
10913            'VHOST' and
10914            not 'VXLAN' and
10915            'CHAIN' and
10916            'NF_VPPIP4' and
10917            'IMIX' and
10918            '2T1C' and
10919            'NDRPDR'"
10920   parameters:
10921   - "throughput"
10922   - "name"
10923   - "tags"
10924   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10925   x-axis: "X = VNFs per Service Chain"
10926   y-axis: "Y = Number of Service Chains"
10927   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10928   layout:
10929     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10930     layout: "plot-service-density"
10931
10932 - type: "plot"
10933   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10934   algorithm: "plot_nf_heatmap"
10935   output-file-type: ".html"
10936   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10937   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10938   filter: "'NIC_Intel-XXV710' and
10939            'NF_DENSITY' and
10940            'VHOST' and
10941            not 'VXLAN' and
10942            'CHAIN' and
10943            'NF_VPPIP4' and
10944            'IMIX' and
10945            '4T2C' and
10946            'NDRPDR'"
10947   parameters:
10948   - "throughput"
10949   - "name"
10950   - "tags"
10951   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10952   x-axis: "X = VNFs per Service Chain"
10953   y-axis: "Y = Number of Service Chains"
10954   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10955   layout:
10956     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10957     layout: "plot-service-density"
10958
10959 - type: "plot"
10960   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10961   algorithm: "plot_nf_heatmap"
10962   output-file-type: ".html"
10963   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10964   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10965   filter: "'NIC_Intel-XXV710' and
10966            'NF_DENSITY' and
10967            'VHOST' and
10968            not 'VXLAN' and
10969            'CHAIN' and
10970            'NF_VPPIP4' and
10971            'IMIX' and
10972            '8T4C' and
10973            'NDRPDR'"
10974   parameters:
10975   - "throughput"
10976   - "name"
10977   - "tags"
10978   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10979   x-axis: "X = VNFs per Service Chain"
10980   y-axis: "Y = Number of Service Chains"
10981   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10982   layout:
10983     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10984     layout: "plot-service-density"
10985
10986 # Plots - NF Density - VSC - MRR IMIX
10987 - type: "plot"
10988   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10989   algorithm: "plot_nf_heatmap"
10990   output-file-type: ".html"
10991   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10992   data: "plot-vpp-nfv-2n-clx-mrr"
10993   filter: "'NIC_Intel-XXV710' and
10994            'NF_DENSITY' and
10995            'VHOST' and
10996            'VXLAN' and
10997            'CHAIN' and
10998            'IMIX' and
10999            '2T1C' and
11000            'MRR'"
11001   parameters:
11002   - "result"
11003   - "name"
11004   - "tags"
11005   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11006   x-axis: "X = VNFs per Service Chain"
11007   y-axis: "Y = Number of Service Chains"
11008   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11009   layout:
11010     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11011     layout: "plot-service-density"
11012
11013 - type: "plot"
11014   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11015   algorithm: "plot_nf_heatmap"
11016   output-file-type: ".html"
11017   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
11018   data: "plot-vpp-nfv-2n-clx-mrr"
11019   filter: "'NIC_Intel-XXV710' and
11020            'NF_DENSITY' and
11021            'VHOST' and
11022            'VXLAN' and
11023            'CHAIN' and
11024            'IMIX' and
11025            '4T2C' and
11026            'MRR'"
11027   parameters:
11028   - "result"
11029   - "name"
11030   - "tags"
11031   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11032   x-axis: "X = VNFs per Service Chain"
11033   y-axis: "Y = Number of Service Chains"
11034   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11035   layout:
11036     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11037     layout: "plot-service-density"
11038
11039 - type: "plot"
11040   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11041   algorithm: "plot_nf_heatmap"
11042   output-file-type: ".html"
11043   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
11044   data: "plot-vpp-nfv-2n-clx-mrr"
11045   filter: "'NIC_Intel-XXV710' and
11046            'NF_DENSITY' and
11047            'VHOST' and
11048            'VXLAN' and
11049            'CHAIN' and
11050            'IMIX' and
11051            '8T4C' and
11052            'MRR'"
11053   parameters:
11054   - "result"
11055   - "name"
11056   - "tags"
11057   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11058   x-axis: "X = VNFs per Service Chain"
11059   y-axis: "Y = Number of Service Chains"
11060   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11061   layout:
11062     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11063     layout: "plot-service-density"
11064
11065 # Plots - NF Density - VSC - NDR IMIX
11066 - type: "plot"
11067   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11068   algorithm: "plot_nf_heatmap"
11069   output-file-type: ".html"
11070   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
11071   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11072   filter: "'NIC_Intel-XXV710' and
11073            'NF_DENSITY' and
11074            'VHOST' and
11075            'VXLAN' and
11076            'CHAIN' and
11077            'IMIX' and
11078            '2T1C' and
11079            'NDRPDR'"
11080   parameters:
11081   - "throughput"
11082   - "name"
11083   - "tags"
11084   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11085   x-axis: "X = VNFs per Service Chain"
11086   y-axis: "Y = Number of Service Chains"
11087   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11088   layout:
11089     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11090     layout: "plot-service-density"
11091
11092 - type: "plot"
11093   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11094   algorithm: "plot_nf_heatmap"
11095   output-file-type: ".html"
11096   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
11097   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11098   filter: "'NIC_Intel-XXV710' and
11099            'NF_DENSITY' and
11100            'VHOST' and
11101            'VXLAN' and
11102            'CHAIN' and
11103            'IMIX' and
11104            '4T2C' and
11105            'NDRPDR'"
11106   parameters:
11107   - "throughput"
11108   - "name"
11109   - "tags"
11110   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11111   x-axis: "X = VNFs per Service Chain"
11112   y-axis: "Y = Number of Service Chains"
11113   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11114   layout:
11115     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11116     layout: "plot-service-density"
11117
11118 - type: "plot"
11119   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11120   algorithm: "plot_nf_heatmap"
11121   output-file-type: ".html"
11122   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
11123   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11124   filter: "'NIC_Intel-XXV710' and
11125            'NF_DENSITY' and
11126            'VHOST' and
11127            'VXLAN' and
11128            'CHAIN' and
11129            'IMIX' and
11130            '8T4C' and
11131            'NDRPDR'"
11132   parameters:
11133   - "throughput"
11134   - "name"
11135   - "tags"
11136   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11137   x-axis: "X = VNFs per Service Chain"
11138   y-axis: "Y = Number of Service Chains"
11139   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11140   layout:
11141     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11142     layout: "plot-service-density"
11143
11144 # Plots - NF Density - VSC - PDR IMIX
11145 - type: "plot"
11146   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11147   algorithm: "plot_nf_heatmap"
11148   output-file-type: ".html"
11149   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
11150   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11151   filter: "'NIC_Intel-XXV710' and
11152            'NF_DENSITY' and
11153            'VHOST' and
11154            'VXLAN' and
11155            'CHAIN' and
11156            'IMIX' and
11157            '2T1C' and
11158            'NDRPDR'"
11159   parameters:
11160   - "throughput"
11161   - "name"
11162   - "tags"
11163   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11164   x-axis: "X = VNFs per Service Chain"
11165   y-axis: "Y = Number of Service Chains"
11166   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11167   layout:
11168     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11169     layout: "plot-service-density"
11170
11171 - type: "plot"
11172   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11173   algorithm: "plot_nf_heatmap"
11174   output-file-type: ".html"
11175   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
11176   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11177   filter: "'NIC_Intel-XXV710' and
11178            'NF_DENSITY' and
11179            'VHOST' and
11180            'VXLAN' and
11181            'CHAIN' and
11182            'IMIX' and
11183            '4T2C' and
11184            'NDRPDR'"
11185   parameters:
11186   - "throughput"
11187   - "name"
11188   - "tags"
11189   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11190   x-axis: "X = VNFs per Service Chain"
11191   y-axis: "Y = Number of Service Chains"
11192   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11193   layout:
11194     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11195     layout: "plot-service-density"
11196
11197 - type: "plot"
11198   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11199   algorithm: "plot_nf_heatmap"
11200   output-file-type: ".html"
11201   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
11202   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11203   filter: "'NIC_Intel-XXV710' and
11204            'NF_DENSITY' and
11205            'VHOST' and
11206            'VXLAN' and
11207            'CHAIN' and
11208            'IMIX' and
11209            '8T4C' and
11210            'NDRPDR'"
11211   parameters:
11212   - "throughput"
11213   - "name"
11214   - "tags"
11215   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11216   x-axis: "X = VNFs per Service Chain"
11217   y-axis: "Y = Number of Service Chains"
11218   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11219   layout:
11220     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11221     layout: "plot-service-density"
11222
11223 # Plots - NF Density - CSC - MRR IMIX
11224 - type: "plot"
11225   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11226   algorithm: "plot_nf_heatmap"
11227   output-file-type: ".html"
11228   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
11229   data: "plot-vpp-nfv-2n-clx-mrr"
11230   filter: "'NIC_Intel-XXV710' and
11231            'NF_DENSITY' and
11232            'DOCKER' and
11233            'CHAIN' and
11234            'NF_VPPIP4' and
11235            'IMIX' and
11236            '2T1C' and
11237            'MRR'"
11238   parameters:
11239   - "result"
11240   - "name"
11241   - "tags"
11242   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11243   x-axis: "X = CNFs per Service Chain"
11244   y-axis: "Y = Number of Service Chains"
11245   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11246   layout:
11247     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11248     layout: "plot-service-density"
11249
11250 - type: "plot"
11251   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11252   algorithm: "plot_nf_heatmap"
11253   output-file-type: ".html"
11254   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
11255   data: "plot-vpp-nfv-2n-clx-mrr"
11256   filter: "'NIC_Intel-XXV710' and
11257            'NF_DENSITY' and
11258            'DOCKER' and
11259            'CHAIN' and
11260            'NF_VPPIP4' and
11261            'IMIX' and
11262            '4T2C' and
11263            'MRR'"
11264   parameters:
11265   - "result"
11266   - "name"
11267   - "tags"
11268   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11269   x-axis: "X = CNFs per Service Chain"
11270   y-axis: "Y = Number of Service Chains"
11271   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11272   layout:
11273     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11274     layout: "plot-service-density"
11275
11276 - type: "plot"
11277   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11278   algorithm: "plot_nf_heatmap"
11279   output-file-type: ".html"
11280   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
11281   data: "plot-vpp-nfv-2n-clx-mrr"
11282   filter: "'NIC_Intel-XXV710' and
11283            'NF_DENSITY' and
11284            'DOCKER' and
11285            'CHAIN' and
11286            'NF_VPPIP4' and
11287            'IMIX' and
11288            '8T4C' and
11289            'MRR'"
11290   parameters:
11291   - "result"
11292   - "name"
11293   - "tags"
11294   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11295   x-axis: "X = CNFs per Service Chain"
11296   y-axis: "Y = Number of Service Chains"
11297   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11298   layout:
11299     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11300     layout: "plot-service-density"
11301
11302 # Plots - NF Density - CSC - NDR IMIX
11303 - type: "plot"
11304   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11305   algorithm: "plot_nf_heatmap"
11306   output-file-type: ".html"
11307   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
11308   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11309   filter: "'NIC_Intel-XXV710' and
11310            'NF_DENSITY' and
11311            'DOCKER' and
11312            'CHAIN' and
11313            'NF_VPPIP4' and
11314            'IMIX' and
11315            '2T1C' and
11316            'NDRPDR'"
11317   parameters:
11318   - "throughput"
11319   - "name"
11320   - "tags"
11321   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11322   x-axis: "X = CNFs per Service Chain"
11323   y-axis: "Y = Number of Service Chains"
11324   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11325   layout:
11326     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11327     layout: "plot-service-density"
11328
11329 - type: "plot"
11330   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11331   algorithm: "plot_nf_heatmap"
11332   output-file-type: ".html"
11333   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
11334   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11335   filter: "'NIC_Intel-XXV710' and
11336            'NF_DENSITY' and
11337            'DOCKER' and
11338            'CHAIN' and
11339            'NF_VPPIP4' and
11340            'IMIX' and
11341            '4T2C' and
11342            'NDRPDR'"
11343   parameters:
11344   - "throughput"
11345   - "name"
11346   - "tags"
11347   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11348   x-axis: "X = CNFs per Service Chain"
11349   y-axis: "Y = Number of Service Chains"
11350   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11351   layout:
11352     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11353     layout: "plot-service-density"
11354
11355 - type: "plot"
11356   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11357   algorithm: "plot_nf_heatmap"
11358   output-file-type: ".html"
11359   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
11360   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11361   filter: "'NIC_Intel-XXV710' and
11362            'NF_DENSITY' and
11363            'DOCKER' and
11364            'CHAIN' and
11365            'NF_VPPIP4' and
11366            'IMIX' and
11367            '8T4C' and
11368            'NDRPDR'"
11369   parameters:
11370   - "throughput"
11371   - "name"
11372   - "tags"
11373   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11374   x-axis: "X = CNFs per Service Chain"
11375   y-axis: "Y = Number of Service Chains"
11376   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11377   layout:
11378     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11379     layout: "plot-service-density"
11380
11381 # Plots - NF Density - CSC - PDR IMIX
11382 - type: "plot"
11383   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11384   algorithm: "plot_nf_heatmap"
11385   output-file-type: ".html"
11386   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
11387   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11388   filter: "'NIC_Intel-XXV710' and
11389            'NF_DENSITY' and
11390            'DOCKER' and
11391            'CHAIN' and
11392            'NF_VPPIP4' and
11393            'IMIX' and
11394            '2T1C' and
11395            'NDRPDR'"
11396   parameters:
11397   - "throughput"
11398   - "name"
11399   - "tags"
11400   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11401   x-axis: "X = CNFs per Service Chain"
11402   y-axis: "Y = Number of Service Chains"
11403   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11404   layout:
11405     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11406     layout: "plot-service-density"
11407
11408 - type: "plot"
11409   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11410   algorithm: "plot_nf_heatmap"
11411   output-file-type: ".html"
11412   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
11413   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11414   filter: "'NIC_Intel-XXV710' and
11415            'NF_DENSITY' and
11416            'DOCKER' and
11417            'CHAIN' and
11418            'NF_VPPIP4' and
11419            'IMIX' and
11420            '4T2C' and
11421            'NDRPDR'"
11422   parameters:
11423   - "throughput"
11424   - "name"
11425   - "tags"
11426   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11427   x-axis: "X = CNFs per Service Chain"
11428   y-axis: "Y = Number of Service Chains"
11429   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11430   layout:
11431     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11432     layout: "plot-service-density"
11433
11434 - type: "plot"
11435   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11436   algorithm: "plot_nf_heatmap"
11437   output-file-type: ".html"
11438   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
11439   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11440   filter: "'NIC_Intel-XXV710' and
11441            'NF_DENSITY' and
11442            'DOCKER' and
11443            'CHAIN' and
11444            'NF_VPPIP4' and
11445            'IMIX' and
11446            '8T4C' and
11447            'NDRPDR'"
11448   parameters:
11449   - "throughput"
11450   - "name"
11451   - "tags"
11452   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11453   x-axis: "X = CNFs per Service Chain"
11454   y-axis: "Y = Number of Service Chains"
11455   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11456   layout:
11457     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11458     layout: "plot-service-density"
11459
11460 # Plots - NF Density - CSP - MRR IMIX
11461 - type: "plot"
11462   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11463   algorithm: "plot_nf_heatmap"
11464   output-file-type: ".html"
11465   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
11466   data: "plot-vpp-nfv-2n-clx-mrr"
11467   filter: "'NIC_Intel-XXV710' and
11468            'NF_DENSITY' and
11469            'DOCKER' and
11470            'PIPELINE' and
11471            'NF_VPPIP4' and
11472            'IMIX' and
11473            '2T1C' and
11474            'MRR'"
11475   parameters:
11476   - "result"
11477   - "name"
11478   - "tags"
11479   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11480   x-axis: "X = CNFs per Service Pipeline"
11481   y-axis: "Y = Number of Service Pipelines"
11482   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11483   layout:
11484     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11485     layout: "plot-service-density"
11486
11487 - type: "plot"
11488   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11489   algorithm: "plot_nf_heatmap"
11490   output-file-type: ".html"
11491   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
11492   data: "plot-vpp-nfv-2n-clx-mrr"
11493   filter: "'NIC_Intel-XXV710' and
11494            'NF_DENSITY' and
11495            'DOCKER' and
11496            'PIPELINE' and
11497            'NF_VPPIP4' and
11498            'IMIX' and
11499            '4T2C' and
11500            'MRR'"
11501   parameters:
11502   - "result"
11503   - "name"
11504   - "tags"
11505   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11506   x-axis: "X = CNFs per Service Pipeline"
11507   y-axis: "Y = Number of Service Pipelines"
11508   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11509   layout:
11510     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11511     layout: "plot-service-density"
11512
11513 - type: "plot"
11514   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11515   algorithm: "plot_nf_heatmap"
11516   output-file-type: ".html"
11517   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
11518   data: "plot-vpp-nfv-2n-clx-mrr"
11519   filter: "'NIC_Intel-XXV710' and
11520            'NF_DENSITY' and
11521            'DOCKER' and
11522            'PIPELINE' and
11523            'NF_VPPIP4' and
11524            'IMIX' and
11525            '8T4C' and
11526            'MRR'"
11527   parameters:
11528   - "result"
11529   - "name"
11530   - "tags"
11531   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11532   x-axis: "X = CNFs per Service Pipeline"
11533   y-axis: "Y = Number of Service Pipelines"
11534   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11535   layout:
11536     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11537     layout: "plot-service-density"
11538
11539 # Plots - NF Density - CSP - NDR IMIX
11540 - type: "plot"
11541   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11542   algorithm: "plot_nf_heatmap"
11543   output-file-type: ".html"
11544   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
11545   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11546   filter: "'NIC_Intel-XXV710' and
11547            'NF_DENSITY' and
11548            'DOCKER' and
11549            'PIPELINE' and
11550            'NF_VPPIP4' and
11551            'IMIX' and
11552            '2T1C' and
11553            'NDRPDR'"
11554   parameters:
11555   - "throughput"
11556   - "name"
11557   - "tags"
11558   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11559   x-axis: "X = CNFs per Service Pipeline"
11560   y-axis: "Y = Number of Service Pipelines"
11561   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11562   layout:
11563     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11564     layout: "plot-service-density"
11565
11566 - type: "plot"
11567   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11568   algorithm: "plot_nf_heatmap"
11569   output-file-type: ".html"
11570   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
11571   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11572   filter: "'NIC_Intel-XXV710' and
11573            'NF_DENSITY' and
11574            'DOCKER' and
11575            'PIPELINE' and
11576            'NF_VPPIP4' and
11577            'IMIX' and
11578            '4T2C' and
11579            'NDRPDR'"
11580   parameters:
11581   - "throughput"
11582   - "name"
11583   - "tags"
11584   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11585   x-axis: "X = CNFs per Service Pipeline"
11586   y-axis: "Y = Number of Service Pipelines"
11587   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11588   layout:
11589     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11590     layout: "plot-service-density"
11591
11592 - type: "plot"
11593   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11594   algorithm: "plot_nf_heatmap"
11595   output-file-type: ".html"
11596   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
11597   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11598   filter: "'NIC_Intel-XXV710' and
11599            'NF_DENSITY' and
11600            'DOCKER' and
11601            'PIPELINE' and
11602            'NF_VPPIP4' and
11603            'IMIX' and
11604            '8T4C' and
11605            'NDRPDR'"
11606   parameters:
11607   - "throughput"
11608   - "name"
11609   - "tags"
11610   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11611   x-axis: "X = CNFs per Service Pipeline"
11612   y-axis: "Y = Number of Service Pipelines"
11613   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11614   layout:
11615     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11616     layout: "plot-service-density"
11617
11618 # Plots - NF Density - CSP - PDR IMIX
11619 - type: "plot"
11620   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11621   algorithm: "plot_nf_heatmap"
11622   output-file-type: ".html"
11623   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
11624   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11625   filter: "'NIC_Intel-XXV710' and
11626            'NF_DENSITY' and
11627            'DOCKER' and
11628            'PIPELINE' and
11629            'NF_VPPIP4' and
11630            'IMIX' and
11631            '2T1C' and
11632            'NDRPDR'"
11633   parameters:
11634   - "throughput"
11635   - "name"
11636   - "tags"
11637   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11638   x-axis: "X = CNFs per Service Pipeline"
11639   y-axis: "Y = Number of Service Pipelines"
11640   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11641   layout:
11642     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11643     layout: "plot-service-density"
11644
11645 - type: "plot"
11646   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11647   algorithm: "plot_nf_heatmap"
11648   output-file-type: ".html"
11649   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
11650   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11651   filter: "'NIC_Intel-XXV710' and
11652            'NF_DENSITY' and
11653            'DOCKER' and
11654            'PIPELINE' and
11655            'NF_VPPIP4' and
11656            'IMIX' and
11657            '4T2C' and
11658            'NDRPDR'"
11659   parameters:
11660   - "throughput"
11661   - "name"
11662   - "tags"
11663   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11664   x-axis: "X = CNFs per Service Pipeline"
11665   y-axis: "Y = Number of Service Pipelines"
11666   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11667   layout:
11668     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11669     layout: "plot-service-density"
11670
11671 - type: "plot"
11672   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11673   algorithm: "plot_nf_heatmap"
11674   output-file-type: ".html"
11675   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
11676   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11677   filter: "'NIC_Intel-XXV710' and
11678            'NF_DENSITY' and
11679            'DOCKER' and
11680            'PIPELINE' and
11681            'NF_VPPIP4' and
11682            'IMIX' and
11683            '8T4C' and
11684            'NDRPDR'"
11685   parameters:
11686   - "throughput"
11687   - "name"
11688   - "tags"
11689   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11690   x-axis: "X = CNFs per Service Pipeline"
11691   y-axis: "Y = Number of Service Pipelines"
11692   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11693   layout:
11694     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11695     layout: "plot-service-density"
11696
11697 ################################################################################
11698
11699 # Packet Throughput
11700
11701 - type: "plot"
11702   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11703   algorithm: "plot_perf_box_name"
11704   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11705   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11706   include:
11707     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11708     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11709     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11710     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11711   layout:
11712     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11713     layout: "plot-throughput"
11714
11715 - type: "plot"
11716   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11717   algorithm: "plot_perf_box_name"
11718   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11719   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11720   include:
11721     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11722     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11723     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11724     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11725   layout:
11726     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11727     layout: "plot-throughput"
11728
11729 - type: "plot"
11730   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11731   algorithm: "plot_perf_box_name"
11732   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11733   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11734   include:
11735     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11736     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11737     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11738     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11739   layout:
11740     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11741     layout: "plot-throughput"
11742
11743 - type: "plot"
11744   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11745   algorithm: "plot_perf_box_name"
11746   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11747   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11748   include:
11749     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11750     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11751     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11752     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11753   layout:
11754     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11755     layout: "plot-throughput"
11756
11757 - type: "plot"
11758   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11759   algorithm: "plot_perf_box_name"
11760   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11761   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11762   include:
11763     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1dcr-ndrpdr"
11764     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1lxc-ndrpdr"
11765     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11766     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11767     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11768   layout:
11769     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11770     layout: "plot-throughput"
11771
11772 - type: "plot"
11773   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11774   algorithm: "plot_perf_box_name"
11775   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11776   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11777   include:
11778     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11779     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11780     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11781     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-avf-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11782     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11783   layout:
11784     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11785     layout: "plot-throughput"
11786
11787 - type: "plot"
11788   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11789   algorithm: "plot_perf_box_name"
11790   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11791   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11792   include:
11793     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11794     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11795     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11796     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11797     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11798   layout:
11799     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11800     layout: "plot-throughput"
11801
11802 - type: "plot"
11803   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11804   algorithm: "plot_perf_box_name"
11805   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11806   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11807   include:
11808     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11809     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11810     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11811     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11812     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11813   layout:
11814     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11815     layout: "plot-throughput"
11816
11817 - type: "plot"
11818   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11819   algorithm: "plot_perf_box_name"
11820   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11821   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11822   include:
11823     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11824     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11825     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11826     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11827     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11828   layout:
11829     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11830     layout: "plot-throughput"
11831
11832 - type: "plot"
11833   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11834   algorithm: "plot_perf_box_name"
11835   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11836   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11837   include:
11838     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11839     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11840     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11841     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11842     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11843   layout:
11844     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11845     layout: "plot-throughput"
11846
11847 - type: "plot"
11848   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11849   algorithm: "plot_perf_box_name"
11850   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11851   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11852   include:
11853     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11854     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11855     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11856     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11857     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11858     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11859   layout:
11860     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11861     layout: "plot-throughput"
11862
11863 - type: "plot"
11864   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11865   algorithm: "plot_perf_box_name"
11866   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11867   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11868   include:
11869     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11870     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11871     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11872     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11873     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11874     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11875   layout:
11876     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11877     layout: "plot-throughput"
11878
11879 - type: "plot"
11880   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11881   algorithm: "plot_perf_box_name"
11882   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11883   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11884   include:
11885     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11886     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11887     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11888     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11889     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11890   layout:
11891     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11892     layout: "plot-throughput"
11893
11894 - type: "plot"
11895   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11896   algorithm: "plot_perf_box_name"
11897   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11898   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11899   include:
11900     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11901     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11902     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11903     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11904     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11905   layout:
11906     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11907     layout: "plot-throughput"
11908
11909 - type: "plot"
11910   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11911   algorithm: "plot_perf_box_name"
11912   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11913   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11914   include:
11915     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11916     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11917     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11918   layout:
11919     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11920     layout: "plot-throughput"
11921
11922 - type: "plot"
11923   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11924   algorithm: "plot_perf_box_name"
11925   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11926   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11927   include:
11928     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11929     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11930     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11931   layout:
11932     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11933     layout: "plot-throughput"
11934
11935 - type: "plot"
11936   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11937   algorithm: "plot_perf_box_name"
11938   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11939   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11940   include:
11941     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11942     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11943     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11944     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11945     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11946   layout:
11947     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11948     layout: "plot-throughput"
11949
11950 - type: "plot"
11951   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11952   algorithm: "plot_perf_box_name"
11953   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11954   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11955   include:
11956     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11957     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11958     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11959     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11960     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11961   layout:
11962     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11963     layout: "plot-throughput"
11964
11965 - type: "plot"
11966   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11967   algorithm: "plot_perf_box_name"
11968   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11969   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11970   include:
11971     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11972     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11973     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11974   layout:
11975     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11976     layout: "plot-throughput"
11977
11978 - type: "plot"
11979   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11980   algorithm: "plot_perf_box_name"
11981   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11982   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11983   include:
11984     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11985     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11986     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11987   layout:
11988     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11989     layout: "plot-throughput"
11990
11991 - type: "plot"
11992   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11993   algorithm: "plot_perf_box_name"
11994   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11995   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11996   include:
11997     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11998     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11999     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12000     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12001     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12002     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12003   layout:
12004     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12005     layout: "plot-throughput"
12006
12007 - type: "plot"
12008   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12009   algorithm: "plot_perf_box_name"
12010   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12011   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12012   include:
12013     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12014     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12015     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12016     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12017     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12018     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12019   layout:
12020     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12021     layout: "plot-throughput"
12022
12023 - type: "plot"
12024   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12025   algorithm: "plot_perf_box_name"
12026   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12027   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12028   include:
12029     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12030     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12031     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12032     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12033     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12034     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12035   layout:
12036     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12037     layout: "plot-throughput"
12038
12039 - type: "plot"
12040   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12041   algorithm: "plot_perf_box_name"
12042   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12043   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12044   include:
12045     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12046     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12047     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12048     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12049     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12050     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12051   layout:
12052     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12053     layout: "plot-throughput"
12054
12055 - type: "plot"
12056   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12057   algorithm: "plot_perf_box_name"
12058   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12059   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12060   include:
12061     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12062     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12063     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12064   layout:
12065     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12066     layout: "plot-throughput"
12067
12068 - type: "plot"
12069   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12070   algorithm: "plot_perf_box_name"
12071   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12072   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12073   include:
12074     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12075     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12076     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12077   layout:
12078     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12079     layout: "plot-throughput"
12080
12081 - type: "plot"
12082   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12083   algorithm: "plot_perf_box_name"
12084   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12085   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12086   include:
12087     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12088     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12089     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12090 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12091 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12092   layout:
12093     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12094     layout: "plot-throughput"
12095
12096 - type: "plot"
12097   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12098   algorithm: "plot_perf_box_name"
12099   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12100   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12101   include:
12102     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12103     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12104     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12105 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12106 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12107   layout:
12108     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12109     layout: "plot-throughput"
12110
12111 - type: "plot"
12112   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12113   algorithm: "plot_perf_box_name"
12114   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12115   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12116   include:
12117     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12118     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12119     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12120     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12121     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12122   layout:
12123     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12124     layout: "plot-throughput"
12125
12126 - type: "plot"
12127   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12128   algorithm: "plot_perf_box_name"
12129   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12130   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12131   include:
12132     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12133     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12134     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12135     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12136     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12137   layout:
12138     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12139     layout: "plot-throughput"
12140
12141 - type: "plot"
12142   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12143   algorithm: "plot_perf_box_name"
12144   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12145   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12146   include:
12147     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12148     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12149     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12150     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12151     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12152   layout:
12153     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12154     layout: "plot-throughput"
12155
12156 - type: "plot"
12157   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12158   algorithm: "plot_perf_box_name"
12159   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12160   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12161   include:
12162     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12163     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12164     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12165     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12166     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12167   layout:
12168     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12169     layout: "plot-throughput"
12170
12171 - type: "plot"
12172   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12173   algorithm: "plot_perf_box_name"
12174   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12175   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12176   include:
12177     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12178     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12179     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12180     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12181     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12182     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12183   layout:
12184     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12185     layout: "plot-throughput"
12186
12187 - type: "plot"
12188   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12189   algorithm: "plot_perf_box_name"
12190   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12191   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12192   include:
12193     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12194     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12195     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12196     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12197     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12198     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12199   layout:
12200     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12201     layout: "plot-throughput"
12202
12203 - type: "plot"
12204   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12205   algorithm: "plot_perf_box_name"
12206   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12207   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12208   include:
12209     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12210     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12211     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12212     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12213     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12214     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12215   layout:
12216     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12217     layout: "plot-throughput"
12218
12219 - type: "plot"
12220   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12221   algorithm: "plot_perf_box_name"
12222   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12223   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12224   include:
12225     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12226     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12227     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12228     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12229     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12230     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12231   layout:
12232     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12233     layout: "plot-throughput"
12234
12235 - type: "plot"
12236   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12237   algorithm: "plot_perf_box_name"
12238   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12239   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12240   include:
12241     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12242     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12243     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12244     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12245     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12246   layout:
12247     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12248     layout: "plot-throughput"
12249
12250 - type: "plot"
12251   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12252   algorithm: "plot_perf_box_name"
12253   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12254   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12255   include:
12256     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12257     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12258     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12259     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12260     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12261   layout:
12262     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12263     layout: "plot-throughput"
12264
12265 - type: "plot"
12266   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12267   algorithm: "plot_perf_box_name"
12268   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12269   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12270   include:
12271     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12272     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12273     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12274     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12275     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12276     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12277   layout:
12278     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12279     layout: "plot-throughput"
12280
12281 - type: "plot"
12282   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12283   algorithm: "plot_perf_box_name"
12284   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12285   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12286   include:
12287     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12288     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12289     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12290     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12291     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12292     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12293   layout:
12294     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12295     layout: "plot-throughput"
12296
12297 - type: "plot"
12298   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12299   algorithm: "plot_perf_box_name"
12300   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12301   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12302   include:
12303     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12304     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12305     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12306     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12307     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12308   layout:
12309     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12310     layout: "plot-throughput"
12311
12312 - type: "plot"
12313   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12314   algorithm: "plot_perf_box_name"
12315   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12316   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12317   include:
12318     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12319     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12320     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12321     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12322     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12323   layout:
12324     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12325     layout: "plot-throughput"
12326
12327 - type: "plot"
12328   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12329   algorithm: "plot_perf_box_name"
12330   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12331   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12332   include:
12333     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12334     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12335     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12336     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12337     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12338     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12339   layout:
12340     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12341     layout: "plot-throughput"
12342
12343 - type: "plot"
12344   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12345   algorithm: "plot_perf_box_name"
12346   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12347   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12348   include:
12349     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12350     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12351     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12352     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12353     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12354     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12355   layout:
12356     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12357     layout: "plot-throughput"
12358
12359 - type: "plot"
12360   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12361   algorithm: "plot_perf_box_name"
12362   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12363   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12364   include:
12365     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12366     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12367     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12368     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12369     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12370   layout:
12371     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12372     layout: "plot-throughput"
12373
12374 - type: "plot"
12375   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12376   algorithm: "plot_perf_box_name"
12377   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12378   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12379   include:
12380     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12381     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12382     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12383     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12384     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12385   layout:
12386     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12387     layout: "plot-throughput"
12388
12389 - type: "plot"
12390   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12391   algorithm: "plot_perf_box_name"
12392   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12393   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12394   include:
12395     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12396     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12397     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12398     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12399     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12400     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12401   layout:
12402     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12403     layout: "plot-throughput"
12404
12405 - type: "plot"
12406   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12407   algorithm: "plot_perf_box_name"
12408   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12409   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12410   include:
12411     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12412     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12413     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12414     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12415     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12416     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12417   layout:
12418     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12419     layout: "plot-throughput"
12420
12421 - type: "plot"
12422   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12423   algorithm: "plot_perf_box_name"
12424   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12425   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12426   include:
12427     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12428     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12429   layout:
12430     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12431     layout: "plot-throughput"
12432
12433 - type: "plot"
12434   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12435   algorithm: "plot_perf_box_name"
12436   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12437   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12438   include:
12439     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12440     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12441   layout:
12442     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12443     layout: "plot-throughput"
12444
12445 - type: "plot"
12446   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12447   algorithm: "plot_perf_box_name"
12448   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12449   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12450   include:
12451     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12452     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12453     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12454     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12455   layout:
12456     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12457     layout: "plot-throughput"
12458
12459 - type: "plot"
12460   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12461   algorithm: "plot_perf_box_name"
12462   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12463   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12464   include:
12465     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12466     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12467     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12468     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12469   layout:
12470     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12471     layout: "plot-throughput"
12472
12473 - type: "plot"
12474   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12475   algorithm: "plot_perf_box_name"
12476   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12477   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12478   include:
12479     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12480     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12481     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12482     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12483   layout:
12484     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12485     layout: "plot-throughput"
12486
12487 - type: "plot"
12488   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12489   algorithm: "plot_perf_box_name"
12490   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12491   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12492   include:
12493     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12494     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12495     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12496     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12497   layout:
12498     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12499     layout: "plot-throughput"
12500
12501 - type: "plot"
12502   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12503   algorithm: "plot_perf_box_name"
12504   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12505   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12506   include:
12507     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12508     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12509     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12510     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12511   layout:
12512     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12513     layout: "plot-throughput"
12514
12515 - type: "plot"
12516   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12517   algorithm: "plot_perf_box_name"
12518   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12519   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12520   include:
12521     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12522     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12523     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12524     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12525   layout:
12526     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12527     layout: "plot-throughput"
12528
12529 - type: "plot"
12530   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12531   algorithm: "plot_perf_box_name"
12532   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12533   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12534   include:
12535     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12536     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12537     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12538     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12539   layout:
12540     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12541     layout: "plot-throughput"
12542
12543 - type: "plot"
12544   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12545   algorithm: "plot_perf_box_name"
12546   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12547   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12548   include:
12549     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12550     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12551     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12552     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12553   layout:
12554     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12555     layout: "plot-throughput"
12556
12557 - type: "plot"
12558   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12559   algorithm: "plot_perf_box_name"
12560   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12561   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12562   include:
12563     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12564     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12565     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12566     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12567     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12568     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12569   layout:
12570     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12571     layout: "plot-throughput"
12572
12573 - type: "plot"
12574   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12575   algorithm: "plot_perf_box_name"
12576   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12577   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12578   include:
12579     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12580     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12581     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12582     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12583     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12584     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12585   layout:
12586     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12587     layout: "plot-throughput"
12588
12589 - type: "plot"
12590   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12591   algorithm: "plot_perf_box_name"
12592   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12593   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12594   include:
12595     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12596     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12597     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12598     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12599     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12600   layout:
12601     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12602     layout: "plot-throughput"
12603
12604 - type: "plot"
12605   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12606   algorithm: "plot_perf_box_name"
12607   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12608   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12609   include:
12610     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12611     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12612     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12613     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12614     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12615   layout:
12616     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12617     layout: "plot-throughput"
12618
12619 - type: "plot"
12620   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12621   algorithm: "plot_perf_box_name"
12622   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12623   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12624   include:
12625     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12626     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12627     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12628     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12629     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12630   layout:
12631     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12632     layout: "plot-throughput"
12633
12634 - type: "plot"
12635   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12636   algorithm: "plot_perf_box_name"
12637   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12638   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12639   include:
12640     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12641     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12642     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12643     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12644     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12645   layout:
12646     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12647     layout: "plot-throughput"
12648
12649 - type: "plot"
12650   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12651   algorithm: "plot_perf_box_name"
12652   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12653   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12654   include:
12655     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12656     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12657     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12658   layout:
12659     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12660     layout: "plot-throughput"
12661
12662 - type: "plot"
12663   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12664   algorithm: "plot_perf_box_name"
12665   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12666   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12667   include:
12668     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12669     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12670     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12671   layout:
12672     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12673     layout: "plot-throughput"
12674
12675 - type: "plot"
12676   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12677   algorithm: "plot_perf_box_name"
12678   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12679   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12680   include:
12681     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12682     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12683     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12684   layout:
12685     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12686     layout: "plot-throughput"
12687
12688 - type: "plot"
12689   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12690   algorithm: "plot_perf_box_name"
12691   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12692   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12693   include:
12694     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12695     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12696     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12697   layout:
12698     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12699     layout: "plot-throughput"
12700
12701 - type: "plot"
12702   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12703   algorithm: "plot_perf_box_name"
12704   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12705   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12706   include:
12707     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12708     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12709     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12710     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12711     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12712   layout:
12713     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12714     layout: "plot-throughput"
12715
12716 - type: "plot"
12717   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12718   algorithm: "plot_perf_box_name"
12719   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12720   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12721   include:
12722     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12723     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12724     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12725     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12726     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12727   layout:
12728     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12729     layout: "plot-throughput"
12730
12731 - type: "plot"
12732   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12733   algorithm: "plot_perf_box_name"
12734   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12735   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12736   include:
12737     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12738     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12739     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12740     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12741     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12742   layout:
12743     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12744     layout: "plot-throughput"
12745
12746 - type: "plot"
12747   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12748   algorithm: "plot_perf_box_name"
12749   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12750   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12751   include:
12752     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12753     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12754     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12755     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12756     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12757   layout:
12758     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12759     layout: "plot-throughput"
12760
12761 - type: "plot"
12762   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12763   algorithm: "plot_perf_box_name"
12764   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12765   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12766   include:
12767     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12768     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12769     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12770     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12771     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12772   layout:
12773     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12774     layout: "plot-throughput"
12775
12776 - type: "plot"
12777   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12778   algorithm: "plot_perf_box_name"
12779   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12780   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12781   include:
12782     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12783     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12784     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12785     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12786     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12787   layout:
12788     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12789     layout: "plot-throughput"
12790
12791 - type: "plot"
12792   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12793   algorithm: "plot_perf_box_name"
12794   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12795   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12796   include:
12797     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12798     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12799     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12800     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12801     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12802   layout:
12803     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12804     layout: "plot-throughput"
12805
12806 - type: "plot"
12807   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12808   algorithm: "plot_perf_box_name"
12809   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12810   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12811   include:
12812     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12813     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12814     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12815     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12816     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12817   layout:
12818     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12819     layout: "plot-throughput"
12820
12821 - type: "plot"
12822   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12823   algorithm: "plot_perf_box_name"
12824   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12825   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12826   include:
12827     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12828     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12829     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12830     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12831     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12832   layout:
12833     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12834     layout: "plot-throughput"
12835
12836 - type: "plot"
12837   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12838   algorithm: "plot_perf_box_name"
12839   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12840   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12841   include:
12842     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12843     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12844     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12845     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12846     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12847   layout:
12848     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12849     layout: "plot-throughput"
12850
12851 - type: "plot"
12852   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12853   algorithm: "plot_perf_box_name"
12854   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12855   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12856   include:
12857     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12858     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12859     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12860     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12861     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12862     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12863   layout:
12864     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12865     layout: "plot-throughput"
12866
12867 - type: "plot"
12868   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12869   algorithm: "plot_perf_box_name"
12870   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12871   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12872   include:
12873     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12874     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12875     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12876     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12877     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12878     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12879   layout:
12880     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12881     layout: "plot-throughput"
12882
12883 - type: "plot"
12884   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12885   algorithm: "plot_perf_box_name"
12886   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12887   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12888   include:
12889     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12890     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12891     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12892     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12893   layout:
12894     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12895     layout: "plot-throughput"
12896
12897 - type: "plot"
12898   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12899   algorithm: "plot_perf_box_name"
12900   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12901   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12902   include:
12903     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12904     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12905     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12906     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12907   layout:
12908     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12909     layout: "plot-throughput"
12910
12911 - type: "plot"
12912   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12913   algorithm: "plot_perf_box_name"
12914   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12915   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12916   include:
12917     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12918     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12919     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12920     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12921     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12922     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12923   layout:
12924     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12925     layout: "plot-throughput"
12926
12927 - type: "plot"
12928   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12929   algorithm: "plot_perf_box_name"
12930   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12931   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12932   include:
12933     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12934     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12935     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12936     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12937     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12938     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12939   layout:
12940     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12941     layout: "plot-throughput"
12942
12943 - type: "plot"
12944   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12945   algorithm: "plot_perf_box_name"
12946   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12947   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12948   include:
12949     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12950     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12951     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12952     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12953     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12954     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12955   layout:
12956     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12957     layout: "plot-throughput"
12958
12959 - type: "plot"
12960   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12961   algorithm: "plot_perf_box_name"
12962   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12963   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12964   include:
12965     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12966     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12967     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12968     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12969     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12970     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12971   layout:
12972     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12973     layout: "plot-throughput"
12974
12975 - type: "plot"
12976   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12977   algorithm: "plot_perf_box_name"
12978   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12979   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12980   include:
12981     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12982     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12983     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12984     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12985     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12986     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12987   layout:
12988     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12989     layout: "plot-throughput"
12990
12991 - type: "plot"
12992   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12993   algorithm: "plot_perf_box_name"
12994   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12995   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12996   include:
12997     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12998     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12999     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13000     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13001     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13002     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13003   layout:
13004     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13005     layout: "plot-throughput"
13006
13007 - type: "plot"
13008   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13009   algorithm: "plot_perf_box_name"
13010   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13011   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13012   include:
13013     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13014     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13015     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13016     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13017     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13018     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13019   layout:
13020     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13021     layout: "plot-throughput"
13022
13023 - type: "plot"
13024   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13025   algorithm: "plot_perf_box_name"
13026   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13027   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13028   include:
13029     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13030     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13031     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13032     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13033     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13034     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13035   layout:
13036     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13037     layout: "plot-throughput"
13038
13039 - type: "plot"
13040   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13041   algorithm: "plot_perf_box_name"
13042   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13043   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13044   include:
13045     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13046     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13047     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13048     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13049     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13050     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13051   layout:
13052     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13053     layout: "plot-throughput"
13054
13055 - type: "plot"
13056   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13057   algorithm: "plot_perf_box_name"
13058   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13059   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13060   include:
13061     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13062     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13063     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13064     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13065     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13066     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13067   layout:
13068     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13069     layout: "plot-throughput"
13070
13071 - type: "plot"
13072   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13073   algorithm: "plot_perf_box_name"
13074   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13075   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13076   include:
13077     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13078     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13079     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13080     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13081     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13082     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13083   layout:
13084     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13085     layout: "plot-throughput"
13086
13087 - type: "plot"
13088   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13089   algorithm: "plot_perf_box_name"
13090   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13091   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13092   include:
13093     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13094     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13095     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13096     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13097     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13098     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13099   layout:
13100     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13101     layout: "plot-throughput"
13102
13103 - type: "plot"
13104   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13105   algorithm: "plot_perf_box_name"
13106   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13107   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13108   include:
13109     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13110     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13111     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13112     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13113     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13114     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13115   layout:
13116     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13117     layout: "plot-throughput"
13118
13119 - type: "plot"
13120   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13121   algorithm: "plot_perf_box_name"
13122   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13123   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13124   include:
13125     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13126     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13127     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13128     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13129     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13130     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13131   layout:
13132     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13133     layout: "plot-throughput"
13134
13135 - type: "plot"
13136   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13137   algorithm: "plot_perf_box_name"
13138   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13139   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13140   include:
13141     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13142     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13143     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13144     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13145     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13146     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13147   layout:
13148     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13149     layout: "plot-throughput"
13150
13151 - type: "plot"
13152   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13153   algorithm: "plot_perf_box_name"
13154   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13155   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13156   include:
13157     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13158     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13159     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13160     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13161     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13162     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13163   layout:
13164     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13165     layout: "plot-throughput"
13166
13167 - type: "plot"
13168   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13169   algorithm: "plot_perf_box_name"
13170   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13171   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13172   include:
13173     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13174     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13175     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13176     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13177   layout:
13178     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13179     layout: "plot-throughput"
13180
13181 - type: "plot"
13182   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13183   algorithm: "plot_perf_box_name"
13184   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13185   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13186   include:
13187     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13188     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13189     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13190     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13191   layout:
13192     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13193     layout: "plot-throughput"
13194
13195 - type: "plot"
13196   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13197   algorithm: "plot_perf_box_name"
13198   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13199   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13200   include:
13201     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13202     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13203     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13204     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13205   layout:
13206     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13207     layout: "plot-throughput"
13208
13209 - type: "plot"
13210   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13211   algorithm: "plot_perf_box_name"
13212   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13213   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13214   include:
13215     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13216     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13217     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13218     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13219   layout:
13220     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13221     layout: "plot-throughput"
13222
13223 - type: "plot"
13224   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13225   algorithm: "plot_perf_box_name"
13226   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13227   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13228   include:
13229     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13230     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13231     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13232     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13233     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13234     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13235   layout:
13236     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13237     layout: "plot-throughput"
13238
13239 - type: "plot"
13240   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13241   algorithm: "plot_perf_box_name"
13242   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13243   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13244   include:
13245     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13246     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13247     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13248     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13249     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13250     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13251   layout:
13252     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13253     layout: "plot-throughput"
13254
13255 - type: "plot"
13256   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13257   algorithm: "plot_perf_box_name"
13258   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13259   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13260   include:
13261     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13262     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13263     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13264     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13265     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13266   layout:
13267     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13268     layout: "plot-throughput"
13269
13270 - type: "plot"
13271   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13272   algorithm: "plot_perf_box_name"
13273   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13274   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13275   include:
13276     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13277     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13278     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13279     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13280     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13281   layout:
13282     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13283     layout: "plot-throughput"
13284
13285 - type: "plot"
13286   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13287   algorithm: "plot_perf_box_name"
13288   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13289   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13290   include:
13291     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13292     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13293     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13294     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13295     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13296   layout:
13297     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13298     layout: "plot-throughput"
13299
13300 - type: "plot"
13301   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13302   algorithm: "plot_perf_box_name"
13303   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13304   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13305   include:
13306     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13307     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13308     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13309     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13310     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13311   layout:
13312     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13313     layout: "plot-throughput"
13314
13315 - type: "plot"
13316   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13317   algorithm: "plot_perf_box_name"
13318   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13319   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13320   include:
13321     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13322     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13323     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13324     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13325   layout:
13326     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13327     layout: "plot-throughput"
13328
13329 - type: "plot"
13330   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13331   algorithm: "plot_perf_box_name"
13332   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13333   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13334   include:
13335     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13336     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13337     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13338     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13339   layout:
13340     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13341     layout: "plot-throughput"
13342
13343 - type: "plot"
13344   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13345   algorithm: "plot_perf_box_name"
13346   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13347   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13348   include:
13349     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13350     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13351     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13352     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13353     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13354     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13355   layout:
13356     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13357     layout: "plot-throughput"
13358
13359 - type: "plot"
13360   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13361   algorithm: "plot_perf_box_name"
13362   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13363   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13364   include:
13365     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13366     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13367     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13368     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13369     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13370     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13371   layout:
13372     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13373     layout: "plot-throughput"
13374
13375 - type: "plot"
13376   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13377   algorithm: "plot_perf_box_name"
13378   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13379   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13380   include:
13381     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13382     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13383     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13384     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13385     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13386     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13387   layout:
13388     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13389     layout: "plot-throughput"
13390
13391 - type: "plot"
13392   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13393   algorithm: "plot_perf_box_name"
13394   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13395   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13396   include:
13397     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13398     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13399     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13400     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13401     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13402     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13403   layout:
13404     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13405     layout: "plot-throughput"
13406
13407 - type: "plot"
13408   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13409   algorithm: "plot_perf_box_name"
13410   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13411   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13412   include:
13413     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13414     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13415     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13416     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13417     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13418     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13419   layout:
13420     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13421     layout: "plot-throughput"
13422
13423 - type: "plot"
13424   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13425   algorithm: "plot_perf_box_name"
13426   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13427   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13428   include:
13429     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13430     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13431     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13432     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13433     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13434     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13435   layout:
13436     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13437     layout: "plot-throughput"
13438
13439 - type: "plot"
13440   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13441   algorithm: "plot_perf_box_name"
13442   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13443   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13444   include:
13445     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13446     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13447     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13448     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13449     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13450     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13451   layout:
13452     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13453     layout: "plot-throughput"
13454
13455 - type: "plot"
13456   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13457   algorithm: "plot_perf_box_name"
13458   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13459   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13460   include:
13461     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13462     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13463     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13464     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13465     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13466     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13467   layout:
13468     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13469     layout: "plot-throughput"
13470
13471 - type: "plot"
13472   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13473   algorithm: "plot_perf_box_name"
13474   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13475   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13476   include:
13477     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13478     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13479     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13480     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13481   layout:
13482     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13483     layout: "plot-throughput"
13484
13485 - type: "plot"
13486   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13487   algorithm: "plot_perf_box_name"
13488   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13489   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13490   include:
13491     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13492     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13493     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13494     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13495   layout:
13496     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13497     layout: "plot-throughput"
13498
13499 - type: "plot"
13500   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13501   algorithm: "plot_perf_box_name"
13502   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13503   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13504   include:
13505     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13506     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13507     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13508     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13509     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13510     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13511   layout:
13512     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13513     layout: "plot-throughput"
13514
13515 - type: "plot"
13516   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13517   algorithm: "plot_perf_box_name"
13518   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13519   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13520   include:
13521     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13522     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13523     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13524     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13525     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13526     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13527   layout:
13528     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13529     layout: "plot-throughput"
13530
13531 - type: "plot"
13532   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13533   algorithm: "plot_perf_box_name"
13534   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13535   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13536   include:
13537     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13538     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13539     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13540     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13541     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13542     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13543   layout:
13544     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13545     layout: "plot-throughput"
13546
13547 - type: "plot"
13548   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13549   algorithm: "plot_perf_box_name"
13550   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13551   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13552   include:
13553     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13554     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13555     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13556     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13557     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13558     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13559   layout:
13560     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13561     layout: "plot-throughput"
13562
13563 #- type: "plot"
13564 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13565 #  algorithm: "plot_perf_box_name"
13566 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13567 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13568 #  include:
13569 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13570 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13571 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13572 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13573 #  layout:
13574 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13575 #    layout: "plot-throughput"
13576 #
13577 #- type: "plot"
13578 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13579 #  algorithm: "plot_perf_box_name"
13580 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13581 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13582 #  include:
13583 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13584 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13585 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13586 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13587 #  layout:
13588 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13589 #    layout: "plot-throughput"
13590
13591 - type: "plot"
13592   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13593   algorithm: "plot_perf_box_name"
13594   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13595   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13596   include:
13597     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13598     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13599     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13600     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13601     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13602     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13603   layout:
13604     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13605     layout: "plot-throughput"
13606
13607 - type: "plot"
13608   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13609   algorithm: "plot_perf_box_name"
13610   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13611   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13612   include:
13613     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13614     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13615     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13616     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13617     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13618     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13619   layout:
13620     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13621     layout: "plot-throughput"
13622
13623 #- type: "plot"
13624 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13625 #  algorithm: "plot_perf_box_name"
13626 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13627 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13628 #  include:
13629 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13630 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13631 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13632 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13633 #  layout:
13634 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13635 #    layout: "plot-throughput"
13636 #
13637 #- type: "plot"
13638 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13639 #  algorithm: "plot_perf_box_name"
13640 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13641 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13642 #  include:
13643 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13644 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13645 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13646 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13647 #  layout:
13648 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13649 #    layout: "plot-throughput"
13650
13651 - type: "plot"
13652   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13653   algorithm: "plot_perf_box_name"
13654   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13655   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13656   include:
13657     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13658     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13659     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13660     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13661     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13662     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13663   layout:
13664     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13665     layout: "plot-throughput"
13666
13667 - type: "plot"
13668   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13669   algorithm: "plot_perf_box_name"
13670   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13671   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13672   include:
13673     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13674     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13675     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13676     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13677     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13678     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13679   layout:
13680     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13681     layout: "plot-throughput"
13682
13683 #- type: "plot"
13684 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13685 #  algorithm: "plot_perf_box_name"
13686 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13687 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13688 #  include:
13689 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13690 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13691 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13692 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13693 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13694 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13695 #  layout:
13696 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13697 #    layout: "plot-throughput"
13698 #
13699 #- type: "plot"
13700 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13701 #  algorithm: "plot_perf_box_name"
13702 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13703 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13704 #  include:
13705 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13706 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13707 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13708 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13709 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13710 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13711 #  layout:
13712 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13713 #    layout: "plot-throughput"
13714
13715 - type: "plot"
13716   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13717   algorithm: "plot_perf_box_name"
13718   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13719   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13720   include:
13721     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13722     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13723     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13724     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13725     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13726     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13727   layout:
13728     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13729     layout: "plot-throughput"
13730
13731 - type: "plot"
13732   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13733   algorithm: "plot_perf_box_name"
13734   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13735   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13736   include:
13737     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13738     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13739     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13740     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13741     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13742     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13743   layout:
13744     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13745     layout: "plot-throughput"
13746
13747 - type: "plot"
13748   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13749   algorithm: "plot_perf_box_name"
13750   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13751   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13752   include:
13753     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13754     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13755     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13756 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13757 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13758 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13759   layout:
13760     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13761     layout: "plot-throughput"
13762
13763 - type: "plot"
13764   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13765   algorithm: "plot_perf_box_name"
13766   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13767   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13768   include:
13769     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13770     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13771     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13772 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13773 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13774 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13775   layout:
13776     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13777     layout: "plot-throughput"
13778
13779 - type: "plot"
13780   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13781   algorithm: "plot_perf_box_name"
13782   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13783   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13784   include:
13785     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13786     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13787     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13788     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13789     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13790     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13791   layout:
13792     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13793     layout: "plot-throughput"
13794
13795 - type: "plot"
13796   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13797   algorithm: "plot_perf_box_name"
13798   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13799   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13800   include:
13801     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13802     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13803     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13804     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13805     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13806     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13807   layout:
13808     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13809     layout: "plot-throughput"
13810
13811 - type: "plot"
13812   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13813   algorithm: "plot_perf_box_name"
13814   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13815   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13816   include:
13817     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13818     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13819     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13820     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13821     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13822     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13823   layout:
13824     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13825     layout: "plot-throughput"
13826
13827 - type: "plot"
13828   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13829   algorithm: "plot_perf_box_name"
13830   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13831   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13832   include:
13833     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13834     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13835     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13836     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13837     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13838     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13839   layout:
13840     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13841     layout: "plot-throughput"
13842
13843 #- type: "plot"
13844 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13845 #  algorithm: "plot_perf_box_name"
13846 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13847 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13848 #  include:
13849 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13850 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13851 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13852 #  layout:
13853 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13854 #    layout: "plot-throughput"
13855 #
13856 #- type: "plot"
13857 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13858 #  algorithm: "plot_perf_box_name"
13859 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13860 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13861 #  include:
13862 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13863 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13864 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13865 #  layout:
13866 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13867 #    layout: "plot-throughput"
13868
13869 - type: "plot"
13870   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13871   algorithm: "plot_perf_box_name"
13872   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13873   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13874   include:
13875     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13876     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13877     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13878     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13879     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13880   layout:
13881     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13882     layout: "plot-throughput"
13883
13884 - type: "plot"
13885   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13886   algorithm: "plot_perf_box_name"
13887   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13888   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13889   include:
13890     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13891     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13892     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13893     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13894     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13895   layout:
13896     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13897     layout: "plot-throughput"
13898
13899 - type: "plot"
13900   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13901   algorithm: "plot_perf_box_name"
13902   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13903   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13904   include:
13905     - "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"
13906     - "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"
13907     - "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"
13908     - "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"
13909     - "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"
13910   layout:
13911     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13912     layout: "plot-throughput"
13913
13914 - type: "plot"
13915   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13916   algorithm: "plot_perf_box_name"
13917   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13918   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13919   include:
13920     - "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"
13921     - "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"
13922     - "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"
13923     - "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"
13924     - "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"
13925   layout:
13926     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13927     layout: "plot-throughput"
13928
13929 - type: "plot"
13930   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13931   algorithm: "plot_perf_box_name"
13932   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13933   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13934   include:
13935     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13936     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13937     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13938     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13939     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13940   layout:
13941     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13942     layout: "plot-throughput"
13943
13944 - type: "plot"
13945   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13946   algorithm: "plot_perf_box_name"
13947   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13948   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13949   include:
13950     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13951     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13952     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13953     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13954     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13955   layout:
13956     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13957     layout: "plot-throughput"
13958
13959 - type: "plot"
13960   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13961   algorithm: "plot_perf_box_name"
13962   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13963   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13964   include:
13965     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13966     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13967     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13968     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13969     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13970   layout:
13971     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13972     layout: "plot-throughput"
13973
13974 - type: "plot"
13975   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13976   algorithm: "plot_perf_box_name"
13977   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13978   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13979   include:
13980     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13981     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13982     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13983     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13984     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13985   layout:
13986     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13987     layout: "plot-throughput"
13988
13989 - type: "plot"
13990   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13991   algorithm: "plot_perf_box_name"
13992   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13993   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13994   include:
13995     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13996     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13997     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13998     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13999     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14000   layout:
14001     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14002     layout: "plot-throughput"
14003
14004 - type: "plot"
14005   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14006   algorithm: "plot_perf_box_name"
14007   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14008   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14009   include:
14010     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14011     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14012     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14013     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14014     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14015   layout:
14016     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14017     layout: "plot-throughput"
14018
14019 - type: "plot"
14020   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14021   algorithm: "plot_perf_box_name"
14022   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14023   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14024   include:
14025     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14026     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14027     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14028     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14029     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14030   layout:
14031     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14032     layout: "plot-throughput"
14033
14034 - type: "plot"
14035   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14036   algorithm: "plot_perf_box_name"
14037   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14038   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14039   include:
14040     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14041     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14042     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14043     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14044     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14045   layout:
14046     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14047     layout: "plot-throughput"
14048
14049 - type: "plot"
14050   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14051   algorithm: "plot_perf_box_name"
14052   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14053   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14054   include:
14055     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14056     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14057     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14058     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14059   layout:
14060     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14061     layout: "plot-throughput"
14062
14063 - type: "plot"
14064   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14065   algorithm: "plot_perf_box_name"
14066   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14067   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14068   include:
14069     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14070     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14071     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14072     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14073   layout:
14074     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14075     layout: "plot-throughput"
14076
14077 - type: "plot"
14078   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14079   algorithm: "plot_perf_box_name"
14080   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14081   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14082   include:
14083     - "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"
14084     - "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"
14085     - "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"
14086     - "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"
14087   layout:
14088     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14089     layout: "plot-throughput"
14090
14091 - type: "plot"
14092   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14093   algorithm: "plot_perf_box_name"
14094   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14095   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14096   include:
14097     - "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"
14098     - "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"
14099     - "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"
14100     - "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"
14101   layout:
14102     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14103     layout: "plot-throughput"
14104
14105 - type: "plot"
14106   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14107   algorithm: "plot_perf_box_name"
14108   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14109   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14110   include:
14111     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14112     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14113     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14114     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14115     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14116     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14117   layout:
14118     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14119     layout: "plot-throughput"
14120
14121 - type: "plot"
14122   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14123   algorithm: "plot_perf_box_name"
14124   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14125   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14126   include:
14127     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14128     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14129     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14130     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14131     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14132     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14133   layout:
14134     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14135     layout: "plot-throughput"
14136
14137 - type: "plot"
14138   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14139   algorithm: "plot_perf_box_name"
14140   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14141   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14142   include:
14143     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14144     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14145     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14146     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14147     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14148     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14149   layout:
14150     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14151     layout: "plot-throughput"
14152
14153 - type: "plot"
14154   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14155   algorithm: "plot_perf_box_name"
14156   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14157   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14158   include:
14159     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14160     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14161     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14162     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14163     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14164     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14165   layout:
14166     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14167     layout: "plot-throughput"
14168
14169 - type: "plot"
14170   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14171   algorithm: "plot_perf_box_name"
14172   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14173   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14174   include:
14175     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14176     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14177     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14178     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14179     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14180     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14181   layout:
14182     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14183     layout: "plot-throughput"
14184
14185 - type: "plot"
14186   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14187   algorithm: "plot_perf_box_name"
14188   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14189   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14190   include:
14191     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14192     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14193     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14194     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14195     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14196     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14197   layout:
14198     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14199     layout: "plot-throughput"
14200
14201 - type: "plot"
14202   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14203   algorithm: "plot_perf_box_name"
14204   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14205   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14206   include:
14207     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14208     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14209     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14210     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14211     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14212   layout:
14213     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14214     layout: "plot-throughput"
14215
14216 - type: "plot"
14217   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14218   algorithm: "plot_perf_box_name"
14219   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14220   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14221   include:
14222     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14223     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14224     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14225     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14226     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14227   layout:
14228     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14229     layout: "plot-throughput"
14230
14231 - type: "plot"
14232   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14233   algorithm: "plot_perf_box_name"
14234   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14235   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14236   include:
14237     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14238     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14239   layout:
14240     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14241     layout: "plot-throughput"
14242
14243 - type: "plot"
14244   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14245   algorithm: "plot_perf_box_name"
14246   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14247   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14248   include:
14249     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14250     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14251   layout:
14252     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14253     layout: "plot-throughput"
14254
14255 - type: "plot"
14256   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14257   algorithm: "plot_perf_box_name"
14258   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14259   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14260   include:
14261     - "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"
14262     - "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"
14263   layout:
14264     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14265     layout: "plot-throughput"
14266
14267 - type: "plot"
14268   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14269   algorithm: "plot_perf_box_name"
14270   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14271   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14272   include:
14273     - "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"
14274     - "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"
14275   layout:
14276     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14277     layout: "plot-throughput"
14278
14279 - type: "plot"
14280   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14281   algorithm: "plot_perf_box_name"
14282   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14283   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14284   include:
14285     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14286     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14287   layout:
14288     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14289     layout: "plot-throughput"
14290
14291 - type: "plot"
14292   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14293   algorithm: "plot_perf_box_name"
14294   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14295   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14296   include:
14297     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14298     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14299   layout:
14300     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14301     layout: "plot-throughput"
14302
14303 - type: "plot"
14304   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14305   algorithm: "plot_perf_box_name"
14306   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14307   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14308   include:
14309     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14310     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14311   layout:
14312     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14313     layout: "plot-throughput"
14314
14315 - type: "plot"
14316   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14317   algorithm: "plot_perf_box_name"
14318   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14319   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14320   include:
14321     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14322     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14323   layout:
14324     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14325     layout: "plot-throughput"
14326
14327 - type: "plot"
14328   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14329   algorithm: "plot_perf_box_name"
14330   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14331   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14332   include:
14333     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14334     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14335     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14336     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14337     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14338     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14339   layout:
14340     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14341     layout: "plot-throughput"
14342
14343 - type: "plot"
14344   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14345   algorithm: "plot_perf_box_name"
14346   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14347   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14348   include:
14349     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14350     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14351     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14352     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14353     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14354     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14355   layout:
14356     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14357     layout: "plot-throughput"
14358
14359 - type: "plot"
14360   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14361   algorithm: "plot_perf_box_name"
14362   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14363   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14364   include:
14365     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14366     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14367     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14368     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14369     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14370     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14371   layout:
14372     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14373     layout: "plot-throughput"
14374
14375 - type: "plot"
14376   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14377   algorithm: "plot_perf_box_name"
14378   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14379   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14380   include:
14381     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14382     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14383     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14384     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14385     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14386     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14387   layout:
14388     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14389     layout: "plot-throughput"
14390
14391 #- type: "plot"
14392 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14393 #  algorithm: "plot_perf_box_name"
14394 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14395 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14396 #  include:
14397 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14398 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14399 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14400 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14401 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14402 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14403 #  layout:
14404 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14405 #    layout: "plot-throughput"
14406 #
14407 #- type: "plot"
14408 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14409 #  algorithm: "plot_perf_box_name"
14410 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14411 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14412 #  include:
14413 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14414 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14415 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14416 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14417 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14418 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14419 #  layout:
14420 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14421 #    layout: "plot-throughput"
14422
14423 - type: "plot"
14424   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14425   algorithm: "plot_perf_box_name"
14426   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14427   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14428   include:
14429     - "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"
14430     - "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"
14431     - "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"
14432     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14433     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14434     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14435   layout:
14436     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
14437     layout: "plot-throughput"
14438
14439 - type: "plot"
14440   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14441   algorithm: "plot_perf_box_name"
14442   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14443   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14444   include:
14445     - "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"
14446     - "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"
14447     - "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"
14448     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14449     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14450     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14451   layout:
14452     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
14453     layout: "plot-throughput"
14454
14455 ################################################################################
14456
14457 # Packet Speedup
14458
14459 - type: "plot"
14460   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14461   algorithm: "plot_tsa_name"
14462   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14463   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14464   include:
14465     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14466     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14467     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14468     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14469   layout:
14470     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
14471     layout: "plot-throughput-speedup-analysis"
14472
14473 - type: "plot"
14474   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14475   algorithm: "plot_tsa_name"
14476   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14477   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14478   include:
14479     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14480     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14481     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14482     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14483   layout:
14484     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
14485     layout: "plot-throughput-speedup-analysis"
14486
14487 - type: "plot"
14488   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14489   algorithm: "plot_tsa_name"
14490   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14491   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14492   include:
14493     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14494     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14495     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14496     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14497   layout:
14498     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
14499     layout: "plot-throughput-speedup-analysis"
14500
14501 - type: "plot"
14502   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14503   algorithm: "plot_tsa_name"
14504   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14505   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14506   include:
14507     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14508     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14509     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14510     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14511   layout:
14512     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
14513     layout: "plot-throughput-speedup-analysis"
14514
14515 - type: "plot"
14516   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14517   algorithm: "plot_tsa_name"
14518   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14519   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14520   include:
14521     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14522     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14523     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14524     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14525     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14526   layout:
14527     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
14528     layout: "plot-throughput-speedup-analysis"
14529
14530 - type: "plot"
14531   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14532   algorithm: "plot_tsa_name"
14533   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14534   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14535   include:
14536     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14537     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14538     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14539     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14540     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14541   layout:
14542     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14543     layout: "plot-throughput-speedup-analysis"
14544
14545 - type: "plot"
14546   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14547   algorithm: "plot_tsa_name"
14548   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14549   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14550   include:
14551     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14552     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14553     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14554     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14555     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14556   layout:
14557     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
14558     layout: "plot-throughput-speedup-analysis"
14559
14560 - type: "plot"
14561   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14562   algorithm: "plot_tsa_name"
14563   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14564   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14565   include:
14566     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14567     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14568     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14569     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14570     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14571   layout:
14572     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14573     layout: "plot-throughput-speedup-analysis"
14574
14575 - type: "plot"
14576   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14577   algorithm: "plot_tsa_name"
14578   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14579   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14580   include:
14581     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14582     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14583     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14584     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14585     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14586     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14587   layout:
14588     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
14589     layout: "plot-throughput-speedup-analysis"
14590
14591 - type: "plot"
14592   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14593   algorithm: "plot_tsa_name"
14594   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14595   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14596   include:
14597     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14598     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14599     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14600     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14601     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14602     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14603   layout:
14604     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14605     layout: "plot-throughput-speedup-analysis"
14606
14607 - type: "plot"
14608   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14609   algorithm: "plot_tsa_name"
14610   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14611   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14612   include:
14613     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14614     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14615     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14616     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14617     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14618   layout:
14619     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14620     layout: "plot-throughput-speedup-analysis"
14621
14622 - type: "plot"
14623   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14624   algorithm: "plot_tsa_name"
14625   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14626   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14627   include:
14628     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14629     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14630     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14631     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14632     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14633   layout:
14634     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14635     layout: "plot-throughput-speedup-analysis"
14636
14637 - type: "plot"
14638   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14639   algorithm: "plot_tsa_name"
14640   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14641   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14642   include:
14643     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14644     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14645     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14646   layout:
14647     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14648     layout: "plot-throughput-speedup-analysis"
14649
14650 - type: "plot"
14651   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14652   algorithm: "plot_tsa_name"
14653   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14654   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14655   include:
14656     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14657     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14658     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14659   layout:
14660     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14661     layout: "plot-throughput-speedup-analysis"
14662
14663 - type: "plot"
14664   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14665   algorithm: "plot_tsa_name"
14666   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14667   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14668   include:
14669     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14670     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14671     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14672     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14673     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14674   layout:
14675     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14676     layout: "plot-throughput-speedup-analysis"
14677
14678 - type: "plot"
14679   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14680   algorithm: "plot_tsa_name"
14681   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14682   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14683   include:
14684     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14685     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14686     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14687     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14688     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14689   layout:
14690     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14691     layout: "plot-throughput-speedup-analysis"
14692
14693 - type: "plot"
14694   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14695   algorithm: "plot_tsa_name"
14696   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14697   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14698   include:
14699     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14700     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14701     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14702   layout:
14703     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14704     layout: "plot-throughput-speedup-analysis"
14705
14706 - type: "plot"
14707   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14708   algorithm: "plot_tsa_name"
14709   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14710   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14711   include:
14712     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14713     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14714     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14715   layout:
14716     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14717     layout: "plot-throughput-speedup-analysis"
14718
14719 - type: "plot"
14720   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14721   algorithm: "plot_tsa_name"
14722   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14723   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14724   include:
14725     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14726     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14727     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14728     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14729     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14730     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14731   layout:
14732     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14733     layout: "plot-throughput-speedup-analysis"
14734
14735 - type: "plot"
14736   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14737   algorithm: "plot_tsa_name"
14738   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14739   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14740   include:
14741     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14742     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14743     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14744     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14745     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14746     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14747   layout:
14748     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14749     layout: "plot-throughput-speedup-analysis"
14750
14751 - type: "plot"
14752   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14753   algorithm: "plot_tsa_name"
14754   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14755   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14756   include:
14757     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14758     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14759     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14760     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14761     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14762     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14763   layout:
14764     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14765     layout: "plot-throughput-speedup-analysis"
14766
14767 - type: "plot"
14768   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14769   algorithm: "plot_tsa_name"
14770   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14771   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14772   include:
14773     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14774     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14775     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14776     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14777     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14778     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14779   layout:
14780     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14781     layout: "plot-throughput-speedup-analysis"
14782
14783 - type: "plot"
14784   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14785   algorithm: "plot_tsa_name"
14786   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14787   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14788   include:
14789     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14790     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14791     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14792   layout:
14793     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14794     layout: "plot-throughput-speedup-analysis"
14795
14796 - type: "plot"
14797   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14798   algorithm: "plot_tsa_name"
14799   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14800   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14801   include:
14802     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14803     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14804     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14805   layout:
14806     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14807     layout: "plot-throughput-speedup-analysis"
14808
14809 - type: "plot"
14810   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14811   algorithm: "plot_tsa_name"
14812   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14813   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14814   include:
14815     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14816     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14817     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14818 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14819 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14820   layout:
14821     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14822     layout: "plot-throughput-speedup-analysis"
14823
14824 - type: "plot"
14825   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14826   algorithm: "plot_tsa_name"
14827   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14828   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14829   include:
14830     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14831     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14832     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14833 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14834 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14835   layout:
14836     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14837     layout: "plot-throughput-speedup-analysis"
14838
14839 - type: "plot"
14840   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14841   algorithm: "plot_tsa_name"
14842   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14843   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14844   include:
14845     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14846     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14847     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14848     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14849     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14850   layout:
14851     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14852     layout: "plot-throughput-speedup-analysis"
14853
14854 - type: "plot"
14855   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14856   algorithm: "plot_tsa_name"
14857   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14858   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14859   include:
14860     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14861     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14862     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14863     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14864     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14865   layout:
14866     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14867     layout: "plot-throughput-speedup-analysis"
14868
14869 - type: "plot"
14870   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14871   algorithm: "plot_tsa_name"
14872   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14873   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14874   include:
14875     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14876     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14877     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14878     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14879     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14880   layout:
14881     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14882     layout: "plot-throughput-speedup-analysis"
14883
14884 - type: "plot"
14885   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14886   algorithm: "plot_tsa_name"
14887   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14888   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14889   include:
14890     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14891     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14892     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14893     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14894     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14895   layout:
14896     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14897     layout: "plot-throughput-speedup-analysis"
14898
14899 - type: "plot"
14900   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14901   algorithm: "plot_tsa_name"
14902   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14903   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14904   include:
14905     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14906     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14907     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14908     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14909     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14910     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14911   layout:
14912     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14913     layout: "plot-throughput-speedup-analysis"
14914
14915 - type: "plot"
14916   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14917   algorithm: "plot_tsa_name"
14918   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14919   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14920   include:
14921     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14922     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14923     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14924     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14925     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14926     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14927   layout:
14928     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14929     layout: "plot-throughput-speedup-analysis"
14930
14931 - type: "plot"
14932   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14933   algorithm: "plot_tsa_name"
14934   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14935   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14936   include:
14937     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14938     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14939     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14940     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14941     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14942     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14943   layout:
14944     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14945     layout: "plot-throughput-speedup-analysis"
14946
14947 - type: "plot"
14948   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14949   algorithm: "plot_tsa_name"
14950   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14951   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14952   include:
14953     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14954     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14955     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14956     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14957     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14958     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14959   layout:
14960     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14961     layout: "plot-throughput-speedup-analysis"
14962
14963 - type: "plot"
14964   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14965   algorithm: "plot_tsa_name"
14966   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14967   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14968   include:
14969     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14970     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14971   layout:
14972     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
14973     layout: "plot-throughput-speedup-analysis"
14974
14975 - type: "plot"
14976   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14977   algorithm: "plot_tsa_name"
14978   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14979   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14980   include:
14981     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14982     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14983   layout:
14984     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
14985     layout: "plot-throughput-speedup-analysis"
14986
14987 - type: "plot"
14988   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14989   algorithm: "plot_tsa_name"
14990   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14991   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14992   include:
14993     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14994     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14995     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14996     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14997   layout:
14998     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
14999     layout: "plot-throughput-speedup-analysis"
15000
15001 - type: "plot"
15002   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15003   algorithm: "plot_tsa_name"
15004   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15005   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15006   include:
15007     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15008     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15009     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15010     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15011   layout:
15012     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
15013     layout: "plot-throughput-speedup-analysis"
15014
15015 - type: "plot"
15016   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15017   algorithm: "plot_tsa_name"
15018   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15019   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15020   include:
15021     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15022     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15023     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15024     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15025   layout:
15026     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
15027     layout: "plot-throughput-speedup-analysis"
15028
15029 - type: "plot"
15030   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15031   algorithm: "plot_tsa_name"
15032   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15033   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15034   include:
15035     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15036     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15037     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15038     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15039   layout:
15040     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
15041     layout: "plot-throughput-speedup-analysis"
15042
15043 - type: "plot"
15044   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15045   algorithm: "plot_tsa_name"
15046   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15047   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15048   include:
15049     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15050     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15051     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15052     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15053     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15054     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15055   layout:
15056     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
15057     layout: "plot-throughput-speedup-analysis"
15058
15059 - type: "plot"
15060   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15061   algorithm: "plot_tsa_name"
15062   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15063   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15064   include:
15065     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15066     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15067     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15068     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15069     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15070     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15071   layout:
15072     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
15073     layout: "plot-throughput-speedup-analysis"
15074
15075 - type: "plot"
15076   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15077   algorithm: "plot_tsa_name"
15078   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15079   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15080   include:
15081     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15082     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15083     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15084     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15085     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15086   layout:
15087     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15088     layout: "plot-throughput-speedup-analysis"
15089
15090 - type: "plot"
15091   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15092   algorithm: "plot_tsa_name"
15093   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15094   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15095   include:
15096     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15097     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15098     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15099     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15100     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15101   layout:
15102     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15103     layout: "plot-throughput-speedup-analysis"
15104
15105 - type: "plot"
15106   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15107   algorithm: "plot_tsa_name"
15108   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15109   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15110   include:
15111     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15112     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15113     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15114     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15115     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15116   layout:
15117     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15118     layout: "plot-throughput-speedup-analysis"
15119
15120 - type: "plot"
15121   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15122   algorithm: "plot_tsa_name"
15123   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15124   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15125   include:
15126     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15127     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15128     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15129     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15130     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15131   layout:
15132     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15133     layout: "plot-throughput-speedup-analysis"
15134
15135 - type: "plot"
15136   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15137   algorithm: "plot_tsa_name"
15138   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15139   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15140   include:
15141     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15142     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15143     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15144   layout:
15145     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
15146     layout: "plot-throughput-speedup-analysis"
15147
15148 - type: "plot"
15149   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15150   algorithm: "plot_tsa_name"
15151   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15152   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15153   include:
15154     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15155     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15156     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15157   layout:
15158     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
15159     layout: "plot-throughput-speedup-analysis"
15160
15161 - type: "plot"
15162   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15163   algorithm: "plot_tsa_name"
15164   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15165   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15166   include:
15167     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15168     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15169     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15170   layout:
15171     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
15172     layout: "plot-throughput-speedup-analysis"
15173
15174 - type: "plot"
15175   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15176   algorithm: "plot_tsa_name"
15177   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15178   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15179   include:
15180     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15181     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15182     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15183   layout:
15184     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
15185     layout: "plot-throughput-speedup-analysis"
15186
15187 - type: "plot"
15188   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15189   algorithm: "plot_tsa_name"
15190   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15191   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15192   include:
15193     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15194     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15195     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15196     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15197     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15198   layout:
15199     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15200     layout: "plot-throughput-speedup-analysis"
15201
15202 - type: "plot"
15203   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15204   algorithm: "plot_tsa_name"
15205   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15206   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15207   include:
15208     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15209     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15210     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15211     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15212     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15213   layout:
15214     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15215     layout: "plot-throughput-speedup-analysis"
15216
15217 - type: "plot"
15218   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15219   algorithm: "plot_tsa_name"
15220   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15221   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15222   include:
15223     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15224     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15225     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15226     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15227     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15228   layout:
15229     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15230     layout: "plot-throughput-speedup-analysis"
15231
15232 - type: "plot"
15233   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15234   algorithm: "plot_tsa_name"
15235   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15236   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15237   include:
15238     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15239     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15240     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15241     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15242     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15243   layout:
15244     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15245     layout: "plot-throughput-speedup-analysis"
15246
15247 - type: "plot"
15248   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15249   algorithm: "plot_tsa_name"
15250   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15251   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15252   include:
15253     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15254     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15255     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15256     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15257     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15258     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15259   layout:
15260     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
15261     layout: "plot-throughput-speedup-analysis"
15262
15263 - type: "plot"
15264   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15265   algorithm: "plot_tsa_name"
15266   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15267   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15268   include:
15269     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15270     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15271     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15272     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15273     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15274     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15275   layout:
15276     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
15277     layout: "plot-throughput-speedup-analysis"
15278
15279 - type: "plot"
15280   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15281   algorithm: "plot_tsa_name"
15282   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15283   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15284   include:
15285     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15286     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15287     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15288     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15289   layout:
15290     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
15291     layout: "plot-throughput-speedup-analysis"
15292
15293 - type: "plot"
15294   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15295   algorithm: "plot_tsa_name"
15296   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15297   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15298   include:
15299     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15300     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15301     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15302     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15303   layout:
15304     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
15305     layout: "plot-throughput-speedup-analysis"
15306
15307 - type: "plot"
15308   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15309   algorithm: "plot_tsa_name"
15310   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15311   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15312   include:
15313     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15314     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15315     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15316     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15317     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15318     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15319   layout:
15320     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
15321     layout: "plot-throughput-speedup-analysis"
15322
15323 - type: "plot"
15324   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15325   algorithm: "plot_tsa_name"
15326   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15327   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15328   include:
15329     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15330     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15331     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15332     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15333     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15334     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15335   layout:
15336     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
15337     layout: "plot-throughput-speedup-analysis"
15338
15339 - type: "plot"
15340   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15341   algorithm: "plot_tsa_name"
15342   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15343   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15344   include:
15345     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15346     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15347     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15348     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15349     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15350     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15351   layout:
15352     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
15353     layout: "plot-throughput-speedup-analysis"
15354
15355 - type: "plot"
15356   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15357   algorithm: "plot_tsa_name"
15358   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15359   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15360   include:
15361     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15362     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15363     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15364     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15365     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15366     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15367   layout:
15368     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
15369     layout: "plot-throughput-speedup-analysis"
15370
15371 - type: "plot"
15372   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15373   algorithm: "plot_tsa_name"
15374   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15375   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15376   include:
15377     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15378     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15379     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15380     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15381     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15382     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15383   layout:
15384     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
15385     layout: "plot-throughput-speedup-analysis"
15386
15387 - type: "plot"
15388   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15389   algorithm: "plot_tsa_name"
15390   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15391   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15392   include:
15393     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15394     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15395     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15396     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15397     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15398     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15399   layout:
15400     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
15401     layout: "plot-throughput-speedup-analysis"
15402
15403 - type: "plot"
15404   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15405   algorithm: "plot_tsa_name"
15406   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15407   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15408   include:
15409     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15410     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15411     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15412     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15413     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15414     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15415   layout:
15416     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
15417     layout: "plot-throughput-speedup-analysis"
15418
15419 - type: "plot"
15420   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15421   algorithm: "plot_tsa_name"
15422   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15423   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15424   include:
15425     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15426     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15427     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15428     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15429     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15430     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15431   layout:
15432     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
15433     layout: "plot-throughput-speedup-analysis"
15434
15435 - type: "plot"
15436   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15437   algorithm: "plot_tsa_name"
15438   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15439   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15440   include:
15441     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15442     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15443     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15444     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15445     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15446     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15447   layout:
15448     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15449     layout: "plot-throughput-speedup-analysis"
15450
15451 - type: "plot"
15452   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15453   algorithm: "plot_tsa_name"
15454   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15455   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15456   include:
15457     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15458     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15459     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15460     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15461     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15462     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15463   layout:
15464     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15465     layout: "plot-throughput-speedup-analysis"
15466
15467 - type: "plot"
15468   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15469   algorithm: "plot_tsa_name"
15470   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15471   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15472   include:
15473     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15474     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15475     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15476     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15477   layout:
15478     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15479     layout: "plot-throughput-speedup-analysis"
15480
15481 - type: "plot"
15482   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15483   algorithm: "plot_tsa_name"
15484   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15485   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15486   include:
15487     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15488     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15489     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15490     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15491   layout:
15492     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15493     layout: "plot-throughput-speedup-analysis"
15494
15495 - type: "plot"
15496   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15497   algorithm: "plot_tsa_name"
15498   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15499   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15500   include:
15501     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15502     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15503     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15504     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15505   layout:
15506     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15507     layout: "plot-throughput-speedup-analysis"
15508
15509 - type: "plot"
15510   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15511   algorithm: "plot_tsa_name"
15512   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15513   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15514   include:
15515     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15516     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15517     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15518     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15519   layout:
15520     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15521     layout: "plot-throughput-speedup-analysis"
15522
15523 - type: "plot"
15524   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15525   algorithm: "plot_tsa_name"
15526   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15527   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15528   include:
15529     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15530     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15531     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15532     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15533     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15534     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15535   layout:
15536     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15537     layout: "plot-throughput-speedup-analysis"
15538
15539 - type: "plot"
15540   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15541   algorithm: "plot_tsa_name"
15542   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15543   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15544   include:
15545     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15546     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15547     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15548     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15549     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15550     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15551   layout:
15552     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15553     layout: "plot-throughput-speedup-analysis"
15554
15555 - type: "plot"
15556   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15557   algorithm: "plot_tsa_name"
15558   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15559   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15560   include:
15561     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15562     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15563     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15564     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15565     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15566   layout:
15567     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15568     layout: "plot-throughput-speedup-analysis"
15569
15570 - type: "plot"
15571   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15572   algorithm: "plot_tsa_name"
15573   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15574   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15575   include:
15576     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15577     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15578     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15579     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15580     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15581   layout:
15582     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15583     layout: "plot-throughput-speedup-analysis"
15584
15585 - type: "plot"
15586   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15587   algorithm: "plot_tsa_name"
15588   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15589   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15590   include:
15591     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15592     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15593     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15594     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15595     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15596   layout:
15597     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15598     layout: "plot-throughput-speedup-analysis"
15599
15600 - type: "plot"
15601   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15602   algorithm: "plot_tsa_name"
15603   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15604   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15605   include:
15606     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15607     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15608     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15609     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15610     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15611   layout:
15612     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15613     layout: "plot-throughput-speedup-analysis"
15614
15615 - type: "plot"
15616   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15617   algorithm: "plot_tsa_name"
15618   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15619   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15620   include:
15621     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15622     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15623     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15624     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15625   layout:
15626     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15627     layout: "plot-throughput-speedup-analysis"
15628
15629 - type: "plot"
15630   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15631   algorithm: "plot_tsa_name"
15632   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15633   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15634   include:
15635     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15636     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15637     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15638     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15639   layout:
15640     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15641     layout: "plot-throughput-speedup-analysis"
15642
15643 - type: "plot"
15644   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15645   algorithm: "plot_tsa_name"
15646   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15647   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15648   include:
15649     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15650     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15651     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15652     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15653     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15654     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15655   layout:
15656     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15657     layout: "plot-throughput-speedup-analysis"
15658
15659 - type: "plot"
15660   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15661   algorithm: "plot_tsa_name"
15662   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15663   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15664   include:
15665     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15666     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15667     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15668     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15669     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15670     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15671   layout:
15672     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15673     layout: "plot-throughput-speedup-analysis"
15674
15675 - type: "plot"
15676   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15677   algorithm: "plot_tsa_name"
15678   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15679   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15680   include:
15681     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15682     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15683     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15684     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15685     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15686     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15687   layout:
15688     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15689     layout: "plot-throughput-speedup-analysis"
15690
15691 - type: "plot"
15692   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15693   algorithm: "plot_tsa_name"
15694   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15695   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15696   include:
15697     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15698     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15699     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15700     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15701     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15702     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15703   layout:
15704     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15705     layout: "plot-throughput-speedup-analysis"
15706
15707 - type: "plot"
15708   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15709   algorithm: "plot_tsa_name"
15710   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15711   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15712   include:
15713     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15714     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15715     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15716     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15717     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15718     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15719   layout:
15720     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15721     layout: "plot-throughput-speedup-analysis"
15722
15723 - type: "plot"
15724   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15725   algorithm: "plot_tsa_name"
15726   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15727   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15728   include:
15729     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15730     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15731     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15732     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15733     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15734     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15735   layout:
15736     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15737     layout: "plot-throughput-speedup-analysis"
15738
15739 - type: "plot"
15740   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15741   algorithm: "plot_tsa_name"
15742   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15743   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15744   include:
15745     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15746     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15747     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15748     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15749     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15750     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15751   layout:
15752     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15753     layout: "plot-throughput-speedup-analysis"
15754
15755 - type: "plot"
15756   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15757   algorithm: "plot_tsa_name"
15758   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15759   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15760   include:
15761     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15762     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15763     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15764     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15765     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15766     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15767   layout:
15768     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15769     layout: "plot-throughput-speedup-analysis"
15770
15771 - type: "plot"
15772   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15773   algorithm: "plot_tsa_name"
15774   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15775   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15776   include:
15777     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15778     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15779     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15780     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15781     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15782     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15783   layout:
15784     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15785     layout: "plot-throughput-speedup-analysis"
15786
15787 - type: "plot"
15788   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15789   algorithm: "plot_tsa_name"
15790   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15791   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15792   include:
15793     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15794     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15795     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15796     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15797     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15798     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15799   layout:
15800     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15801     layout: "plot-throughput-speedup-analysis"
15802
15803 - type: "plot"
15804   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15805   algorithm: "plot_tsa_name"
15806   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15807   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15808   include:
15809     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15810     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15811     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15812     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15813     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15814   layout:
15815     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15816     layout: "plot-throughput-speedup-analysis"
15817
15818 - type: "plot"
15819   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15820   algorithm: "plot_tsa_name"
15821   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15822   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15823   include:
15824     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15825     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15826     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15827     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15828     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15829   layout:
15830     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15831     layout: "plot-throughput-speedup-analysis"
15832
15833 - type: "plot"
15834   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15835   algorithm: "plot_tsa_name"
15836   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15837   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15838   include:
15839     - "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"
15840     - "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"
15841     - "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"
15842     - "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"
15843     - "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"
15844   layout:
15845     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15846     layout: "plot-throughput-speedup-analysis"
15847
15848 - type: "plot"
15849   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15850   algorithm: "plot_tsa_name"
15851   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15852   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15853   include:
15854     - "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"
15855     - "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"
15856     - "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"
15857     - "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"
15858     - "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"
15859   layout:
15860     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15861     layout: "plot-throughput-speedup-analysis"
15862
15863 - type: "plot"
15864   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15865   algorithm: "plot_tsa_name"
15866   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15867   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15868   include:
15869     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15870     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15871     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15872     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15873     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15874   layout:
15875     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15876     layout: "plot-throughput-speedup-analysis"
15877
15878 - type: "plot"
15879   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15880   algorithm: "plot_tsa_name"
15881   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15882   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15883   include:
15884     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15885     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15886     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15887     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15888     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15889   layout:
15890     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15891     layout: "plot-throughput-speedup-analysis"
15892
15893 - type: "plot"
15894   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15895   algorithm: "plot_tsa_name"
15896   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15897   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15898   include:
15899     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15900     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15901     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15902     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15903     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15904   layout:
15905     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15906     layout: "plot-throughput-speedup-analysis"
15907
15908 - type: "plot"
15909   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15910   algorithm: "plot_tsa_name"
15911   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15912   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15913   include:
15914     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15915     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15916     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15917     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15918     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15919   layout:
15920     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15921     layout: "plot-throughput-speedup-analysis"
15922
15923 - type: "plot"
15924   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15925   algorithm: "plot_tsa_name"
15926   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15927   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15928   include:
15929     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15930     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15931     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15932     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15933     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15934   layout:
15935     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15936     layout: "plot-throughput-speedup-analysis"
15937
15938 - type: "plot"
15939   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15940   algorithm: "plot_tsa_name"
15941   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15942   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15943   include:
15944     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15945     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15946     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15947     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15948     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15949   layout:
15950     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15951     layout: "plot-throughput-speedup-analysis"
15952
15953 - type: "plot"
15954   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15955   algorithm: "plot_tsa_name"
15956   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15957   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15958   include:
15959     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15960     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15961     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15962     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15963     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15964   layout:
15965     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15966     layout: "plot-throughput-speedup-analysis"
15967
15968 - type: "plot"
15969   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15970   algorithm: "plot_tsa_name"
15971   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15972   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15973   include:
15974     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15975     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15976     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15977     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15978     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15979   layout:
15980     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15981     layout: "plot-throughput-speedup-analysis"
15982
15983 - type: "plot"
15984   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15985   algorithm: "plot_tsa_name"
15986   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15987   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15988   include:
15989     - "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"
15990     - "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"
15991     - "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"
15992     - "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"
15993   layout:
15994     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15995     layout: "plot-throughput-speedup-analysis"
15996
15997 - type: "plot"
15998   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15999   algorithm: "plot_tsa_name"
16000   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16001   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16002   include:
16003     - "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"
16004     - "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"
16005     - "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"
16006     - "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"
16007   layout:
16008     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16009     layout: "plot-throughput-speedup-analysis"
16010
16011 - type: "plot"
16012   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16013   algorithm: "plot_tsa_name"
16014   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16015   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16016   include:
16017     - "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"
16018     - "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"
16019     - "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"
16020     - "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"
16021   layout:
16022     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16023     layout: "plot-throughput-speedup-analysis"
16024
16025 - type: "plot"
16026   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16027   algorithm: "plot_tsa_name"
16028   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16029   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16030   include:
16031     - "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"
16032     - "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"
16033     - "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"
16034     - "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"
16035   layout:
16036     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16037     layout: "plot-throughput-speedup-analysis"
16038
16039 - type: "plot"
16040   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
16041   algorithm: "plot_tsa_name"
16042   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
16043   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16044   include:
16045     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16046     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16047     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16048     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16049     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16050     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16051   layout:
16052     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
16053     layout: "plot-throughput-speedup-analysis"
16054
16055 - type: "plot"
16056   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
16057   algorithm: "plot_tsa_name"
16058   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
16059   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16060   include:
16061     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16062     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16063     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16064     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16065     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16066     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16067   layout:
16068     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
16069     layout: "plot-throughput-speedup-analysis"
16070
16071 - type: "plot"
16072   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16073   algorithm: "plot_tsa_name"
16074   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
16075   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16076   include:
16077     - "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"
16078     - "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"
16079     - "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"
16080     - "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"
16081     - "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"
16082     - "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"
16083   layout:
16084     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16085     layout: "plot-throughput-speedup-analysis"
16086
16087 - type: "plot"
16088   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16089   algorithm: "plot_tsa_name"
16090   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
16091   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16092   include:
16093     - "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"
16094     - "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"
16095     - "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"
16096     - "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"
16097     - "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"
16098     - "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"
16099   layout:
16100     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16101     layout: "plot-throughput-speedup-analysis"
16102
16103 - type: "plot"
16104   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16105   algorithm: "plot_tsa_name"
16106   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16107   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16108   include:
16109     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16110     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16111     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16112     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16113     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16114     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16115   layout:
16116     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16117     layout: "plot-throughput-speedup-analysis"
16118
16119 - type: "plot"
16120   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16121   algorithm: "plot_tsa_name"
16122   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16123   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16124   include:
16125     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16126     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16127     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16128     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16129     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16130     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16131   layout:
16132     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16133     layout: "plot-throughput-speedup-analysis"
16134
16135 - type: "plot"
16136   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16137   algorithm: "plot_tsa_name"
16138   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16139   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16140   include:
16141     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16142     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16143     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16144     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16145     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16146   layout:
16147     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16148     layout: "plot-throughput-speedup-analysis"
16149
16150 - type: "plot"
16151   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16152   algorithm: "plot_tsa_name"
16153   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16154   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16155   include:
16156     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16157     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16158     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16159     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16160     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16161   layout:
16162     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16163     layout: "plot-throughput-speedup-analysis"
16164
16165 - type: "plot"
16166   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16167   algorithm: "plot_tsa_name"
16168   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16169   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16170   include:
16171     - "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"
16172     - "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"
16173   layout:
16174     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16175     layout: "plot-throughput-speedup-analysis"
16176
16177 - type: "plot"
16178   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16179   algorithm: "plot_tsa_name"
16180   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16181   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16182   include:
16183     - "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"
16184     - "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"
16185   layout:
16186     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16187     layout: "plot-throughput-speedup-analysis"
16188
16189 - type: "plot"
16190   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16191   algorithm: "plot_tsa_name"
16192   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16193   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16194   include:
16195     - "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"
16196     - "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"
16197   layout:
16198     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16199     layout: "plot-throughput-speedup-analysis"
16200
16201 - type: "plot"
16202   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16203   algorithm: "plot_tsa_name"
16204   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16205   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16206   include:
16207     - "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"
16208     - "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"
16209   layout:
16210     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16211     layout: "plot-throughput-speedup-analysis"
16212
16213 - type: "plot"
16214   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16215   algorithm: "plot_tsa_name"
16216   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16217   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16218   include:
16219     - "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"
16220     - "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"
16221     - "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"
16222     - "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"
16223     - "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"
16224     - "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"
16225   layout:
16226     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
16227     layout: "plot-throughput-speedup-analysis"
16228
16229 - type: "plot"
16230   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16231   algorithm: "plot_tsa_name"
16232   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16233   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16234   include:
16235     - "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"
16236     - "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"
16237     - "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"
16238     - "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"
16239     - "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"
16240     - "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"
16241   layout:
16242     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
16243     layout: "plot-throughput-speedup-analysis"
16244
16245 - type: "plot"
16246   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16247   algorithm: "plot_tsa_name"
16248   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16249   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16250   include:
16251     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16252     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16253     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16254     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16255     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16256   layout:
16257     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
16258     layout: "plot-throughput-speedup-analysis"
16259
16260 - type: "plot"
16261   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16262   algorithm: "plot_tsa_name"
16263   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16264   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16265   include:
16266     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16267     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16268     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16269     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16270     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16271   layout:
16272     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
16273     layout: "plot-throughput-speedup-analysis"
16274
16275 - type: "plot"
16276   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16277   algorithm: "plot_tsa_name"
16278   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16279   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16280   include:
16281     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16282     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16283     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16284     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16285     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16286   layout:
16287     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
16288     layout: "plot-throughput-speedup-analysis"
16289
16290 - type: "plot"
16291   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16292   algorithm: "plot_tsa_name"
16293   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16294   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16295   include:
16296     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16297     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16298     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16299     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16300     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16301   layout:
16302     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
16303     layout: "plot-throughput-speedup-analysis"
16304
16305 - type: "plot"
16306   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16307   algorithm: "plot_tsa_name"
16308   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16309   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16310   include:
16311     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16312     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16313     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16314     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16315     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16316     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16317   layout:
16318     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
16319     layout: "plot-throughput-speedup-analysis"
16320
16321 - type: "plot"
16322   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16323   algorithm: "plot_tsa_name"
16324   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16325   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16326   include:
16327     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16328     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16329     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16330     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16331     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16332     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16333   layout:
16334     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
16335     layout: "plot-throughput-speedup-analysis"
16336
16337 - type: "plot"
16338   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16339   algorithm: "plot_tsa_name"
16340   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16341   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16342   include:
16343     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16344     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16345     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16346     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16347   layout:
16348     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
16349     layout: "plot-throughput-speedup-analysis"
16350
16351 - type: "plot"
16352   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16353   algorithm: "plot_tsa_name"
16354   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16355   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16356   include:
16357     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16358     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16359     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16360     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16361   layout:
16362     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
16363     layout: "plot-throughput-speedup-analysis"
16364
16365 - type: "plot"
16366   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16367   algorithm: "plot_tsa_name"
16368   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16369   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16370   include:
16371     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16372     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16373     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16374     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16375     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16376   layout:
16377     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
16378     layout: "plot-throughput-speedup-analysis"
16379
16380 - type: "plot"
16381   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16382   algorithm: "plot_tsa_name"
16383   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16384   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16385   include:
16386     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16387     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16388     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16389     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16390     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16391   layout:
16392     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
16393     layout: "plot-throughput-speedup-analysis"
16394
16395 - type: "plot"
16396   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16397   algorithm: "plot_tsa_name"
16398   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16399   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16400   include:
16401     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16402     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16403     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16404     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16405     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16406     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16407   layout:
16408     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
16409     layout: "plot-throughput-speedup-analysis"
16410
16411 - type: "plot"
16412   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16413   algorithm: "plot_tsa_name"
16414   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16415   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16416   include:
16417     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16418     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16419     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16420     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16421     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16422     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16423   layout:
16424     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
16425     layout: "plot-throughput-speedup-analysis"
16426
16427 - type: "plot"
16428   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16429   algorithm: "plot_tsa_name"
16430   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16431   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16432   include:
16433     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16434     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16435     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16436     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16437   layout:
16438     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
16439     layout: "plot-throughput-speedup-analysis"
16440
16441 - type: "plot"
16442   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16443   algorithm: "plot_tsa_name"
16444   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16445   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16446   include:
16447     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16448     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16449     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16450     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16451   layout:
16452     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
16453     layout: "plot-throughput-speedup-analysis"
16454
16455 - type: "plot"
16456   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16457   algorithm: "plot_tsa_name"
16458   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16459   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16460   include:
16461     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16462     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16463     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16464     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16465     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16466     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16467   layout:
16468     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16469     layout: "plot-throughput-speedup-analysis"
16470
16471 - type: "plot"
16472   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16473   algorithm: "plot_tsa_name"
16474   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16475   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16476   include:
16477     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16478     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16479     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16480     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16481     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16482     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16483   layout:
16484     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16485     layout: "plot-throughput-speedup-analysis"
16486
16487 - type: "plot"
16488   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16489   algorithm: "plot_tsa_name"
16490   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16491   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16492   include:
16493     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16494     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16495     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16496     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16497     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16498     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16499   layout:
16500     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16501     layout: "plot-throughput-speedup-analysis"
16502
16503 - type: "plot"
16504   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16505   algorithm: "plot_tsa_name"
16506   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16507   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16508   include:
16509     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16510     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16511     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16512     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16513     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16514     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16515   layout:
16516     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16517     layout: "plot-throughput-speedup-analysis"
16518
16519 - type: "plot"
16520   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16521   algorithm: "plot_tsa_name"
16522   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16523   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16524   include:
16525     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16526     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16527     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16528     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16529     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16530     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16531   layout:
16532     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16533     layout: "plot-throughput-speedup-analysis"
16534
16535 - type: "plot"
16536   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16537   algorithm: "plot_tsa_name"
16538   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16539   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16540   include:
16541     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16542     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16543     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16544     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16545     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16546     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16547   layout:
16548     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16549     layout: "plot-throughput-speedup-analysis"
16550
16551 - type: "plot"
16552   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16553   algorithm: "plot_tsa_name"
16554   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16555   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16556   include:
16557     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16558     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16559     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16560     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16561     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16562     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16563   layout:
16564     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16565     layout: "plot-throughput-speedup-analysis"
16566
16567 - type: "plot"
16568   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16569   algorithm: "plot_tsa_name"
16570   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16571   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16572   include:
16573     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16574     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16575     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16576     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16577     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16578     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16579   layout:
16580     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16581     layout: "plot-throughput-speedup-analysis"
16582
16583 - type: "plot"
16584   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16585   algorithm: "plot_tsa_name"
16586   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16587   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16588   include:
16589     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16590     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16591     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16592     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16593     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16594     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16595   layout:
16596     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16597     layout: "plot-throughput-speedup-analysis"
16598
16599 - type: "plot"
16600   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16601   algorithm: "plot_tsa_name"
16602   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16603   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16604   include:
16605     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16606     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16607     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16608     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16609     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16610     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16611   layout:
16612     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16613     layout: "plot-throughput-speedup-analysis"
16614
16615 #- type: "plot"
16616 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16617 #  algorithm: "plot_tsa_name"
16618 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16619 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16620 #  include:
16621 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16622 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16623 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16624 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16625 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16626 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16627 #  layout:
16628 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16629 #    layout: "plot-throughput-speedup-analysis"
16630 #
16631 #- type: "plot"
16632 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16633 #  algorithm: "plot_tsa_name"
16634 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16635 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16636 #  include:
16637 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16638 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16639 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16640 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16641 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16642 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16643 #  layout:
16644 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16645 #    layout: "plot-throughput-speedup-analysis"
16646
16647 - type: "plot"
16648   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16649   algorithm: "plot_tsa_name"
16650   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16651   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16652   include:
16653     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16654     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16655     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16656     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16657     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16658   layout:
16659     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16660     layout: "plot-throughput-speedup-analysis"
16661
16662 - type: "plot"
16663   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16664   algorithm: "plot_tsa_name"
16665   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16666   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16667   include:
16668     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16669     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16670     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16671     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16672     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16673   layout:
16674     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16675     layout: "plot-throughput-speedup-analysis"
16676
16677 - type: "plot"
16678   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16679   algorithm: "plot_tsa_name"
16680   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16681   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16682   include:
16683     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16684     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16685     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16686     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16687     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16688     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16689   layout:
16690     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16691     layout: "plot-throughput-speedup-analysis"
16692
16693 - type: "plot"
16694   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16695   algorithm: "plot_tsa_name"
16696   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16697   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16698   include:
16699     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16700     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16701     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16702     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16703     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16704     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16705   layout:
16706     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16707     layout: "plot-throughput-speedup-analysis"
16708
16709 - type: "plot"
16710   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16711   algorithm: "plot_tsa_name"
16712   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16713   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16714   include:
16715     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16716     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16717     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16718     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16719     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16720   layout:
16721     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16722     layout: "plot-throughput-speedup-analysis"
16723
16724 - type: "plot"
16725   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16726   algorithm: "plot_tsa_name"
16727   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16728   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16729   include:
16730     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16731     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16732     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16733     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16734     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16735   layout:
16736     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16737     layout: "plot-throughput-speedup-analysis"
16738
16739 #- type: "plot"
16740 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16741 #  algorithm: "plot_tsa_name"
16742 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16743 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16744 #  include:
16745 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16746 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16747 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16748 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16749 #  layout:
16750 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16751 #    layout: "plot-throughput-speedup-analysis"
16752 #
16753 #- type: "plot"
16754 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16755 #  algorithm: "plot_tsa_name"
16756 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16757 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16758 #  include:
16759 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16760 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16761 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16762 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16763 #  layout:
16764 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16765 #    layout: "plot-throughput-speedup-analysis"
16766
16767 - type: "plot"
16768   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16769   algorithm: "plot_tsa_name"
16770   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16771   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16772   include:
16773     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16774     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16775     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16776     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16777     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16778     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16779   layout:
16780     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16781     layout: "plot-throughput-speedup-analysis"
16782
16783 - type: "plot"
16784   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16785   algorithm: "plot_tsa_name"
16786   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16787   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16788   include:
16789     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16790     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16791     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16792     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16793     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16794     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16795   layout:
16796     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16797     layout: "plot-throughput-speedup-analysis"
16798
16799 - type: "plot"
16800   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16801   algorithm: "plot_tsa_name"
16802   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16803   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16804   include:
16805     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16806     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16807     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16808     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16809     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16810   layout:
16811     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16812     layout: "plot-throughput-speedup-analysis"
16813
16814 - type: "plot"
16815   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16816   algorithm: "plot_tsa_name"
16817   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16818   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16819   include:
16820     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16821     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16822     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16823     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16824     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16825   layout:
16826     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16827     layout: "plot-throughput-speedup-analysis"
16828
16829 - type: "plot"
16830   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16831   algorithm: "plot_tsa_name"
16832   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16833   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16834   include:
16835     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16836     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16837     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16838     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16839     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16840     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16841   layout:
16842     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16843     layout: "plot-throughput-speedup-analysis"
16844
16845 - type: "plot"
16846   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16847   algorithm: "plot_tsa_name"
16848   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16849   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16850   include:
16851     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16852     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16853     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16854     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16855     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16856     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16857   layout:
16858     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16859     layout: "plot-throughput-speedup-analysis"
16860
16861 - type: "plot"
16862   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16863   algorithm: "plot_tsa_name"
16864   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16865   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16866   include:
16867     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16868     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16869     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16870     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16871   layout:
16872     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16873     layout: "plot-throughput-speedup-analysis"
16874
16875 - type: "plot"
16876   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16877   algorithm: "plot_tsa_name"
16878   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16879   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16880   include:
16881     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16882     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16883     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16884     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16885   layout:
16886     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16887     layout: "plot-throughput-speedup-analysis"
16888
16889 - type: "plot"
16890   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16891   algorithm: "plot_tsa_name"
16892   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16893   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16894   include:
16895     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16896     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16897     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16898     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16899     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16900   layout:
16901     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16902     layout: "plot-throughput-speedup-analysis"
16903
16904 - type: "plot"
16905   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16906   algorithm: "plot_tsa_name"
16907   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16908   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16909   include:
16910     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16911     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16912     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16913     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16914     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16915   layout:
16916     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16917     layout: "plot-throughput-speedup-analysis"
16918
16919 - type: "plot"
16920   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16921   algorithm: "plot_tsa_name"
16922   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16923   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16924   include:
16925     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16926     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16927     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16928     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16929     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16930     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16931   layout:
16932     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16933     layout: "plot-throughput-speedup-analysis"
16934
16935 - type: "plot"
16936   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16937   algorithm: "plot_tsa_name"
16938   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16939   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16940   include:
16941     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16942     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16943     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16944     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16945     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16946     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16947   layout:
16948     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16949     layout: "plot-throughput-speedup-analysis"
16950
16951 #- type: "plot"
16952 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16953 #  algorithm: "plot_tsa_name"
16954 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16955 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16956 #  include:
16957 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16958 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16959 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16960 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16961 #  layout:
16962 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16963 #    layout: "plot-throughput-speedup-analysis"
16964 #
16965 #- type: "plot"
16966 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16967 #  algorithm: "plot_tsa_name"
16968 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16969 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16970 #  include:
16971 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16972 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16973 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16974 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16975 #  layout:
16976 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16977 #    layout: "plot-throughput-speedup-analysis"
16978
16979 - type: "plot"
16980   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16981   algorithm: "plot_tsa_name"
16982   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16983   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16984   include:
16985     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16986     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16987     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16988     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16989     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16990     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16991   layout:
16992     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16993     layout: "plot-throughput-speedup-analysis"
16994
16995 - type: "plot"
16996   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16997   algorithm: "plot_tsa_name"
16998   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16999   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17000   include:
17001     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17002     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17003     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17004     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17005     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17006     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17007   layout:
17008     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17009     layout: "plot-throughput-speedup-analysis"
17010
17011 #- type: "plot"
17012 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17013 #  algorithm: "plot_tsa_name"
17014 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17015 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17016 #  include:
17017 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17018 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17019 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17020 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17021 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17022 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17023 #  layout:
17024 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17025 #    layout: "plot-throughput-speedup-analysis"
17026 #
17027 #- type: "plot"
17028 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17029 #  algorithm: "plot_tsa_name"
17030 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17031 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17032 #  include:
17033 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17034 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17035 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17036 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17037 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17038 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17039 #  layout:
17040 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17041 #    layout: "plot-throughput-speedup-analysis"
17042
17043 #- type: "plot"
17044 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17045 #  algorithm: "plot_tsa_name"
17046 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17047 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17048 #  include:
17049 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17050 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17051 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17052 #  layout:
17053 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17054 #    layout: "plot-throughput-speedup-analysis"
17055 #
17056 #- type: "plot"
17057 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17058 #  algorithm: "plot_tsa_name"
17059 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17060 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17061 #  include:
17062 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17063 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17064 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17065 #  layout:
17066 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17067 #    layout: "plot-throughput-speedup-analysis"
17068
17069 ################################################################################
17070
17071 # Packet Throughput - DPDK
17072
17073 # 2n-skx-xxv710
17074
17075 - type: "plot"
17076   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
17077   algorithm: "plot_perf_box_name"
17078   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
17079   data: "plot-dpdk-throughput-latency-2n-skx"
17080   include:
17081     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17082     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17083   layout:
17084     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
17085     layout: "plot-throughput"
17086
17087 - type: "plot"
17088   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
17089   algorithm: "plot_perf_box_name"
17090   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
17091   data: "plot-dpdk-throughput-latency-2n-skx"
17092   include:
17093     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17094     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17095   layout:
17096     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
17097     layout: "plot-throughput"
17098
17099 - type: "plot"
17100   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
17101   algorithm: "plot_perf_box_name"
17102   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
17103   data: "plot-dpdk-throughput-latency-2n-skx"
17104   include:
17105     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17106     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17107   layout:
17108     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
17109     layout: "plot-throughput"
17110
17111 - type: "plot"
17112   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
17113   algorithm: "plot_perf_box_name"
17114   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
17115   data: "plot-dpdk-throughput-latency-2n-skx"
17116   include:
17117     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17118     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17119   layout:
17120     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
17121     layout: "plot-throughput"
17122
17123 # 2n-skx-x710
17124
17125 - type: "plot"
17126   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
17127   algorithm: "plot_perf_box_name"
17128   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
17129   data: "plot-dpdk-throughput-latency-2n-skx"
17130   include:
17131     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17132     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17133   layout:
17134     title: "2n-skx-x710-64b-2t1c-base-ndr"
17135     layout: "plot-throughput"
17136
17137 - type: "plot"
17138   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
17139   algorithm: "plot_perf_box_name"
17140   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
17141   data: "plot-dpdk-throughput-latency-2n-skx"
17142   include:
17143     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17144     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17145   layout:
17146     title: "2n-skx-x710-64b-4t2c-base-ndr"
17147     layout: "plot-throughput"
17148
17149 - type: "plot"
17150   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
17151   algorithm: "plot_perf_box_name"
17152   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
17153   data: "plot-dpdk-throughput-latency-2n-skx"
17154   include:
17155     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17156     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17157   layout:
17158     title: "2n-skx-x710-64b-2t1c-base-pdr"
17159     layout: "plot-throughput"
17160
17161 - type: "plot"
17162   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
17163   algorithm: "plot_perf_box_name"
17164   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
17165   data: "plot-dpdk-throughput-latency-2n-skx"
17166   include:
17167     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17168     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17169   layout:
17170     title: "2n-skx-x710-64b-4t2c-base-pdr"
17171     layout: "plot-throughput"
17172
17173 # 3n-skx-xxv710
17174
17175 - type: "plot"
17176   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
17177   algorithm: "plot_perf_box_name"
17178   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
17179   data: "plot-dpdk-throughput-latency-3n-skx"
17180   include:
17181     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17182     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17183   layout:
17184     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
17185     layout: "plot-throughput"
17186
17187 - type: "plot"
17188   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
17189   algorithm: "plot_perf_box_name"
17190   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
17191   data: "plot-dpdk-throughput-latency-3n-skx"
17192   include:
17193     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17194     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17195   layout:
17196     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
17197     layout: "plot-throughput"
17198
17199 - type: "plot"
17200   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
17201   algorithm: "plot_perf_box_name"
17202   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
17203   data: "plot-dpdk-throughput-latency-3n-skx"
17204   include:
17205     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17206     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17207   layout:
17208     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
17209     layout: "plot-throughput"
17210
17211 - type: "plot"
17212   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
17213   algorithm: "plot_perf_box_name"
17214   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
17215   data: "plot-dpdk-throughput-latency-3n-skx"
17216   include:
17217     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17218     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17219   layout:
17220     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
17221     layout: "plot-throughput"
17222
17223 # 3n-skx-x710
17224
17225 - type: "plot"
17226   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
17227   algorithm: "plot_perf_box_name"
17228   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
17229   data: "plot-dpdk-throughput-latency-3n-skx"
17230   include:
17231     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17232     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17233   layout:
17234     title: "3n-skx-x710-64b-2t1c-base-ndr"
17235     layout: "plot-throughput"
17236
17237 - type: "plot"
17238   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
17239   algorithm: "plot_perf_box_name"
17240   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
17241   data: "plot-dpdk-throughput-latency-3n-skx"
17242   include:
17243     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17244     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17245   layout:
17246     title: "3n-skx-x710-64b-4t2c-base-ndr"
17247     layout: "plot-throughput"
17248
17249 - type: "plot"
17250   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
17251   algorithm: "plot_perf_box_name"
17252   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
17253   data: "plot-dpdk-throughput-latency-3n-skx"
17254   include:
17255     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17256     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17257   layout:
17258     title: "3n-skx-x710-64b-2t1c-base-pdr"
17259     layout: "plot-throughput"
17260
17261 - type: "plot"
17262   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
17263   algorithm: "plot_perf_box_name"
17264   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
17265   data: "plot-dpdk-throughput-latency-3n-skx"
17266   include:
17267     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17268     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17269   layout:
17270     title: "3n-skx-x710-64b-4t2c-base-pdr"
17271     layout: "plot-throughput"
17272
17273 # 3n-hsw-xl710
17274
17275 - type: "plot"
17276   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
17277   algorithm: "plot_perf_box_name"
17278   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
17279   data: "plot-dpdk-throughput-latency-3n-hsw"
17280   include:
17281     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17282     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17283   layout:
17284     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
17285     layout: "plot-throughput"
17286
17287 - type: "plot"
17288   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
17289   algorithm: "plot_perf_box_name"
17290   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
17291   data: "plot-dpdk-throughput-latency-3n-hsw"
17292   include:
17293     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17294     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17295   layout:
17296     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
17297     layout: "plot-throughput"
17298
17299 - type: "plot"
17300   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
17301   algorithm: "plot_perf_box_name"
17302   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
17303   data: "plot-dpdk-throughput-latency-3n-hsw"
17304   include:
17305     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17306     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17307   layout:
17308     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
17309     layout: "plot-throughput"
17310
17311 - type: "plot"
17312   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
17313   algorithm: "plot_perf_box_name"
17314   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
17315   data: "plot-dpdk-throughput-latency-3n-hsw"
17316   include:
17317     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17318     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17319   layout:
17320     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
17321     layout: "plot-throughput"
17322
17323 # 3n-hsw-x710
17324
17325 - type: "plot"
17326   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
17327   algorithm: "plot_perf_box_name"
17328   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
17329   data: "plot-dpdk-throughput-latency-3n-hsw"
17330   include:
17331     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17332     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17333   layout:
17334     title: "3n-hsw-x710-64b-1t1c-base-ndr"
17335     layout: "plot-throughput"
17336
17337 - type: "plot"
17338   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
17339   algorithm: "plot_perf_box_name"
17340   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
17341   data: "plot-dpdk-throughput-latency-3n-hsw"
17342   include:
17343     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17344     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17345   layout:
17346     title: "3n-hsw-x710-64b-2t2c-base-ndr"
17347     layout: "plot-throughput"
17348
17349 - type: "plot"
17350   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
17351   algorithm: "plot_perf_box_name"
17352   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
17353   data: "plot-dpdk-throughput-latency-3n-hsw"
17354   include:
17355     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17356     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17357   layout:
17358     title: "3n-hsw-x710-64b-1t1c-base-pdr"
17359     layout: "plot-throughput"
17360
17361 - type: "plot"
17362   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
17363   algorithm: "plot_perf_box_name"
17364   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
17365   data: "plot-dpdk-throughput-latency-3n-hsw"
17366   include:
17367     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17368     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17369   layout:
17370     title: "3n-hsw-x710-64b-2t2c-base-pdr"
17371     layout: "plot-throughput"
17372
17373 # 2n-dnv-x553
17374
17375 - type: "plot"
17376   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
17377   algorithm: "plot_perf_box_name"
17378   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
17379   data: "plot-dpdk-throughput-latency-2n-dnv"
17380   include:
17381     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17382     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17383   layout:
17384     title: "2n-dnv-x553-64b-1t1c-base-ndr"
17385     layout: "plot-throughput"
17386
17387 - type: "plot"
17388   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
17389   algorithm: "plot_perf_box_name"
17390   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
17391   data: "plot-dpdk-throughput-latency-2n-dnv"
17392   include:
17393     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17394     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17395   layout:
17396     title: "2n-dnv-x553-64b-2t2c-base-ndr"
17397     layout: "plot-throughput"
17398
17399 - type: "plot"
17400   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
17401   algorithm: "plot_perf_box_name"
17402   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
17403   data: "plot-dpdk-throughput-latency-2n-dnv"
17404   include:
17405     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17406     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17407   layout:
17408     title: "2n-dnv-x553-64b-1t1c-base-pdr"
17409     layout: "plot-throughput"
17410
17411 - type: "plot"
17412   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
17413   algorithm: "plot_perf_box_name"
17414   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
17415   data: "plot-dpdk-throughput-latency-2n-dnv"
17416   include:
17417     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17418     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17419   layout:
17420     title: "2n-dnv-x553-64b-2t2c-base-pdr"
17421     layout: "plot-throughput"
17422
17423 # 3n-dnv-x553
17424
17425 - type: "plot"
17426   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
17427   algorithm: "plot_perf_box_name"
17428   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
17429   data: "plot-dpdk-throughput-latency-3n-dnv"
17430   include:
17431     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17432     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17433   layout:
17434     title: "3n-dnv-x553-64b-1t1c-base-ndr"
17435     layout: "plot-throughput"
17436
17437 - type: "plot"
17438   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
17439   algorithm: "plot_perf_box_name"
17440   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
17441   data: "plot-dpdk-throughput-latency-3n-dnv"
17442   include:
17443     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17444     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17445   layout:
17446     title: "3n-dnv-x553-64b-2t2c-base-ndr"
17447     layout: "plot-throughput"
17448
17449 - type: "plot"
17450   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
17451   algorithm: "plot_perf_box_name"
17452   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
17453   data: "plot-dpdk-throughput-latency-3n-dnv"
17454   include:
17455     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17456     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17457   layout:
17458     title: "3n-dnv-x553-64b-1t1c-base-pdr"
17459     layout: "plot-throughput"
17460
17461 - type: "plot"
17462   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17463   algorithm: "plot_perf_box_name"
17464   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
17465   data: "plot-dpdk-throughput-latency-3n-dnv"
17466   include:
17467     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17468     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17469   layout:
17470     title: "3n-dnv-x553-64b-2t2c-base-pdr"
17471     layout: "plot-throughput"
17472
17473 # 3n-tsh-x520
17474
17475 - type: "plot"
17476   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17477   algorithm: "plot_perf_box_name"
17478   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17479   data: "plot-dpdk-throughput-latency-3n-tsh"
17480   include:
17481     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17482     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17483   layout:
17484     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17485     layout: "plot-throughput"
17486
17487 - type: "plot"
17488   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17489   algorithm: "plot_perf_box_name"
17490   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17491   data: "plot-dpdk-throughput-latency-3n-tsh"
17492   include:
17493     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17494     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17495   layout:
17496     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17497     layout: "plot-throughput"
17498
17499 - type: "plot"
17500   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17501   algorithm: "plot_perf_box_name"
17502   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17503   data: "plot-dpdk-throughput-latency-3n-tsh"
17504   include:
17505     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17506     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17507   layout:
17508     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17509     layout: "plot-throughput"
17510
17511 - type: "plot"
17512   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17513   algorithm: "plot_perf_box_name"
17514   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17515   data: "plot-dpdk-throughput-latency-3n-tsh"
17516   include:
17517     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17518     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17519   layout:
17520     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17521     layout: "plot-throughput"
17522
17523 ################################################################################
17524 ###   2n-clx                                                                 ###
17525 ################################################################################
17526
17527 # Packet Throughput
17528
17529 - type: "plot"
17530   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17531   algorithm: "plot_perf_box_name"
17532   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17533   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17534   include:
17535     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17536     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17537     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17538     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17539   layout:
17540     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17541     layout: "plot-throughput"
17542
17543 - type: "plot"
17544   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17545   algorithm: "plot_perf_box_name"
17546   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17547   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17548   include:
17549     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17550     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17551     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17552     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17553   layout:
17554     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17555     layout: "plot-throughput"
17556
17557 - type: "plot"
17558   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17559   algorithm: "plot_perf_box_name"
17560   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17561   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17562   include:
17563     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17564     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17565     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17566     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17567   layout:
17568     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17569     layout: "plot-throughput"
17570
17571 - type: "plot"
17572   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17573   algorithm: "plot_perf_box_name"
17574   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17575   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17576   include:
17577     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17578     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17579     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17580     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17581   layout:
17582     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17583     layout: "plot-throughput"
17584
17585 - type: "plot"
17586   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17587   algorithm: "plot_perf_box_name"
17588   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17589   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17590   include:
17591 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17592     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17593     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17594     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17595   layout:
17596     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17597     layout: "plot-throughput"
17598
17599 - type: "plot"
17600   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17601   algorithm: "plot_perf_box_name"
17602   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17603   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17604   include:
17605 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17606     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17607     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17608     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17609   layout:
17610     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17611     layout: "plot-throughput"
17612
17613 - type: "plot"
17614   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17615   algorithm: "plot_perf_box_name"
17616   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17617   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17618   include:
17619     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17620     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17621     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17622     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17623     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17624     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17625   layout:
17626     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17627     layout: "plot-throughput"
17628
17629 - type: "plot"
17630   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17631   algorithm: "plot_perf_box_name"
17632   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17633   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17634   include:
17635     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17636     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17637     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17638     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17639     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17640   layout:
17641     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17642     layout: "plot-throughput"
17643
17644 - type: "plot"
17645   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17646   algorithm: "plot_perf_box_name"
17647   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17648   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17649   include:
17650     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17651     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17652     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17653     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17654   layout:
17655     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17656     layout: "plot-throughput"
17657
17658 - type: "plot"
17659   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17660   algorithm: "plot_perf_box_name"
17661   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17662   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17663   include:
17664     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17665     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17666     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17667     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17668   layout:
17669     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17670     layout: "plot-throughput"
17671
17672 - type: "plot"
17673   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17674   algorithm: "plot_perf_box_name"
17675   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17676   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17677   include:
17678     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17679     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17680     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17681   layout:
17682     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17683     layout: "plot-throughput"
17684
17685 - type: "plot"
17686   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17687   algorithm: "plot_perf_box_name"
17688   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17689   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17690   include:
17691     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17692     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17693     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17694   layout:
17695     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17696     layout: "plot-throughput"
17697
17698 - type: "plot"
17699   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17700   algorithm: "plot_perf_box_name"
17701   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17702   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17703   include:
17704     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17705     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17706     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17707     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17708     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17709   layout:
17710     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17711     layout: "plot-throughput"
17712
17713 - type: "plot"
17714   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17715   algorithm: "plot_perf_box_name"
17716   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17717   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17718   include:
17719     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17720     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17721     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17722     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17723     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17724   layout:
17725     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17726     layout: "plot-throughput"
17727
17728 - type: "plot"
17729   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17730   algorithm: "plot_perf_box_name"
17731   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17732   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17733   include:
17734     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17735     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17736     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17737   layout:
17738     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17739     layout: "plot-throughput"
17740
17741 - type: "plot"
17742   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17743   algorithm: "plot_perf_box_name"
17744   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17745   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17746   include:
17747     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17748     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17749     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17750   layout:
17751     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17752     layout: "plot-throughput"
17753
17754 - type: "plot"
17755   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17756   algorithm: "plot_perf_box_name"
17757   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17758   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17759   include:
17760     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17761     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17762     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17763     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17764     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17765     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17766   layout:
17767     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17768     layout: "plot-throughput"
17769
17770 - type: "plot"
17771   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17772   algorithm: "plot_perf_box_name"
17773   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17774   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17775   include:
17776     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17777     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17778     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17779     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17780     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17781     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17782   layout:
17783     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17784     layout: "plot-throughput"
17785
17786 - type: "plot"
17787   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17788   algorithm: "plot_perf_box_name"
17789   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17790   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17791   include:
17792     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17793     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17794     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17795     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17796     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17797     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17798   layout:
17799     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17800     layout: "plot-throughput"
17801
17802 - type: "plot"
17803   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17804   algorithm: "plot_perf_box_name"
17805   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17806   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17807   include:
17808     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17809     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17810     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17811     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17812     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17813     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17814   layout:
17815     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17816     layout: "plot-throughput"
17817
17818 - type: "plot"
17819   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17820   algorithm: "plot_perf_box_name"
17821   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17822   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17823   include:
17824     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17825     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17826   layout:
17827     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17828     layout: "plot-throughput"
17829
17830 - type: "plot"
17831   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17832   algorithm: "plot_perf_box_name"
17833   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17834   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17835   include:
17836     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17837     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17838   layout:
17839     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17840     layout: "plot-throughput"
17841
17842 - type: "plot"
17843   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17844   algorithm: "plot_perf_box_name"
17845   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17846   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17847   include:
17848     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17849     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17850     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17851     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17852     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17853     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17854   layout:
17855     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17856     layout: "plot-throughput"
17857
17858 - type: "plot"
17859   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17860   algorithm: "plot_perf_box_name"
17861   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17862   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17863   include:
17864     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17865     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17866     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17867     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17868     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17869     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17870   layout:
17871     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17872     layout: "plot-throughput"
17873
17874 - type: "plot"
17875   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17876   algorithm: "plot_perf_box_name"
17877   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17878   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17879   include:
17880     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17881     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17882     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17883     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17884     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17885     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17886   layout:
17887     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17888     layout: "plot-throughput"
17889
17890 - type: "plot"
17891   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17892   algorithm: "plot_perf_box_name"
17893   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17894   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17895   include:
17896     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17897     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17898     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17899     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17900     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17901     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17902   layout:
17903     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17904     layout: "plot-throughput"
17905
17906 - type: "plot"
17907   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17908   algorithm: "plot_perf_box_name"
17909   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17910   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17911   include:
17912     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17913     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17914     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17915     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17916     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17917     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17918   layout:
17919     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17920     layout: "plot-throughput"
17921
17922 - type: "plot"
17923   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17924   algorithm: "plot_perf_box_name"
17925   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17926   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17927   include:
17928     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17929     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17930     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17931     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17932     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17933     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17934   layout:
17935     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17936     layout: "plot-throughput"
17937
17938 - type: "plot"
17939   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17940   algorithm: "plot_perf_box_name"
17941   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17942   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17943   include:
17944     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17945     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17946     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17947     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17948     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17949   layout:
17950     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17951     layout: "plot-throughput"
17952
17953 - type: "plot"
17954   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17955   algorithm: "plot_perf_box_name"
17956   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17957   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17958   include:
17959     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17960     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17961     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17962     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17963     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17964   layout:
17965     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17966     layout: "plot-throughput"
17967
17968 - type: "plot"
17969   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17970   algorithm: "plot_perf_box_name"
17971   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17972   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17973   include:
17974     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17975     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17976     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17977     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17978     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17979   layout:
17980     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17981     layout: "plot-throughput"
17982
17983 - type: "plot"
17984   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17985   algorithm: "plot_perf_box_name"
17986   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17987   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17988   include:
17989     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17990     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17991     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17992     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17993     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17994   layout:
17995     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17996     layout: "plot-throughput"
17997
17998 - type: "plot"
17999   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18000   algorithm: "plot_perf_box_name"
18001   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18002   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18003   include:
18004     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18005     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18006     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18007     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18008     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18009   layout:
18010     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18011     layout: "plot-throughput"
18012
18013 - type: "plot"
18014   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18015   algorithm: "plot_perf_box_name"
18016   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18017   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18018   include:
18019     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18020     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18021     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18022     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18023     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18024   layout:
18025     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18026     layout: "plot-throughput"
18027
18028 - type: "plot"
18029   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18030   algorithm: "plot_perf_box_name"
18031   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18032   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18033   include:
18034     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18035     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18036     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18037     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18038     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18039   layout:
18040     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18041     layout: "plot-throughput"
18042
18043 - type: "plot"
18044   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18045   algorithm: "plot_perf_box_name"
18046   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18047   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18048   include:
18049     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18050     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18051     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18052     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18053     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18054   layout:
18055     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18056     layout: "plot-throughput"
18057
18058 - type: "plot"
18059   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18060   algorithm: "plot_perf_box_name"
18061   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18062   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18063   include:
18064     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18065     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18066     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18067     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18068     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18069   layout:
18070     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18071     layout: "plot-throughput"
18072
18073 - type: "plot"
18074   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18075   algorithm: "plot_perf_box_name"
18076   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18077   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18078   include:
18079     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18080     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18081     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18082     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18083     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18084   layout:
18085     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18086     layout: "plot-throughput"
18087
18088 - type: "plot"
18089   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18090   algorithm: "plot_perf_box_name"
18091   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18092   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18093   include:
18094     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18095     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18096     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18097     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18098     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18099     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18100   layout:
18101     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18102     layout: "plot-throughput"
18103
18104 - type: "plot"
18105   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18106   algorithm: "plot_perf_box_name"
18107   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18108   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18109   include:
18110     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18111     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18112     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18113     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18114     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18115     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18116   layout:
18117     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18118     layout: "plot-throughput"
18119
18120 - type: "plot"
18121   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18122   algorithm: "plot_perf_box_name"
18123   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18124   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18125   include:
18126     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18127     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18128     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18129     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18130   layout:
18131     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18132     layout: "plot-throughput"
18133
18134 - type: "plot"
18135   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18136   algorithm: "plot_perf_box_name"
18137   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18138   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18139   include:
18140     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18141     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18142     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18143     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18144   layout:
18145     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18146     layout: "plot-throughput"
18147
18148 - type: "plot"
18149   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18150   algorithm: "plot_perf_box_name"
18151   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18152   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18153   include:
18154     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18155     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18156     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18157     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18158     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18159     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18160   layout:
18161     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18162     layout: "plot-throughput"
18163
18164 - type: "plot"
18165   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18166   algorithm: "plot_perf_box_name"
18167   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18168   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18169   include:
18170     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18171     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18172     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18173     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18174     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18175     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18176   layout:
18177     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18178     layout: "plot-throughput"
18179
18180 - type: "plot"
18181   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18182   algorithm: "plot_perf_box_name"
18183   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18184   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18185   include:
18186     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18187     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18188     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18189     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18190   layout:
18191     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18192     layout: "plot-throughput"
18193
18194 - type: "plot"
18195   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18196   algorithm: "plot_perf_box_name"
18197   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18198   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18199   include:
18200     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18201     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18202     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18203     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18204   layout:
18205     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18206     layout: "plot-throughput"
18207
18208 - type: "plot"
18209   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18210   algorithm: "plot_perf_box_name"
18211   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18212   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18213   include:
18214     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18215     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18216     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18217     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18218     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18219     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18220   layout:
18221     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18222     layout: "plot-throughput"
18223
18224 - type: "plot"
18225   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18226   algorithm: "plot_perf_box_name"
18227   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18228   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18229   include:
18230     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18231     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18232     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18233     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18234     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18235     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18236   layout:
18237     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18238     layout: "plot-throughput"
18239
18240 - type: "plot"
18241   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18242   algorithm: "plot_perf_box_name"
18243   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18244   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18245   include:
18246     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18247     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18248     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18249     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18250   layout:
18251     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18252     layout: "plot-throughput"
18253
18254 - type: "plot"
18255   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18256   algorithm: "plot_perf_box_name"
18257   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18258   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18259   include:
18260     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18261     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18262     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18263     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18264   layout:
18265     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18266     layout: "plot-throughput"
18267
18268 - type: "plot"
18269   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18270   algorithm: "plot_perf_box_name"
18271   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18272   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18273   include:
18274     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18275     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18276     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18277     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18278     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18279   layout:
18280     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18281     layout: "plot-throughput"
18282
18283 - type: "plot"
18284   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18285   algorithm: "plot_perf_box_name"
18286   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18287   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18288   include:
18289     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18290     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18291     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18292     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18293     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18294   layout:
18295     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18296     layout: "plot-throughput"
18297
18298 - type: "plot"
18299   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18300   algorithm: "plot_perf_box_name"
18301   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18302   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18303   include:
18304     - "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"
18305     - "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"
18306     - "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"
18307     - "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"
18308     - "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"
18309   layout:
18310     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18311     layout: "plot-throughput"
18312
18313 - type: "plot"
18314   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18315   algorithm: "plot_perf_box_name"
18316   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18317   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18318   include:
18319     - "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"
18320     - "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"
18321     - "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"
18322     - "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"
18323     - "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"
18324   layout:
18325     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18326     layout: "plot-throughput"
18327
18328 - type: "plot"
18329   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18330   algorithm: "plot_perf_box_name"
18331   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18332   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18333   include:
18334     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18335     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18336     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18337     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18338     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18339   layout:
18340     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18341     layout: "plot-throughput"
18342
18343 - type: "plot"
18344   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18345   algorithm: "plot_perf_box_name"
18346   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18347   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18348   include:
18349     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18350     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18351     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18352     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18353     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18354   layout:
18355     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18356     layout: "plot-throughput"
18357
18358 - type: "plot"
18359   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18360   algorithm: "plot_perf_box_name"
18361   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18362   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18363   include:
18364     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18365     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18366     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18367     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18368     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18369   layout:
18370     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18371     layout: "plot-throughput"
18372
18373 - type: "plot"
18374   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18375   algorithm: "plot_perf_box_name"
18376   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18377   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18378   include:
18379     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18380     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18381     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18382     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18383     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18384   layout:
18385     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18386     layout: "plot-throughput"
18387
18388 - type: "plot"
18389   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18390   algorithm: "plot_perf_box_name"
18391   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18392   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18393   include:
18394     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18395     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18396     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18397     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18398   layout:
18399     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18400     layout: "plot-throughput"
18401
18402 - type: "plot"
18403   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18404   algorithm: "plot_perf_box_name"
18405   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18406   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18407   include:
18408     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18409     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18410     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18411     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18412   layout:
18413     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18414     layout: "plot-throughput"
18415
18416 - type: "plot"
18417   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18418   algorithm: "plot_perf_box_name"
18419   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18420   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18421   include:
18422     - "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"
18423     - "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"
18424     - "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"
18425     - "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"
18426   layout:
18427     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18428     layout: "plot-throughput"
18429
18430 - type: "plot"
18431   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18432   algorithm: "plot_perf_box_name"
18433   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18434   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18435   include:
18436     - "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"
18437     - "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"
18438     - "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"
18439     - "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"
18440   layout:
18441     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18442     layout: "plot-throughput"
18443
18444 - type: "plot"
18445   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18446   algorithm: "plot_perf_box_name"
18447   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18448   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18449   include:
18450     - "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"
18451     - "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"
18452     - "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"
18453     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18454     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18455     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18456   layout:
18457     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18458     layout: "plot-throughput"
18459
18460 - type: "plot"
18461   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18462   algorithm: "plot_perf_box_name"
18463   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18464   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18465   include:
18466     - "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"
18467     - "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"
18468     - "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"
18469     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18470     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18471     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18472   layout:
18473     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18474     layout: "plot-throughput"
18475
18476 ################################################################################
18477
18478 # Packet Speedup
18479
18480 - type: "plot"
18481   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18482   algorithm: "plot_tsa_name"
18483   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18484   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18485   include:
18486     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18487     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18488     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18489     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18490   layout:
18491     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18492     layout: "plot-throughput-speedup-analysis"
18493
18494 - type: "plot"
18495   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18496   algorithm: "plot_tsa_name"
18497   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18498   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18499   include:
18500     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18501     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18502     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18503     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18504   layout:
18505     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18506     layout: "plot-throughput-speedup-analysis"
18507
18508 - type: "plot"
18509   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18510   algorithm: "plot_tsa_name"
18511   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18512   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18513   include:
18514     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18515     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18516     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18517     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18518   layout:
18519     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18520     layout: "plot-throughput-speedup-analysis"
18521
18522 - type: "plot"
18523   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18524   algorithm: "plot_tsa_name"
18525   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18526   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18527   include:
18528     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18529     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18530     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18531     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18532   layout:
18533     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18534     layout: "plot-throughput-speedup-analysis"
18535
18536 - type: "plot"
18537   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18538   algorithm: "plot_tsa_name"
18539   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18540   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18541   include:
18542     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18543     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18544     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18545     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18546   layout:
18547     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
18548     layout: "plot-throughput-speedup-analysis"
18549
18550 - type: "plot"
18551   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18552   algorithm: "plot_tsa_name"
18553   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18554   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18555   include:
18556     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18557     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18558     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18559     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18560   layout:
18561     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
18562     layout: "plot-throughput-speedup-analysis"
18563
18564 - type: "plot"
18565   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18566   algorithm: "plot_tsa_name"
18567   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18568   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18569   include:
18570     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18571     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18572     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18573     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18574     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18575     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18576   layout:
18577     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
18578     layout: "plot-throughput-speedup-analysis"
18579
18580 - type: "plot"
18581   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18582   algorithm: "plot_tsa_name"
18583   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18584   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18585   include:
18586     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18587     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18588     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18589     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18590     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18591     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18592   layout:
18593     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
18594     layout: "plot-throughput-speedup-analysis"
18595
18596 - type: "plot"
18597   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18598   algorithm: "plot_tsa_name"
18599   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18600   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18601   include:
18602     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18603     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18604     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18605     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18606   layout:
18607     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
18608     layout: "plot-throughput-speedup-analysis"
18609
18610 - type: "plot"
18611   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18612   algorithm: "plot_tsa_name"
18613   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18614   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18615   include:
18616     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18617     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18618     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18619     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18620   layout:
18621     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
18622     layout: "plot-throughput-speedup-analysis"
18623
18624 - type: "plot"
18625   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18626   algorithm: "plot_tsa_name"
18627   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18628   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18629   include:
18630     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18631     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18632     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18633   layout:
18634     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
18635     layout: "plot-throughput-speedup-analysis"
18636
18637 - type: "plot"
18638   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18639   algorithm: "plot_tsa_name"
18640   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18641   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18642   include:
18643     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18644     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18645     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18646   layout:
18647     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
18648     layout: "plot-throughput-speedup-analysis"
18649
18650 - type: "plot"
18651   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18652   algorithm: "plot_tsa_name"
18653   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18654   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18655   include:
18656     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18657     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18658     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18659     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18660     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18661   layout:
18662     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
18663     layout: "plot-throughput-speedup-analysis"
18664
18665 - type: "plot"
18666   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18667   algorithm: "plot_tsa_name"
18668   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18669   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18670   include:
18671     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18672     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18673     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18674     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18675     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18676   layout:
18677     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
18678     layout: "plot-throughput-speedup-analysis"
18679
18680 - type: "plot"
18681   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18682   algorithm: "plot_tsa_name"
18683   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18684   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18685   include:
18686     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18687     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18688     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18689   layout:
18690     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
18691     layout: "plot-throughput-speedup-analysis"
18692
18693 - type: "plot"
18694   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18695   algorithm: "plot_tsa_name"
18696   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18697   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18698   include:
18699     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18700     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18701     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18702   layout:
18703     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
18704     layout: "plot-throughput-speedup-analysis"
18705
18706 - type: "plot"
18707   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18708   algorithm: "plot_tsa_name"
18709   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18710   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18711   include:
18712     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18713     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18714     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18715     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18716     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18717     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18718   layout:
18719     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
18720     layout: "plot-throughput-speedup-analysis"
18721
18722 - type: "plot"
18723   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18724   algorithm: "plot_tsa_name"
18725   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18726   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18727   include:
18728     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18729     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18730     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18731     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18732     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18733     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18734   layout:
18735     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
18736     layout: "plot-throughput-speedup-analysis"
18737
18738 - type: "plot"
18739   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18740   algorithm: "plot_tsa_name"
18741   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18742   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18743   include:
18744     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18745     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18746     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18747     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18748     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18749     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18750   layout:
18751     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
18752     layout: "plot-throughput-speedup-analysis"
18753
18754 - type: "plot"
18755   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18756   algorithm: "plot_tsa_name"
18757   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18758   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18759   include:
18760     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18761     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18762     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18763     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18764     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18765     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18766   layout:
18767     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
18768     layout: "plot-throughput-speedup-analysis"
18769
18770 - type: "plot"
18771   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18772   algorithm: "plot_tsa_name"
18773   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18774   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18775   include:
18776     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18777     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18778   layout:
18779     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
18780     layout: "plot-throughput-speedup-analysis"
18781
18782 - type: "plot"
18783   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18784   algorithm: "plot_tsa_name"
18785   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18786   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18787   include:
18788     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18789     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18790   layout:
18791     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
18792     layout: "plot-throughput-speedup-analysis"
18793
18794 - type: "plot"
18795   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18796   algorithm: "plot_tsa_name"
18797   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18798   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18799   include:
18800     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18801     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18802     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18803     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18804     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18805     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18806   layout:
18807     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
18808     layout: "plot-throughput-speedup-analysis"
18809
18810 - type: "plot"
18811   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18812   algorithm: "plot_tsa_name"
18813   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18814   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18815   include:
18816     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18817     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18818     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18819     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18820     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18821     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18822   layout:
18823     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
18824     layout: "plot-throughput-speedup-analysis"
18825
18826 - type: "plot"
18827   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18828   algorithm: "plot_tsa_name"
18829   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18830   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18831   include:
18832     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18833     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18834     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18835     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18836     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18837     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18838   layout:
18839     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18840     layout: "plot-throughput-speedup-analysis"
18841
18842 - type: "plot"
18843   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18844   algorithm: "plot_tsa_name"
18845   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18846   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18847   include:
18848     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18849     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18850     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18851     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18852     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18853     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18854   layout:
18855     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18856     layout: "plot-throughput-speedup-analysis"
18857
18858 - type: "plot"
18859   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18860   algorithm: "plot_tsa_name"
18861   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18862   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18863   include:
18864     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18865     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18866     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18867     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18868     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18869     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18870   layout:
18871     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18872     layout: "plot-throughput-speedup-analysis"
18873
18874 - type: "plot"
18875   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18876   algorithm: "plot_tsa_name"
18877   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18878   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18879   include:
18880     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18881     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18882     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18883     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18884     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18885     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18886   layout:
18887     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18888     layout: "plot-throughput-speedup-analysis"
18889
18890 - type: "plot"
18891   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18892   algorithm: "plot_tsa_name"
18893   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18894   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18895   include:
18896     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18897     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18898     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18899     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18900     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18901   layout:
18902     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18903     layout: "plot-throughput-speedup-analysis"
18904
18905 - type: "plot"
18906   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18907   algorithm: "plot_tsa_name"
18908   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18909   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18910   include:
18911     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18912     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18913     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18914     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18915     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18916   layout:
18917     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18918     layout: "plot-throughput-speedup-analysis"
18919
18920 - type: "plot"
18921   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18922   algorithm: "plot_tsa_name"
18923   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18924   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18925   include:
18926     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18927     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18928     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18929     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18930     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18931   layout:
18932     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18933     layout: "plot-throughput-speedup-analysis"
18934
18935 - type: "plot"
18936   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18937   algorithm: "plot_tsa_name"
18938   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18939   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18940   include:
18941     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18942     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18943     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18944     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18945     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18946   layout:
18947     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18948     layout: "plot-throughput-speedup-analysis"
18949
18950 - type: "plot"
18951   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18952   algorithm: "plot_tsa_name"
18953   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18954   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18955   include:
18956     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18957     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18958     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18959     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18960     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18961   layout:
18962     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
18963     layout: "plot-throughput-speedup-analysis"
18964
18965 - type: "plot"
18966   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18967   algorithm: "plot_tsa_name"
18968   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18969   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18970   include:
18971     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18972     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18973     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18974     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18975     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18976   layout:
18977     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
18978     layout: "plot-throughput-speedup-analysis"
18979
18980 - type: "plot"
18981   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18982   algorithm: "plot_tsa_name"
18983   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18984   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18985   include:
18986     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18987     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18988     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18989     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18990     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18991   layout:
18992     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
18993     layout: "plot-throughput-speedup-analysis"
18994
18995 - type: "plot"
18996   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18997   algorithm: "plot_tsa_name"
18998   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18999   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19000   include:
19001     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19002     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19003     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19004     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19005     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19006   layout:
19007     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
19008     layout: "plot-throughput-speedup-analysis"
19009
19010 - type: "plot"
19011   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19012   algorithm: "plot_tsa_name"
19013   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19014   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19015   include:
19016     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19017     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19018     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19019     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19020     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19021   layout:
19022     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
19023     layout: "plot-throughput-speedup-analysis"
19024
19025 - type: "plot"
19026   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19027   algorithm: "plot_tsa_name"
19028   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19029   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19030   include:
19031     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19032     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19033     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19034     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19035     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19036   layout:
19037     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
19038     layout: "plot-throughput-speedup-analysis"
19039
19040 - type: "plot"
19041   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19042   algorithm: "plot_tsa_name"
19043   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19044   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19045   include:
19046     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19047     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19048     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19049     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19050     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19051     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19052   layout:
19053     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
19054     layout: "plot-throughput-speedup-analysis"
19055
19056 - type: "plot"
19057   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19058   algorithm: "plot_tsa_name"
19059   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19060   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19061   include:
19062     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19063     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19064     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19065     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19066     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19067     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19068   layout:
19069     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
19070     layout: "plot-throughput-speedup-analysis"
19071
19072 - type: "plot"
19073   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19074   algorithm: "plot_tsa_name"
19075   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19076   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19077   include:
19078     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19079     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19080     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19081     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19082   layout:
19083     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
19084     layout: "plot-throughput-speedup-analysis"
19085
19086 - type: "plot"
19087   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19088   algorithm: "plot_tsa_name"
19089   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19090   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19091   include:
19092     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19093     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19094     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19095     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19096   layout:
19097     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
19098     layout: "plot-throughput-speedup-analysis"
19099
19100 - type: "plot"
19101   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19102   algorithm: "plot_tsa_name"
19103   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19104   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19105   include:
19106     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19107     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19108     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19109     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19110     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19111     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19112   layout:
19113     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
19114     layout: "plot-throughput-speedup-analysis"
19115
19116 - type: "plot"
19117   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19118   algorithm: "plot_tsa_name"
19119   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19120   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19121   include:
19122     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19123     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19124     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19125     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19126     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19127     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19128   layout:
19129     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
19130     layout: "plot-throughput-speedup-analysis"
19131
19132 - type: "plot"
19133   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19134   algorithm: "plot_tsa_name"
19135   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19136   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19137   include:
19138     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19139     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19140     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19141     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19142   layout:
19143     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
19144     layout: "plot-throughput-speedup-analysis"
19145
19146 - type: "plot"
19147   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19148   algorithm: "plot_tsa_name"
19149   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19150   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19151   include:
19152     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19153     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19154     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19155     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19156   layout:
19157     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
19158     layout: "plot-throughput-speedup-analysis"
19159
19160 - type: "plot"
19161   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19162   algorithm: "plot_tsa_name"
19163   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19164   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19165   include:
19166     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19167     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19168     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19169     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19170     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19171     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19172   layout:
19173     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
19174     layout: "plot-throughput-speedup-analysis"
19175
19176 - type: "plot"
19177   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19178   algorithm: "plot_tsa_name"
19179   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19180   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19181   include:
19182     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19183     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19184     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19185     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19186     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19187     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19188   layout:
19189     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
19190     layout: "plot-throughput-speedup-analysis"
19191
19192 - type: "plot"
19193   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19194   algorithm: "plot_tsa_name"
19195   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19196   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19197   include:
19198     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19199     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19200     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19201     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19202   layout:
19203     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
19204     layout: "plot-throughput-speedup-analysis"
19205
19206 - type: "plot"
19207   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19208   algorithm: "plot_tsa_name"
19209   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19210   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19211   include:
19212     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19213     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19214     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19215     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19216   layout:
19217     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
19218     layout: "plot-throughput-speedup-analysis"
19219
19220 - type: "plot"
19221   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
19222   algorithm: "plot_tsa_name"
19223   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
19224   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19225   include:
19226     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19227     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19228     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19229     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19230     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19231   layout:
19232     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
19233     layout: "plot-throughput-speedup-analysis"
19234
19235 - type: "plot"
19236   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
19237   algorithm: "plot_tsa_name"
19238   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
19239   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19240   include:
19241     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19242     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19243     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19244     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19245     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19246   layout:
19247     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
19248     layout: "plot-throughput-speedup-analysis"
19249
19250 - type: "plot"
19251   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19252   algorithm: "plot_tsa_name"
19253   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
19254   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19255   include:
19256     - "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"
19257     - "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"
19258     - "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"
19259     - "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"
19260     - "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"
19261   layout:
19262     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19263     layout: "plot-throughput-speedup-analysis"
19264
19265 - type: "plot"
19266   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19267   algorithm: "plot_tsa_name"
19268   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
19269   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19270   include:
19271     - "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"
19272     - "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"
19273     - "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"
19274     - "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"
19275     - "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"
19276   layout:
19277     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19278     layout: "plot-throughput-speedup-analysis"
19279
19280 - type: "plot"
19281   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19282   algorithm: "plot_tsa_name"
19283   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
19284   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19285   include:
19286     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19287     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19288     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19289     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19290     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19291   layout:
19292     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19293     layout: "plot-throughput-speedup-analysis"
19294
19295 - type: "plot"
19296   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19297   algorithm: "plot_tsa_name"
19298   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
19299   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19300   include:
19301     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19302     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19303     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19304     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19305     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19306   layout:
19307     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19308     layout: "plot-throughput-speedup-analysis"
19309
19310 - type: "plot"
19311   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19312   algorithm: "plot_tsa_name"
19313   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
19314   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19315   include:
19316     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19317     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19318     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19319     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19320     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19321   layout:
19322     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19323     layout: "plot-throughput-speedup-analysis"
19324
19325 - type: "plot"
19326   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19327   algorithm: "plot_tsa_name"
19328   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
19329   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19330   include:
19331     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19332     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19333     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19334     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19335     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19336   layout:
19337     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19338     layout: "plot-throughput-speedup-analysis"
19339
19340 - type: "plot"
19341   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19342   algorithm: "plot_tsa_name"
19343   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19344   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19345   include:
19346     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19347     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19348     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19349     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19350   layout:
19351     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
19352     layout: "plot-throughput-speedup-analysis"
19353
19354 - type: "plot"
19355   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19356   algorithm: "plot_tsa_name"
19357   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19358   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19359   include:
19360     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19361     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19362     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19363     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19364   layout:
19365     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
19366     layout: "plot-throughput-speedup-analysis"
19367
19368 - type: "plot"
19369   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19370   algorithm: "plot_tsa_name"
19371   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19372   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19373   include:
19374     - "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"
19375     - "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"
19376     - "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"
19377     - "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"
19378   layout:
19379     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
19380     layout: "plot-throughput-speedup-analysis"
19381
19382 - type: "plot"
19383   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19384   algorithm: "plot_tsa_name"
19385   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19386   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19387   include:
19388     - "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"
19389     - "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"
19390     - "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"
19391     - "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"
19392   layout:
19393     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
19394     layout: "plot-throughput-speedup-analysis"
19395
19396 - type: "plot"
19397   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19398   algorithm: "plot_tsa_name"
19399   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19400   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19401   include:
19402     - "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"
19403     - "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"
19404     - "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"
19405     - "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"
19406     - "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"
19407     - "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"
19408   layout:
19409     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
19410     layout: "plot-throughput-speedup-analysis"
19411
19412 - type: "plot"
19413   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19414   algorithm: "plot_tsa_name"
19415   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19416   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19417   include:
19418     - "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"
19419     - "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"
19420     - "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"
19421     - "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"
19422     - "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"
19423     - "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"
19424   layout:
19425     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
19426     layout: "plot-throughput-speedup-analysis"
19427
19428 ################################################################################
19429
19430 # Packet Throughput - DPDK
19431
19432 # 2n-clx-xxv710
19433
19434 - type: "plot"
19435   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
19436   algorithm: "plot_perf_box_name"
19437   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
19438   data: "plot-dpdk-throughput-latency-2n-clx"
19439   include:
19440     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19441     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19442   layout:
19443     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
19444     layout: "plot-throughput"
19445
19446 - type: "plot"
19447   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
19448   algorithm: "plot_perf_box_name"
19449   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
19450   data: "plot-dpdk-throughput-latency-2n-clx"
19451   include:
19452     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19453     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19454   layout:
19455     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
19456     layout: "plot-throughput"
19457
19458 - type: "plot"
19459   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
19460   algorithm: "plot_perf_box_name"
19461   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
19462   data: "plot-dpdk-throughput-latency-2n-clx"
19463   include:
19464     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19465     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19466   layout:
19467     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
19468     layout: "plot-throughput"
19469
19470 - type: "plot"
19471   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
19472   algorithm: "plot_perf_box_name"
19473   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
19474   data: "plot-dpdk-throughput-latency-2n-clx"
19475   include:
19476     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19477     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19478   layout:
19479     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
19480     layout: "plot-throughput"
19481
19482 # 2n-clx-x710
19483
19484 - type: "plot"
19485   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
19486   algorithm: "plot_perf_box_name"
19487   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
19488   data: "plot-dpdk-throughput-latency-2n-clx"
19489   include:
19490     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19491     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19492   layout:
19493     title: "2n-clx-x710-64b-2t1c-base-ndr"
19494     layout: "plot-throughput"
19495
19496 - type: "plot"
19497   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
19498   algorithm: "plot_perf_box_name"
19499   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
19500   data: "plot-dpdk-throughput-latency-2n-clx"
19501   include:
19502     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19503     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19504   layout:
19505     title: "2n-clx-x710-64b-4t2c-base-ndr"
19506     layout: "plot-throughput"
19507
19508 - type: "plot"
19509   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
19510   algorithm: "plot_perf_box_name"
19511   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
19512   data: "plot-dpdk-throughput-latency-2n-clx"
19513   include:
19514     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19515     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19516   layout:
19517     title: "2n-clx-x710-64b-2t1c-base-pdr"
19518     layout: "plot-throughput"
19519
19520 - type: "plot"
19521   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
19522   algorithm: "plot_perf_box_name"
19523   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
19524   data: "plot-dpdk-throughput-latency-2n-clx"
19525   include:
19526     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19527     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19528   layout:
19529     title: "2n-clx-x710-64b-4t2c-base-pdr"
19530     layout: "plot-throughput"
19531
19532 ################################################################################
19533
19534 - type: "plot"
19535   title: "Latency by percentile: 2n-skx"
19536   algorithm: "plot_hdrh_lat_by_percentile"
19537   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19538   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19539   target-links: "../../_static/vpp"
19540   data: "plot-vpp-hdrh-lat-2n-skx"
19541   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19542   layout:
19543     layout: "plot-hdrh-latency-by-percentile"
19544
19545 - type: "plot"
19546   title: "Latency by percentile: 3n-skx"
19547   algorithm: "plot_hdrh_lat_by_percentile"
19548   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
19549   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
19550   target-links: "../../_static/vpp"
19551   data: "plot-vpp-hdrh-lat-3n-skx"
19552   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19553   layout:
19554     layout: "plot-hdrh-latency-by-percentile"
19555
19556 - type: "plot"
19557   title: "Latency by percentile: 2n-clx"
19558   algorithm: "plot_hdrh_lat_by_percentile"
19559   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
19560   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
19561   target-links: "../../_static/vpp"
19562   data: "plot-vpp-hdrh-lat-2n-clx"
19563   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19564   layout:
19565     layout: "plot-hdrh-latency-by-percentile"
19566
19567 - type: "plot"
19568   title: "Latency by percentile: 3n-hsw"
19569   algorithm: "plot_hdrh_lat_by_percentile"
19570   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
19571   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
19572   target-links: "../../_static/vpp"
19573   data: "plot-vpp-hdrh-lat-3n-hsw"
19574   filter: "'1T1C' and 'NIC_Intel-XL710'"
19575   layout:
19576     layout: "plot-hdrh-latency-by-percentile"
19577
19578 - type: "plot"
19579   title: "Latency by percentile: 3n-tsh"
19580   algorithm: "plot_hdrh_lat_by_percentile"
19581   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
19582   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
19583   target-links: "../../_static/vpp"
19584   data: "plot-vpp-hdrh-lat-3n-tsh"
19585   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19586   layout:
19587     layout: "plot-hdrh-latency-by-percentile"
19588
19589 - type: "plot"
19590   title: "Latency by percentile: DPDK 2n-skx"
19591   algorithm: "plot_hdrh_lat_by_percentile"
19592   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
19593   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
19594   target-links: "../../_static/dpdk"
19595   data: "plot-dpdk-hdrh-lat-2n-skx"
19596   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19597   layout:
19598     layout: "plot-hdrh-latency-by-percentile"
19599
19600 - type: "plot"
19601   title: "Latency by percentile: DPDK 3n-skx"
19602   algorithm: "plot_hdrh_lat_by_percentile"
19603   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
19604   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
19605   target-links: "../../_static/dpdk"
19606   data: "plot-dpdk-hdrh-lat-3n-skx"
19607   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19608   layout:
19609     layout: "plot-hdrh-latency-by-percentile"
19610
19611 - type: "plot"
19612   title: "Latency by percentile: DPDK 2n-clx"
19613   algorithm: "plot_hdrh_lat_by_percentile"
19614   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
19615   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
19616   target-links: "../../_static/dpdk"
19617   data: "plot-dpdk-hdrh-lat-2n-clx"
19618   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19619   layout:
19620     layout: "plot-hdrh-latency-by-percentile"
19621
19622 - type: "plot"
19623   title: "Latency by percentile: DPDK 3n-hsw"
19624   algorithm: "plot_hdrh_lat_by_percentile"
19625   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
19626   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
19627   target-links: "../../_static/dpdk"
19628   data: "plot-dpdk-hdrh-lat-3n-hsw"
19629   filter: "'1T1C' and 'NIC_Intel-XL710'"
19630   layout:
19631     layout: "plot-hdrh-latency-by-percentile"
19632
19633 - type: "plot"
19634   title: "Latency by percentile: DPDK 3n-tsh"
19635   algorithm: "plot_hdrh_lat_by_percentile"
19636   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
19637   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
19638   target-links: "../../_static/dpdk"
19639   data: "plot-dpdk-hdrh-lat-3n-tsh"
19640   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19641   layout:
19642     layout: "plot-hdrh-latency-by-percentile"