Report 2005: Fix graphs, tables
[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
231     plot-vpp-hdrh-lat-3n-skx:
232       csit-vpp-perf-report-iterative-2005-3n-skx:
233         - 36  # NDRPDR sel
234
235     plot-vpp-nfv-3n-skx-ndrpdr:
236       # TODO: Add data:
237       csit-vpp-perf-report-iterative-2005-3n-skx:
238         - 4   # NDRPDR sel
239         - 5   # NDRPDR sel ??? all x710 failed
240         - 33  # NDRPDR sel
241         - 28  # NDRPDR sel
242         - 34  # NDRPDR sel
243
244     plot-vpp-nfv-3n-skx-mrr:
245       csit-vpp-perf-report-iterative-2005-3n-skx:
246         - 6   # MRR sel
247
248     plot-dpdk-throughput-latency-3n-skx:
249       csit-dpdk-perf-report-iterative-2005-3n-skx:
250         - 4   # NDRPDR sel
251         - 5   # NDRPDR sel
252         - 6   # NDRPDR sel
253         - 7   # NDRPDR sel
254         - 8   # NDRPDR sel
255         - 11  # NDRPDR sel
256         - 12  # NDRPDR sel
257         - 13  # NDRPDR sel
258         - 14  # NDRPDR sel
259         - 15  # NDRPDR sel
260
261     plot-dpdk-hdrh-lat-3n-skx:
262       csit-dpdk-perf-report-iterative-2005-3n-skx:
263         - 4   # NDRPDR sel
264
265     # 2n-skx
266
267     plot-vpp-throughput-lat-tsa-2n-skx:
268       # TODO: Add data:
269       csit-vpp-perf-report-iterative-2005-2n-skx:
270         - 43  # NDRPDR sel
271         - 38  # NDRPDR sel
272         - 7   # NDRPDR sel
273         - 65  # NDRPDR sel
274         - 47  # NDRPDR sel
275         - 55  # NDRPDR sel
276         - 67  # NDRPDR sel
277
278     plot-vpp-hdrh-lat-2n-skx:
279       csit-vpp-perf-report-iterative-2005-2n-skx:
280         - 55  # NDRPDR sel
281
282     plot-vpp-soak-2n-skx:
283       csit-vpp-perf-report-iterative-2005-2n-skx:
284         - 49  # Soak
285         - 54  # Soak
286
287     plot-vpp-nfv-2n-skx-ndrpdr:
288       # TODO: Add data:
289       csit-vpp-perf-report-iterative-2005-2n-skx:
290         - 43  # NDRPDR sel
291         - 38  # NDRPDR sel
292         - 7   # NDRPDR sel
293
294     plot-vpp-nfv-2n-skx-mrr:
295       csit-vpp-perf-report-iterative-2005-2n-skx:
296         - 42  # MRR sel
297
298     plot-vpp-nfv-reconf-2n-skx:
299       # TODO: Add data:
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
502     vpp-nic-comparison-2n-skx:
503       # TODO: Add data:
504       csit-vpp-perf-report-iterative-2005-2n-skx:
505         - 43  # NDRPDR sel
506         - 38  # NDRPDR sel
507         - 7   # NDRPDR sel
508         - 65  # NDRPDR sel
509         - 47  # NDRPDR sel
510         - 55  # NDRPDR sel
511         - 67  # NDRPDR sel
512
513     vpp-nic-comparison-3n-skx-mrr:
514       csit-vpp-perf-report-iterative-2005-3n-skx:
515         - 6   # MRR sel
516
517     vpp-nic-comparison-2n-skx-mrr:
518       csit-vpp-perf-report-iterative-2005-2n-skx:
519         - 42  # MRR sel
520
521     # Results
522
523     vpp-perf-results-3n-hsw:
524       csit-vpp-perf-report-coverage-2005-3n-hsw:
525         - 1   # perf-full-3n-dnv-crypto_I
526         - 7   # perf-full-3n-hsw-crypto_II
527         - 3   # perf-full-3n-hsw-crypto_III
528         - 4   # perf-full-3n-dnv-crypto_IV
529         - 5   # perf-full-3n-hsw-ip4_I
530         - 6   # perf-full-3n-hsw-ip4_II
531         - 8   # perf-full-3n-hsw-ip4_III
532         - 9   # perf-full-3n-hsw-ip4_IV
533         - 10  # perf-full-3n-hsw-ip4_V
534         - 26  # perf-full-3n-hsw-ip4_VI
535         - 18  # perf-full-3n-hsw-ip4_VII
536         - 27  # perf-full-3n-hsw-ip4_VIII
537         - 28  # perf-full-3n-hsw-ip4_IX
538         - 29  # perf-full-3n-hsw-ip6_I
539         - 35  # perf-full-3n-hsw-ip6_II
540         - 42  # perf-full-3n-hsw-l2_I
541         - 33  # perf-full-3n-hsw-l2_II
542         - 37  # perf-full-3n-hsw-l2_III
543         - 45  # perf-full-3n-hsw-l2_IV
544         - 43  # perf-full-3n-hsw-l2_V
545         - 40  # perf-full-3n-hsw-l2_VI
546         - 44  # perf-full-3n-hsw-l2_VII
547         - 51  # perf-full-3n-hsw-l2_VIII
548         - 50  # perf-full-3n-hsw-l2_IX
549         - 52  # perf-full-3n-hsw-l2_X
550         - 53  # perf-full-3n-hsw-l2_XI
551         - 54  # perf-full-3n-hsw-memif
552         - 55  # perf-full-3n-hsw-ip4tunnels-I
553         - 56  # perf-full-3n-hsw-ip4tunnels-II
554         - 57  # perf-full-3n-hsw-ip4tunnels-III
555         - 58  # perf-full-3n-hsw-ip6tunnels-I
556         - 59  # perf-full-3n-hsw-srv6-I
557         - 60  # perf-full-3n-hsw-srv6-II
558         - 61  # perf-full-3n-hsw-vhost-I
559         - 62  # perf-full-3n-hsw-vhost-II
560         - 63  # perf-full-3n-hsw-vhost-III
561
562     vpp-perf-results-3n-skx:
563       # TODO: Replace:
564       csit-vpp-perf-report-iterative-2005-3n-skx:
565         - 36  # NDRPDR sel
566
567     vpp-perf-results-2n-skx:
568       # TODO: Replace:
569       csit-vpp-perf-report-iterative-2005-2n-skx:
570         - 7   # NDRPDR sel
571
572     vpp-perf-results-2n-clx:
573       # TODO: Add data:
574       csit-vpp-perf-report-coverage-2005-2n-clx:
575         - 2   # perf-full-2n-clx-ip4_II
576         - 3   # perf-full-2n-clx-ip4_III
577         - 4   # perf-full-2n-clx-ip4_IV
578         - 5   # perf-full-2n-clx-ip4_V
579         - 6   # perf-full-2n-clx-ip4_VI
580         - 7   # perf-full-2n-clx-ip6_I
581         - 10  # perf-full-2n-clx-l2_II
582         - 11  # perf-full-2n-clx-memif
583         - 12  # perf-full-2n-clx-loadbalancer
584         - 13  # perf-full-2n-clx-vhost I
585         - 15  # perf-full-2n-clx-vts
586
587     vpp-perf-results-3n-tsh:
588       # TODO: Add data:
589       csit-vpp-perf-report-iterative-2005-3n-tsh:
590         - 9   # NDRPDR sel
591
592     vpp-perf-results-3n-dnv:
593       csit-vpp-perf-report-coverage-2005-3n-dnv:
594         - 1   # perf-full-3n-dnv-crypto_I
595         - 24  # perf-full-3n-dnv-crypto_II
596         - 5   # perf-full-3n-dnv-ip4_I
597         - 13  # perf-full-3n-dnv-ip4_II
598         - 17  # perf-full-3n-dnv-ip6_I
599         - 18  # perf-full-3n-dnv-ip6_II
600         - 21  # perf-full-3n-dnv-l2_I
601         - 22  # perf-full-3n-dnv-l2_II
602         - 23  # perf-full-3n-dnv-ip4-tunnels_I
603
604     vpp-perf-results-2n-dnv:
605       csit-vpp-perf-report-coverage-2005-2n-dnv:
606         - 1   # perf-full-2n-dnv-ip4_I
607         - 2   # perf-full-2n-dnv-ip4_II
608         - 3   # perf-full-2n-dnv-ip6_I
609         - 4   # perf-full-2n-dnv-ip6_II
610         - 5   # perf-full-2n-dnv-l2_I
611         - 6   # perf-full-2n-dnv-l2_II
612
613     vpp-mrr-results-3n-hsw:
614       csit-vpp-perf-report-iterative-2005-3n-hsw:
615         - 13  # MRR
616
617     vpp-mrr-results-3n-skx:
618       csit-vpp-perf-report-iterative-2005-3n-skx:
619         - 6   # MRR sel
620
621     vpp-mrr-results-2n-skx:
622       csit-vpp-perf-report-iterative-2005-2n-skx:
623         - 42  # MRR sel
624
625     vpp-mrr-results-2n-clx:
626       csit-vpp-perf-report-iterative-2005-2n-clx:
627         - 12   # MRR
628
629     vpp-mrr-results-3n-tsh:
630       csit-vpp-perf-report-iterative-2005-3n-tsh:
631         - 10  # MRR sel
632
633     vpp-mrr-results-3n-dnv:
634       csit-vpp-perf-report-iterative-2005-3n-dnv:
635         - 8   # MRR
636
637     vpp-mrr-results-2n-dnv:
638       csit-vpp-perf-report-iterative-2005-2n-dnv:
639         - 15  # MRR sel
640
641     vpp-device-results-ubuntu:
642       csit-vpp-device-2005-ubuntu1804-1n-skx:
643         - 35
644
645     dpdk-perf-results-3n-hsw:
646       csit-dpdk-perf-report-iterative-2005-3n-hsw:
647         - 5   # NDRPDR sel
648
649     dpdk-perf-results-3n-skx:
650       csit-dpdk-perf-report-iterative-2005-3n-skx:
651         - 4   # NDRPDR sel
652
653     dpdk-perf-results-2n-skx:
654       csit-dpdk-perf-report-iterative-2005-2n-skx:
655         - 1   # NDRPDR sel
656
657     dpdk-perf-results-2n-clx:
658       csit-dpdk-perf-report-iterative-2005-2n-clx:
659         - 1   # NDRPDR sel
660
661     dpdk-perf-results-2n-dnv:
662       csit-dpdk-perf-report-iterative-2005-2n-dnv:
663         - 8   # NDRPDR sel
664
665     dpdk-perf-results-3n-dnv:
666       csit-dpdk-perf-report-iterative-2005-3n-dnv:
667         - 6   # NDRPDR sel
668
669     dpdk-perf-results-3n-tsh:
670       # TODO: Replace with better results:
671       csit-dpdk-perf-report-iterative-2005-3n-tsh:
672         - 5   # NDRPDR sel
673
674 ###########################################################################
675     # Tables (more than one data set)
676
677     # Performance changes
678
679     vpp-performance-changes-3n-hsw-h1:
680       csit-vpp-perf-verify-1908-3n-hsw:
681         - 12  # NDRPDR sel
682         - 13  # NDRPDR sel
683         - 14  # NDRPDR sel
684         - 15  # NDRPDR sel
685         - 16  # NDRPDR sel
686         - 17  # NDRPDR sel
687         - 18  # NDRPDR sel
688         - 19  # NDRPDR sel
689         - 20  # NDRPDR sel
690         - 21  # NDRPDR sel
691     vpp-performance-changes-3n-hsw-ref:
692       csit-vpp-perf-verify-2001-3n-hsw:
693         - 21  # NDRPDR sel
694         - 22  # NDRPDR sel
695         - 23  # NDRPDR sel
696         - 24  # NDRPDR sel
697         - 25  # NDRPDR sel
698         - 29  # NDRPDR sel
699         - 30  # NDRPDR sel
700         - 31  # NDRPDR sel
701         - 32  # NDRPDR sel
702         - 34  # NDRPDR sel
703     vpp-performance-changes-3n-hsw-cmp:
704       csit-vpp-perf-report-iterative-2005-3n-hsw:
705         - 3   # NDRPDR sel
706         - 4   # NDRPDR sel
707         - 5   # NDRPDR sel
708         - 10  # NDRPDR sel
709         - 11  # NDRPDR sel
710         - 12  # NDRPDR sel
711         - 15  # NDRPDR sel
712         - 16  # NDRPDR sel
713         - 18  # NDRPDR sel
714         - 19  # NDRPDR sel
715
716     vpp-performance-changes-3n-skx-h1:
717       csit-vpp-perf-verify-1908_1-3n-skx:
718         - 26  # NDRPDR sel - new1908.1
719         - 27  # NDRPDR sel - new1908.1
720         - 28  # NDRPDR sel - new1908.1
721         - 29  # NDRPDR sel - new1908.1
722         - 30  # NDRPDR sel - new1908.1
723         - 31  # NDRPDR sel - new1908.1
724         - 33  # NDRPDR sel - new1908.1
725         - 34  # NDRPDR sel - new1908.1
726         - 35  # NDRPDR sel - new1908.1
727         - 36  # NDRPDR sel - new1908.1
728     vpp-performance-changes-3n-skx-ref:
729       csit-vpp-perf-verify-2001-3n-skx:
730         - 69  # NDRPDR sel - new2001.0
731         - 71  # NDRPDR sel - new2001.0
732         - 72  # NDRPDR sel - new2001.0
733         - 76  # NDRPDR sel - new2001.0
734         - 77  # NDRPDR sel - new2001.0
735         - 78  # NDRPDR sel - new2001.0
736         - 80  # NDRPDR sel - new2001.0
737     vpp-performance-changes-3n-skx-cmp:
738       # TODO: Add data:
739       csit-vpp-perf-report-iterative-2005-3n-skx:
740         - 4   # NDRPDR sel
741         - 5   # NDRPDR sel ??? all x710 failed
742         - 33  # NDRPDR sel
743         - 28  # NDRPDR sel
744         - 34  # NDRPDR sel
745         - 36  # NDRPDR sel
746         - 37  # NDRPDR sel
747         - 38  # NDRPDR sel
748
749     vpp-performance-changes-2n-skx-h1:
750       csit-vpp-perf-verify-1908_1-2n-skx:
751         - 39  # NDRPDR sel - new1908.1
752         - 40  # NDRPDR sel - new1908.1
753         - 41  # NDRPDR sel - new1908.1
754         - 43  # NDRPDR sel - new1908.1
755         - 44  # NDRPDR sel - new1908.1
756         - 45  # NDRPDR sel - new1908.1
757         - 46  # NDRPDR sel - new1908.1
758         - 47  # NDRPDR sel - new1908.1
759         - 48  # NDRPDR sel - new1908.1
760         - 49  # NDRPDR sel - new1908.1
761     vpp-performance-changes-2n-skx-ref:
762       csit-vpp-perf-verify-2001-2n-skx:
763         - 143  # NDRPDR sel - new2001.0
764         - 146  # NDRPDR sel - new2001.0
765         - 147  # NDRPDR sel - new2001.0
766         - 148  # NDRPDR sel - new2001.0
767         - 149  # NDRPDR sel - new2001.0
768         - 150  # NDRPDR sel - new2001.0
769         - 151  # NDRPDR sel - new2001.0
770         - 152  # NDRPDR sel - new2001.0
771         - 153  # NDRPDR sel - new2001.0
772         - 154  # NDRPDR sel - new2001.0
773     vpp-performance-changes-2n-skx-cmp:
774       # TODO: Add data:
775       csit-vpp-perf-report-iterative-2005-2n-skx:
776         - 43  # NDRPDR sel
777         - 38  # NDRPDR sel
778         - 7   # NDRPDR sel
779         - 65  # NDRPDR sel
780         - 47  # NDRPDR sel
781         - 55  # NDRPDR sel
782         - 67  # NDRPDR sel
783
784 #    vpp-performance-changes-nfv-2n-skx-ref:
785 #      csit-vpp-perf-verify-2001-2n-skx:
786 #        - 30  # NFV
787 #        - 31  # NFV
788 #    vpp-performance-changes-nfv-2n-skx-cmp:
789 #      # TODO: Add data:
790 #      csit-vpp-perf-report-iterative-2005-2n-skx:
791 #        - 43  # NDRPDR sel
792 #        - 38  # NDRPDR sel
793 #        - 7   # NDRPDR sel
794
795     vpp-performance-changes-2n-clx-ref:
796       csit-vpp-perf-verify-2001-2n-clx:
797         - 28  # NDRPDR sel
798         - 29  # NDRPDR sel
799         - 32  # NDRPDR sel
800         - 40  # NDRPDR sel
801         - 43  # NDRPDR sel
802         - 44  # NDRPDR sel
803         - 45  # NDRPDR sel
804         - 47  # NDRPDR sel
805         - 48  # NDRPDR sel
806         - 49  # NDRPDR sel
807     vpp-performance-changes-2n-clx-cmp:
808       csit-vpp-perf-report-iterative-2005-2n-clx:
809         - 7   # NDRPDR sel
810         - 38  # NDRPDR sel
811         - 9   # NDRPDR sel
812         - 32  # NDRPDR sel ???
813         - 33  # NDRPDR sel ???
814         - 39  # NDRPDR sel
815         - 40  # NDRPDR sel
816         - 43  # NDRPDR sel
817         - 50  # NDRPDR sel
818         - 51  # NDRPDR sel
819
820     vpp-performance-changes-2n-dnv-h1:
821       csit-vpp-perf-verify-1908-2n-dnv:
822         - 1   # NDRPDR sel
823         - 2   # NDRPDR sel
824         - 3   # NDRPDR sel
825         - 4   # NDRPDR sel
826         - 5   # NDRPDR sel
827         - 6   # NDRPDR sel
828         - 7   # NDRPDR sel
829         - 8   # NDRPDR sel
830         - 9   # NDRPDR sel
831         - 10  # NDRPDR sel
832     vpp-performance-changes-2n-dnv-ref:
833       csit-vpp-perf-verify-2001-2n-dnv:
834         - 4   # NDRPDR sel
835         - 5   # NDRPDR sel
836         - 6   # NDRPDR sel
837         - 7   # NDRPDR sel
838         - 8   # NDRPDR sel
839         - 9   # NDRPDR sel
840         - 10  # NDRPDR sel
841         - 11  # NDRPDR sel
842         - 13  # NDRPDR sel
843         - 16  # NDRPDR sel
844     vpp-performance-changes-2n-dnv-cmp:
845       csit-vpp-perf-report-iterative-2005-2n-dnv:
846         - 3   # NDRPDR sel
847         - 6   # NDRPDR sel
848         - 7   # NDRPDR sel
849         - 8   # NDRPDR sel
850         - 9   # NDRPDR sel
851         - 10  # NDRPDR sel
852         - 11  # NDRPDR sel
853         - 12  # NDRPDR sel
854         - 13  # NDRPDR sel
855         - 14  # NDRPDR sel
856
857     vpp-performance-changes-3n-dnv-h1:
858       csit-vpp-perf-verify-1908-3n-dnv:
859         - 6   # NDRPDR sel
860         - 7   # NDRPDR sel
861         - 8   # NDRPDR sel
862         - 9   # NDRPDR sel
863         - 10  # NDRPDR sel
864         - 12  # NDRPDR sel
865         - 13  # NDRPDR sel
866         - 14  # NDRPDR sel
867         - 15  # NDRPDR sel
868         - 16  # NDRPDR sel
869     vpp-performance-changes-3n-dnv-ref:
870       csit-vpp-perf-verify-2001-3n-dnv:
871         - 5   # NDRPDR sel
872         - 6   # NDRPDR sel
873         - 7   # NDRPDR sel
874         - 8   # NDRPDR sel
875         - 9   # NDRPDR sel
876         - 10  # NDRPDR sel
877         - 12  # NDRPDR sel
878         - 16  # NDRPDR sel
879         - 17  # NDRPDR sel
880         - 18  # NDRPDR sel
881     vpp-performance-changes-3n-dnv-cmp:
882       csit-vpp-perf-report-iterative-2005-3n-dnv:
883         - 2   # NDRPDR sel
884         - 3   # NDRPDR sel
885         - 4   # NDRPDR sel
886         - 5   # NDRPDR sel
887         - 6   # NDRPDR sel
888         - 7   # NDRPDR sel
889         - 9   # NDRPDR sel
890         - 10  # NDRPDR sel
891         - 11  # NDRPDR sel
892         - 12  # NDRPDR sel
893
894     vpp-performance-changes-3n-tsh-h1:
895       csit-vpp-perf-verify-1908-3n-tsh:
896         - 7   # NDRPDR sel
897         - 8   # NDRPDR sel
898         - 9   # NDRPDR sel
899         - 10  # NDRPDR sel
900         - 11  # NDRPDR sel
901         - 12  # NDRPDR sel
902         - 13  # NDRPDR sel
903         - 14  # NDRPDR sel
904         - 15  # NDRPDR sel
905         - 16  # NDRPDR sel
906     vpp-performance-changes-3n-tsh-ref:
907       csit-vpp-perf-verify-2001-3n-tsh:
908         - 3   # NDRPDR sel
909         - 4   # NDRPDR sel
910         - 7   # NDRPDR sel
911         - 8   # NDRPDR sel
912         - 10  # NDRPDR sel
913         - 12  # NDRPDR sel
914         - 13  # NDRPDR sel
915         - 14  # NDRPDR sel
916         - 15  # NDRPDR sel
917         - 21  # NDRPDR sel
918     vpp-performance-changes-3n-tsh-cmp:
919       # TODO: Add data:
920       csit-vpp-perf-report-iterative-2005-3n-tsh:
921         - 9   # NDRPDR sel
922         - 11  # NDRPDR sel
923         - 12  # NDRPDR sel
924
925     vpp-soak-vs-ndr-2n-skx-ref:
926       # TODO: Add data:
927       csit-vpp-perf-report-iterative-2005-2n-skx:
928         - 43  # NDRPDR sel
929         - 38  # NDRPDR sel
930         - 7   # NDRPDR sel
931         - 65  # NDRPDR sel
932         - 47  # NDRPDR sel
933         - 55  # NDRPDR sel
934         - 67  # NDRPDR sel
935     vpp-soak-vs-ndr-2n-skx-cmp:
936       csit-vpp-perf-report-iterative-2005-2n-skx:
937         - 49  # Soak
938         - 54  # Soak
939     vpp-soak-vs-ndr-2n-skx:
940       csit-vpp-perf-report-iterative-2005-2n-skx:
941         - 43  # NDRPDR sel
942         - 38  # NDRPDR sel
943         - 7   # NDRPDR sel
944         - 65  # NDRPDR sel
945         - 47  # NDRPDR sel
946         - 55  # NDRPDR sel
947         - 67  # NDRPDR sel
948         - 49  # Soak
949         - 54  # Soak
950
951     vpp-soak-vs-ndr-2n-clx-ref:
952       csit-vpp-perf-report-iterative-2005-2n-clx:
953         - 7   # NDRPDR sel
954         - 38  # NDRPDR sel
955         - 9   # NDRPDR sel
956         - 32  # NDRPDR sel ???
957         - 33  # NDRPDR sel ???
958         - 39  # NDRPDR sel
959         - 40  # NDRPDR sel
960         - 43  # NDRPDR sel
961         - 50  # NDRPDR sel
962         - 51  # NDRPDR sel
963     vpp-soak-vs-ndr-2n-clx-cmp:
964       csit-vpp-perf-report-iterative-2005-2n-clx:
965         - 44  # Soak
966         - 49  # Soak
967     vpp-soak-vs-ndr-2n-clx:
968       csit-vpp-perf-report-iterative-2005-2n-clx:
969         - 7   # NDRPDR sel
970         - 38  # NDRPDR sel
971         - 9   # NDRPDR sel
972         - 32  # NDRPDR sel ???
973         - 33  # NDRPDR sel ???
974         - 39  # NDRPDR sel
975         - 40  # NDRPDR sel
976         - 43  # NDRPDR sel
977         - 50  # NDRPDR sel
978         - 51  # NDRPDR sel
979         - 44  # Soak
980         - 49  # Soak
981
982     vpp-performance-changes-3n-hsw-mrr-h1:
983       csit-vpp-perf-verify-1908-3n-hsw:
984         - 39  # MRR sel
985     vpp-performance-changes-3n-hsw-mrr-ref:
986       csit-vpp-perf-verify-2001-3n-hsw:
987         - 17  # MRR sel
988     vpp-performance-changes-3n-hsw-mrr-cmp:
989       csit-vpp-perf-report-iterative-2005-3n-hsw:
990         - 13  # MRR
991
992 #    vpp-performance-changes-3n-skx-mrr-h1:
993 #      csit-vpp-perf-verify-1908-3n-skx:
994 #        - 36  # MRR sel
995     vpp-performance-changes-3n-skx-mrr-ref:
996       csit-vpp-perf-verify-2001-3n-skx:
997         - 50  # MRR sel
998         - 53  # MRR sel addition
999     vpp-performance-changes-3n-skx-mrr-cmp:
1000       csit-vpp-perf-report-iterative-2005-3n-skx:
1001         - 6   # MRR sel
1002
1003 #    vpp-performance-changes-2n-skx-mrr-h1:
1004 #      csit-vpp-perf-verify-1908-2n-skx:
1005 #        - 69  # MRR sel
1006     vpp-performance-changes-2n-skx-mrr-ref:
1007       csit-vpp-perf-verify-2001-2n-skx:
1008         - 101 # MRR sel
1009         - 128 # MRR sel addition
1010     vpp-performance-changes-2n-skx-mrr-cmp:
1011       csit-vpp-perf-report-iterative-2005-2n-skx:
1012         - 42  # MRR sel
1013
1014     vpp-performance-changes-2n-clx-mrr-ref:
1015       csit-vpp-perf-verify-2001-2n-clx:
1016         - 39  # MRR
1017     vpp-performance-changes-2n-clx-mrr-cmp:
1018       csit-vpp-perf-report-iterative-2005-2n-clx:
1019         - 12   # MRR
1020
1021 #    vpp-performance-changes-nfv-2n-skx-mrr-ref:
1022 #      csit-vpp-perf-verify-1908-2n-skx:
1023 #        - 71  # NFV MRR
1024 #    vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1025 #      # TODO: Replace
1026 #      # csit-vpp-perf-verify-2001-2n-skx:
1027 #      csit-vpp-perf-verify-1908-2n-skx:
1028 #        - 71  # NFV MRR
1029
1030     vpp-performance-changes-2n-dnv-mrr-h1:
1031       csit-vpp-perf-verify-1908-2n-dnv:
1032         - 11  # MRR sel
1033     vpp-performance-changes-2n-dnv-mrr-ref:
1034       csit-vpp-perf-verify-2001-2n-dnv:
1035         - 12  # MRR sel
1036     vpp-performance-changes-2n-dnv-mrr-cmp:
1037       csit-vpp-perf-report-iterative-2005-2n-dnv:
1038         - 15  # MRR sel
1039
1040     vpp-performance-changes-3n-dnv-mrr-h1:
1041       csit-vpp-perf-verify-1908-3n-dnv:
1042         - 17  # MRR sel
1043     vpp-performance-changes-3n-dnv-mrr-ref:
1044       csit-vpp-perf-verify-2001-3n-dnv:
1045         - 11  # MRR sel
1046     vpp-performance-changes-3n-dnv-mrr-cmp:
1047       csit-vpp-perf-report-iterative-2005-3n-dnv:
1048         - 8   # MRR
1049
1050     vpp-performance-changes-3n-tsh-mrr-h1:
1051       csit-vpp-perf-verify-1908-3n-tsh:
1052         - 17  # MRR sel
1053     vpp-performance-changes-3n-tsh-mrr-ref:
1054       csit-vpp-perf-verify-2001-3n-tsh:
1055         - 9   # MRR sel
1056     vpp-performance-changes-3n-tsh-mrr-cmp:
1057       csit-vpp-perf-report-iterative-2005-3n-tsh:
1058         - 10  # MRR sel
1059
1060     dpdk-performance-changes-3n-hsw-h1:
1061       csit-dpdk-perf-verify-1908-3n-hsw:
1062         - 2   # NDRPDR sel
1063         - 3   # NDRPDR sel
1064         - 4   # NDRPDR sel
1065         - 5   # NDRPDR sel
1066         - 6   # NDRPDR sel
1067         - 7   # NDRPDR sel
1068         - 8   # NDRPDR sel
1069         - 9   # NDRPDR sel
1070         - 10  # NDRPDR sel
1071         - 11  # NDRPDR sel
1072     dpdk-performance-changes-3n-hsw-ref:
1073       csit-dpdk-perf-verify-2001-3n-hsw:
1074         - 4   # NDRPDR sel
1075         - 5   # NDRPDR sel
1076         - 6   # NDRPDR sel
1077         - 7   # NDRPDR sel
1078         - 8   # NDRPDR sel
1079         - 9   # NDRPDR sel
1080         - 10  # NDRPDR sel
1081         - 11  # NDRPDR sel
1082         - 12  # NDRPDR sel
1083         - 13  # NDRPDR sel
1084         - 15  # NDRPDR sel
1085         - 16  # NDRPDR sel
1086         - 17  # NDRPDR sel
1087         - 18  # NDRPDR sel
1088         - 19  # NDRPDR sel
1089         - 20  # NDRPDR sel
1090         - 21  # NDRPDR sel
1091         - 22  # NDRPDR sel
1092         - 23  # NDRPDR sel
1093         - 24  # NDRPDR sel
1094     dpdk-performance-changes-3n-hsw-cmp:
1095       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1096         - 5   # NDRPDR sel
1097         - 6   # NDRPDR sel
1098         - 7   # NDRPDR sel
1099         - 8   # NDRPDR sel
1100         - 9   # NDRPDR sel
1101         - 10  # NDRPDR sel
1102         - 11  # NDRPDR sel
1103         - 12  # NDRPDR sel
1104         - 13  # NDRPDR sel
1105         - 14  # NDRPDR sel
1106
1107     dpdk-performance-changes-3n-skx-h1:
1108       csit-dpdk-perf-verify-1908-3n-skx:
1109         - 3   # NDRPDR sel
1110         - 4   # NDRPDR sel
1111         - 5   # NDRPDR sel
1112         - 6   # NDRPDR sel
1113         - 7   # NDRPDR sel
1114         - 8   # NDRPDR sel
1115         - 9   # NDRPDR sel
1116         - 10  # NDRPDR sel
1117         - 11  # NDRPDR sel
1118         - 12  # NDRPDR sel
1119     dpdk-performance-changes-3n-skx-ref:
1120       csit-dpdk-perf-verify-2001-3n-skx:
1121         - 29  # NDRPDR sel xxv710
1122         - 33  # NDRPDR sel xxv710
1123         - 34  # NDRPDR sel xxv710
1124         - 35  # NDRPDR sel xxv710
1125         - 36  # NDRPDR sel xxv710
1126         - 37  # NDRPDR sel xxv710
1127         - 41  # NDRPDR sel xxv710
1128         - 42  # NDRPDR sel xxv710
1129         - 43  # NDRPDR sel xxv710
1130         - 45  # NDRPDR sel xxv710
1131         - 30  # NDRPDR sel x710
1132         - 31  # NDRPDR sel x710
1133         - 32  # NDRPDR sel x710
1134         - 38  # NDRPDR sel x710
1135         - 39  # NDRPDR sel x710
1136         - 40  # NDRPDR sel x710
1137         - 44  # NDRPDR sel x710
1138         - 46  # NDRPDR sel x710
1139         - 47  # NDRPDR sel x710
1140         - 48  # NDRPDR sel x710
1141     dpdk-performance-changes-3n-skx-cmp:
1142       csit-dpdk-perf-report-iterative-2005-3n-skx:
1143         - 4   # NDRPDR sel
1144         - 5   # NDRPDR sel
1145         - 6   # NDRPDR sel
1146         - 7   # NDRPDR sel
1147         - 8   # NDRPDR sel
1148         - 11  # NDRPDR sel
1149         - 12  # NDRPDR sel
1150         - 13  # NDRPDR sel
1151         - 14  # NDRPDR sel
1152         - 15  # NDRPDR sel
1153
1154     dpdk-performance-changes-2n-skx-h1:
1155       csit-dpdk-perf-verify-1908-2n-skx:
1156         - 2   # NDRPDR sel
1157         - 3   # NDRPDR sel
1158         - 4   # NDRPDR sel
1159         - 5   # NDRPDR sel
1160         - 7   # NDRPDR sel
1161         - 8   # NDRPDR sel
1162         - 9   # NDRPDR sel
1163         - 10  # NDRPDR sel
1164         - 11  # NDRPDR sel
1165         - 12  # NDRPDR sel
1166     dpdk-performance-changes-2n-skx-ref:
1167       csit-dpdk-perf-verify-2001-2n-skx:
1168         - 35  # NDRPDR sel xxv710
1169         - 36  # NDRPDR sel xxv710
1170         - 37  # NDRPDR sel xxv710
1171         - 41  # NDRPDR sel xxv710
1172         - 42  # NDRPDR sel xxv710
1173         - 43  # NDRPDR sel xxv710
1174         - 46  # NDRPDR sel xxv710
1175         - 47  # NDRPDR sel xxv710
1176         - 52  # NDRPDR sel xxv710
1177         - 53  # NDRPDR sel xxv710
1178         - 38  # NDRPDR sel x710
1179         - 39  # NDRPDR sel x710
1180         - 40  # NDRPDR sel x710
1181         - 44  # NDRPDR sel x710
1182         - 45  # NDRPDR sel x710
1183         - 48  # NDRPDR sel x710
1184         - 49  # NDRPDR sel x710
1185         - 50  # NDRPDR sel x710
1186         - 51  # NDRPDR sel x710
1187         - 54  # NDRPDR sel x710
1188     dpdk-performance-changes-2n-skx-cmp:
1189       csit-dpdk-perf-report-iterative-2005-2n-skx:
1190         - 1   # NDRPDR sel
1191         - 2   # NDRPDR sel
1192         - 3   # NDRPDR sel
1193         - 4   # NDRPDR sel
1194         - 5   # NDRPDR sel
1195         - 6   # NDRPDR sel
1196         - 7   # NDRPDR sel
1197         - 8   # NDRPDR sel
1198         - 9   # NDRPDR sel
1199         - 10  # NDRPDR sel
1200
1201     dpdk-performance-changes-2n-clx-ref:
1202       csit-dpdk-perf-verify-2001-2n-clx:
1203         - 15  # NDRPDR sel
1204         - 16  # NDRPDR sel
1205         - 17  # NDRPDR sel
1206         - 18  # NDRPDR sel
1207         - 19  # NDRPDR sel
1208         - 20  # NDRPDR sel
1209         - 21  # NDRPDR sel
1210         - 22  # NDRPDR sel
1211         - 23  # NDRPDR sel
1212         - 24  # NDRPDR sel
1213         - 25  # NDRPDR sel
1214         - 26  # NDRPDR sel
1215         - 27  # NDRPDR sel
1216         - 28  # NDRPDR sel
1217         - 29  # NDRPDR sel
1218         - 30  # NDRPDR sel
1219         - 31  # NDRPDR sel
1220         - 32  # NDRPDR sel
1221         - 33  # NDRPDR sel
1222         - 34  # NDRPDR sel
1223     dpdk-performance-changes-2n-clx-cmp:
1224       csit-dpdk-perf-report-iterative-2005-2n-clx:
1225         - 1   # NDRPDR sel
1226         - 2   # NDRPDR sel
1227         - 3   # NDRPDR sel
1228         - 4   # NDRPDR sel
1229         - 5   # NDRPDR sel
1230         - 6   # NDRPDR sel
1231         - 7   # NDRPDR sel
1232         - 8   # NDRPDR sel
1233         - 9   # NDRPDR sel
1234         - 10  # NDRPDR sel
1235
1236     dpdk-performance-changes-2n-dnv-ref:
1237       csit-dpdk-perf-verify-2001-2n-dnv:
1238         - 9   # NDRPDR sel
1239         - 10  # NDRPDR sel
1240         - 11  # NDRPDR sel
1241         - 12  # NDRPDR sel
1242         - 13  # NDRPDR sel
1243         - 14  # NDRPDR sel
1244         - 15  # NDRPDR sel
1245         - 16  # NDRPDR sel
1246         - 17  # NDRPDR sel
1247         - 18  # NDRPDR sel
1248     dpdk-performance-changes-2n-dnv-cmp:
1249       csit-dpdk-perf-report-iterative-2005-2n-dnv:
1250         - 8   # NDRPDR sel
1251         - 9   # NDRPDR sel
1252         - 10  # NDRPDR sel
1253         - 11  # NDRPDR sel
1254         - 12  # NDRPDR sel
1255         - 13  # NDRPDR sel
1256         - 14  # NDRPDR sel
1257         - 15  # NDRPDR sel
1258         - 16  # NDRPDR sel
1259         - 17  # NDRPDR sel
1260
1261     dpdk-performance-changes-3n-dnv-ref:
1262       csit-dpdk-perf-verify-2001-3n-dnv:
1263         - 12  # NDRPDR sel
1264         - 13  # NDRPDR sel
1265         - 14  # NDRPDR sel
1266         - 15  # NDRPDR sel
1267         - 16  # NDRPDR sel
1268         - 17  # NDRPDR sel
1269         - 18  # NDRPDR sel
1270         - 19  # NDRPDR sel
1271         - 20  # NDRPDR sel
1272         - 22  # NDRPDR sel
1273     dpdk-performance-changes-3n-dnv-cmp:
1274       csit-dpdk-perf-report-iterative-2005-3n-dnv:
1275         - 6   # NDRPDR sel
1276         - 7   # NDRPDR sel
1277         - 8   # NDRPDR sel
1278         - 9   # NDRPDR sel
1279         - 10  # NDRPDR sel
1280         - 11  # NDRPDR sel
1281         - 12  # NDRPDR sel
1282         - 13  # NDRPDR sel
1283         - 14  # NDRPDR sel
1284         - 16  # NDRPDR sel
1285
1286     dpdk-performance-changes-3n-tsh-ref:
1287       csit-dpdk-perf-verify-2001-3n-tsh:
1288         - 3   # NDRPDR sel
1289         - 4   # NDRPDR sel
1290         - 5   # NDRPDR sel
1291         - 9   # NDRPDR sel
1292         - 10  # NDRPDR sel
1293         - 11  # NDRPDR sel
1294         - 12  # NDRPDR sel
1295         - 14  # NDRPDR sel
1296         - 15  # NDRPDR sel
1297         - 18  # NDRPDR sel
1298     dpdk-performance-changes-3n-tsh-cmp:
1299       # TODO: Add data:
1300       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1301         - 5   # NDRPDR sel
1302
1303     # Compare testbeds
1304
1305     vpp-compare-testbeds-ref:
1306       csit-vpp-perf-report-iterative-2005-3n-hsw:
1307         - 3   # NDRPDR sel
1308         - 4   # NDRPDR sel
1309         - 5   # NDRPDR sel
1310         - 10  # NDRPDR sel
1311         - 11  # NDRPDR sel
1312         - 12  # NDRPDR sel
1313         - 15  # NDRPDR sel
1314         - 16  # NDRPDR sel
1315         - 18  # NDRPDR sel
1316         - 19  # NDRPDR sel
1317     vpp-compare-testbeds-cmp:
1318       # TODO: Add data:
1319       csit-vpp-perf-report-iterative-2005-3n-skx:
1320         - 4   # NDRPDR sel
1321         - 5   # NDRPDR sel ??? all x710 failed
1322         - 33  # NDRPDR sel
1323         - 28  # NDRPDR sel
1324         - 34  # NDRPDR sel
1325         - 36  # NDRPDR sel
1326         - 37  # NDRPDR sel
1327         - 38  # NDRPDR sel
1328
1329     vpp-compare-testbeds-skx-clx-ref:
1330       # TODO: Add data:
1331       csit-vpp-perf-report-iterative-2005-2n-skx:
1332         - 43  # NDRPDR sel
1333         - 38  # NDRPDR sel
1334         - 7   # NDRPDR sel
1335         - 65  # NDRPDR sel
1336         - 47  # NDRPDR sel
1337         - 55  # NDRPDR sel
1338         - 67  # NDRPDR sel
1339     vpp-compare-testbeds-skx-clx-cmp:
1340       csit-vpp-perf-report-iterative-2005-2n-clx:
1341         - 7   # NDRPDR sel
1342         - 38  # NDRPDR sel
1343         - 9   # NDRPDR sel
1344         - 32  # NDRPDR sel ???
1345         - 33  # NDRPDR sel ???
1346         - 39  # NDRPDR sel
1347         - 40  # NDRPDR sel
1348         - 43  # NDRPDR sel
1349         - 50  # NDRPDR sel
1350         - 51  # NDRPDR sel
1351
1352     vpp-compare-testbeds-hsw-clx-ref:
1353       csit-vpp-perf-report-iterative-2005-3n-hsw:
1354         - 3   # NDRPDR sel
1355         - 4   # NDRPDR sel
1356         - 5   # NDRPDR sel
1357         - 10  # NDRPDR sel
1358         - 11  # NDRPDR sel
1359         - 12  # NDRPDR sel
1360         - 15  # NDRPDR sel
1361         - 16  # NDRPDR sel
1362         - 18  # NDRPDR sel
1363         - 19  # NDRPDR sel
1364     vpp-compare-testbeds-hsw-clx-cmp:
1365       csit-vpp-perf-report-iterative-2005-2n-clx:
1366         - 7   # NDRPDR sel
1367         - 38  # NDRPDR sel
1368         - 9   # NDRPDR sel
1369         - 32  # NDRPDR sel ???
1370         - 33  # NDRPDR sel ???
1371         - 39  # NDRPDR sel
1372         - 40  # NDRPDR sel
1373         - 43  # NDRPDR sel
1374         - 50  # NDRPDR sel
1375         - 51  # NDRPDR sel
1376
1377     vpp-compare-testbeds-mrr-ref:
1378       csit-vpp-perf-report-iterative-2005-3n-hsw:
1379         - 13  # MRR
1380     vpp-compare-testbeds-mrr-cmp:
1381       csit-vpp-perf-report-iterative-2005-3n-skx:
1382         - 6   # MRR sel
1383
1384     vpp-compare-testbeds-mrr-skx-clx-ref:
1385       csit-vpp-perf-report-iterative-2005-2n-skx:
1386         - 42  # MRR sel
1387     vpp-compare-testbeds-mrr-skx-clx-cmp:
1388       csit-vpp-perf-report-iterative-2005-2n-clx:
1389         - 12   # MRR
1390
1391     vpp-compare-testbeds-mrr-hsw-clx-ref:
1392       csit-vpp-perf-report-iterative-2005-3n-hsw:
1393         - 13  # MRR
1394     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1395       csit-vpp-perf-report-iterative-2005-2n-clx:
1396         - 12   # MRR
1397
1398     dpdk-compare-testbeds-ref:
1399       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1400         - 5   # NDRPDR sel
1401         - 6   # NDRPDR sel
1402         - 7   # NDRPDR sel
1403         - 8   # NDRPDR sel
1404         - 9   # NDRPDR sel
1405         - 10  # NDRPDR sel
1406         - 11  # NDRPDR sel
1407         - 12  # NDRPDR sel
1408         - 13  # NDRPDR sel
1409         - 14  # NDRPDR sel
1410     dpdk-compare-testbeds-cmp:
1411       csit-dpdk-perf-report-iterative-2005-3n-skx:
1412         - 4   # NDRPDR sel
1413         - 5   # NDRPDR sel
1414         - 6   # NDRPDR sel
1415         - 7   # NDRPDR sel
1416         - 8   # NDRPDR sel
1417         - 11  # NDRPDR sel
1418         - 12  # NDRPDR sel
1419         - 13  # NDRPDR sel
1420         - 14  # NDRPDR sel
1421         - 15  # NDRPDR sel
1422
1423     dpdk-compare-testbeds-skx-clx-ref:
1424       csit-dpdk-perf-report-iterative-2005-2n-skx:
1425         - 1   # NDRPDR sel
1426         - 2   # NDRPDR sel
1427         - 3   # NDRPDR sel
1428         - 4   # NDRPDR sel
1429         - 5   # NDRPDR sel
1430         - 6   # NDRPDR sel
1431         - 7   # NDRPDR sel
1432         - 8   # NDRPDR sel
1433         - 9   # NDRPDR sel
1434         - 10  # NDRPDR sel
1435     dpdk-compare-testbeds-skx-clx-cmp:
1436       csit-dpdk-perf-report-iterative-2005-2n-clx:
1437         - 1   # NDRPDR sel
1438         - 2   # NDRPDR sel
1439         - 3   # NDRPDR sel
1440         - 4   # NDRPDR sel
1441         - 5   # NDRPDR sel
1442         - 6   # NDRPDR sel
1443         - 7   # NDRPDR sel
1444         - 8   # NDRPDR sel
1445         - 9   # NDRPDR sel
1446         - 10  # NDRPDR sel
1447
1448     # Compare topologies
1449
1450     vpp-compare-topologies-ref:
1451       # TODO: Add data:
1452       csit-vpp-perf-report-iterative-2005-3n-skx:
1453         - 4   # NDRPDR sel
1454         - 5   # NDRPDR sel ??? all x710 failed
1455         - 33  # NDRPDR sel
1456         - 28  # NDRPDR sel
1457         - 34  # NDRPDR sel
1458         - 36  # NDRPDR sel
1459         - 37  # NDRPDR sel
1460         - 38  # NDRPDR sel
1461     vpp-compare-topologies-cmp:
1462       # TODO: Add data:
1463       csit-vpp-perf-report-iterative-2005-2n-skx:
1464         - 43  # NDRPDR sel
1465         - 38  # NDRPDR sel
1466         - 7   # NDRPDR sel
1467         - 65  # NDRPDR sel
1468         - 47  # NDRPDR sel
1469         - 55  # NDRPDR sel
1470         - 67  # NDRPDR sel
1471
1472     vpp-compare-topologies-mrr-ref:
1473       csit-vpp-perf-report-iterative-2005-3n-skx:
1474         - 6   # MRR sel
1475     vpp-compare-topologies-mrr-cmp:
1476       csit-vpp-perf-report-iterative-2005-2n-skx:
1477         - 42  # MRR sel
1478
1479     dpdk-compare-topologies-ref:
1480       csit-dpdk-perf-report-iterative-2005-3n-skx:
1481         - 4   # NDRPDR sel
1482         - 5   # NDRPDR sel
1483         - 6   # NDRPDR sel
1484         - 7   # NDRPDR sel
1485         - 8   # NDRPDR sel
1486         - 11  # NDRPDR sel
1487         - 12  # NDRPDR sel
1488         - 13  # NDRPDR sel
1489         - 14  # NDRPDR sel
1490         - 15  # NDRPDR sel
1491     dpdk-compare-topologies-cmp:
1492       csit-dpdk-perf-report-iterative-2005-2n-skx:
1493         - 1   # NDRPDR sel
1494         - 2   # NDRPDR sel
1495         - 3   # NDRPDR sel
1496         - 4   # NDRPDR sel
1497         - 5   # NDRPDR sel
1498         - 6   # NDRPDR sel
1499         - 7   # NDRPDR sel
1500         - 8   # NDRPDR sel
1501         - 9   # NDRPDR sel
1502         - 10  # NDRPDR sel
1503
1504   plot-layouts:
1505
1506     plot-soak-throughput:
1507       titlefont:
1508         size: 18
1509       xaxis:
1510         title: "<b>Test Cases [Index]</b>"
1511         titlefont:
1512           size: 16
1513         autorange: True
1514         fixedrange: False
1515         gridcolor: "rgb(230, 230, 230)"
1516         linecolor: "rgb(220, 220, 220)"
1517         linewidth: 1
1518         showgrid: True
1519         showline: True
1520         showticklabels: True
1521         tickcolor: "rgb(220, 220, 220)"
1522         tickmode: "linear"
1523         tickfont:
1524           size: 16
1525         zeroline: False
1526       yaxis:
1527         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1528         titlefont:
1529           size: 16
1530         gridcolor: "rgb(230, 230, 230)"
1531         hoverformat: ".4r"
1532         tickformat: ".3r"
1533         linecolor: "rgb(220, 220, 220)"
1534         linewidth: 1
1535         showgrid: True
1536         showline: True
1537         showticklabels: True
1538         tickcolor: "rgb(220, 220, 220)"
1539         tickfont:
1540           size: 16
1541         zeroline: False
1542         range: [0,50]
1543       autosize: False
1544       margin:
1545         t: 50
1546         b: 0
1547         l: 80
1548         r: 20
1549       showlegend: True
1550       legend:
1551         orientation: "h"
1552         font:
1553           size: 16
1554       width: 700
1555       height: 900
1556       paper_bgcolor: "#fff"
1557       plot_bgcolor: "#fff"
1558       hoverlabel:
1559         namelength: -1
1560
1561     plot-service-density:
1562       titlefont:
1563         size: 18
1564       xaxis:
1565         side: "top"
1566         autorange: True
1567         fixedrange: False
1568         showgrid: False
1569         showline: False
1570         showticklabels: False
1571         ticks: ""
1572         ticklen: 0
1573         tickwidth: 0
1574         zeroline: False
1575       yaxis:
1576         autorange: "reversed"
1577         showgrid: False
1578         showline: False
1579         showticklabels: False
1580         ticks: ""
1581         ticklen: 0
1582         tickwidth: 0
1583         zeroline: False
1584       showlegend: False
1585       paper_bgcolor: "#fff"
1586       plot_bgcolor: "#fff"
1587       width: 700
1588       height: 700
1589       hoverlabel:
1590         namelength: -1
1591
1592 #    plot-cps:
1593 #      titlefont:
1594 #        size: 18
1595 #      xaxis:
1596 #        title: "<b>Test Cases [Index]</b>"
1597 #        titlefont:
1598 #          size: 16
1599 #        autorange: True
1600 #        fixedrange: False
1601 #        gridcolor: "rgb(230, 230, 230)"
1602 #        linecolor: "rgb(220, 220, 220)"
1603 #        linewidth: 1
1604 #        showgrid: True
1605 #        showline: True
1606 #        showticklabels: True
1607 #        tickcolor: "rgb(220, 220, 220)"
1608 #        tickmode: "linear"
1609 #        tickfont:
1610 #          size: 16
1611 #        zeroline: False
1612 #      yaxis:
1613 #        title: "<b>Connections Per Second [cps]</b>"
1614 #        titlefont:
1615 #          size: 16
1616 #        gridcolor: "rgb(230, 230, 230)"
1617 #        hoverformat: ".4s"
1618 #        linecolor: "rgb(220, 220, 220)"
1619 #        linewidth: 1
1620 #        rangemode: "tozero"
1621 #        showgrid: True
1622 #        showline: True
1623 #        showticklabels: True
1624 #        tickcolor: "rgb(220, 220, 220)"
1625 #        tickformat: ".3s"
1626 #        tickfont:
1627 #          size: 16
1628 #        zeroline: False
1629 #      boxmode: "group"
1630 #      boxgroupgap: 0.5
1631 #      autosize: False
1632 #      margin:
1633 #        t: 50
1634 #        b: 20
1635 #        l: 80
1636 #        r: 20
1637 #      showlegend: True
1638 #      legend:
1639 #        orientation: "h"
1640 #        font:
1641 #          size: 16
1642 #      width: 700
1643 #      height: 800
1644 #      paper_bgcolor: "#fff"
1645 #      plot_bgcolor: "#fff"
1646 #      hoverlabel:
1647 #        namelength: -1
1648 #
1649 #    plot-rps:
1650 #      titlefont:
1651 #        size: 18
1652 #      xaxis:
1653 #        title: "<b>Test Cases [Index]</b>"
1654 #        titlefont:
1655 #          size: 16
1656 #        autorange: True
1657 #        fixedrange: False
1658 #        gridcolor: "rgb(230, 230, 230)"
1659 #        linecolor: "rgb(220, 220, 220)"
1660 #        linewidth: 1
1661 #        showgrid: True
1662 #        showline: True
1663 #        showticklabels: True
1664 #        tickcolor: "rgb(220, 220, 220)"
1665 #        tickmode: "linear"
1666 #        tickfont:
1667 #          size: 16
1668 #        zeroline: False
1669 #      yaxis:
1670 #        title: "<b>Requests Per Second [rps]</b>"
1671 #        titlefont:
1672 #          size: 16
1673 #        gridcolor: "rgb(230, 230, 230)"
1674 #        hoverformat: ".4s"
1675 #        linecolor: "rgb(220, 220, 220)"
1676 #        linewidth: 1
1677 #        rangemode: "tozero"
1678 #        showgrid: True
1679 #        showline: True
1680 #        showticklabels: True
1681 #        tickcolor: "rgb(230, 230, 230)"
1682 #        tickformat: ".3s"
1683 #        tickfont:
1684 #          size: 16
1685 #        zeroline: False
1686 #      boxmode: "group"
1687 #      boxgroupgap: 0.5
1688 #      autosize: False
1689 #      margin:
1690 #        t: 50
1691 #        b: 20
1692 #        l: 80
1693 #        r: 20
1694 #      showlegend: True
1695 #      legend:
1696 #        orientation: "h"
1697 #        font:
1698 #          size: 16
1699 #      width: 700
1700 #      height: 800
1701 #      paper_bgcolor: "#fff"
1702 #      plot_bgcolor: "#fff"
1703 #      hoverlabel:
1704 #        namelength: -1
1705
1706     plot-hoststack:
1707       titlefont:
1708         size: 16
1709       xaxis:
1710         title: "<b>Test Cases [Index]</b>"
1711         titlefont:
1712           size: 14
1713         autorange: True
1714         fixedrange: False
1715         gridcolor: "rgb(230, 230, 230)"
1716         linecolor: "rgb(220, 220, 220)"
1717         linewidth: 1
1718         showgrid: True
1719         showline: True
1720         showticklabels: True
1721         tickcolor: "rgb(220, 220, 220)"
1722         tickmode: "linear"
1723         tickfont:
1724           size: 14
1725         zeroline: False
1726       yaxis:
1727         title: "<b>Bandwidth [Gbps]</b>"
1728         titlefont:
1729           size: 14
1730         gridcolor: "rgb(230, 230, 230)"
1731         hoverformat: ".4s"
1732         linecolor: "rgb(220, 220, 220)"
1733         linewidth: 1
1734         rangemode: "tozero"
1735         showgrid: True
1736         showline: True
1737         showticklabels: True
1738         tickcolor: "rgb(230, 230, 230)"
1739         tickformat: ".3s"
1740         tickfont:
1741           size: 14
1742         zeroline: False
1743       boxmode: "group"
1744       boxgroupgap: 0.5
1745       autosize: False
1746       margin:
1747         t: 50
1748         b: 20
1749         l: 80
1750         r: 20
1751       showlegend: True
1752       legend:
1753         orientation: "h"
1754         font:
1755           size: 14
1756       width: 700
1757       height: 800
1758       paper_bgcolor: "#fff"
1759       plot_bgcolor: "#fff"
1760       hoverlabel:
1761         namelength: -1
1762
1763     plot-throughput:
1764       titlefont:
1765         size: 18
1766       xaxis:
1767         title: "<b>Test Cases [Index]</b>"
1768         titlefont:
1769           size: 16
1770         autorange: True
1771         fixedrange: False
1772         gridcolor: "rgb(230, 230, 230)"
1773         linecolor: "rgb(220, 220, 220)"
1774         linewidth: 1
1775         showgrid: True
1776         showline: True
1777         showticklabels: True
1778         tickcolor: "rgb(220, 220, 220)"
1779         tickmode: "linear"
1780         tickfont:
1781           size: 16
1782         zeroline: False
1783       yaxis:
1784         title: "<b>Packet Throughput [Mpps]</b>"
1785         titlefont:
1786           size: 16
1787         gridcolor: "rgb(230, 230, 230)"
1788         hoverformat: ".4r"
1789         tickformat: ".3r"
1790         linecolor: "rgb(220, 220, 220)"
1791         linewidth: 1
1792         showgrid: True
1793         showline: True
1794         showticklabels: True
1795         tickcolor: "rgb(220, 220, 220)"
1796         tickfont:
1797           size: 16
1798         zeroline: False
1799         range: [0,50]
1800       autosize: False
1801       margin:
1802         t: 50
1803         b: 0
1804         l: 80
1805         r: 20
1806       showlegend: True
1807       legend:
1808         orientation: "h"
1809         font:
1810           size: 16
1811       width: 700
1812       height: 900
1813       paper_bgcolor: "#fff"
1814       plot_bgcolor: "#fff"
1815       hoverlabel:
1816         namelength: -1
1817
1818     plot-throughput-speedup-analysis:
1819       titlefont:
1820         size: 18
1821       xaxis:
1822         title: "<b>Number of Cores [Qty]</b>"
1823         titlefont:
1824           size: 16
1825         autorange: True
1826         fixedrange: False
1827         gridcolor: "rgb(230, 230, 230)"
1828         linecolor: "rgb(220, 220, 220)"
1829         linewidth: 1
1830         showgrid: True
1831         showline: True
1832         showticklabels: True
1833         tickcolor: "rgb(238, 238, 238)"
1834         tickmode: "linear"
1835         tickfont:
1836           size: 16
1837         zeroline: False
1838       yaxis:
1839         title: "<b>Packet Throughput [Mpps]</b>"
1840         titlefont:
1841           size: 16
1842         type: "linear"
1843         gridcolor: "rgb(230, 230, 230)"
1844         hoverformat: ".4s"
1845         linecolor: "rgb(220, 220, 220)"
1846         linewidth: 1
1847         showgrid: True
1848         showline: True
1849         showticklabels: True
1850         tickcolor: "rgb(220, 220, 220)"
1851         tickformat: ".4s"
1852         tickfont:
1853           size: 16
1854         zeroline: True
1855         rangemode: "tozero"
1856         range: [0,100]
1857       legend:
1858         orientation: "h"
1859         font:
1860           size: 16
1861         xanchor: "left"
1862         yanchor: "top"
1863         x: 0
1864         y: -0.2
1865         bgcolor: "rgba(255, 255, 255, 0)"
1866         bordercolor: "rgba(255, 255, 255, 0)"
1867         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1868       autosize: False
1869       margin:
1870           't': 50
1871           'b': 150
1872           'l': 85
1873           'r': 10
1874       showlegend: True
1875       width: 700
1876       height: 700
1877       paper_bgcolor: "#fff"
1878       plot_bgcolor: "#fff"
1879       hoverlabel:
1880         namelength: -1
1881       annotations: [
1882         {
1883           text: "_ _          __          ...",
1884           align: "left",
1885           showarrow: False,
1886           xref: "paper",
1887           yref: "paper",
1888           xanchor: "left",
1889           yanchor: "top",
1890           x: 0,
1891           y: -0.13,
1892           font: {
1893             family: "Consolas, Courier New",
1894             size: 15
1895           },
1896         },
1897         {
1898           text: "    Perfect     Measured     Limit",
1899           align: "left",
1900           showarrow: False,
1901           xref: "paper",
1902           yref: "paper",
1903           xanchor: "left",
1904           yanchor: "top",
1905           x: 0,
1906           y: -0.15,
1907           font: {
1908             family: "Consolas, Courier New",
1909             size: 15
1910           },
1911         },
1912       ]
1913
1914     plot-latency:
1915       titlefont:
1916         size: 18
1917       xaxis:
1918         title: "<b>Direction</b>"
1919         titlefont:
1920           size: 16
1921         autorange: True
1922         fixedrange: False
1923         gridcolor: "rgb(230, 230, 230)"
1924         linecolor: "rgb(220, 220, 220)"
1925         linewidth: 1
1926         showgrid: True
1927         showline: True
1928         showticklabels: False
1929         tickcolor: "rgb(220, 220, 220)"
1930         tickmode: "linear"
1931         tickfont:
1932           size: 16
1933         zeroline: False
1934       yaxis:
1935         title: "<b>Packet Latency [uSec]</b>"
1936         titlefont:
1937           size: 16
1938         type: "linear"
1939         gridcolor: "rgb(230, 230, 230)"
1940         hoverformat: ".4s"
1941         linecolor: "rgb(220, 220, 220)"
1942         linewidth: 1
1943         showgrid: True
1944         showline: True
1945         showticklabels: True
1946         tickcolor: "rgb(220, 220, 220)"
1947         tickformat: ".4s"
1948         tickfont:
1949           size: 16
1950         zeroline: True
1951         rangemode: "tozero"
1952       legend:
1953         orientation: "h"
1954         font:
1955           size: 16
1956         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1957       autosize: False
1958       margin:
1959           't': 50
1960           'b': 150
1961           'l': 80
1962           'r': 10
1963       showlegend: True
1964       width: 700
1965       height: 700
1966       paper_bgcolor: "#fff"
1967       plot_bgcolor: "#fff"
1968       hoverlabel:
1969         namelength: -1
1970
1971     plot-hdrh-latency:
1972       title:
1973         text: ""
1974         xanchor: "center"
1975         x: 0.5
1976         font:
1977           size: 16
1978       width: 700
1979       plot_bgcolor: "white"
1980       annotations:
1981         - font:
1982             size: 14
1983           showarrow: False
1984           text: "<b>Packet Latency [uSec]</b>"
1985           x: 1
1986           xanchor: "right"
1987           xref: "paper"
1988           y: -0.045
1989           yanchor: "top"
1990           yref: "paper"
1991         - font:
1992             size: 14
1993           showarrow: False
1994           text: "<b>Probability [%]</b>"
1995           textangle: 270
1996           x: -0.06
1997           xanchor: "center"
1998           xref: "paper"
1999           y: 0.5
2000           yanchor: "middle"
2001           yref: "paper"
2002         - font:
2003             size: 14
2004           showarrow: False
2005           text: "<b>Direction: E-W</b>"
2006           x: 0.24
2007           xanchor: "center"
2008           xref: "paper"
2009           y: 1.05
2010           yanchor: "bottom"
2011           yref: "paper"
2012         - font:
2013             size: 14
2014           showarrow: False
2015           text: "<b>Direction: W-E</b>"
2016           x: 0.74
2017           xanchor: "center"
2018           xref: "paper"
2019           y: 1.05
2020           yanchor: "bottom"
2021           yref: "paper"
2022
2023     plot-hdrh-latency-percentile:
2024       title:
2025         text: ""
2026         xanchor: "center"
2027         x: 0.5
2028         font:
2029           size: 18
2030       xaxis:
2031         type: "log"
2032         title: "<b>Percentile [%]</b>"
2033         titlefont:
2034           size: 16
2035         autorange: True
2036         fixedrange: False
2037         gridcolor: "rgb(230, 230, 230)"
2038         linecolor: "rgb(220, 220, 220)"
2039         linewidth: 1
2040         showgrid: True
2041         showline: True
2042         showticklabels: True
2043         tickcolor: "rgb(220, 220, 220)"
2044         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2045         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2046         tickfont:
2047           size: 16
2048       yaxis:
2049         title: "<b>Packet Latency [uSec]</b>"
2050         titlefont:
2051           size: 16
2052         gridcolor: "rgb(230, 230, 230)"
2053         linecolor: "rgb(220, 220, 220)"
2054         linewidth: 1
2055         showgrid: True
2056         showline: True
2057         showticklabels: True
2058         tickcolor: "rgb(220, 220, 220)"
2059         tickfont:
2060           size: 16
2061       autosize: False
2062       showlegend: True
2063       legend:
2064         traceorder: "normal"
2065         orientation: "h"
2066         font:
2067           size: 16
2068         xanchor: "left"
2069         yanchor: "top"
2070         x: 0
2071         y: -0.15
2072         bgcolor: "rgba(255, 255, 255, 0)"
2073         bordercolor: "rgba(255, 255, 255, 0)"
2074       width: 700
2075       height: 700
2076       paper_bgcolor: "white"
2077       plot_bgcolor: "white"
2078
2079     plot-hdrh-latency-by-percentile:
2080       title:
2081         text: "<b>Latency by Percentile Distribution</b>"
2082         xanchor: "center"
2083         x: 0.5
2084         font:
2085           size: 18
2086       showlegend: True
2087       legend:
2088         traceorder: "normal"
2089         orientation: "h"
2090         font:
2091           size: 16
2092         xanchor: "left"
2093         yanchor: "top"
2094         x: 0
2095         y: -0.2
2096         bgcolor: "rgba(255, 255, 255, 0)"
2097         bordercolor: "rgba(255, 255, 255, 0)"
2098       xaxis:
2099         type: "linear"
2100         title: "<b>Percentile [%]</b>"
2101         titlefont:
2102           size: 14
2103         autorange: False
2104         fixedrange: False
2105         range: [0, 100]
2106         gridcolor: "rgb(230, 230, 230)"
2107         linecolor: "rgb(220, 220, 220)"
2108         linewidth: 1
2109         showgrid: True
2110         showline: True
2111         showticklabels: True
2112         tickcolor: "rgb(220, 220, 220)"
2113         tickvals: [0, 25, 50, 75, 100]
2114         ticktext: [0, 25, 50, 75, 100]
2115         tickfont:
2116           size: 14
2117       yaxis:
2118         title: "<b>One-Way Latency per Direction [uSec]</b>"
2119         titlefont:
2120           size: 14
2121         gridcolor: "rgb(230, 230, 230)"
2122         linecolor: "rgb(220, 220, 220)"
2123         linewidth: 1
2124         showgrid: True
2125         showline: True
2126         showticklabels: True
2127         tickcolor: "rgb(220, 220, 220)"
2128         tickfont:
2129           size: 14
2130       width: 700
2131       height: 700
2132       paper_bgcolor: "white"
2133       plot_bgcolor: "white"
2134
2135 - type: "static"
2136   src-path: "{DIR[RST]}"
2137   dst-path: "{DIR[WORKING,SRC]}"
2138
2139 - type: "input"
2140   general:
2141     file-name: "output_info.xml.gz"
2142     file-format: ".gz"
2143     arch-file-format:
2144       - ".gz"
2145       - ".zip"
2146     download-path: "{job}/{build}/archives/{filename}"
2147     extract: "output.xml"
2148
2149     zip-file-name: "robot-plugin.zip"
2150     zip-file-format: ".zip"
2151     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2152     zip-extract: "robot-plugin/output.xml"
2153
2154   builds:
2155
2156     csit-vpp-perf-verify-1908-3n-hsw:
2157       - 12  # NDRPDR sel
2158       - 13  # NDRPDR sel
2159       - 14  # NDRPDR sel
2160       - 15  # NDRPDR sel
2161       - 16  # NDRPDR sel
2162       - 17  # NDRPDR sel
2163       - 18  # NDRPDR sel
2164       - 19  # NDRPDR sel
2165       - 20  # NDRPDR sel
2166       - 21  # NDRPDR sel
2167       - 39  # MRR sel
2168     csit-vpp-perf-verify-2001-3n-hsw:
2169       - 21  # NDRPDR sel
2170       - 22  # NDRPDR sel
2171       - 23  # NDRPDR sel
2172       - 24  # NDRPDR sel
2173       - 25  # NDRPDR sel
2174       - 29  # NDRPDR sel
2175       - 30  # NDRPDR sel
2176       - 31  # NDRPDR sel
2177       - 32  # NDRPDR sel
2178       - 34  # NDRPDR sel
2179       - 17  # MRR sel
2180     csit-vpp-perf-report-iterative-2005-3n-hsw:
2181       - 3   # NDRPDR sel
2182       - 4   # NDRPDR sel
2183       - 5   # NDRPDR sel
2184       - 10  # NDRPDR sel
2185       - 11  # NDRPDR sel
2186       - 12  # NDRPDR sel
2187       - 15  # NDRPDR sel
2188       - 16  # NDRPDR sel
2189       - 18  # NDRPDR sel
2190       - 19  # NDRPDR sel
2191       - 13  # MRR
2192     csit-vpp-perf-verify-2005-3n-hsw:
2193       - 3   # hoststack
2194       - 5   # hoststack
2195       - 6   # hoststack
2196       - 7   # hoststack
2197       - 8   # hoststack
2198       - 9   # hoststack
2199       - 10  # hoststack
2200       - 11  # hoststack
2201       - 12  # hoststack
2202       - 13  # hoststack
2203     csit-vpp-perf-report-coverage-2005-3n-hsw:
2204       - 1   # perf-full-3n-dnv-crypto_I
2205       - 7   # perf-full-3n-hsw-crypto_II
2206       - 3   # perf-full-3n-hsw-crypto_III
2207       - 4   # perf-full-3n-dnv-crypto_IV
2208       - 5   # perf-full-3n-hsw-ip4_I
2209       - 6   # perf-full-3n-hsw-ip4_II
2210       - 8   # perf-full-3n-hsw-ip4_III
2211       - 9   # perf-full-3n-hsw-ip4_IV
2212       - 10  # perf-full-3n-hsw-ip4_V
2213       - 26  # perf-full-3n-hsw-ip4_VI
2214       - 18  # perf-full-3n-hsw-ip4_VII
2215       - 27  # perf-full-3n-hsw-ip4_VIII
2216       - 28  # perf-full-3n-hsw-ip4_IX
2217       - 29  # perf-full-3n-hsw-ip6_I
2218       - 35  # perf-full-3n-hsw-ip6_II
2219       - 42  # perf-full-3n-hsw-l2_I
2220       - 33  # perf-full-3n-hsw-l2_II
2221       - 37  # perf-full-3n-hsw-l2_III
2222       - 45  # perf-full-3n-hsw-l2_IV
2223       - 43  # perf-full-3n-hsw-l2_V
2224       - 40  # perf-full-3n-hsw-l2_VI
2225       - 44  # perf-full-3n-hsw-l2_VII
2226       - 51  # perf-full-3n-hsw-l2_VIII
2227       - 50  # perf-full-3n-hsw-l2_IX
2228       - 52  # perf-full-3n-hsw-l2_X
2229       - 53  # perf-full-3n-hsw-l2_XI
2230       - 54  # perf-full-3n-hsw-memif
2231       - 55  # perf-full-3n-hsw-ip4tunnels-I
2232       - 56  # perf-full-3n-hsw-ip4tunnels-II
2233       - 57  # perf-full-3n-hsw-ip4tunnels-III
2234       - 58  # perf-full-3n-hsw-ip6tunnels-I
2235       - 59  # perf-full-3n-hsw-srv6-I
2236       - 60  # perf-full-3n-hsw-srv6-II
2237       - 61  # perf-full-3n-hsw-vhost-I
2238       - 62  # perf-full-3n-hsw-vhost-II
2239       - 63  # perf-full-3n-hsw-vhost-III
2240
2241     csit-vpp-perf-verify-1908_1-3n-skx:
2242       - 26  # NDRPDR sel - new1908.1
2243       - 27  # NDRPDR sel - new1908.1
2244       - 28  # NDRPDR sel - new1908.1
2245       - 29  # NDRPDR sel - new1908.1
2246       - 30  # NDRPDR sel - new1908.1
2247       - 31  # NDRPDR sel - new1908.1
2248       - 33  # NDRPDR sel - new1908.1
2249       - 34  # NDRPDR sel - new1908.1
2250       - 35  # NDRPDR sel - new1908.1
2251       - 36  # NDRPDR sel - new1908.1
2252     csit-vpp-perf-verify-2001-3n-skx:
2253       - 69  # NDRPDR sel - new2001.0
2254       - 71  # NDRPDR sel - new2001.0
2255       - 72  # NDRPDR sel - new2001.0
2256       - 76  # NDRPDR sel - new2001.0
2257       - 77  # NDRPDR sel - new2001.0
2258       - 78  # NDRPDR sel - new2001.0
2259       - 80  # NDRPDR sel - new2001.0
2260       - 50  # MRR sel
2261       - 53  # MRR sel addition
2262     # TODO: Add data:
2263     csit-vpp-perf-report-iterative-2005-3n-skx:
2264       - 4   # NDRPDR sel
2265       - 5   # NDRPDR sel ??? all x710 failed
2266       - 33  # NDRPDR sel
2267       - 28  # NDRPDR sel
2268       - 34  # NDRPDR sel
2269       - 36  # NDRPDR sel
2270       - 37  # NDRPDR sel
2271       - 38  # NDRPDR sel
2272       - 6   # MRR sel
2273
2274     csit-vpp-perf-verify-1908_1-2n-skx:
2275       - 39  # NDRPDR sel - new1908.1
2276       - 40  # NDRPDR sel - new1908.1
2277       - 41  # NDRPDR sel - new1908.1
2278       - 43  # NDRPDR sel - new1908.1
2279       - 44  # NDRPDR sel - new1908.1
2280       - 45  # NDRPDR sel - new1908.1
2281       - 46  # NDRPDR sel - new1908.1
2282       - 47  # NDRPDR sel - new1908.1
2283       - 48  # NDRPDR sel - new1908.1
2284       - 49  # NDRPDR sel - new1908.1
2285     csit-vpp-perf-verify-2001-2n-skx:
2286       - 143  # NDRPDR sel - new2001.0
2287       - 146  # NDRPDR sel - new2001.0
2288       - 147  # NDRPDR sel - new2001.0
2289       - 148  # NDRPDR sel - new2001.0
2290       - 149  # NDRPDR sel - new2001.0
2291       - 150  # NDRPDR sel - new2001.0
2292       - 151  # NDRPDR sel - new2001.0
2293       - 152  # NDRPDR sel - new2001.0
2294       - 153  # NDRPDR sel - new2001.0
2295       - 154  # NDRPDR sel - new2001.0
2296       - 101  # MRR sel - old
2297       - 128  # MRR sel addition - old
2298     # TODO: Add data:
2299     csit-vpp-perf-report-iterative-2005-2n-skx:
2300       - 43  # NDRPDR sel
2301       - 38  # NDRPDR sel
2302       - 7   # NDRPDR sel
2303       - 65  # NDRPDR sel
2304       - 47  # NDRPDR sel
2305       - 55  # NDRPDR sel
2306       - 67  # NDRPDR sel
2307       - 42  # MRR sel
2308       - 48  # Reconf
2309       - 50  # Reconf
2310       - 51  # Reconf
2311       - 52  # Reconf
2312       - 53  # Reconf
2313       - 60  # Reconf
2314       - 70  # Reconf
2315       - 71  # Reconf
2316       - 63  # Reconf
2317       - 66  # Reconf
2318       - 49  # Soak
2319       - 54  # Soak
2320 #    csit-vpp-perf-report-coverage-2005-2n-skx:
2321 #      -
2322
2323     csit-vpp-perf-verify-1908_1-2n-clx:
2324       - 5  # NDRPDR sel
2325       - 6  # NDRPDR sel
2326       - 7  # NDRPDR sel
2327       - 8  # NDRPDR sel
2328       - 9  # NDRPDR sel
2329     csit-vpp-perf-verify-2001-2n-clx:
2330       - 28  # NDRPDR sel
2331       - 29  # NDRPDR sel
2332       - 32  # NDRPDR sel
2333       - 40  # NDRPDR sel
2334       - 43  # NDRPDR sel
2335       - 44  # NDRPDR sel
2336       - 45  # NDRPDR sel
2337       - 47  # NDRPDR sel
2338       - 48  # NDRPDR sel
2339       - 49  # NDRPDR sel
2340       - 39  # MRR
2341     # TODO: Add data:
2342     csit-vpp-perf-report-iterative-2005-2n-clx:
2343       - 7   # NDRPDR sel
2344       - 38  # NDRPDR sel
2345       - 9   # NDRPDR sel
2346       - 32  # NDRPDR sel ???
2347       - 33  # NDRPDR sel ???
2348       - 39  # NDRPDR sel
2349       - 40  # NDRPDR sel
2350       - 43  # NDRPDR sel
2351       - 50  # NDRPDR sel
2352       - 51  # NDRPDR sel
2353       - 12  # MRR
2354       - 42  # Reconf
2355       - 45  # Reconf
2356       - 46  # Reconf
2357       - 47  # Reconf
2358       - 48  # Reconf
2359       - 52  # Reconf
2360       - 53  # Reconf
2361       - 54  # Reconf
2362       - 55  # Reconf
2363       - 56  # Reconf
2364       - 44  # Soak
2365       - 49  # Soak
2366     # TODO: Add data:
2367     csit-vpp-perf-report-coverage-2005-2n-clx:
2368       - 2   # perf-full-2n-clx-ip4_II
2369       - 3   # perf-full-2n-clx-ip4_III
2370       - 4   # perf-full-2n-clx-ip4_IV
2371       - 5   # perf-full-2n-clx-ip4_V
2372       - 6   # perf-full-2n-clx-ip4_VI
2373       - 7   # perf-full-2n-clx-ip6_I
2374       - 10  # perf-full-2n-clx-l2_II
2375       - 11  # perf-full-2n-clx-memif
2376       - 12  # perf-full-2n-clx-loadbalancer
2377       - 13  # perf-full-2n-clx-vhost I
2378       - 15  # perf-full-2n-clx-vts
2379
2380     csit-vpp-perf-verify-1908-3n-tsh:
2381       - 7   # NDRPDR sel
2382       - 8   # NDRPDR sel
2383       - 9   # NDRPDR sel
2384       - 10  # NDRPDR sel
2385       - 11  # NDRPDR sel
2386       - 12  # NDRPDR sel
2387       - 13  # NDRPDR sel
2388       - 14  # NDRPDR sel
2389       - 15  # NDRPDR sel
2390       - 16  # NDRPDR sel
2391       - 17  # MRR sel
2392     csit-vpp-perf-verify-2001-3n-tsh:
2393       - 3   # NDRPDR sel
2394       - 4   # NDRPDR sel
2395       - 7   # NDRPDR sel
2396       - 8   # NDRPDR sel
2397       - 10  # NDRPDR sel
2398       - 12  # NDRPDR sel
2399       - 13  # NDRPDR sel
2400       - 14  # NDRPDR sel
2401       - 15  # NDRPDR sel
2402       - 21  # NDRPDR sel
2403       - 9   # MRR sel
2404     # TODO: Add data:
2405     csit-vpp-perf-report-iterative-2005-3n-tsh:
2406       - 9   # NDRPDR sel
2407       - 11  # NDRPDR sel
2408       - 12  # NDRPDR sel
2409       - 10  # MRR sel
2410
2411     csit-vpp-perf-verify-1908-3n-dnv:
2412       - 6   # NDRPDR sel
2413       - 7   # NDRPDR sel
2414       - 8   # NDRPDR sel
2415       - 9   # NDRPDR sel
2416       - 10  # NDRPDR sel
2417       - 12  # NDRPDR sel
2418       - 13  # NDRPDR sel
2419       - 14  # NDRPDR sel
2420       - 15  # NDRPDR sel
2421       - 16  # NDRPDR sel
2422       - 17  # MRR sel
2423     csit-vpp-perf-verify-2001-3n-dnv:
2424       - 5   # NDRPDR sel
2425       - 6   # NDRPDR sel
2426       - 7   # NDRPDR sel
2427       - 8   # NDRPDR sel
2428       - 9   # NDRPDR sel
2429       - 10  # NDRPDR sel
2430       - 12  # NDRPDR sel
2431       - 16  # NDRPDR sel
2432       - 17  # NDRPDR sel
2433       - 18  # NDRPDR sel
2434       - 11  # MRR sel
2435     csit-vpp-perf-report-iterative-2005-3n-dnv:
2436       - 2   # NDRPDR sel
2437       - 3   # NDRPDR sel
2438       - 4   # NDRPDR sel
2439       - 5   # NDRPDR sel
2440       - 6   # NDRPDR sel
2441       - 7   # NDRPDR sel
2442       - 9   # NDRPDR sel
2443       - 10  # NDRPDR sel
2444       - 11  # NDRPDR sel
2445       - 12  # NDRPDR sel
2446       - 8   # MRR
2447     csit-vpp-perf-report-coverage-2005-3n-dnv:
2448       - 1   # perf-full-3n-dnv-crypto_I
2449       - 24  # perf-full-3n-dnv-crypto_II
2450       - 5   # perf-full-3n-dnv-ip4_I
2451       - 13  # perf-full-3n-dnv-ip4_II
2452       - 17  # perf-full-3n-dnv-ip6_I
2453       - 18  # perf-full-3n-dnv-ip6_II
2454       - 21  # perf-full-3n-dnv-l2_I
2455       - 22  # perf-full-3n-dnv-l2_II
2456       - 23  # perf-full-3n-dnv-ip4-tunnels_I
2457
2458     csit-vpp-perf-verify-1908-2n-dnv:
2459       - 1   # NDRPDR sel
2460       - 2   # NDRPDR sel
2461       - 3   # NDRPDR sel
2462       - 4   # NDRPDR sel
2463       - 5   # NDRPDR sel
2464       - 6   # NDRPDR sel
2465       - 7   # NDRPDR sel
2466       - 8   # NDRPDR sel
2467       - 9   # NDRPDR sel
2468       - 10  # NDRPDR sel
2469       - 11  # MRR sel
2470     csit-vpp-perf-verify-2001-2n-dnv:
2471       - 4   # NDRPDR sel
2472       - 5   # NDRPDR sel
2473       - 6   # NDRPDR sel
2474       - 7   # NDRPDR sel
2475       - 8   # NDRPDR sel
2476       - 9   # NDRPDR sel
2477       - 10  # NDRPDR sel
2478       - 11  # NDRPDR sel
2479       - 13  # NDRPDR sel
2480       - 16  # NDRPDR sel
2481       - 12  # MRR sel
2482     csit-vpp-perf-report-iterative-2005-2n-dnv:
2483       - 3   # NDRPDR sel
2484       - 6   # NDRPDR sel
2485       - 7   # NDRPDR sel
2486       - 8   # NDRPDR sel
2487       - 9   # NDRPDR sel
2488       - 10  # NDRPDR sel
2489       - 11  # NDRPDR sel
2490       - 12  # NDRPDR sel
2491       - 13  # NDRPDR sel
2492       - 14  # NDRPDR sel
2493       - 15  # MRR sel
2494     csit-vpp-perf-report-coverage-2005-2n-dnv:
2495       - 1   # perf-full-2n-dnv-ip4_I
2496       - 2   # perf-full-2n-dnv-ip4_II
2497       - 3   # perf-full-2n-dnv-ip6_I
2498       - 4   # perf-full-2n-dnv-ip6_II
2499       - 5   # perf-full-2n-dnv-l2_I
2500       - 6   # perf-full-2n-dnv-l2_II
2501
2502     csit-dpdk-perf-verify-1908-3n-hsw:
2503       - 2   # NDRPDR sel
2504       - 3   # NDRPDR sel
2505       - 4   # NDRPDR sel
2506       - 5   # NDRPDR sel
2507       - 6   # NDRPDR sel
2508       - 7   # NDRPDR sel
2509       - 8   # NDRPDR sel
2510       - 9   # NDRPDR sel
2511       - 10  # NDRPDR sel
2512       - 11  # NDRPDR sel
2513     csit-dpdk-perf-verify-2001-3n-hsw:
2514       - 4   # NDRPDR sel
2515       - 5   # NDRPDR sel
2516       - 6   # NDRPDR sel
2517       - 7   # NDRPDR sel
2518       - 8   # NDRPDR sel
2519       - 9   # NDRPDR sel
2520       - 10  # NDRPDR sel
2521       - 11  # NDRPDR sel
2522       - 12  # NDRPDR sel
2523       - 13  # NDRPDR sel
2524       - 15  # NDRPDR sel
2525       - 16  # NDRPDR sel
2526       - 17  # NDRPDR sel
2527       - 18  # NDRPDR sel
2528       - 19  # NDRPDR sel
2529       - 20  # NDRPDR sel
2530       - 21  # NDRPDR sel
2531       - 22  # NDRPDR sel
2532       - 23  # NDRPDR sel
2533       - 24  # NDRPDR sel
2534     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2535       - 5   # NDRPDR sel
2536       - 6   # NDRPDR sel
2537       - 7   # NDRPDR sel
2538       - 8   # NDRPDR sel
2539       - 9   # NDRPDR sel
2540       - 10  # NDRPDR sel
2541       - 11  # NDRPDR sel
2542       - 12  # NDRPDR sel
2543       - 13  # NDRPDR sel
2544       - 14  # NDRPDR sel
2545
2546     csit-dpdk-perf-verify-1908-3n-skx:
2547       - 3   # NDRPDR sel
2548       - 4   # NDRPDR sel
2549       - 5   # NDRPDR sel
2550       - 6   # NDRPDR sel
2551       - 7   # NDRPDR sel
2552       - 8   # NDRPDR sel
2553       - 9   # NDRPDR sel
2554       - 10  # NDRPDR sel
2555       - 11  # NDRPDR sel
2556       - 12  # NDRPDR sel
2557     csit-dpdk-perf-verify-2001-3n-skx:
2558       - 29  # NDRPDR sel xxv710
2559       - 33  # NDRPDR sel xxv710
2560       - 34  # NDRPDR sel xxv710
2561       - 35  # NDRPDR sel xxv710
2562       - 36  # NDRPDR sel xxv710
2563       - 37  # NDRPDR sel xxv710
2564       - 41  # NDRPDR sel xxv710
2565       - 42  # NDRPDR sel xxv710
2566       - 43  # NDRPDR sel xxv710
2567       - 45  # NDRPDR sel xxv710
2568       - 30  # NDRPDR sel x710
2569       - 31  # NDRPDR sel x710
2570       - 32  # NDRPDR sel x710
2571       - 38  # NDRPDR sel x710
2572       - 39  # NDRPDR sel x710
2573       - 40  # NDRPDR sel x710
2574       - 44  # NDRPDR sel x710
2575       - 46  # NDRPDR sel x710
2576       - 47  # NDRPDR sel x710
2577       - 48  # NDRPDR sel x710
2578     csit-dpdk-perf-report-iterative-2005-3n-skx:
2579       - 4   # NDRPDR sel
2580       - 5   # NDRPDR sel
2581       - 6   # NDRPDR sel
2582       - 7   # NDRPDR sel
2583       - 8   # NDRPDR sel
2584       - 11  # NDRPDR sel
2585       - 12  # NDRPDR sel
2586       - 13  # NDRPDR sel
2587       - 14  # NDRPDR sel
2588       - 15  # NDRPDR sel
2589
2590     csit-dpdk-perf-verify-1908-2n-skx:
2591       - 2   # NDRPDR sel
2592       - 3   # NDRPDR sel
2593       - 4   # NDRPDR sel
2594       - 5   # NDRPDR sel
2595       - 7   # NDRPDR sel
2596       - 8   # NDRPDR sel
2597       - 9   # NDRPDR sel
2598       - 10  # NDRPDR sel
2599       - 11  # NDRPDR sel
2600       - 12  # NDRPDR sel
2601     csit-dpdk-perf-verify-2001-2n-skx:
2602       - 35  # NDRPDR sel xxv710
2603       - 36  # NDRPDR sel xxv710
2604       - 37  # NDRPDR sel xxv710
2605       - 41  # NDRPDR sel xxv710
2606       - 42  # NDRPDR sel xxv710
2607       - 43  # NDRPDR sel xxv710
2608       - 46  # NDRPDR sel xxv710
2609       - 47  # NDRPDR sel xxv710
2610       - 52  # NDRPDR sel xxv710
2611       - 53  # NDRPDR sel xxv710
2612       - 38  # NDRPDR sel x710
2613       - 39  # NDRPDR sel x710
2614       - 40  # NDRPDR sel x710
2615       - 44  # NDRPDR sel x710
2616       - 45  # NDRPDR sel x710
2617       - 48  # NDRPDR sel x710
2618       - 49  # NDRPDR sel x710
2619       - 50  # NDRPDR sel x710
2620       - 51  # NDRPDR sel x710
2621       - 54  # NDRPDR sel x710
2622     csit-dpdk-perf-report-iterative-2005-2n-skx:
2623       - 1   # NDRPDR sel
2624       - 2   # NDRPDR sel
2625       - 3   # NDRPDR sel
2626       - 4   # NDRPDR sel
2627       - 5   # NDRPDR sel
2628       - 6   # NDRPDR sel
2629       - 7   # NDRPDR sel
2630       - 8   # NDRPDR sel
2631       - 9   # NDRPDR sel
2632       - 10  # NDRPDR sel
2633
2634     csit-dpdk-perf-verify-2001-2n-clx:
2635       - 15  # NDRPDR sel
2636       - 16  # NDRPDR sel
2637       - 17  # NDRPDR sel
2638       - 18  # NDRPDR sel
2639       - 19  # NDRPDR sel
2640       - 20  # NDRPDR sel
2641       - 21  # NDRPDR sel
2642       - 22  # NDRPDR sel
2643       - 23  # NDRPDR sel
2644       - 24  # NDRPDR sel
2645       - 25  # NDRPDR sel
2646       - 26  # NDRPDR sel
2647       - 27  # NDRPDR sel
2648       - 28  # NDRPDR sel
2649       - 29  # NDRPDR sel
2650       - 30  # NDRPDR sel
2651       - 31  # NDRPDR sel
2652       - 32  # NDRPDR sel
2653       - 33  # NDRPDR sel
2654       - 34  # NDRPDR sel
2655     csit-dpdk-perf-report-iterative-2005-2n-clx:
2656       - 1   # NDRPDR sel
2657       - 2   # NDRPDR sel
2658       - 3   # NDRPDR sel
2659       - 4   # NDRPDR sel
2660       - 5   # NDRPDR sel
2661       - 6   # NDRPDR sel
2662       - 7   # NDRPDR sel
2663       - 8   # NDRPDR sel
2664       - 9   # NDRPDR sel
2665       - 10  # NDRPDR sel
2666
2667     csit-dpdk-perf-verify-2001-2n-dnv:
2668       - 9   # NDRPDR sel
2669       - 10  # NDRPDR sel
2670       - 11  # NDRPDR sel
2671       - 12  # NDRPDR sel
2672       - 13  # NDRPDR sel
2673       - 14  # NDRPDR sel
2674       - 15  # NDRPDR sel
2675       - 16  # NDRPDR sel
2676       - 17  # NDRPDR sel
2677       - 18  # NDRPDR sel
2678     csit-dpdk-perf-report-iterative-2005-2n-dnv:
2679       - 8   # NDRPDR sel
2680       - 9   # NDRPDR sel
2681       - 10  # NDRPDR sel
2682       - 11  # NDRPDR sel
2683       - 12  # NDRPDR sel
2684       - 13  # NDRPDR sel
2685       - 14  # NDRPDR sel
2686       - 15  # NDRPDR sel
2687       - 16  # NDRPDR sel
2688       - 17  # NDRPDR sel
2689
2690     csit-dpdk-perf-verify-2001-3n-dnv:
2691       - 12  # NDRPDR sel
2692       - 13  # NDRPDR sel
2693       - 14  # NDRPDR sel
2694       - 15  # NDRPDR sel
2695       - 16  # NDRPDR sel
2696       - 17  # NDRPDR sel
2697       - 18  # NDRPDR sel
2698       - 19  # NDRPDR sel
2699       - 20  # NDRPDR sel
2700       - 22  # NDRPDR sel
2701     csit-dpdk-perf-report-iterative-2005-3n-dnv:
2702       - 6   # NDRPDR sel
2703       - 7   # NDRPDR sel
2704       - 8   # NDRPDR sel
2705       - 9   # NDRPDR sel
2706       - 10  # NDRPDR sel
2707       - 11  # NDRPDR sel
2708       - 12  # NDRPDR sel
2709       - 13  # NDRPDR sel
2710       - 14  # NDRPDR sel
2711       - 16  # NDRPDR sel
2712
2713     csit-dpdk-perf-verify-2001-3n-tsh:
2714       - 3   # NDRPDR sel
2715       - 4   # NDRPDR sel
2716       - 5   # NDRPDR sel
2717       - 9   # NDRPDR sel
2718       - 10  # NDRPDR sel
2719       - 11  # NDRPDR sel
2720       - 12  # NDRPDR sel
2721       - 14  # NDRPDR sel
2722       - 15  # NDRPDR sel
2723       - 18  # NDRPDR sel
2724     # TODO: Add data:
2725     csit-dpdk-perf-report-iterative-2005-3n-tsh:
2726       - 5   # NDRPDR sel
2727
2728     csit-vpp-device-2005-ubuntu1804-1n-skx:
2729       - 35
2730
2731 - type: "output"
2732   output: "report"
2733   format:
2734     html:
2735     - full
2736 #    pdf:
2737 #    - minimal
2738
2739 ################################################################################
2740 ###                               T A B L E S                                ###
2741 ################################################################################
2742
2743 # VPP Soak vs NDR - 2n-skx
2744 - type: "table"
2745   title: "VPP Soak vs NDR 2n-skx"
2746   algorithm: "table_soak_vs_ndr"
2747   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2748   reference:
2749     title: "NDR"
2750     data: "vpp-soak-vs-ndr-2n-skx-ref"
2751   compare:
2752     title: "Soak"
2753     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2754   data: "vpp-soak-vs-ndr-2n-skx"
2755   include-tests: "NDR"
2756   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2757   parameters:
2758     - "throughput"
2759     - "name"
2760     - "parent"
2761
2762 # VPP Soak vs NDR - 2n-clx
2763 - type: "table"
2764   title: "VPP Soak vs NDR 2n-clx"
2765   algorithm: "table_soak_vs_ndr"
2766   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2767   reference:
2768     title: "NDR"
2769     data: "vpp-soak-vs-ndr-2n-clx-ref"
2770   compare:
2771     title: "Soak"
2772     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2773   data: "vpp-soak-vs-ndr-2n-clx"
2774   include-tests: "NDR"
2775   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2776   parameters:
2777     - "throughput"
2778     - "name"
2779     - "parent"
2780
2781 ################################################################################
2782
2783 # VPP Compare NICs 3n-skx 2t1c ndr
2784 - type: "table"
2785   title: "VPP Compare NICs 3n-skx 2t1c ndr"
2786   algorithm: "table_comparison"
2787   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2788   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2789   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2790   columns:
2791     - title: "x710"
2792       data-set: "vpp-nic-comparison-3n-skx"
2793       tag: "NIC_Intel-X710"
2794     - title: "xxv710"
2795       data-set: "vpp-nic-comparison-3n-skx"
2796       tag: "NIC_Intel-XXV710"
2797   comparisons:
2798     - title: "Diff"
2799       reference: 1
2800       compare: 2
2801   legend:
2802     - "Legend to Table:"
2803     - "x710, xxv710 - NICs tested."
2804     - "Diff - difference between x710 and xxv710 NIC."
2805
2806 # VPP Compare NICs 3n-skx 4t2c ndr
2807 - type: "table"
2808   title: "VPP Compare NICs 3n-skx 4t2c ndr"
2809   algorithm: "table_comparison"
2810   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2811   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2812   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2813   columns:
2814     - title: "x710"
2815       data-set: "vpp-nic-comparison-3n-skx"
2816       tag: "NIC_Intel-X710"
2817     - title: "xxv710"
2818       data-set: "vpp-nic-comparison-3n-skx"
2819       tag: "NIC_Intel-XXV710"
2820   comparisons:
2821     - title: "Diff"
2822       reference: 1
2823       compare: 2
2824   legend:
2825     - "Legend to Table:"
2826     - "x710, xxv710 - NICs tested."
2827     - "Diff - difference between x710 and xxv710 NIC."
2828
2829 # VPP Compare NICs 3n-skx 2t1c pdr
2830 - type: "table"
2831   title: "VPP Compare NICs 3n-skx 2t1c pdr"
2832   algorithm: "table_comparison"
2833   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2834   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2835   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2836   columns:
2837     - title: "x710"
2838       data-set: "vpp-nic-comparison-3n-skx"
2839       tag: "NIC_Intel-X710"
2840     - title: "xxv710"
2841       data-set: "vpp-nic-comparison-3n-skx"
2842       tag: "NIC_Intel-XXV710"
2843   comparisons:
2844     - title: "Diff"
2845       reference: 1
2846       compare: 2
2847   legend:
2848     - "Legend to Table:"
2849     - "x710, xxv710 - NICs tested."
2850     - "Diff - difference between x710 and xxv710 NIC."
2851
2852 # VPP Compare NICs 3n-skx 4t2c pdr
2853 - type: "table"
2854   title: "VPP Compare NICs 3n-skx 4t2c pdr"
2855   algorithm: "table_comparison"
2856   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2857   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2858   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2859   columns:
2860     - title: "x710"
2861       data-set: "vpp-nic-comparison-3n-skx"
2862       tag: "NIC_Intel-X710"
2863     - title: "xxv710"
2864       data-set: "vpp-nic-comparison-3n-skx"
2865       tag: "NIC_Intel-XXV710"
2866   comparisons:
2867     - title: "Diff"
2868       reference: 1
2869       compare: 2
2870   legend:
2871     - "Legend to Table:"
2872     - "x710, xxv710 - NICs tested."
2873     - "Diff - difference between x710 and xxv710 NIC."
2874
2875 ## VPP Compare NICs 3n-skx 2t1c mrr
2876 #- type: "table"
2877 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
2878 #  algorithm: "table_comparison"
2879 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2880 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2881 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2882 #  columns:
2883 #    - title: "x710"
2884 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2885 #      tag: "NIC_Intel-X710"
2886 #    - title: "xxv710"
2887 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2888 #      tag: "NIC_Intel-XXV710"
2889 #  comparisons:
2890 #    - title: "Diff"
2891 #      reference: 1
2892 #      compare: 2
2893 #  legend:
2894 #    - "Legend to Table:"
2895 #    - "x710, xxv710 - NICs tested."
2896 #    - "Diff - difference between x710 and xxv710 NIC."
2897 #
2898 ## VPP Compare NICs 3n-skx 4t2c mrr
2899 #- type: "table"
2900 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
2901 #  algorithm: "table_comparison"
2902 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2903 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2904 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2905 #  columns:
2906 #    - title: "x710"
2907 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2908 #      tag: "NIC_Intel-X710"
2909 #    - title: "xxv710"
2910 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2911 #      tag: "NIC_Intel-XXV710"
2912 #  comparisons:
2913 #    - title: "Diff"
2914 #      reference: 1
2915 #      compare: 2
2916 #  legend:
2917 #    - "Legend to Table:"
2918 #    - "x710, xxv710 - NICs tested."
2919 #    - "Diff - difference between x710 and xxv710 NIC."
2920 #
2921 ## VPP Compare NICs 3n-skx 8t4c mrr
2922 #- type: "table"
2923 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
2924 #  algorithm: "table_comparison"
2925 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2926 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2927 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2928 #  columns:
2929 #    - title: "x710"
2930 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2931 #      tag: "NIC_Intel-X710"
2932 #    - title: "xxv710"
2933 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2934 #      tag: "NIC_Intel-XXV710"
2935 #  comparisons:
2936 #    - title: "Diff"
2937 #      reference: 1
2938 #      compare: 2
2939 #  legend:
2940 #    - "Legend to Table:"
2941 #    - "x710, xxv710 - NICs tested."
2942 #    - "Diff - difference between x710 and xxv710 NIC."
2943
2944 # VPP Compare NICs 2n-skx 2t1c ndr
2945 - type: "table"
2946   title: "VPP Compare NICs 2n-skx 2t1c ndr"
2947   algorithm: "table_comparison"
2948   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2949   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2950   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2951   columns:
2952     - title: "x710"
2953       data-set: "vpp-nic-comparison-2n-skx"
2954       tag: "NIC_Intel-X710"
2955     - title: "xxv710"
2956       data-set: "vpp-nic-comparison-2n-skx"
2957       tag: "NIC_Intel-XXV710"
2958   comparisons:
2959     - title: "Diff"
2960       reference: 1
2961       compare: 2
2962   legend:
2963     - "Legend to Table:"
2964     - "x710, xxv710 - NICs tested."
2965     - "Diff - difference between x710 and xxv710 NIC."
2966
2967 # VPP Compare NICs 2n-skx 4t2c ndr
2968 - type: "table"
2969   title: "VPP Compare NICs 2n-skx 4t2c ndr"
2970   algorithm: "table_comparison"
2971   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2972   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2973   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2974   columns:
2975     - title: "x710"
2976       data-set: "vpp-nic-comparison-2n-skx"
2977       tag: "NIC_Intel-X710"
2978     - title: "xxv710"
2979       data-set: "vpp-nic-comparison-2n-skx"
2980       tag: "NIC_Intel-XXV710"
2981   comparisons:
2982     - title: "Diff"
2983       reference: 1
2984       compare: 2
2985   legend:
2986     - "Legend to Table:"
2987     - "x710, xxv710 - NICs tested."
2988     - "Diff - difference between x710 and xxv710 NIC."
2989
2990 # VPP Compare NICs 2n-skx 2t1c pdr
2991 - type: "table"
2992   title: "VPP Compare NICs 2n-skx 2t1c pdr"
2993   algorithm: "table_comparison"
2994   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2995   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2996   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2997   columns:
2998     - title: "x710"
2999       data-set: "vpp-nic-comparison-2n-skx"
3000       tag: "NIC_Intel-X710"
3001     - title: "xxv710"
3002       data-set: "vpp-nic-comparison-2n-skx"
3003       tag: "NIC_Intel-XXV710"
3004   comparisons:
3005     - title: "Diff"
3006       reference: 1
3007       compare: 2
3008   legend:
3009     - "Legend to Table:"
3010     - "x710, xxv710 - NICs tested."
3011     - "Diff - difference between x710 and xxv710 NIC."
3012
3013 # VPP Compare NICs 2n-skx 4t2c pdr
3014 - type: "table"
3015   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3016   algorithm: "table_comparison"
3017   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3018   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3019   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3020   columns:
3021     - title: "x710"
3022       data-set: "vpp-nic-comparison-2n-skx"
3023       tag: "NIC_Intel-X710"
3024     - title: "xxv710"
3025       data-set: "vpp-nic-comparison-2n-skx"
3026       tag: "NIC_Intel-XXV710"
3027   comparisons:
3028     - title: "Diff"
3029       reference: 1
3030       compare: 2
3031   legend:
3032     - "Legend to Table:"
3033     - "x710, xxv710 - NICs tested."
3034     - "Diff - difference between x710 and xxv710 NIC."
3035
3036 # VPP Compare NICs 2n-skx 2t1c mrr
3037 - type: "table"
3038   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3039   algorithm: "table_comparison"
3040   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3041   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3042   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3043   columns:
3044     - title: "x710"
3045       data-set: "vpp-nic-comparison-2n-skx-mrr"
3046       tag: "NIC_Intel-X710"
3047     - title: "xxv710"
3048       data-set: "vpp-nic-comparison-2n-skx-mrr"
3049       tag: "NIC_Intel-XXV710"
3050   comparisons:
3051     - title: "Diff"
3052       reference: 1
3053       compare: 2
3054   legend:
3055     - "Legend to Table:"
3056     - "x710, xxv710 - NICs tested."
3057     - "Diff - difference between x710 and xxv710 NIC."
3058
3059 # VPP Compare NICs 2n-skx 4t2c mrr
3060 - type: "table"
3061   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3062   algorithm: "table_comparison"
3063   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3064   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3065   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3066   columns:
3067     - title: "x710"
3068       data-set: "vpp-nic-comparison-2n-skx-mrr"
3069       tag: "NIC_Intel-X710"
3070     - title: "xxv710"
3071       data-set: "vpp-nic-comparison-2n-skx-mrr"
3072       tag: "NIC_Intel-XXV710"
3073   comparisons:
3074     - title: "Diff"
3075       reference: 1
3076       compare: 2
3077   legend:
3078     - "Legend to Table:"
3079     - "x710, xxv710 - NICs tested."
3080     - "Diff - difference between x710 and xxv710 NIC."
3081
3082 # VPP Compare NICs 2n-skx 8t4c mrr
3083 - type: "table"
3084   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3085   algorithm: "table_comparison"
3086   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3087   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3088   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3089   columns:
3090     - title: "x710"
3091       data-set: "vpp-nic-comparison-2n-skx-mrr"
3092       tag: "NIC_Intel-X710"
3093     - title: "xxv710"
3094       data-set: "vpp-nic-comparison-2n-skx-mrr"
3095       tag: "NIC_Intel-XXV710"
3096   comparisons:
3097     - title: "Diff"
3098       reference: 1
3099       compare: 2
3100   legend:
3101     - "Legend to Table:"
3102     - "x710, xxv710 - NICs tested."
3103     - "Diff - difference between x710 and xxv710 NIC."
3104
3105 ################################################################################
3106 # VPP
3107
3108 ## VPP Performance changes 2n-skx-xxv710 2t1c ndr
3109 #- type: "table"
3110 #  title: "VPP Performance changes 2n-skx-xxv710 2t1c ndr"
3111 #  algorithm: "table_comparison"
3112 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-skx-2t1c-ndr"
3113 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3114 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3115 #  columns:
3116 #    - title: "1908.1"
3117 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3118 #    - title: "1908.2"
3119 #      data-set: "vpp-perf-changes-2n-skx-new1908_2"
3120 #  comparisons:
3121 #    - title: "Diff"
3122 #      reference: 1
3123 #      compare: 2
3124 #  legend:
3125 #    - "Legend to Table:"
3126 #    - "1908.1, 1908.2 - VPP versions tested."
3127 #    - "Diff - difference between the previous and the current VPP version."
3128 #
3129 ## VPP Performance changes 2n-skx-xxv710 2t1c pdr
3130 #- type: "table"
3131 #  title: "VPP Performance changes 2n-skx-xxv710 2t1c pdr"
3132 #  algorithm: "table_comparison"
3133 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-skx-2t1c-pdr"
3134 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3135 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3136 #  columns:
3137 #    - title: "1908.1"
3138 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3139 #    - title: "1908.2"
3140 #      data-set: "vpp-perf-changes-2n-skx-new1908_2"
3141 #  comparisons:
3142 #    - title: "Diff"
3143 #      reference: 1
3144 #      compare: 2
3145 #  legend:
3146 #    - "Legend to Table:"
3147 #    - "1908.1, 1908.2 - VPP versions tested."
3148 #    - "Diff - difference between the previous and the current VPP version."
3149 #
3150 ## VPP Performance changes 3n-skx-xxv710 2t1c ndr
3151 #- type: "table"
3152 #  title: "VPP Performance changes 3n-skx-xxv710 2t1c ndr"
3153 #  algorithm: "table_comparison"
3154 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-3n-skx-2t1c-ndr"
3155 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3156 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3157 #  columns:
3158 #    - title: "1908.1"
3159 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3160 #    - title: "1908.2"
3161 #      data-set: "vpp-perf-changes-3n-skx-new1908_2"
3162 #  comparisons:
3163 #    - title: "Diff"
3164 #      reference: 1
3165 #      compare: 2
3166 #  legend:
3167 #    - "Legend to Table:"
3168 #    - "1908.1, 1908.2 - VPP versions tested."
3169 #    - "Diff - difference between the previous and the current VPP version."
3170 #
3171 ## VPP Performance changes 3n-skx-xxv710 2t1c pdr
3172 #- type: "table"
3173 #  title: "VPP Performance changes 3n-skx-xxv710 2t1c pdr"
3174 #  algorithm: "table_comparison"
3175 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-3n-skx-2t1c-pdr"
3176 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3177 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3178 #  columns:
3179 #    - title: "1908.1"
3180 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3181 #    - title: "1908.2"
3182 #      data-set: "vpp-perf-changes-3n-skx-new1908_2"
3183 #  comparisons:
3184 #    - title: "Diff"
3185 #      reference: 1
3186 #      compare: 2
3187 #  legend:
3188 #    - "Legend to Table:"
3189 #    - "1908.1, 1908.2 - VPP versions tested."
3190 #    - "Diff - difference between the previous and the current VPP version."
3191 #
3192 ## VPP Performance changes 2n-clx-xxv710 2t1c ndr
3193 #- type: "table"
3194 #  title: "VPP Performance changes 2n-clx-xxv710 2t1c ndr"
3195 #  algorithm: "table_comparison"
3196 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-clx-2t1c-ndr"
3197 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3198 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3199 #  columns:
3200 #    - title: "1908.1"
3201 #      data-set: "vpp-perf-changes-2n-clx-new1908_1"
3202 #    - title: "1908.2"
3203 #      data-set: "vpp-perf-changes-2n-clx-new1908_2"
3204 #  comparisons:
3205 #    - title: "Diff"
3206 #      reference: 1
3207 #      compare: 2
3208 #  legend:
3209 #    - "Legend to Table:"
3210 #    - "1908.1, 1908.2 - VPP versions tested."
3211 #    - "Diff - difference between the previous and the current VPP version."
3212 #
3213 ## VPP Performance changes 2n-clx-xxv710 2t1c pdr
3214 #- type: "table"
3215 #  title: "VPP Performance changes 2n-clx-xxv710 2t1c pdr"
3216 #  algorithm: "table_comparison"
3217 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-clx-2t1c-pdr"
3218 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3219 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3220 #  columns:
3221 #    - title: "1908.1"
3222 #      data-set: "vpp-perf-changes-2n-clx-new1908_1"
3223 #    - title: "1908.2"
3224 #      data-set: "vpp-perf-changes-2n-clx-new1908_2"
3225 #  comparisons:
3226 #    - title: "Diff"
3227 #      reference: 1
3228 #      compare: 2
3229 #  legend:
3230 #    - "Legend to Table:"
3231 #    - "1908.1, 1908.2 - VPP versions tested."
3232 #    - "Diff - difference between the previous and the current VPP version."
3233
3234 # VPP Performance Changes 3n-hsw 1t1c pdr
3235 - type: "table"
3236   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3237   algorithm: "table_comparison"
3238   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3239   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3240   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3241   columns:
3242     - title: "1908"
3243       data-set: "vpp-performance-changes-3n-hsw-h1"
3244     - title: "2001"
3245       data-set: "vpp-performance-changes-3n-hsw-ref"
3246     - title: "2005"
3247       data-set: "vpp-performance-changes-3n-hsw-cmp"
3248   comparisons:
3249     - title: "Diff"
3250       reference: 2
3251       compare: 3
3252   legend:
3253     - "Legend to Table"
3254     - "1908, 2001, 2005 - VPP versions tested."
3255     - "Diff - difference between 2001 and 2008 VPP version."
3256
3257 # VPP Performance Changes 3n-hsw 2t2c pdr
3258 - type: "table"
3259   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3260   algorithm: "table_comparison"
3261   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3262   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3263   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3264   columns:
3265     - title: "1908"
3266       data-set: "vpp-performance-changes-3n-hsw-h1"
3267     - title: "2001"
3268       data-set: "vpp-performance-changes-3n-hsw-ref"
3269     - title: "2005"
3270       data-set: "vpp-performance-changes-3n-hsw-cmp"
3271   comparisons:
3272     - title: "Diff"
3273       reference: 2
3274       compare: 3
3275   legend:
3276     - "Legend to Table"
3277     - "1908, 2001, 2005 - VPP versions tested."
3278     - "Diff - difference between 2001 and 2008 VPP version."
3279
3280 # VPP Performance Changes 3n-hsw 1t1c ndr
3281 - type: "table"
3282   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3283   algorithm: "table_comparison"
3284   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3285   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3286   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3287   columns:
3288     - title: "1908"
3289       data-set: "vpp-performance-changes-3n-hsw-h1"
3290     - title: "2001"
3291       data-set: "vpp-performance-changes-3n-hsw-ref"
3292     - title: "2005"
3293       data-set: "vpp-performance-changes-3n-hsw-cmp"
3294   comparisons:
3295     - title: "Diff"
3296       reference: 2
3297       compare: 3
3298   legend:
3299     - "Legend to Table"
3300     - "1908, 2001, 2005 - VPP versions tested."
3301     - "Diff - difference between 2001 and 2008 VPP version."
3302
3303 # VPP Performance Changes 3n-hsw 2t2c ndr
3304 - type: "table"
3305   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3306   algorithm: "table_comparison"
3307   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3308   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3309   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3310   columns:
3311     - title: "1908"
3312       data-set: "vpp-performance-changes-3n-hsw-h1"
3313     - title: "2001"
3314       data-set: "vpp-performance-changes-3n-hsw-ref"
3315     - title: "2005"
3316       data-set: "vpp-performance-changes-3n-hsw-cmp"
3317   comparisons:
3318     - title: "Diff"
3319       reference: 2
3320       compare: 3
3321   legend:
3322     - "Legend to Table"
3323     - "1908, 2001, 2005 - VPP versions tested."
3324     - "Diff - difference between 2001 and 2008 VPP version."
3325
3326 ## VPP Root Cause Analysis 3n-skx-xxv710 2t1c pdr
3327 #- type: "table"
3328 #  title: "VPP Root Cause Analysis 3n-skx-xxv710 2t1c pdr"
3329 #  algorithm: "table_comparison"
3330 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-3n-skx-2t1c-pdr"
3331 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3332 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3333 #  rca:
3334 #    - title: "RCA1"
3335 #      data: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3336 #    - title: "RCA2"
3337 #      data: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3338 #  columns:
3339 #    - title: "1908.0-1"
3340 #      data-set: "vpp-perf-changes-3n-skx-old1908_0"
3341 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3342 #    - title: "1908.1-1"
3343 #      data-set: "vpp-perf-changes-3n-skx-old1908_1"
3344 #    - title: "1908.1-2"
3345 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3346 #    - title: "2001.0-2"
3347 #      data-set: "vpp-perf-changes-3n-skx-new2001_0"
3348 #  comparisons:
3349 #    - title: "Diff1"
3350 #      reference: 2
3351 #      reference-alt: 1
3352 #      compare: 3
3353 #    - title: "Diff2"
3354 #      reference: 3
3355 #      compare: 4
3356 #  legend:
3357 #    - 'Legend to Table:'
3358 #    - '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).'
3359 #    - '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).'
3360 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3361 #    - 'RCA1 - root cause analysis reference for Diff1.'
3362 #    - 'RCA2 - root cause analysis reference for Diff2.'
3363 #
3364 ## VPP Root Cause Analysis 3n-skx-xxv710 2t1c ndr
3365 #- type: "table"
3366 #  title: "VPP Root Cause Analysis 3n-skx-xxv710 2t1c ndr"
3367 #  algorithm: "table_comparison"
3368 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-3n-skx-2t1c-ndr"
3369 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3370 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3371 #  rca:
3372 #    - title: "RCA1"
3373 #      data: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3374 #    - title: "RCA2"
3375 #      data: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3376 #  columns:
3377 #    - title: "1908.0-1"
3378 #      data-set: "vpp-perf-changes-3n-skx-old1908_0"
3379 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3380 #    - title: "1908.1-1"
3381 #      data-set: "vpp-perf-changes-3n-skx-old1908_1"
3382 #    - title: "1908.1-2"
3383 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3384 #    - title: "2001.0-2"
3385 #      data-set: "vpp-perf-changes-3n-skx-new2001_0"
3386 #  comparisons:
3387 #    - title: "Diff1"
3388 #      reference: 2
3389 #      reference-alt: 1
3390 #      compare: 3
3391 #    - title: "Diff2"
3392 #      reference: 3
3393 #      compare: 4
3394 #  legend:
3395 #    - 'Legend to Table:'
3396 #    - '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).'
3397 #    - '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).'
3398 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3399 #    - 'RCA1 - root cause analysis reference for Diff1.'
3400 #    - 'RCA2 - root cause analysis reference for Diff2.'
3401
3402 # VPP Performance Changes 3n-skx 2t1c pdr
3403 - type: "table"
3404   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3405   algorithm: "table_comparison"
3406   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3407   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3408   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3409   columns:
3410     - title: "1908"
3411       data-set: "vpp-performance-changes-3n-skx-h1"
3412     - title: "2001"
3413       data-set: "vpp-performance-changes-3n-skx-ref"
3414     - title: "2005"
3415       data-set: "vpp-performance-changes-3n-skx-cmp"
3416   comparisons:
3417     - title: "Diff"
3418       reference: 2
3419       compare: 3
3420   legend:
3421     - "Legend to Table"
3422     - "1908, 2001, 2005 - VPP versions tested."
3423     - "Diff - difference between 2001 and 2005 VPP version."
3424
3425 # VPP Performance Changes 3n-skx 4t2c pdr
3426 - type: "table"
3427   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3428   algorithm: "table_comparison"
3429   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3430   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3431   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3432   columns:
3433     - title: "1908"
3434       data-set: "vpp-performance-changes-3n-skx-h1"
3435     - title: "2001"
3436       data-set: "vpp-performance-changes-3n-skx-ref"
3437     - title: "2005"
3438       data-set: "vpp-performance-changes-3n-skx-cmp"
3439   comparisons:
3440     - title: "Diff"
3441       reference: 2
3442       compare: 3
3443   legend:
3444     - "Legend to Table"
3445     - "1908, 2001, 2005 - VPP versions tested."
3446     - "Diff - difference between 2001 and 2005 VPP version."
3447
3448 # VPP Performance Changes 3n-skx 2t1c ndr
3449 - type: "table"
3450   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3451   algorithm: "table_comparison"
3452   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3453   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3454   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3455   columns:
3456     - title: "1908"
3457       data-set: "vpp-performance-changes-3n-skx-h1"
3458     - title: "2001"
3459       data-set: "vpp-performance-changes-3n-skx-ref"
3460     - title: "2005"
3461       data-set: "vpp-performance-changes-3n-skx-cmp"
3462   comparisons:
3463     - title: "Diff"
3464       reference: 2
3465       compare: 3
3466   legend:
3467     - "Legend to Table"
3468     - "1908, 2001, 2005 - VPP versions tested."
3469     - "Diff - difference between 2001 and 2005 VPP version."
3470
3471 # VPP Performance Changes 3n-skx 4t2c ndr
3472 - type: "table"
3473   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3474   algorithm: "table_comparison"
3475   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3476   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3477   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3478   columns:
3479     - title: "1908"
3480       data-set: "vpp-performance-changes-3n-skx-h1"
3481     - title: "2001"
3482       data-set: "vpp-performance-changes-3n-skx-ref"
3483     - title: "2005"
3484       data-set: "vpp-performance-changes-3n-skx-cmp"
3485   comparisons:
3486     - title: "Diff"
3487       reference: 2
3488       compare: 3
3489   legend:
3490     - "Legend to Table"
3491     - "1908, 2001, 2005 - VPP versions tested."
3492     - "Diff - difference between 2001 and 2005 VPP version."
3493
3494 ## VPP Root Cause Analysis 2n-skx-xxv710 2t1c pdr
3495 #- type: "table"
3496 #  title: "VPP Root Cause Analysis 2n-skx-xxv710 2t1c pdr"
3497 #  algorithm: "table_comparison"
3498 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-2n-skx-2t1c-pdr"
3499 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3500 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3501 #  rca:
3502 #    - title: "RCA1"
3503 #      data: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3504 #    - title: "RCA2"
3505 #      data: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3506 #  columns:
3507 #    - title: "1908.0-1"
3508 #      data-set: "vpp-perf-changes-2n-skx-old1908_0"
3509 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3510 #    - title: "1908.1-1"
3511 #      data-set: "vpp-perf-changes-2n-skx-old1908_1"
3512 #    - title: "1908.1-2"
3513 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3514 #    - title: "2001.0-2"
3515 #      data-set: "vpp-perf-changes-2n-skx-new2001_0"
3516 #  comparisons:
3517 #    - title: "Diff1"
3518 #      reference: 2
3519 #      reference-alt: 1
3520 #      compare: 3
3521 #    - title: "Diff2"
3522 #      reference: 3
3523 #      compare: 4
3524 #  legend:
3525 #    - 'Legend to Table:'
3526 #    - '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).'
3527 #    - '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).'
3528 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3529 #    - 'RCA1 - root cause analysis reference for Diff1.'
3530 #    - 'RCA2 - root cause analysis reference for Diff2.'
3531 #
3532 ## VPP Root Cause Analysis 2n-skx-xxv710 2t1c ndr
3533 #- type: "table"
3534 #  title: "VPP Root Cause Analysis 2n-skx-xxv710 2t1c ndr"
3535 #  algorithm: "table_comparison"
3536 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-2n-skx-2t1c-ndr"
3537 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3538 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3539 #  rca:
3540 #    - title: "RCA1"
3541 #      data: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3542 #    - title: "RCA2"
3543 #      data: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3544 #  columns:
3545 #    - title: "1908.0-1"
3546 #      data-set: "vpp-perf-changes-2n-skx-old1908_0"
3547 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3548 #    - title: "1908.1-1"
3549 #      data-set: "vpp-perf-changes-2n-skx-old1908_1"
3550 #    - title: "1908.1-2"
3551 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3552 #    - title: "2001.0-2"
3553 #      data-set: "vpp-perf-changes-2n-skx-new2001_0"
3554 #  comparisons:
3555 #    - title: "Diff1"
3556 #      reference: 2
3557 #      reference-alt: 1
3558 #      compare: 3
3559 #    - title: "Diff2"
3560 #      reference: 3
3561 #      compare: 4
3562 #  legend:
3563 #    - 'Legend to Table:'
3564 #    - '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).'
3565 #    - '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).'
3566 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3567 #    - 'RCA1 - root cause analysis reference for Diff1.'
3568 #    - 'RCA2 - root cause analysis reference for Diff2.'
3569
3570 # VPP Performance Changes 2n-skx 2t1c pdr
3571 - type: "table"
3572   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3573   algorithm: "table_comparison"
3574   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3575   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3576   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3577   columns:
3578     - title: "1908"
3579       data-set: "vpp-performance-changes-2n-skx-h1"
3580     - title: "2001"
3581       data-set: "vpp-performance-changes-2n-skx-ref"
3582     - title: "2005"
3583       data-set: "vpp-performance-changes-2n-skx-cmp"
3584   comparisons:
3585     - title: "Diff"
3586       reference: 2
3587       compare: 3
3588   legend:
3589     - "Legend to Table"
3590     - "1908, 2001, 2005 - VPP versions tested."
3591     - "Diff - difference between 2001 and 2005 VPP version."
3592
3593 # VPP Performance Changes 2n-skx 4t2c pdr
3594 - type: "table"
3595   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3596   algorithm: "table_comparison"
3597   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3598   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3599   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3600   columns:
3601     - title: "1908"
3602       data-set: "vpp-performance-changes-2n-skx-h1"
3603     - title: "2001"
3604       data-set: "vpp-performance-changes-2n-skx-ref"
3605     - title: "2005"
3606       data-set: "vpp-performance-changes-2n-skx-cmp"
3607   comparisons:
3608     - title: "Diff"
3609       reference: 2
3610       compare: 3
3611   legend:
3612     - "Legend to Table"
3613     - "1908, 2001, 2005 - VPP versions tested."
3614     - "Diff - difference between 2001 and 2005 VPP version."
3615
3616 # VPP Performance Changes 2n-skx 2t1c ndr
3617 - type: "table"
3618   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3619   algorithm: "table_comparison"
3620   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3621   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3622   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3623   columns:
3624     - title: "1908"
3625       data-set: "vpp-performance-changes-2n-skx-h1"
3626     - title: "2001"
3627       data-set: "vpp-performance-changes-2n-skx-ref"
3628     - title: "2005"
3629       data-set: "vpp-performance-changes-2n-skx-cmp"
3630   comparisons:
3631     - title: "Diff"
3632       reference: 2
3633       compare: 3
3634   legend:
3635     - "Legend to Table"
3636     - "1908, 2001, 2005 - VPP versions tested."
3637     - "Diff - difference between 2001 and 2005 VPP version."
3638
3639 # VPP Performance Changes 2n-skx 4t2c ndr
3640 - type: "table"
3641   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3642   algorithm: "table_comparison"
3643   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3644   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3645   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3646   columns:
3647     - title: "1908"
3648       data-set: "vpp-performance-changes-2n-skx-h1"
3649     - title: "2001"
3650       data-set: "vpp-performance-changes-2n-skx-ref"
3651     - title: "2005"
3652       data-set: "vpp-performance-changes-2n-skx-cmp"
3653   comparisons:
3654     - title: "Diff"
3655       reference: 2
3656       compare: 3
3657   legend:
3658     - "Legend to Table"
3659     - "1908, 2001, 2005 - VPP versions tested."
3660     - "Diff - difference between 2001 and 2005 VPP version."
3661
3662 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
3663 - type: "table"
3664   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
3665   algorithm: "table_comparison"
3666   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
3667   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3668   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3669   columns:
3670     - title: "2001"
3671       data-set: "vpp-performance-changes-2n-clx-ref"
3672     - title: "2005"
3673       data-set: "vpp-performance-changes-2n-clx-cmp"
3674   comparisons:
3675     - title: "Diff"
3676       reference: 1
3677       compare: 2
3678   legend:
3679     - "Legend to Table"
3680     - "2001, 2005 - VPP versions tested."
3681     - "Diff - difference between 2001 and 2005 VPP version."
3682
3683 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
3684 - type: "table"
3685   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
3686   algorithm: "table_comparison"
3687   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
3688   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3689   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3690   columns:
3691     - title: "2001"
3692       data-set: "vpp-performance-changes-2n-clx-ref"
3693     - title: "2005"
3694       data-set: "vpp-performance-changes-2n-clx-cmp"
3695   comparisons:
3696     - title: "Diff"
3697       reference: 1
3698       compare: 2
3699   legend:
3700     - "Legend to Table"
3701     - "2001, 2005 - VPP versions tested."
3702     - "Diff - difference between 2001 and 2005 VPP version."
3703
3704 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
3705 - type: "table"
3706   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
3707   algorithm: "table_comparison"
3708   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
3709   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3710   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3711   columns:
3712     - title: "2001"
3713       data-set: "vpp-performance-changes-2n-clx-ref"
3714     - title: "2005"
3715       data-set: "vpp-performance-changes-2n-clx-cmp"
3716   comparisons:
3717     - title: "Diff"
3718       reference: 1
3719       compare: 2
3720   legend:
3721     - "Legend to Table"
3722     - "2001, 2005 - VPP versions tested."
3723     - "Diff - difference between 2001 and 2005 VPP version."
3724
3725 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
3726 - type: "table"
3727   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
3728   algorithm: "table_comparison"
3729   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
3730   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3731   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3732   columns:
3733     - title: "2001"
3734       data-set: "vpp-performance-changes-2n-clx-ref"
3735     - title: "2005"
3736       data-set: "vpp-performance-changes-2n-clx-cmp"
3737   comparisons:
3738     - title: "Diff"
3739       reference: 1
3740       compare: 2
3741   legend:
3742     - "Legend to Table"
3743     - "2001, 2005 - VPP versions tested."
3744     - "Diff - difference between 2001 and 2005 VPP version."
3745
3746 # VPP Performance Changes 2n-clx-x556 2t1c pdr
3747 - type: "table"
3748   title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
3749   algorithm: "table_comparison"
3750   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
3751   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3752   filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3753   columns:
3754     - title: "2001"
3755       data-set: "vpp-performance-changes-2n-clx-ref"
3756     - title: "2005"
3757       data-set: "vpp-performance-changes-2n-clx-cmp"
3758   comparisons:
3759     - title: "Diff"
3760       reference: 1
3761       compare: 2
3762   legend:
3763     - "Legend to Table"
3764     - "2001, 2005 - VPP versions tested."
3765     - "Diff - difference between 2001 and 2005 VPP version."
3766
3767 # VPP Performance Changes 2n-clx-x556 4t2c pdr
3768 - type: "table"
3769   title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
3770   algorithm: "table_comparison"
3771   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
3772   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3773   filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3774   columns:
3775     - title: "2001"
3776       data-set: "vpp-performance-changes-2n-clx-ref"
3777     - title: "2005"
3778       data-set: "vpp-performance-changes-2n-clx-cmp"
3779   comparisons:
3780     - title: "Diff"
3781       reference: 1
3782       compare: 2
3783   legend:
3784     - "Legend to Table"
3785     - "2001, 2005 - VPP versions tested."
3786     - "Diff - difference between 2001 and 2005 VPP version."
3787
3788 # VPP Performance Changes 2n-clx-x556 2t1c ndr
3789 - type: "table"
3790   title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
3791   algorithm: "table_comparison"
3792   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
3793   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3794   filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3795   columns:
3796     - title: "2001"
3797       data-set: "vpp-performance-changes-2n-clx-ref"
3798     - title: "2005"
3799       data-set: "vpp-performance-changes-2n-clx-cmp"
3800   comparisons:
3801     - title: "Diff"
3802       reference: 1
3803       compare: 2
3804   legend:
3805     - "Legend to Table"
3806     - "2001, 2005 - VPP versions tested."
3807     - "Diff - difference between 2001 and 2005 VPP version."
3808
3809 # VPP Performance Changes 2n-clx-x556 4t2c ndr
3810 - type: "table"
3811   title: "VPP Performance Changes 2n-clx-x556 ndr"
3812   algorithm: "table_comparison"
3813   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
3814   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3815   filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3816   columns:
3817     - title: "2001"
3818       data-set: "vpp-performance-changes-2n-clx-ref"
3819     - title: "2005"
3820       data-set: "vpp-performance-changes-2n-clx-cmp"
3821   comparisons:
3822     - title: "Diff"
3823       reference: 1
3824       compare: 2
3825   legend:
3826     - "Legend to Table"
3827     - "2001, 2005 - VPP versions tested."
3828     - "Diff - difference between 2001 and 2005 VPP version."
3829
3830 # VPP Performance Changes 2n-dnv 1t1c pdr
3831 - type: "table"
3832   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3833   algorithm: "table_comparison"
3834   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3835   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3836   filter: "'1T1C'"
3837   columns:
3838     - title: "1908"
3839       data-set: "vpp-performance-changes-2n-dnv-h1"
3840     - title: "2001"
3841       data-set: "vpp-performance-changes-2n-dnv-ref"
3842     - title: "2005"
3843       data-set: "vpp-performance-changes-2n-dnv-cmp"
3844   comparisons:
3845     - title: "Diff"
3846       reference: 2
3847       compare: 3
3848   legend:
3849     - "Legend to Table"
3850     - "1908, 2001, 2005 - VPP versions tested."
3851     - "Diff - difference between 2001 and 2005 VPP version."
3852
3853 # VPP Performance Changes 2n-dnv 2t2c pdr
3854 - type: "table"
3855   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3856   algorithm: "table_comparison"
3857   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3858   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3859   filter: "'2T2C'"
3860   columns:
3861     - title: "1908"
3862       data-set: "vpp-performance-changes-2n-dnv-h1"
3863     - title: "2001"
3864       data-set: "vpp-performance-changes-2n-dnv-ref"
3865     - title: "2005"
3866       data-set: "vpp-performance-changes-2n-dnv-cmp"
3867   comparisons:
3868     - title: "Diff"
3869       reference: 2
3870       compare: 3
3871   legend:
3872     - "Legend to Table"
3873     - "1908, 2001, 2005 - VPP versions tested."
3874     - "Diff - difference between 2001 and 2005 VPP version."
3875
3876 # VPP Performance Changes 2n-dnv 1t1c ndr
3877 - type: "table"
3878   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3879   algorithm: "table_comparison"
3880   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3881   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3882   filter: "'1T1C'"
3883   columns:
3884     - title: "1908"
3885       data-set: "vpp-performance-changes-2n-dnv-h1"
3886     - title: "2001"
3887       data-set: "vpp-performance-changes-2n-dnv-ref"
3888     - title: "2005"
3889       data-set: "vpp-performance-changes-2n-dnv-cmp"
3890   comparisons:
3891     - title: "Diff"
3892       reference: 2
3893       compare: 3
3894   legend:
3895     - "Legend to Table"
3896     - "1908, 2001, 2005 - VPP versions tested."
3897     - "Diff - difference between 2001 and 2005 VPP version."
3898
3899 # VPP Performance Changes 2n-dnv 2t2c ndr
3900 - type: "table"
3901   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3902   algorithm: "table_comparison"
3903   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3904   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3905   filter: "'2T2C'"
3906   columns:
3907     - title: "1908"
3908       data-set: "vpp-performance-changes-2n-dnv-h1"
3909     - title: "2001"
3910       data-set: "vpp-performance-changes-2n-dnv-ref"
3911     - title: "2005"
3912       data-set: "vpp-performance-changes-2n-dnv-cmp"
3913   comparisons:
3914     - title: "Diff"
3915       reference: 2
3916       compare: 3
3917   legend:
3918     - "Legend to Table"
3919     - "1908, 2001, 2005 - VPP versions tested."
3920     - "Diff - difference between 2001 and 2005 VPP version."
3921
3922 # VPP Performance Changes 3n-dnv 1t1c pdr
3923 - type: "table"
3924   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3925   algorithm: "table_comparison"
3926   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3927   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3928   filter: "'1T1C'"
3929   columns:
3930     - title: "1908"
3931       data-set: "vpp-performance-changes-3n-dnv-h1"
3932     - title: "2001"
3933       data-set: "vpp-performance-changes-3n-dnv-ref"
3934     - title: "2005"
3935       data-set: "vpp-performance-changes-3n-dnv-cmp"
3936   comparisons:
3937     - title: "Diff"
3938       reference: 2
3939       compare: 3
3940   legend:
3941     - "Legend to Table"
3942     - "1908, 2001, 2005 - VPP versions tested."
3943     - "Diff - difference between 2001 and 2005 VPP version."
3944
3945 # VPP Performance Changes 3n-dnv 2t2c pdr
3946 - type: "table"
3947   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3948   algorithm: "table_comparison"
3949   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3950   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3951   filter: "'2T2C'"
3952   columns:
3953     - title: "1908"
3954       data-set: "vpp-performance-changes-3n-dnv-h1"
3955     - title: "2001"
3956       data-set: "vpp-performance-changes-3n-dnv-ref"
3957     - title: "2005"
3958       data-set: "vpp-performance-changes-3n-dnv-cmp"
3959   comparisons:
3960     - title: "Diff"
3961       reference: 2
3962       compare: 3
3963   legend:
3964     - "Legend to Table"
3965     - "1908, 2001, 2005 - VPP versions tested."
3966     - "Diff - difference between 2001 and 2005 VPP version."
3967
3968 # VPP Performance Changes 3n-dnv 1t1c ndr
3969 - type: "table"
3970   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3971   algorithm: "table_comparison"
3972   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3973   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3974   filter: "'1T1C'"
3975   columns:
3976     - title: "1908"
3977       data-set: "vpp-performance-changes-3n-dnv-h1"
3978     - title: "2001"
3979       data-set: "vpp-performance-changes-3n-dnv-ref"
3980     - title: "2005"
3981       data-set: "vpp-performance-changes-3n-dnv-cmp"
3982   comparisons:
3983     - title: "Diff"
3984       reference: 2
3985       compare: 3
3986   legend:
3987     - "Legend to Table"
3988     - "1908, 2001, 2005 - VPP versions tested."
3989     - "Diff - difference between 2001 and 2005 VPP version."
3990
3991 # VPP Performance Changes 3n-dnv 2t2c ndr
3992 - type: "table"
3993   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3994   algorithm: "table_comparison"
3995   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3996   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3997   filter: "'2T2C'"
3998   columns:
3999     - title: "1908"
4000       data-set: "vpp-performance-changes-3n-dnv-h1"
4001     - title: "2001"
4002       data-set: "vpp-performance-changes-3n-dnv-ref"
4003     - title: "2005"
4004       data-set: "vpp-performance-changes-3n-dnv-cmp"
4005   comparisons:
4006     - title: "Diff"
4007       reference: 2
4008       compare: 3
4009   legend:
4010     - "Legend to Table"
4011     - "1908, 2001, 2005 - VPP versions tested."
4012     - "Diff - difference between 2001 and 2005 VPP version."
4013
4014 # VPP Performance Changes 3n-tsh 1t1c pdr
4015 - type: "table"
4016   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4017   algorithm: "table_comparison"
4018   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4019   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4020   filter: "'1T1C'"
4021   columns:
4022     - title: "1908"
4023       data-set: "vpp-performance-changes-3n-tsh-h1"
4024     - title: "2001"
4025       data-set: "vpp-performance-changes-3n-tsh-ref"
4026     - title: "2005"
4027       data-set: "vpp-performance-changes-3n-tsh-cmp"
4028   comparisons:
4029     - title: "Diff"
4030       reference: 2
4031       compare: 3
4032   legend:
4033     - "Legend to Table"
4034     - "1908, 2001, 2005 - VPP versions tested."
4035     - "Diff - difference between 2001 and 2005 VPP version."
4036
4037 # VPP Performance Changes 3n-tsh 2t2c pdr
4038 - type: "table"
4039   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4040   algorithm: "table_comparison"
4041   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4042   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4043   filter: "'2T2C'"
4044   columns:
4045     - title: "1908"
4046       data-set: "vpp-performance-changes-3n-tsh-h1"
4047     - title: "2001"
4048       data-set: "vpp-performance-changes-3n-tsh-ref"
4049     - title: "2005"
4050       data-set: "vpp-performance-changes-3n-tsh-cmp"
4051   comparisons:
4052     - title: "Diff"
4053       reference: 2
4054       compare: 3
4055   legend:
4056     - "Legend to Table"
4057     - "1908, 2001, 2005 - VPP versions tested."
4058     - "Diff - difference between 2001 and 2005 VPP version."
4059
4060 # VPP Performance Changes 3n-tsh 1t1c ndr
4061 - type: "table"
4062   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4063   algorithm: "table_comparison"
4064   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4065   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4066   filter: "'1T1C'"
4067   columns:
4068     - title: "1908"
4069       data-set: "vpp-performance-changes-3n-tsh-h1"
4070     - title: "2001"
4071       data-set: "vpp-performance-changes-3n-tsh-ref"
4072     - title: "2005"
4073       data-set: "vpp-performance-changes-3n-tsh-cmp"
4074   comparisons:
4075     - title: "Diff"
4076       reference: 2
4077       compare: 3
4078   legend:
4079     - "Legend to Table"
4080     - "1908, 2001, 2005 - VPP versions tested."
4081     - "Diff - difference between 2001 and 2005 VPP version."
4082
4083 # VPP Performance Changes 3n-tsh 2t2c ndr
4084 - type: "table"
4085   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4086   algorithm: "table_comparison"
4087   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4088   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4089   filter: "'2T2C'"
4090   columns:
4091     - title: "1908"
4092       data-set: "vpp-performance-changes-3n-tsh-h1"
4093     - title: "2001"
4094       data-set: "vpp-performance-changes-3n-tsh-ref"
4095     - title: "2005"
4096       data-set: "vpp-performance-changes-3n-tsh-cmp"
4097   comparisons:
4098     - title: "Diff"
4099       reference: 2
4100       compare: 3
4101   legend:
4102     - "Legend to Table"
4103     - "1908, 2001, 2005 - VPP versions tested."
4104     - "Diff - difference between 2001 and 2005 VPP version."
4105
4106 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4107 - type: "table"
4108   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4109   algorithm: "table_comparison"
4110   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4111   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4112   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4113   columns:
4114     - title: "3n-hsw xl710"
4115       data-set: "vpp-compare-testbeds-ref"
4116       tag: "NIC_Intel-XL710"
4117     - title: "3n-skx xxv710"
4118       data-set: "vpp-compare-testbeds-cmp"
4119       tag: "NIC_Intel-XXV710"
4120   comparisons:
4121     - title: "Diff"
4122       reference: 1
4123       compare: 2
4124   legend:
4125     - "Legend to Table"
4126     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4127     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4128
4129 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4130 - type: "table"
4131   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4132   algorithm: "table_comparison"
4133   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4134   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4135   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4136   columns:
4137     - title: "3n-hsw xl710"
4138       data-set: "vpp-compare-testbeds-ref"
4139       tag: "NIC_Intel-XL710"
4140     - title: "3n-skx xxv710"
4141       data-set: "vpp-compare-testbeds-cmp"
4142       tag: "NIC_Intel-XXV710"
4143   comparisons:
4144     - title: "Diff"
4145       reference: 1
4146       compare: 2
4147   legend:
4148     - "Legend to Table"
4149     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4150     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4151
4152 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
4153 - type: "table"
4154   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
4155   algorithm: "table_comparison"
4156   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
4157   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4158   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4159   columns:
4160     - title: "3n-hsw xl710"
4161       data-set: "vpp-compare-testbeds-ref"
4162       tag: "NIC_Intel-XL710"
4163     - title: "3n-skx xxv710"
4164       data-set: "vpp-compare-testbeds-cmp"
4165       tag: "NIC_Intel-XXV710"
4166   comparisons:
4167     - title: "Diff"
4168       reference: 1
4169       compare: 2
4170   legend:
4171     - "Legend to Table"
4172     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4173     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4174
4175 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4176 - type: "table"
4177   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4178   algorithm: "table_comparison"
4179   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4180   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4181   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4182   columns:
4183     - title: "3n-hsw xl710"
4184       data-set: "vpp-compare-testbeds-ref"
4185       tag: "NIC_Intel-XL710"
4186     - title: "3n-skx xxv710"
4187       data-set: "vpp-compare-testbeds-cmp"
4188       tag: "NIC_Intel-XXV710"
4189   comparisons:
4190     - title: "Diff"
4191       reference: 1
4192       compare: 2
4193   legend:
4194     - "Legend to Table"
4195     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4196     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4197
4198 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4199 - type: "table"
4200   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4201   algorithm: "table_comparison"
4202   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4203   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4204   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4205   columns:
4206     - title: "2n-skx"
4207       data-set: "vpp-compare-testbeds-skx-clx-ref"
4208     - title: "2n-clx"
4209       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4210   comparisons:
4211     - title: "Diff"
4212       reference: 1
4213       compare: 2
4214   legend:
4215     - "Legend to Table"
4216     - "2n-skx, 2n-clx - testbeds and NICs tested."
4217     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4218
4219 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4220 - type: "table"
4221   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4222   algorithm: "table_comparison"
4223   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4224   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4225   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4226   columns:
4227     - title: "2n-skx"
4228       data-set: "vpp-compare-testbeds-skx-clx-ref"
4229     - title: "2n-clx"
4230       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4231   comparisons:
4232     - title: "Diff"
4233       reference: 1
4234       compare: 2
4235   legend:
4236     - "Legend to Table"
4237     - "2n-skx, 2n-clx - testbeds and NICs tested."
4238     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4239
4240 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4241 - type: "table"
4242   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4243   algorithm: "table_comparison"
4244   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4245   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4246   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4247   columns:
4248     - title: "2n-skx"
4249       data-set: "vpp-compare-testbeds-skx-clx-ref"
4250     - title: "2n-clx"
4251       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4252   comparisons:
4253     - title: "Diff"
4254       reference: 1
4255       compare: 2
4256   legend:
4257     - "Legend to Table"
4258     - "2n-skx, 2n-clx - testbeds and NICs tested."
4259     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4260
4261 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4262 - type: "table"
4263   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4264   algorithm: "table_comparison"
4265   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4266   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4267   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4268   columns:
4269     - title: "2n-skx"
4270       data-set: "vpp-compare-testbeds-skx-clx-ref"
4271     - title: "2n-clx"
4272       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4273   comparisons:
4274     - title: "Diff"
4275       reference: 1
4276       compare: 2
4277   legend:
4278     - "Legend to Table"
4279     - "2n-skx, 2n-clx - testbeds and NICs tested."
4280     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4281
4282 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4283 - type: "table"
4284   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4285   algorithm: "table_comparison"
4286   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4287   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4288   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4289   columns:
4290     - title: "3n-hsw xl710"
4291       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4292       tag: "NIC_Intel-XL710"
4293     - title: "2n-clx xxv710"
4294       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4295       tag: "NIC_Intel-XXV710"
4296   comparisons:
4297     - title: "Diff"
4298       reference: 1
4299       compare: 2
4300   legend:
4301     - "Legend to Table"
4302     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4303     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4304
4305 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4306 - type: "table"
4307   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4308   algorithm: "table_comparison"
4309   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4310   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4311   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4312   columns:
4313     - title: "3n-hsw xl710"
4314       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4315       tag: "NIC_Intel-XL710"
4316     - title: "2n-clx xxv710"
4317       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4318       tag: "NIC_Intel-XXV710"
4319   comparisons:
4320     - title: "Diff"
4321       reference: 1
4322       compare: 2
4323   legend:
4324     - "Legend to Table"
4325     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4326     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4327
4328 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4329 - type: "table"
4330   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4331   algorithm: "table_comparison"
4332   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4333   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4334   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4335   columns:
4336     - title: "3n-hsw xl710"
4337       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4338       tag: "NIC_Intel-XL710"
4339     - title: "2n-clx xxv710"
4340       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4341       tag: "NIC_Intel-XXV710"
4342   comparisons:
4343     - title: "Diff"
4344       reference: 1
4345       compare: 2
4346   legend:
4347     - "Legend to Table"
4348     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4349     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4350
4351 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4352 - type: "table"
4353   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4354   algorithm: "table_comparison"
4355   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4356   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4357   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4358   columns:
4359     - title: "3n-hsw xl710"
4360       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4361       tag: "NIC_Intel-XL710"
4362     - title: "2n-clx xxv710"
4363       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4364       tag: "NIC_Intel-XXV710"
4365   comparisons:
4366     - title: "Diff"
4367       reference: 1
4368       compare: 2
4369   legend:
4370     - "Legend to Table"
4371     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4372     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4373
4374 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4375 - type: "table"
4376   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4377   algorithm: "table_comparison"
4378   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4379   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4380   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4381   columns:
4382     - title: "3n-skx"
4383       data-set: "vpp-compare-topologies-ref"
4384     - title: "2n-skx"
4385       data-set: "vpp-compare-topologies-cmp"
4386   comparisons:
4387     - title: "Diff"
4388       reference: 1
4389       compare: 2
4390   legend:
4391     - "Legend to Table"
4392     - "3n-skx, 2n-skx - topologies tested."
4393     - "Diff - difference between 3n-skx and 2n-skx topologies."
4394
4395 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4396 - type: "table"
4397   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4398   algorithm: "table_comparison"
4399   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4400   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4401   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4402   columns:
4403     - title: "3n-skx"
4404       data-set: "vpp-compare-topologies-ref"
4405     - title: "2n-skx"
4406       data-set: "vpp-compare-topologies-cmp"
4407   comparisons:
4408     - title: "Diff"
4409       reference: 1
4410       compare: 2
4411   legend:
4412     - "Legend to Table"
4413     - "3n-skx, 2n-skx - topologies tested."
4414     - "Diff - difference between 3n-skx and 2n-skx topologies."
4415
4416 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4417 - type: "table"
4418   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4419   algorithm: "table_comparison"
4420   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4421   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4422   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4423   columns:
4424     - title: "3n-skx"
4425       data-set: "vpp-compare-topologies-ref"
4426     - title: "2n-skx"
4427       data-set: "vpp-compare-topologies-cmp"
4428   comparisons:
4429     - title: "Diff"
4430       reference: 1
4431       compare: 2
4432   legend:
4433     - "Legend to Table"
4434     - "3n-skx, 2n-skx - topologies tested."
4435     - "Diff - difference between 3n-skx and 2n-skx topologies."
4436
4437 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4438 - type: "table"
4439   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4440   algorithm: "table_comparison"
4441   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4442   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4443   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4444   columns:
4445     - title: "3n-skx"
4446       data-set: "vpp-compare-topologies-ref"
4447     - title: "2n-skx"
4448       data-set: "vpp-compare-topologies-cmp"
4449   comparisons:
4450     - title: "Diff"
4451       reference: 1
4452       compare: 2
4453   legend:
4454     - "Legend to Table"
4455     - "3n-skx, 2n-skx - topologies tested."
4456     - "Diff - difference between 3n-skx and 2n-skx topologies."
4457
4458 # VPP Performance Changes 3n-hsw 1t1c mrr
4459 - type: "table"
4460   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4461   algorithm: "table_comparison"
4462   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4463   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4464   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4465   columns:
4466     - title: "1908"
4467       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4468     - title: "2001"
4469       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4470     - title: "2005"
4471       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4472   comparisons:
4473     - title: "Diff"
4474       reference: 2
4475       compare: 3
4476   legend:
4477     - "Legend to Table"
4478     - "1908, 2001, 2005 - VPP versions tested."
4479     - "Diff - difference between 2001 and 2005 VPP version."
4480
4481 # VPP Performance Changes 3n-hsw 2t2c mrr
4482 - type: "table"
4483   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4484   algorithm: "table_comparison"
4485   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4486   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4487   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4488   columns:
4489     - title: "1908"
4490       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4491     - title: "2001"
4492       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4493     - title: "2005"
4494       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4495   comparisons:
4496     - title: "Diff"
4497       reference: 2
4498       compare: 3
4499   legend:
4500     - "Legend to Table"
4501     - "1908, 2001, 2005 - VPP versions tested."
4502     - "Diff - difference between 2001 and 2005 VPP version."
4503
4504 # VPP Performance Changes 3n-hsw 4t4c mrr
4505 - type: "table"
4506   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
4507   algorithm: "table_comparison"
4508   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4509   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4510   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4511   columns:
4512     - title: "1908"
4513       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4514     - title: "2001"
4515       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4516     - title: "2005"
4517       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4518   comparisons:
4519     - title: "Diff"
4520       reference: 2
4521       compare: 3
4522   legend:
4523     - "Legend to Table"
4524     - "1908, 2001, 2005 - VPP versions tested."
4525     - "Diff - difference between 2001 and 2005 VPP version."
4526
4527 # VPP Performance Changes 3n-skx 2t1c mrr
4528 - type: "table"
4529   title: "VPP Performance Changes 3n-skx 2t1c mrr"
4530   algorithm: "table_comparison"
4531   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4532   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4533   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4534   columns:
4535 #    - title: "1908"
4536 #      data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4537     - title: "2001"
4538       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4539     - title: "2005"
4540       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4541   comparisons:
4542     - title: "Diff"
4543       reference: 1
4544       compare: 2
4545   legend:
4546     - "Legend to Table"
4547     - "2001, 2005 - VPP versions tested."
4548     - "Diff - difference between 2001 and 2005 VPP version."
4549
4550 # VPP Performance Changes 3n-skx 4t2c mrr
4551 - type: "table"
4552   title: "VPP Performance Changes 3n-skx 4t2c mrr"
4553   algorithm: "table_comparison"
4554   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4555   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4556   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4557   columns:
4558 #    - title: "1908"
4559 #      data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4560     - title: "2001"
4561       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4562     - title: "2005"
4563       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4564   comparisons:
4565     - title: "Diff"
4566       reference: 1
4567       compare: 2
4568   legend:
4569     - "Legend to Table"
4570     - "2001, 2005 - VPP versions tested."
4571     - "Diff - difference between 2001 and 2005 VPP version."
4572
4573 # VPP Performance Changes 3n-skx 8t4c mrr
4574 - type: "table"
4575   title: "VPP Performance Changes 3n-skx 8t4c mrr"
4576   algorithm: "table_comparison"
4577   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4578   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4579   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4580   columns:
4581 #    - title: "1908"
4582 #      data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4583     - title: "2001"
4584       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4585     - title: "2005"
4586       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4587   comparisons:
4588     - title: "Diff"
4589       reference: 1
4590       compare: 2
4591   legend:
4592     - "Legend to Table"
4593     - "2001, 2005 - VPP versions tested."
4594     - "Diff - difference between 2001 and 2005 VPP version."
4595
4596 # VPP Performance Changes 2n-skx 2t1c mrr
4597 - type: "table"
4598   title: "VPP Performance Changes 2n-skx 2t1c mrr"
4599   algorithm: "table_comparison"
4600   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4601   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4602   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4603   columns:
4604 #    - title: "1908"
4605 #      data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4606     - title: "2001"
4607       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4608     - title: "2005"
4609       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4610   comparisons:
4611     - title: "Diff"
4612       reference: 1
4613       compare: 2
4614   legend:
4615     - "Legend to Table"
4616     - "2001, 2005 - VPP versions tested."
4617     - "Diff - difference between 2001 and 2005 VPP version."
4618
4619 # VPP Performance Changes 2n-skx 4t2c mrr
4620 - type: "table"
4621   title: "VPP Performance Changes 2n-skx 4t2c mrr"
4622   algorithm: "table_comparison"
4623   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4624   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4625   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4626   columns:
4627 #    - title: "1908"
4628 #      data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4629     - title: "2001"
4630       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4631     - title: "2005"
4632       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4633   comparisons:
4634     - title: "Diff"
4635       reference: 1
4636       compare: 2
4637   legend:
4638     - "Legend to Table"
4639     - "2001, 2005 - VPP versions tested."
4640     - "Diff - difference between 2001 and 2005 VPP version."
4641
4642 # VPP Performance Changes 2n-skx 8t4c mrr
4643 - type: "table"
4644   title: "VPP Performance Changes 2n-skx 8t4c mrr"
4645   algorithm: "table_comparison"
4646   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4647   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4648   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4649   columns:
4650 #    - title: "1908"
4651 #      data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4652     - title: "2001"
4653       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4654     - title: "2005"
4655       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4656   comparisons:
4657     - title: "Diff"
4658       reference: 1
4659       compare: 2
4660   legend:
4661     - "Legend to Table"
4662     - "2001, 2005 - VPP versions tested."
4663     - "Diff - difference between 2001 and 2005 VPP version."
4664
4665 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
4666 - type: "table"
4667   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
4668   algorithm: "table_comparison"
4669   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
4670   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4671   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4672   columns:
4673     - title: "2001"
4674       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4675     - title: "2005"
4676       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4677   comparisons:
4678     - title: "Diff"
4679       reference: 1
4680       compare: 2
4681   legend:
4682     - "Legend to Table"
4683     - "2001, 2005 - VPP versions tested."
4684     - "Diff - difference between 2001 and 2005 VPP version."
4685
4686 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
4687 - type: "table"
4688   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
4689   algorithm: "table_comparison"
4690   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
4691   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4692   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4693   columns:
4694     - title: "2001"
4695       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4696     - title: "2005"
4697       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4698   comparisons:
4699     - title: "Diff"
4700       reference: 1
4701       compare: 2
4702   legend:
4703     - "Legend to Table"
4704     - "2001, 2005 - VPP versions tested."
4705     - "Diff - difference between 2001 and 2005 VPP version."
4706
4707 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
4708 - type: "table"
4709   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
4710   algorithm: "table_comparison"
4711   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
4712   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4713   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4714   columns:
4715     - title: "2001"
4716       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4717     - title: "2005"
4718       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4719   comparisons:
4720     - title: "Diff"
4721       reference: 1
4722       compare: 2
4723   legend:
4724     - "Legend to Table"
4725     - "2001, 2005 - VPP versions tested."
4726     - "Diff - difference between 2001 and 2005 VPP version."
4727
4728 # VPP Performance Changes 2n-clx-clx-x556 2t1c mrr
4729 - type: "table"
4730   title: "VPP Performance Changes 2n-clx-clx-x556 2t1c mrr"
4731   algorithm: "table_comparison"
4732   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-clx-x556-2t1c-mrr"
4733   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4734   filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4735   columns:
4736     - title: "2001"
4737       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4738     - title: "2005"
4739       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4740   comparisons:
4741     - title: "Diff"
4742       reference: 1
4743       compare: 2
4744   legend:
4745     - "Legend to Table"
4746     - "2001, 2005 - VPP versions tested."
4747     - "Diff - difference between 2001 and 2005 VPP version."
4748
4749 # VPP Performance Changes 2n-clx-clx-x556 4t2c mrr
4750 - type: "table"
4751   title: "VPP Performance Changes 2n-clx-clx-x556 4t2c mrr"
4752   algorithm: "table_comparison"
4753   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-clx-x556-4t2c-mrr"
4754   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4755   filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4756   columns:
4757     - title: "2001"
4758       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4759     - title: "2005"
4760       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4761   comparisons:
4762     - title: "Diff"
4763       reference: 1
4764       compare: 2
4765   legend:
4766     - "Legend to Table"
4767     - "2001, 2005 - VPP versions tested."
4768     - "Diff - difference between 2001 and 2005 VPP version."
4769
4770 # VPP Performance Changes 2n-clx-clx-x556 8t4c mrr
4771 - type: "table"
4772   title: "VPP Performance Changes 2n-clx-clx-x556 8t4c mrr"
4773   algorithm: "table_comparison"
4774   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-clx-x556-8t4c-mrr"
4775   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4776   filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4777   columns:
4778     - title: "2001"
4779       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4780     - title: "2005"
4781       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4782   comparisons:
4783     - title: "Diff"
4784       reference: 1
4785       compare: 2
4786   legend:
4787     - "Legend to Table"
4788     - "2001, 2005 - VPP versions tested."
4789     - "Diff - difference between 2001 and 2005 VPP version."
4790
4791 # VPP Performance Changes 2n-dnv 1t1c mrr
4792 - type: "table"
4793   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
4794   algorithm: "table_comparison"
4795   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4796   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4797   filter: "'1T1C'"
4798   columns:
4799     - title: "1908"
4800       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4801     - title: "2001"
4802       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4803     - title: "2005"
4804       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4805   comparisons:
4806     - title: "Diff"
4807       reference: 2
4808       compare: 3
4809   legend:
4810     - "Legend to Table"
4811     - "1908, 2001, 2005 - VPP versions tested."
4812     - "Diff - difference between 2001 and 2005 VPP version."
4813
4814 # VPP Performance Changes 2n-dnv 2t2c mrr
4815 - type: "table"
4816   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
4817   algorithm: "table_comparison"
4818   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4819   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4820   filter: "'2T2C'"
4821   columns:
4822     - title: "1908"
4823       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4824     - title: "2001"
4825       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4826     - title: "2005"
4827       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4828   comparisons:
4829     - title: "Diff"
4830       reference: 2
4831       compare: 3
4832   legend:
4833     - "Legend to Table"
4834     - "1908, 2001, 2005 - VPP versions tested."
4835     - "Diff - difference between 2001 and 2005 VPP version."
4836
4837 # VPP Performance Changes 2n-dnv 4t4c mrr
4838 - type: "table"
4839   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
4840   algorithm: "table_comparison"
4841   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4842   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4843   filter: "'4T4C'"
4844   columns:
4845     - title: "1908"
4846       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4847     - title: "2001"
4848       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4849     - title: "2005"
4850       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4851   comparisons:
4852     - title: "Diff"
4853       reference: 2
4854       compare: 3
4855   legend:
4856     - "Legend to Table"
4857     - "1908, 2001, 2005 - VPP versions tested."
4858     - "Diff - difference between 2001 and 2005 VPP version."
4859
4860 # VPP Performance Changes 3n-dnv 1t1c mrr
4861 - type: "table"
4862   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
4863   algorithm: "table_comparison"
4864   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4865   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4866   filter: "'1T1C'"
4867   columns:
4868     - title: "1908"
4869       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4870     - title: "2001"
4871       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4872     - title: "2005"
4873       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4874   comparisons:
4875     - title: "Diff"
4876       reference: 2
4877       compare: 3
4878   legend:
4879     - "Legend to Table"
4880     - "1908, 2001, 2005 - VPP versions tested."
4881     - "Diff - difference between 2001 and 2005 VPP version."
4882
4883 # VPP Performance Changes 3n-dnv 2t2c mrr
4884 - type: "table"
4885   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
4886   algorithm: "table_comparison"
4887   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4888   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4889   filter: "'2T2C'"
4890   columns:
4891     - title: "1908"
4892       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4893     - title: "2001"
4894       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4895     - title: "2005"
4896       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4897   comparisons:
4898     - title: "Diff"
4899       reference: 2
4900       compare: 3
4901   legend:
4902     - "Legend to Table"
4903     - "1908, 2001, 2005 - VPP versions tested."
4904     - "Diff - difference between 2001 and 2005 VPP version."
4905
4906 # VPP Performance Changes 3n-dnv 4t4c mrr
4907 - type: "table"
4908   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
4909   algorithm: "table_comparison"
4910   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4911   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4912   filter: "'4T4C'"
4913   columns:
4914     - title: "1908"
4915       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4916     - title: "2001"
4917       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4918     - title: "2005"
4919       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4920   comparisons:
4921     - title: "Diff"
4922       reference: 2
4923       compare: 3
4924   legend:
4925     - "Legend to Table"
4926     - "1908, 2001, 2005 - VPP versions tested."
4927     - "Diff - difference between 2001 and 2005 VPP version."
4928
4929 # VPP Performance Changes 3n-tsh 1t1c mrr
4930 - type: "table"
4931   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
4932   algorithm: "table_comparison"
4933   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4934   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4935   filter: "'1T1C'"
4936   columns:
4937     - title: "1908"
4938       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
4939     - title: "2001"
4940       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4941     - title: "2005"
4942       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4943   comparisons:
4944     - title: "Diff"
4945       reference: 2
4946       compare: 3
4947   legend:
4948     - "Legend to Table"
4949     - "1908, 2001, 2005 - VPP versions tested."
4950     - "Diff - difference between 2001 and 2005 VPP version."
4951
4952 # VPP Performance Changes 3n-tsh 2t2c mrr
4953 - type: "table"
4954   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
4955   algorithm: "table_comparison"
4956   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
4957   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4958   filter: "'2T2C'"
4959   columns:
4960     - title: "1908"
4961       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
4962     - title: "2001"
4963       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4964     - title: "2005"
4965       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4966   comparisons:
4967     - title: "Diff"
4968       reference: 2
4969       compare: 3
4970   legend:
4971     - "Legend to Table"
4972     - "1908, 2001, 2005 - VPP versions tested."
4973     - "Diff - difference between 2001 and 2005 VPP version."
4974
4975 # VPP Performance Changes 3n-tsh 4t4c mrr
4976 - type: "table"
4977   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
4978   algorithm: "table_comparison"
4979   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
4980   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4981   filter: "'4T4C'"
4982   columns:
4983     - title: "1908"
4984       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
4985     - title: "2001"
4986       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4987     - title: "2005"
4988       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4989   comparisons:
4990     - title: "Diff"
4991       reference: 2
4992       compare: 3
4993   legend:
4994     - "Legend to Table"
4995     - "1908, 2001, 2005 - VPP versions tested."
4996     - "Diff - difference between 2001 and 2005 VPP version."
4997
4998 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
4999 - type: "table"
5000   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
5001   algorithm: "table_comparison"
5002   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
5003   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5004   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5005   columns:
5006     - title: "3n-hsw xl710"
5007       data-set: "vpp-compare-testbeds-mrr-ref"
5008       tag: "NIC_Intel-XL710"
5009     - title: "3n-skx xxv710"
5010       data-set: "vpp-compare-testbeds-mrr-cmp"
5011       tag: "NIC_Intel-XXV710"
5012   comparisons:
5013     - title: "Diff"
5014       reference: 1
5015       compare: 2
5016   legend:
5017     - "Legend to Table"
5018     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5019     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5020
5021 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
5022 - type: "table"
5023   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
5024   algorithm: "table_comparison"
5025   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
5026   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5027   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5028   columns:
5029     - title: "3n-hsw xl710"
5030       data-set: "vpp-compare-testbeds-mrr-ref"
5031       tag: "NIC_Intel-XL710"
5032     - title: "3n-skx xxv710"
5033       data-set: "vpp-compare-testbeds-mrr-cmp"
5034       tag: "NIC_Intel-XXV710"
5035   comparisons:
5036     - title: "Diff"
5037       reference: 1
5038       compare: 2
5039   legend:
5040     - "Legend to Table"
5041     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5042     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5043
5044 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
5045 - type: "table"
5046   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
5047   algorithm: "table_comparison"
5048   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
5049   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5050   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5051   columns:
5052     - title: "3n-hsw xl710"
5053       data-set: "vpp-compare-testbeds-mrr-ref"
5054       tag: "NIC_Intel-XL710"
5055     - title: "3n-skx xxv710"
5056       data-set: "vpp-compare-testbeds-mrr-cmp"
5057       tag: "NIC_Intel-XXV710"
5058   comparisons:
5059     - title: "Diff"
5060       reference: 1
5061       compare: 2
5062   legend:
5063     - "Legend to Table"
5064     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5065     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5066
5067 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
5068 - type: "table"
5069   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
5070   algorithm: "table_comparison"
5071   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
5072   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5073   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5074   columns:
5075     - title: "2n-skx"
5076       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5077     - title: "2n-clx"
5078       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5079   comparisons:
5080     - title: "Diff"
5081       reference: 1
5082       compare: 2
5083   legend:
5084     - "Legend to Table"
5085     - "2n-skx, 2n-clx - testbeds and NICs tested."
5086     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5087
5088 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
5089 - type: "table"
5090   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
5091   algorithm: "table_comparison"
5092   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
5093   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5094   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5095   columns:
5096     - title: "2n-skx"
5097       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5098     - title: "2n-clx"
5099       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5100   comparisons:
5101     - title: "Diff"
5102       reference: 1
5103       compare: 2
5104   legend:
5105     - "Legend to Table"
5106     - "2n-skx, 2n-clx - testbeds and NICs tested."
5107     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5108
5109 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
5110 - type: "table"
5111   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
5112   algorithm: "table_comparison"
5113   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
5114   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5115   filter: "'8T4C' and 'NIC_Intel-XXV710'"
5116   columns:
5117     - title: "2n-skx"
5118       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5119     - title: "2n-clx"
5120       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5121   comparisons:
5122     - title: "Diff"
5123       reference: 1
5124       compare: 2
5125   legend:
5126     - "Legend to Table"
5127     - "2n-skx, 2n-clx - testbeds and NICs tested."
5128     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5129
5130 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
5131 - type: "table"
5132   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
5133   algorithm: "table_comparison"
5134   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
5135   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5136   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
5137   columns:
5138     - title: "3n-skx"
5139       data-set: "vpp-compare-topologies-mrr-ref"
5140     - title: "2n-skx"
5141       data-set: "vpp-compare-topologies-mrr-cmp"
5142   comparisons:
5143     - title: "Diff"
5144       reference: 1
5145       compare: 2
5146   legend:
5147     - "Legend to Table"
5148     - "3n-skx, 2n-skx - topologies tested."
5149     - "Diff - difference between 3n-skx and 2n-skx topologies."
5150
5151 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
5152 - type: "table"
5153   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
5154   algorithm: "table_comparison"
5155   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
5156   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5157   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
5158   columns:
5159     - title: "3n-skx"
5160       data-set: "vpp-compare-topologies-mrr-ref"
5161     - title: "2n-skx"
5162       data-set: "vpp-compare-topologies-mrr-cmp"
5163   comparisons:
5164     - title: "Diff"
5165       reference: 1
5166       compare: 2
5167   legend:
5168     - "Legend to Table"
5169     - "3n-skx, 2n-skx - topologies tested."
5170     - "Diff - difference between 3n-skx and 2n-skx topologies."
5171
5172 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
5173 - type: "table"
5174   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
5175   algorithm: "table_comparison"
5176   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
5177   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5178   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
5179   columns:
5180     - title: "3n-skx"
5181       data-set: "vpp-compare-topologies-mrr-ref"
5182     - title: "2n-skx"
5183       data-set: "vpp-compare-topologies-mrr-cmp"
5184   comparisons:
5185     - title: "Diff"
5186       reference: 1
5187       compare: 2
5188   legend:
5189     - "Legend to Table"
5190     - "3n-skx, 2n-skx - topologies tested."
5191     - "Diff - difference between 3n-skx and 2n-skx topologies."
5192
5193 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
5194 - type: "table"
5195   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
5196   algorithm: "table_comparison"
5197   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
5198   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5199   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5200   columns:
5201     - title: "3n-hsw xl710"
5202       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5203       tag: "NIC_Intel-XL710"
5204     - title: "2n-clx xxv710"
5205       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5206       tag: "NIC_Intel-XXV710"
5207   comparisons:
5208     - title: "Diff"
5209       reference: 1
5210       compare: 2
5211   legend:
5212     - "Legend to Table"
5213     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5214     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5215
5216 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
5217 - type: "table"
5218   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
5219   algorithm: "table_comparison"
5220   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
5221   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5222   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5223   columns:
5224     - title: "3n-hsw xl710"
5225       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5226       tag: "NIC_Intel-XL710"
5227     - title: "2n-clx xxv710"
5228       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5229       tag: "NIC_Intel-XXV710"
5230   comparisons:
5231     - title: "Diff"
5232       reference: 1
5233       compare: 2
5234   legend:
5235     - "Legend to Table"
5236     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5237     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5238
5239 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
5240 - type: "table"
5241   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
5242   algorithm: "table_comparison"
5243   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
5244   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5245   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5246   columns:
5247     - title: "3n-hsw xl710"
5248       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5249       tag: "NIC_Intel-XL710"
5250     - title: "2n-clx xxv710"
5251       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5252       tag: "NIC_Intel-XXV710"
5253   comparisons:
5254     - title: "Diff"
5255       reference: 1
5256       compare: 2
5257   legend:
5258     - "Legend to Table"
5259     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5260     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5261
5262 # Detailed Test Results - VPP Performance Results 3n-hsw
5263 - type: "table"
5264   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5265   algorithm: "table_merged_details"
5266   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5267   columns:
5268     - title: " |prein| Test Name |preout| "
5269       data: "data name"
5270     - 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| "
5271       data: "data msg"
5272   data: "vpp-perf-results-3n-hsw"
5273   filter: "all"
5274   parameters:
5275   - "name"
5276   - "parent"
5277   - "msg"
5278
5279 # Detailed Test Results - VPP Performance Results 3n-skx
5280 - type: "table"
5281   title: "Detailed Test Results - VPP Performance Results 3n-skx"
5282   algorithm: "table_merged_details"
5283   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
5284   columns:
5285     - title: " |prein| Test Name |preout| "
5286       data: "data name"
5287     - 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| "
5288       data: "data msg"
5289   data: "vpp-perf-results-3n-skx"
5290   filter: "all"
5291   remove-ndr: False
5292   parameters:
5293   - "name"
5294   - "parent"
5295   - "msg"
5296
5297 # Detailed Test Results - VPP Performance Results 2n-skx
5298 - type: "table"
5299   title: "Detailed Test Results - VPP Performance Results 2n-skx"
5300   algorithm: "table_merged_details"
5301   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
5302   columns:
5303     - title: " |prein| Test Name |preout| "
5304       data: "data name"
5305     - 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| "
5306       data: "data msg"
5307   data: "vpp-perf-results-2n-skx"
5308   filter: "all"
5309   remove-ndr: False
5310   parameters:
5311   - "name"
5312   - "parent"
5313   - "msg"
5314
5315 # Detailed Test Results - VPP Performance Results 2n-clx
5316 - type: "table"
5317   title: "Detailed Test Results - VPP Performance Results 2n-clx"
5318   algorithm: "table_merged_details"
5319   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
5320   columns:
5321     - title: " |prein| Test Name |preout| "
5322       data: "data name"
5323     - 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| "
5324       data: "data msg"
5325   data: "vpp-perf-results-2n-clx"
5326   filter: "all"
5327   parameters:
5328   - "name"
5329   - "parent"
5330   - "msg"
5331
5332 # Detailed Test Results - VPP Performance Results 3n-tsh
5333 - type: "table"
5334   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
5335   algorithm: "table_merged_details"
5336   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
5337   columns:
5338     - title: " |prein| Test Name |preout| "
5339       data: "data name"
5340     - 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| "
5341       data: "data msg"
5342   data: "vpp-perf-results-3n-tsh"
5343   filter: "all"
5344   parameters:
5345   - "name"
5346   - "parent"
5347   - "msg"
5348
5349 # Detailed Test Results - VPP Performance Results 3n-dnv
5350 - type: "table"
5351   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
5352   algorithm: "table_merged_details"
5353   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
5354   columns:
5355     - title: " |prein| Test Name |preout| "
5356       data: "data name"
5357     - 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| "
5358       data: "data msg"
5359   data: "vpp-perf-results-3n-dnv"
5360   filter: "all"
5361   parameters:
5362   - "name"
5363   - "parent"
5364   - "msg"
5365
5366 # Detailed Test Results - VPP Performance Results 2n-dnv
5367 - type: "table"
5368   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
5369   algorithm: "table_merged_details"
5370   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5371   columns:
5372     - title: " |prein| Test Name |preout| "
5373       data: "data name"
5374     - 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| "
5375       data: "data msg"
5376   data: "vpp-perf-results-2n-dnv"
5377   filter: "all"
5378   parameters:
5379   - "name"
5380   - "parent"
5381   - "msg"
5382
5383 # Test configuration - VPP Performance Test Configs 3n-hsw
5384 - type: "table"
5385   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
5386   algorithm: "table_merged_details"
5387   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
5388   columns:
5389     - title: " |prein| Test Name |preout| "
5390       data: "data name"
5391     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5392       data: "data conf-history"
5393   data: "vpp-perf-results-3n-hsw"
5394   filter: "all"
5395   parameters:
5396   - "parent"
5397   - "name"
5398   - "conf-history"
5399
5400 # Test configuration - VPP Performance Test Configs 3n-skx
5401 - type: "table"
5402   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5403   algorithm: "table_merged_details"
5404   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5405   columns:
5406     - title: " |prein| Test Name |preout| "
5407       data: "data name"
5408     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5409       data: "data conf-history"
5410   data: "vpp-perf-results-3n-skx"
5411   filter: "all"
5412   parameters:
5413   - "parent"
5414   - "name"
5415   - "conf-history"
5416
5417 # Test configuration - VPP Performance Test Configs 2n-skx
5418 - type: "table"
5419   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5420   algorithm: "table_merged_details"
5421   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5422   columns:
5423     - title: " |prein| Test Name |preout| "
5424       data: "data name"
5425     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5426       data: "data conf-history"
5427   data: "vpp-perf-results-2n-skx"
5428   filter: "all"
5429   parameters:
5430   - "parent"
5431   - "name"
5432   - "conf-history"
5433
5434 # Test configuration - VPP Performance Test Configs 2n-clx
5435 - type: "table"
5436   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5437   algorithm: "table_merged_details"
5438   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
5439   columns:
5440     - title: " |prein| Test Name |preout| "
5441       data: "data name"
5442     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5443       data: "data conf-history"
5444   data: "vpp-perf-results-2n-clx"
5445   filter: "all"
5446   parameters:
5447   - "parent"
5448   - "name"
5449   - "conf-history"
5450
5451 # Test configuration - VPP Performance Test Configs 3n-tsh
5452 - type: "table"
5453   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5454   algorithm: "table_merged_details"
5455   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5456   columns:
5457     - title: " |prein| Test Name |preout| "
5458       data: "data name"
5459     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5460       data: "data conf-history"
5461   data: "vpp-perf-results-3n-tsh"
5462   filter: "all"
5463   parameters:
5464   - "parent"
5465   - "name"
5466   - "conf-history"
5467
5468 # Test configuration - VPP Performance Test Configs 3n-dnv
5469 - type: "table"
5470   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5471   algorithm: "table_merged_details"
5472   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5473   columns:
5474     - title: " |prein| Test Name |preout| "
5475       data: "data name"
5476     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5477       data: "data conf-history"
5478   data: "vpp-perf-results-3n-dnv"
5479   filter: "all"
5480   parameters:
5481   - "parent"
5482   - "name"
5483   - "conf-history"
5484
5485 # Test configuration - VPP Performance Test Configs 2n-dnv
5486 - type: "table"
5487   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5488   algorithm: "table_merged_details"
5489   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5490   columns:
5491     - title: " |prein| Test Name |preout| "
5492       data: "data name"
5493     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5494       data: "data conf-history"
5495   data: "vpp-perf-results-2n-dnv"
5496   filter: "all"
5497   parameters:
5498   - "parent"
5499   - "name"
5500   - "conf-history"
5501
5502 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5503 - type: "table"
5504   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5505   algorithm: "table_oper_data_html"
5506   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5507   data: "vpp-perf-results-3n-hsw"
5508   filter: "all"
5509
5510 # Test Operational Data - VPP Performance Operational Data 3n-skx
5511 - type: "table"
5512   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5513   algorithm: "table_oper_data_html"
5514   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5515   data: "vpp-perf-results-3n-skx"
5516   filter: "all"
5517
5518 # Test Operational Data - VPP Performance Operational Data 2n-skx
5519 - type: "table"
5520   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5521   algorithm: "table_oper_data_html"
5522   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5523   data: "vpp-perf-results-2n-skx"
5524   filter: "all"
5525
5526 # Test Operational Data - VPP Performance Operational Data 2n-clx
5527 - type: "table"
5528   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5529   algorithm: "table_oper_data_html"
5530   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5531   data: "vpp-perf-results-2n-clx"
5532   filter: "all"
5533
5534 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5535 - type: "table"
5536   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5537   algorithm: "table_oper_data_html"
5538   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5539   data: "vpp-perf-results-3n-tsh"
5540   filter: "all"
5541
5542 # Test Operational Data - VPP Performance Operational Data 3n-dnv
5543 - type: "table"
5544   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5545   algorithm: "table_oper_data_html"
5546   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5547   data: "vpp-perf-results-3n-dnv"
5548   filter: "all"
5549
5550 # Test Operational Data - VPP Performance Operational Data 2n-dnv
5551 - type: "table"
5552   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5553   algorithm: "table_oper_data_html"
5554   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5555   data: "vpp-perf-results-2n-dnv"
5556   filter: "all"
5557
5558 # Detailed Test Results - VPP MRR Results 3n-hsw
5559 - type: "table"
5560   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5561   algorithm: "table_merged_details"
5562   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5563   columns:
5564     - title: " |prein| Test Name |preout| "
5565       data: "data name"
5566     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5567       data: "data msg"
5568   data: "vpp-mrr-results-3n-hsw"
5569   filter: "all"
5570   parameters:
5571   - "name"
5572   - "parent"
5573   - "msg"
5574
5575 # Detailed Test Results - VPP MRR Results 3n-skx
5576 - type: "table"
5577   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5578   algorithm: "table_merged_details"
5579   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5580   columns:
5581     - title: " |prein| Test Name |preout| "
5582       data: "data name"
5583     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5584       data: "data msg"
5585   data: "vpp-mrr-results-3n-skx"
5586   filter: "all"
5587   parameters:
5588   - "name"
5589   - "parent"
5590   - "msg"
5591
5592 # Detailed Test Results - VPP MRR Results 2n-skx
5593 - type: "table"
5594   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5595   algorithm: "table_merged_details"
5596   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5597   columns:
5598     - title: " |prein| Test Name |preout| "
5599       data: "data name"
5600     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5601       data: "data msg"
5602   data: "vpp-mrr-results-2n-skx"
5603   filter: "all"
5604   parameters:
5605   - "name"
5606   - "parent"
5607   - "msg"
5608
5609 # Detailed Test Results - VPP MRR Results 2n-clx
5610 - type: "table"
5611   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5612   algorithm: "table_merged_details"
5613   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5614   columns:
5615     - title: " |prein| Test Name |preout| "
5616       data: "data name"
5617     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5618       data: "data msg"
5619   data: "vpp-mrr-results-2n-clx"
5620   filter: "all"
5621   parameters:
5622   - "name"
5623   - "parent"
5624   - "msg"
5625
5626 # Detailed Test Results - VPP MRR Results 3n-tsh
5627 - type: "table"
5628   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5629   algorithm: "table_merged_details"
5630   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5631   columns:
5632     - title: " |prein| Test Name |preout| "
5633       data: "data name"
5634     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5635       data: "data msg"
5636   data: "vpp-mrr-results-3n-tsh"
5637   filter: "all"
5638   parameters:
5639   - "name"
5640   - "parent"
5641   - "msg"
5642
5643 # Detailed Test Results - VPP MRR Results 3n-dnv
5644 - type: "table"
5645   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5646   algorithm: "table_merged_details"
5647   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5648   columns:
5649     - title: " |prein| Test Name |preout| "
5650       data: "data name"
5651     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5652       data: "data msg"
5653   data: "vpp-mrr-results-3n-dnv"
5654   filter: "all"
5655   parameters:
5656   - "name"
5657   - "parent"
5658   - "msg"
5659
5660 # Detailed Test Results - VPP MRR Results 2n-dnv
5661 - type: "table"
5662   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5663   algorithm: "table_merged_details"
5664   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5665   columns:
5666     - title: " |prein| Test Name |preout| "
5667       data: "data name"
5668     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5669       data: "data msg"
5670   data: "vpp-mrr-results-2n-dnv"
5671   filter: "all"
5672   parameters:
5673   - "name"
5674   - "parent"
5675   - "msg"
5676
5677 # Test configuration - VPP MRR Test Configs 3n-hsw
5678 - type: "table"
5679   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5680   algorithm: "table_merged_details"
5681   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5682   columns:
5683     - title: " |prein| Test Name |preout| "
5684       data: "data name"
5685     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5686       data: "data conf-history"
5687   data: "vpp-mrr-results-3n-hsw"
5688   filter: "all"
5689   parameters:
5690   - "parent"
5691   - "name"
5692   - "conf-history"
5693
5694 # Test configuration - VPP MRR Test Configs 3n-skx
5695 - type: "table"
5696   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5697   algorithm: "table_merged_details"
5698   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5699   columns:
5700     - title: " |prein| Test Name |preout| "
5701       data: "data name"
5702     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5703       data: "data conf-history"
5704   data: "vpp-mrr-results-3n-skx"
5705   filter: "all"
5706   parameters:
5707   - "parent"
5708   - "name"
5709   - "conf-history"
5710
5711 # Test configuration - VPP MRR Test Configs 2n-skx
5712 - type: "table"
5713   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5714   algorithm: "table_merged_details"
5715   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5716   columns:
5717     - title: " |prein| Test Name |preout| "
5718       data: "data name"
5719     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5720       data: "data conf-history"
5721   data: "vpp-mrr-results-2n-skx"
5722   filter: "all"
5723   parameters:
5724   - "parent"
5725   - "name"
5726   - "conf-history"
5727
5728 # Test configuration - VPP MRR Test Configs 2n-clx
5729 - type: "table"
5730   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5731   algorithm: "table_merged_details"
5732   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5733   columns:
5734     - title: " |prein| Test Name |preout| "
5735       data: "data name"
5736     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5737       data: "data conf-history"
5738   data: "vpp-mrr-results-2n-clx"
5739   filter: "all"
5740   parameters:
5741   - "parent"
5742   - "name"
5743   - "conf-history"
5744
5745 # Test configuration - VPP MRR Test Configs 3n-tsh
5746 - type: "table"
5747   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5748   algorithm: "table_merged_details"
5749   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5750   columns:
5751     - title: " |prein| Test Name |preout| "
5752       data: "data name"
5753     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5754       data: "data conf-history"
5755   data: "vpp-mrr-results-3n-tsh"
5756   filter: "all"
5757   parameters:
5758   - "parent"
5759   - "name"
5760   - "conf-history"
5761
5762 # Test configuration - VPP MRR Test Configs 3n-dnv
5763 - type: "table"
5764   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5765   algorithm: "table_merged_details"
5766   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5767   columns:
5768     - title: " |prein| Test Name |preout| "
5769       data: "data name"
5770     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5771       data: "data conf-history"
5772   data: "vpp-mrr-results-3n-dnv"
5773   filter: "all"
5774   parameters:
5775   - "parent"
5776   - "name"
5777   - "conf-history"
5778
5779 # Test configuration - VPP MRR Test Configs 2n-dnv
5780 - type: "table"
5781   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5782   algorithm: "table_merged_details"
5783   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5784   columns:
5785     - title: " |prein| Test Name |preout| "
5786       data: "data name"
5787     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5788       data: "data conf-history"
5789   data: "vpp-mrr-results-2n-dnv"
5790   filter: "all"
5791   parameters:
5792   - "parent"
5793   - "name"
5794   - "conf-history"
5795
5796 # Detailed Test Results - VPP Device Results - Ubuntu
5797 - type: "table"
5798   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5799   algorithm: "table_merged_details"
5800   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5801   columns:
5802     - title: " |prein| Test Name |preout| "
5803       data: "data name"
5804     - title: " |prein| Status |preout| "
5805       data: "data status"
5806   data: "vpp-device-results-ubuntu"
5807   filter: "all"
5808   parameters:
5809   - "name"
5810   - "parent"
5811   - "doc"
5812   - "status"
5813
5814 # Test configuration - VPP Device Test Configs - Ubuntu
5815 - type: "table"
5816   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5817   algorithm: "table_merged_details"
5818   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5819   columns:
5820     - title: " |prein| Test Name |preout| "
5821       data: "data name"
5822     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5823       data: "data conf-history"
5824   data: "vpp-device-results-ubuntu"
5825   filter: "all"
5826   parameters:
5827   - "parent"
5828   - "name"
5829   - "conf-history"
5830
5831 ################################################################################
5832
5833 # DPDK Performance Changes 3n-hsw 1t1c pdr
5834 - type: "table"
5835   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5836   algorithm: "table_comparison"
5837   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5838   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5839   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5840   columns:
5841     - title: "1908"
5842       data-set: "dpdk-performance-changes-3n-hsw-h1"
5843     - title: "2001"
5844       data-set: "dpdk-performance-changes-3n-hsw-ref"
5845     - title: "2005"
5846       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5847   comparisons:
5848     - title: "Diff"
5849       reference: 2
5850       compare: 3
5851   legend:
5852     - "Legend to Table"
5853     - "1908, 2001, 2005 - DPDK versions tested."
5854     - "Diff - difference between 2001 and 2005 DPDK version."
5855
5856 # DPDK Performance Changes 3n-hsw 2t2c pdr
5857 - type: "table"
5858   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5859   algorithm: "table_comparison"
5860   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5861   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5862   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5863   columns:
5864     - title: "1908"
5865       data-set: "dpdk-performance-changes-3n-hsw-h1"
5866     - title: "2001"
5867       data-set: "dpdk-performance-changes-3n-hsw-ref"
5868     - title: "2005"
5869       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5870   comparisons:
5871     - title: "Diff"
5872       reference: 2
5873       compare: 3
5874   legend:
5875     - "Legend to Table"
5876     - "1908, 2001, 2005 - DPDK versions tested."
5877     - "Diff - difference between 2001 and 2005 DPDK version."
5878
5879 # DPDK Performance Changes 3n-hsw 1t1c pdr
5880 - type: "table"
5881   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5882   algorithm: "table_comparison"
5883   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5884   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5885   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5886   columns:
5887     - title: "1908"
5888       data-set: "dpdk-performance-changes-3n-hsw-h1"
5889     - title: "2001"
5890       data-set: "dpdk-performance-changes-3n-hsw-ref"
5891     - title: "2005"
5892       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5893   comparisons:
5894     - title: "Diff"
5895       reference: 2
5896       compare: 3
5897   legend:
5898     - "Legend to Table"
5899     - "1908, 2001, 2005 - DPDK versions tested."
5900     - "Diff - difference between 2001 and 2005 DPDK version."
5901
5902 # DPDK Performance Changes 3n-hsw 2t2c ndr
5903 - type: "table"
5904   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5905   algorithm: "table_comparison"
5906   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5907   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5908   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5909   columns:
5910     - title: "1908"
5911       data-set: "dpdk-performance-changes-3n-hsw-h1"
5912     - title: "2001"
5913       data-set: "dpdk-performance-changes-3n-hsw-ref"
5914     - title: "2005"
5915       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5916   comparisons:
5917     - title: "Diff"
5918       reference: 2
5919       compare: 3
5920   legend:
5921     - "Legend to Table"
5922     - "1908, 2001, 2005 - DPDK versions tested."
5923     - "Diff - difference between 2001 and 2005 DPDK version."
5924
5925 # DPDK Performance Changes 3n-skx 2t1c pdr
5926 - type: "table"
5927   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
5928   algorithm: "table_comparison"
5929   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
5930   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5931   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5932   columns:
5933     - title: "1908"
5934       data-set: "dpdk-performance-changes-3n-skx-h1"
5935     - title: "2001"
5936       data-set: "dpdk-performance-changes-3n-skx-ref"
5937     - title: "2005"
5938       data-set: "dpdk-performance-changes-3n-skx-cmp"
5939   comparisons:
5940     - title: "Diff"
5941       reference: 2
5942       compare: 3
5943   legend:
5944     - "Legend to Table"
5945     - "1908, 2001, 2005 - DPDK versions tested."
5946     - "Diff - difference between 2001 and 2005 DPDK version."
5947
5948 # DPDK Performance Changes 3n-skx 4t2c pdr
5949 - type: "table"
5950   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
5951   algorithm: "table_comparison"
5952   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
5953   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5954   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5955   columns:
5956     - title: "1908"
5957       data-set: "dpdk-performance-changes-3n-skx-h1"
5958     - title: "2001"
5959       data-set: "dpdk-performance-changes-3n-skx-ref"
5960     - title: "2005"
5961       data-set: "dpdk-performance-changes-3n-skx-cmp"
5962   comparisons:
5963     - title: "Diff"
5964       reference: 2
5965       compare: 3
5966   legend:
5967     - "Legend to Table"
5968     - "1908, 2001, 2005 - DPDK versions tested."
5969     - "Diff - difference between 2001 and 2005 DPDK version."
5970
5971 # DPDK Performance Changes 3n-skx 2t1c ndr
5972 - type: "table"
5973   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
5974   algorithm: "table_comparison"
5975   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
5976   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5977   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5978   columns:
5979     - title: "1908"
5980       data-set: "dpdk-performance-changes-3n-skx-h1"
5981     - title: "2001"
5982       data-set: "dpdk-performance-changes-3n-skx-ref"
5983     - title: "2005"
5984       data-set: "dpdk-performance-changes-3n-skx-cmp"
5985   comparisons:
5986     - title: "Diff"
5987       reference: 2
5988       compare: 3
5989   legend:
5990     - "Legend to Table"
5991     - "1908, 2001, 2005 - DPDK versions tested."
5992     - "Diff - difference between 2001 and 2005 DPDK version."
5993
5994 # DPDK Performance Changes 3n-skx 4t2c ndr
5995 - type: "table"
5996   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
5997   algorithm: "table_comparison"
5998   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
5999   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6000   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6001   columns:
6002     - title: "1908"
6003       data-set: "dpdk-performance-changes-3n-skx-h1"
6004     - title: "2001"
6005       data-set: "dpdk-performance-changes-3n-skx-ref"
6006     - title: "2005"
6007       data-set: "dpdk-performance-changes-3n-skx-cmp"
6008   comparisons:
6009     - title: "Diff"
6010       reference: 2
6011       compare: 3
6012   legend:
6013     - "Legend to Table"
6014     - "1908, 2001, 2005 - DPDK versions tested."
6015     - "Diff - difference between 2001 and 2005 DPDK version."
6016
6017 # DPDK Performance Changes 2n-skx 2t1c pdr
6018 - type: "table"
6019   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
6020   algorithm: "table_comparison"
6021   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
6022   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6023   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6024   columns:
6025     - title: "1908"
6026       data-set: "dpdk-performance-changes-2n-skx-h1"
6027     - title: "2001"
6028       data-set: "dpdk-performance-changes-2n-skx-ref"
6029     - title: "2005"
6030       data-set: "dpdk-performance-changes-2n-skx-cmp"
6031   comparisons:
6032     - title: "Diff"
6033       reference: 2
6034       compare: 3
6035   legend:
6036     - "Legend to Table"
6037     - "1908, 2001, 2005 - DPDK versions tested."
6038     - "Diff - difference between 2001 and 2005 DPDK version."
6039
6040 # DPDK Performance Changes 2n-skx 4t2c pdr
6041 - type: "table"
6042   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
6043   algorithm: "table_comparison"
6044   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
6045   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6046   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6047   columns:
6048     - title: "1908"
6049       data-set: "dpdk-performance-changes-2n-skx-h1"
6050     - title: "2001"
6051       data-set: "dpdk-performance-changes-2n-skx-ref"
6052     - title: "2005"
6053       data-set: "dpdk-performance-changes-2n-skx-cmp"
6054   comparisons:
6055     - title: "Diff"
6056       reference: 2
6057       compare: 3
6058   legend:
6059     - "Legend to Table"
6060     - "1908, 2001, 2005 - DPDK versions tested."
6061     - "Diff - difference between 2001 and 2005 DPDK version."
6062
6063 # DPDK Performance Changes 2n-skx 2t1c ndr
6064 - type: "table"
6065   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
6066   algorithm: "table_comparison"
6067   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
6068   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6069   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6070   columns:
6071     - title: "1908"
6072       data-set: "dpdk-performance-changes-2n-skx-h1"
6073     - title: "2001"
6074       data-set: "dpdk-performance-changes-2n-skx-ref"
6075     - title: "2005"
6076       data-set: "dpdk-performance-changes-2n-skx-cmp"
6077   comparisons:
6078     - title: "Diff"
6079       reference: 2
6080       compare: 3
6081   legend:
6082     - "Legend to Table"
6083     - "1908, 2001, 2005 - DPDK versions tested."
6084     - "Diff - difference between 2001 and 2005 DPDK version."
6085
6086 # DPDK Performance Changes 2n-skx 4t2c ndr
6087 - type: "table"
6088   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
6089   algorithm: "table_comparison"
6090   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
6091   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6092   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6093   columns:
6094     - title: "1908"
6095       data-set: "dpdk-performance-changes-2n-skx-h1"
6096     - title: "2001"
6097       data-set: "dpdk-performance-changes-2n-skx-ref"
6098     - title: "2005"
6099       data-set: "dpdk-performance-changes-2n-skx-cmp"
6100   comparisons:
6101     - title: "Diff"
6102       reference: 2
6103       compare: 3
6104   legend:
6105     - "Legend to Table"
6106     - "1908, 2001, 2005 - DPDK versions tested."
6107     - "Diff - difference between 2001 and 2005 DPDK version."
6108
6109 # DPDK Performance Changes 2n-clx 2t1c pdr
6110 - type: "table"
6111   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
6112   algorithm: "table_comparison"
6113   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
6114   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6115   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6116   columns:
6117     - title: "2001"
6118       data-set: "dpdk-performance-changes-2n-clx-ref"
6119     - title: "2005"
6120       data-set: "dpdk-performance-changes-2n-clx-cmp"
6121   comparisons:
6122     - title: "Diff"
6123       reference: 1
6124       compare: 2
6125   legend:
6126     - "Legend to Table"
6127     - "2001, 2005 - DPDK versions tested."
6128     - "Diff - difference between 2001 and 2005 DPDK version."
6129
6130 # DPDK Performance Changes 2n-clx 4t2c pdr
6131 - type: "table"
6132   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
6133   algorithm: "table_comparison"
6134   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
6135   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6136   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6137   columns:
6138     - title: "2001"
6139       data-set: "dpdk-performance-changes-2n-clx-ref"
6140     - title: "2005"
6141       data-set: "dpdk-performance-changes-2n-clx-cmp"
6142   comparisons:
6143     - title: "Diff"
6144       reference: 1
6145       compare: 2
6146   legend:
6147     - "Legend to Table"
6148     - "2001, 2005 - DPDK versions tested."
6149     - "Diff - difference between 2001 and 2005 DPDK version."
6150
6151 # DPDK Performance Changes 2n-clx 2t1c ndr
6152 - type: "table"
6153   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
6154   algorithm: "table_comparison"
6155   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
6156   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6157   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6158   columns:
6159     - title: "2001"
6160       data-set: "dpdk-performance-changes-2n-clx-ref"
6161     - title: "2005"
6162       data-set: "dpdk-performance-changes-2n-clx-cmp"
6163   comparisons:
6164     - title: "Diff"
6165       reference: 1
6166       compare: 2
6167   legend:
6168     - "Legend to Table"
6169     - "2001, 2005 - DPDK versions tested."
6170     - "Diff - difference between 2001 and 2005 DPDK version."
6171
6172 # DPDK Performance Changes 2n-clx 4t2c ndr
6173 - type: "table"
6174   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
6175   algorithm: "table_comparison"
6176   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
6177   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6178   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6179   columns:
6180     - title: "2001"
6181       data-set: "dpdk-performance-changes-2n-clx-ref"
6182     - title: "2005"
6183       data-set: "dpdk-performance-changes-2n-clx-cmp"
6184   comparisons:
6185     - title: "Diff"
6186       reference: 1
6187       compare: 2
6188   legend:
6189     - "Legend to Table"
6190     - "2001, 2005 - DPDK versions tested."
6191     - "Diff - difference between 2001 and 2005 DPDK version."
6192
6193 # DPDK Performance Changes 2n-dnv 1t1c pdr
6194 - type: "table"
6195   title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
6196   algorithm: "table_comparison"
6197   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
6198   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6199   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6200   columns:
6201     - title: "2001"
6202       data-set: "dpdk-performance-changes-2n-dnv-ref"
6203     - title: "2005"
6204       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6205   comparisons:
6206     - title: "Diff"
6207       reference: 1
6208       compare: 2
6209   legend:
6210     - "Legend to Table"
6211     - "2001, 2005 - DPDK versions tested."
6212     - "Diff - difference between 2001 and 2005 DPDK version."
6213
6214 # DPDK Performance Changes 2n-dnv 2t2c pdr
6215 - type: "table"
6216   title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
6217   algorithm: "table_comparison"
6218   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
6219   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6220   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6221   columns:
6222     - title: "2001"
6223       data-set: "dpdk-performance-changes-2n-dnv-ref"
6224     - title: "2005"
6225       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6226   comparisons:
6227     - title: "Diff"
6228       reference: 1
6229       compare: 2
6230   legend:
6231     - "Legend to Table"
6232     - "2001, 2005 - DPDK versions tested."
6233     - "Diff - difference between 2001 and 2005 DPDK version."
6234
6235 # DPDK Performance Changes 2n-dnv 1t1c ndr
6236 - type: "table"
6237   title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
6238   algorithm: "table_comparison"
6239   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
6240   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6241   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6242   columns:
6243     - title: "2001"
6244       data-set: "dpdk-performance-changes-2n-dnv-ref"
6245     - title: "2005"
6246       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6247   comparisons:
6248     - title: "Diff"
6249       reference: 1
6250       compare: 2
6251   legend:
6252     - "Legend to Table"
6253     - "2001, 2005 - DPDK versions tested."
6254     - "Diff - difference between 2001 and 2005 DPDK version."
6255
6256 # DPDK Performance Changes 2n-dnv 2t2c ndr
6257 - type: "table"
6258   title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
6259   algorithm: "table_comparison"
6260   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
6261   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6262   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6263   columns:
6264     - title: "2001"
6265       data-set: "dpdk-performance-changes-2n-dnv-ref"
6266     - title: "2005"
6267       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6268   comparisons:
6269     - title: "Diff"
6270       reference: 1
6271       compare: 2
6272   legend:
6273     - "Legend to Table"
6274     - "2001, 2005 - DPDK versions tested."
6275     - "Diff - difference between 2001 and 2005 DPDK version."
6276
6277 # DPDK Performance Changes 3n-dnv 1t1c pdr
6278 - type: "table"
6279   title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
6280   algorithm: "table_comparison"
6281   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
6282   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6283   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6284   columns:
6285     - title: "2001"
6286       data-set: "dpdk-performance-changes-3n-dnv-ref"
6287     - title: "2005"
6288       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6289   comparisons:
6290     - title: "Diff"
6291       reference: 1
6292       compare: 2
6293   legend:
6294     - "Legend to Table"
6295     - "2001, 2005 - DPDK versions tested."
6296     - "Diff - difference between 2001 and 2005 DPDK version."
6297
6298 # DPDK Performance Changes 3n-dnv 2t2c pdr
6299 - type: "table"
6300   title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
6301   algorithm: "table_comparison"
6302   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
6303   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6304   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6305   columns:
6306     - title: "2001"
6307       data-set: "dpdk-performance-changes-3n-dnv-ref"
6308     - title: "2005"
6309       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6310   comparisons:
6311     - title: "Diff"
6312       reference: 1
6313       compare: 2
6314   legend:
6315     - "Legend to Table"
6316     - "2001, 2005 - DPDK versions tested."
6317     - "Diff - difference between 2001 and 2005 DPDK version."
6318
6319 # DPDK Performance Changes 3n-dnv 1t1c ndr
6320 - type: "table"
6321   title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
6322   algorithm: "table_comparison"
6323   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
6324   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6325   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6326   columns:
6327     - title: "2001"
6328       data-set: "dpdk-performance-changes-3n-dnv-ref"
6329     - title: "2005"
6330       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6331   comparisons:
6332     - title: "Diff"
6333       reference: 1
6334       compare: 2
6335   legend:
6336     - "Legend to Table"
6337     - "2001, 2005 - DPDK versions tested."
6338     - "Diff - difference between 2001 and 2005 DPDK version."
6339
6340 # DPDK Performance Changes 3n-dnv 2t2c ndr
6341 - type: "table"
6342   title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
6343   algorithm: "table_comparison"
6344   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
6345   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6346   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6347   columns:
6348     - title: "2001"
6349       data-set: "dpdk-performance-changes-3n-dnv-ref"
6350     - title: "2005"
6351       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6352   comparisons:
6353     - title: "Diff"
6354       reference: 1
6355       compare: 2
6356   legend:
6357     - "Legend to Table"
6358     - "2001, 2005 - DPDK versions tested."
6359     - "Diff - difference between 2001 and 2005 DPDK version."
6360
6361 # DPDK Performance Changes 3n-tsh 1t1c pdr
6362 - type: "table"
6363   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
6364   algorithm: "table_comparison"
6365   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
6366   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6367   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6368   columns:
6369     - title: "2001"
6370       data-set: "dpdk-performance-changes-3n-tsh-ref"
6371     - title: "2005"
6372       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6373   comparisons:
6374     - title: "Diff"
6375       reference: 1
6376       compare: 2
6377   legend:
6378     - "Legend to Table"
6379     - "2001, 2005 - DPDK versions tested."
6380     - "Diff - difference between 2001 and 2005 DPDK version."
6381
6382 # DPDK Performance Changes 3n-tsh 2t2c pdr
6383 - type: "table"
6384   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
6385   algorithm: "table_comparison"
6386   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
6387   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6388   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6389   columns:
6390     - title: "2001"
6391       data-set: "dpdk-performance-changes-3n-tsh-ref"
6392     - title: "2005"
6393       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6394   comparisons:
6395     - title: "Diff"
6396       reference: 1
6397       compare: 2
6398   legend:
6399     - "Legend to Table"
6400     - "2001, 2005 - DPDK versions tested."
6401     - "Diff - difference between 2001 and 2005 DPDK version."
6402
6403 # DPDK Performance Changes 3n-tsh 1t1c ndr
6404 - type: "table"
6405   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
6406   algorithm: "table_comparison"
6407   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
6408   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6409   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6410   columns:
6411     - title: "2001"
6412       data-set: "dpdk-performance-changes-3n-tsh-ref"
6413     - title: "2005"
6414       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6415   comparisons:
6416     - title: "Diff"
6417       reference: 1
6418       compare: 2
6419   legend:
6420     - "Legend to Table"
6421     - "2001, 2005 - DPDK versions tested."
6422     - "Diff - difference between 2001 and 2005 DPDK version."
6423
6424 # DPDK Performance Changes 3n-tsh 2t2c ndr
6425 - type: "table"
6426   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
6427   algorithm: "table_comparison"
6428   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
6429   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6430   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6431   columns:
6432     - title: "2001"
6433       data-set: "dpdk-performance-changes-3n-tsh-ref"
6434     - title: "2005"
6435       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6436   comparisons:
6437     - title: "Diff"
6438       reference: 1
6439       compare: 2
6440   legend:
6441     - "Legend to Table"
6442     - "2001, 2005 - DPDK versions tested."
6443     - "Diff - difference between 2001 and 2005 DPDK version."
6444
6445 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
6446 - type: "table"
6447   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
6448   algorithm: "table_comparison"
6449   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
6450   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6451   filter: "'NIC_Intel-X710'"
6452   columns:
6453     - title: "3n-hsw x710"
6454       data-set: "dpdk-compare-testbeds-ref"
6455     - title: "3n-skx x710"
6456       data-set: "dpdk-compare-testbeds-cmp"
6457   comparisons:
6458     - title: "Diff"
6459       reference: 1
6460       compare: 2
6461   legend:
6462     - "Legend to Table"
6463     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6464     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6465
6466 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
6467 - type: "table"
6468   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
6469   algorithm: "table_comparison"
6470   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
6471   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6472   filter: "'NIC_Intel-X710'"
6473   columns:
6474     - title: "3n-hsw x710"
6475       data-set: "dpdk-compare-testbeds-ref"
6476     - title: "3n-skx x710"
6477       data-set: "dpdk-compare-testbeds-cmp"
6478   comparisons:
6479     - title: "Diff"
6480       reference: 1
6481       compare: 2
6482   legend:
6483     - "Legend to Table"
6484     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6485     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6486
6487 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
6488 - type: "table"
6489   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
6490   algorithm: "table_comparison"
6491   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
6492   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6493   filter: "'NIC_Intel-XXV710'"
6494   columns:
6495     - title: "2n-skx"
6496       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6497     - title: "2n-clx"
6498       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6499   comparisons:
6500     - title: "Diff"
6501       reference: 1
6502       compare: 2
6503   legend:
6504     - "Legend to Table"
6505     - "2n-skx, 2n-clx - testbeds and NICs tested."
6506     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6507
6508 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
6509 - type: "table"
6510   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
6511   algorithm: "table_comparison"
6512   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
6513   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6514   filter: "'NIC_Intel-XXV710'"
6515   columns:
6516     - title: "2n-skx"
6517       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6518     - title: "2n-clx"
6519       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6520   comparisons:
6521     - title: "Diff"
6522       reference: 1
6523       compare: 2
6524   legend:
6525     - "Legend to Table"
6526     - "2n-skx, 2n-clx - testbeds and NICs tested."
6527     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6528
6529 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
6530 - type: "table"
6531   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
6532   algorithm: "table_comparison"
6533   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
6534   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6535   filter: "'NIC_Intel-XXV710'"
6536   columns:
6537     - title: "3n-skx"
6538       data-set: "dpdk-compare-topologies-ref"
6539     - title: "2n-skx"
6540       data-set: "dpdk-compare-topologies-cmp"
6541   comparisons:
6542     - title: "Diff"
6543       reference: 1
6544       compare: 2
6545   legend:
6546     - "Legend to Table"
6547     - "3n-skx, 2n-skx - topologies tested."
6548     - "Diff - difference between 3n-skx and 2n-skx topologies."
6549
6550 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
6551 - type: "table"
6552   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
6553   algorithm: "table_comparison"
6554   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
6555   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6556   filter: "'NIC_Intel-XXV710'"
6557   columns:
6558     - title: "3n-skx"
6559       data-set: "dpdk-compare-topologies-ref"
6560     - title: "2n-skx"
6561       data-set: "dpdk-compare-topologies-cmp"
6562   comparisons:
6563     - title: "Diff"
6564       reference: 1
6565       compare: 2
6566   legend:
6567     - "Legend to Table"
6568     - "3n-skx, 2n-skx - topologies tested."
6569     - "Diff - difference between 3n-skx and 2n-skx topologies."
6570
6571 # Detailed Test Results - DPDK Performance Results 3n-hsw
6572 - type: "table"
6573   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
6574   algorithm: "table_merged_details"
6575   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
6576   columns:
6577     - title: " |prein| Test Name |preout| "
6578       data: "data name"
6579     - 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| "
6580       data: "data msg"
6581   data: "dpdk-perf-results-3n-hsw"
6582   filter: "all"
6583   parameters:
6584   - "name"
6585   - "parent"
6586   - "msg"
6587
6588 # Detailed Test Results - DPDK Performance Results 3n-skx
6589 - type: "table"
6590   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
6591   algorithm: "table_merged_details"
6592   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
6593   columns:
6594     - title: " |prein| Test Name |preout| "
6595       data: "data name"
6596     - 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| "
6597       data: "data msg"
6598   data: "dpdk-perf-results-3n-skx"
6599   filter: "all"
6600   remove-ndr: False
6601   parameters:
6602   - "name"
6603   - "parent"
6604   - "msg"
6605
6606 # Detailed Test Results - DPDK Performance Results 2n-skx
6607 - type: "table"
6608   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
6609   algorithm: "table_merged_details"
6610   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
6611   columns:
6612     - title: " |prein| Test Name |preout| "
6613       data: "data name"
6614     - 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| "
6615       data: "data msg"
6616   data: "dpdk-perf-results-2n-skx"
6617   filter: "all"
6618   remove-ndr: False
6619   parameters:
6620   - "name"
6621   - "parent"
6622   - "msg"
6623
6624 # Detailed Test Results - DPDK Performance Results 2n-clx
6625 - type: "table"
6626   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
6627   algorithm: "table_merged_details"
6628   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
6629   columns:
6630     - title: " |prein| Test Name |preout| "
6631       data: "data name"
6632     - 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| "
6633       data: "data msg"
6634   data: "dpdk-perf-results-2n-clx"
6635   filter: "all"
6636   parameters:
6637   - "name"
6638   - "parent"
6639   - "msg"
6640
6641 # Detailed Test Results - DPDK Performance Results 2n-dnv
6642 - type: "table"
6643   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
6644   algorithm: "table_merged_details"
6645   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
6646   columns:
6647     - title: " |prein| Test Name |preout| "
6648       data: "data name"
6649     - 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| "
6650       data: "data msg"
6651   data: "dpdk-perf-results-2n-dnv"
6652   filter: "all"
6653   parameters:
6654   - "name"
6655   - "parent"
6656   - "msg"
6657
6658 # Detailed Test Results - DPDK Performance Results 3n-dnv
6659 - type: "table"
6660   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
6661   algorithm: "table_merged_details"
6662   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
6663   columns:
6664     - title: " |prein| Test Name |preout| "
6665       data: "data name"
6666     - 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| "
6667       data: "data msg"
6668   data: "dpdk-perf-results-3n-dnv"
6669   filter: "all"
6670   parameters:
6671   - "name"
6672   - "parent"
6673   - "msg"
6674
6675 # Detailed Test Results - DPDK Performance Results 3n-tsh
6676 - type: "table"
6677   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
6678   algorithm: "table_merged_details"
6679   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
6680   columns:
6681     - title: " |prein| Test Name |preout| "
6682       data: "data name"
6683     - 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| "
6684       data: "data msg"
6685   data: "dpdk-perf-results-3n-tsh"
6686   filter: "all"
6687   parameters:
6688   - "name"
6689   - "parent"
6690   - "msg"
6691
6692 ################################################################################
6693 ###                                F I L E S                                 ###
6694 ################################################################################
6695
6696 # VPP Performance Results
6697 - type: "file"
6698   title: "VPP Performance Results"
6699   algorithm: "file_details_split"
6700   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
6701   dir-tables:
6702     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
6703     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
6704     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
6705     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
6706     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
6707     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
6708     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
6709   data:
6710     - "vpp-perf-results-2n-skx"
6711     - "vpp-perf-results-3n-skx"
6712     - "vpp-perf-results-2n-clx"
6713     - "vpp-perf-results-3n-hsw"
6714     - "vpp-perf-results-3n-tsh"
6715     - "vpp-perf-results-2n-dnv"
6716     - "vpp-perf-results-3n-dnv"
6717   filter: "all"
6718   data-start-level: 4
6719   order-chapters:
6720     level-1:
6721       - "l2"
6722       - "ip4"
6723       - "ip6"
6724       - "srv6"
6725       - "ip4_tunnels"
6726       - "ip6_tunnels"
6727       - "vm_vhost"
6728       - "container_memif"
6729       - "crypto"
6730       - "vts"
6731       - "lb"
6732       - "nfv_density"
6733       - "hoststack"
6734     level-2:
6735       - "2n-skx"
6736       - "3n-skx"
6737       - "2n-clx"
6738       - "3n-hsw"
6739       - "3n-tsh"
6740       - "2n-dnv"
6741       - "3n-dnv"
6742     level-3:
6743       - "xl710"
6744       - "x520"
6745       - "xxv710"
6746       - "x710"
6747       - "x553"
6748       - "cx556a"
6749       - "vic1227"
6750       - "vic1385"
6751
6752 # VPP Performance Configuration
6753 - type: "file"
6754   title: "VPP Performance Configuration"
6755   algorithm: "file_details_split"
6756   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
6757   dir-tables:
6758     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
6759     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
6760     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
6761     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
6762     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
6763     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
6764     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
6765   data:
6766     - "vpp-perf-results-2n-skx"
6767     - "vpp-perf-results-3n-skx"
6768     - "vpp-perf-results-2n-clx"
6769     - "vpp-perf-results-3n-hsw"
6770     - "vpp-perf-results-3n-tsh"
6771     - "vpp-perf-results-2n-dnv"
6772     - "vpp-perf-results-3n-dnv"
6773   filter: "all"
6774   data-start-level: 4
6775   order-chapters:
6776     level-1:
6777       - "l2"
6778       - "ip4"
6779       - "ip6"
6780       - "srv6"
6781       - "ip4_tunnels"
6782       - "ip6_tunnels"
6783       - "vm_vhost"
6784       - "container_memif"
6785       - "crypto"
6786       - "vts"
6787       - "lb"
6788       - "nfv_density"
6789       - "hoststack"
6790     level-2:
6791       - "2n-skx"
6792       - "3n-skx"
6793       - "2n-clx"
6794       - "3n-hsw"
6795       - "3n-tsh"
6796       - "2n-dnv"
6797       - "3n-dnv"
6798     level-3:
6799       - "xl710"
6800       - "x520"
6801       - "xxv710"
6802       - "x710"
6803       - "x553"
6804       - "cx556a"
6805       - "vic1227"
6806       - "vic1385"
6807
6808 # VPP Performance Operational
6809 - type: "file"
6810   title: "VPP Performance Operational"
6811   algorithm: "file_details_split_html"
6812   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
6813   dir-tables:
6814     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
6815     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
6816     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
6817     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
6818     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
6819     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
6820     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
6821   data:
6822     - "vpp-perf-results-2n-skx"
6823     - "vpp-perf-results-3n-skx"
6824     - "vpp-perf-results-2n-clx"
6825     - "vpp-perf-results-3n-hsw"
6826     - "vpp-perf-results-3n-tsh"
6827     - "vpp-perf-results-2n-dnv"
6828     - "vpp-perf-results-3n-dnv"
6829   filter: "all"
6830   data-start-level: 4
6831   order-chapters:
6832     level-1:
6833       - "l2"
6834       - "ip4"
6835       - "ip6"
6836       - "srv6"
6837       - "ip4_tunnels"
6838       - "ip6_tunnels"
6839       - "vm_vhost"
6840       - "container_memif"
6841       - "crypto"
6842       - "vts"
6843       - "lb"
6844       - "nfv_density"
6845       - "hoststack"
6846     level-2:
6847       - "2n-skx"
6848       - "3n-skx"
6849       - "2n-clx"
6850       - "3n-hsw"
6851       - "3n-tsh"
6852       - "2n-dnv"
6853       - "3n-dnv"
6854     level-3:
6855       - "xl710"
6856       - "x520"
6857       - "xxv710"
6858       - "x710"
6859       - "x553"
6860       - "cx556a"
6861       - "vic1227"
6862       - "vic1385"
6863
6864 # VPP MRR Results
6865 - type: "file"
6866   title: "VPP MRR Results"
6867   algorithm: "file_details_split"
6868   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
6869   dir-tables:
6870     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
6871     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
6872     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
6873     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
6874     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
6875     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
6876     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
6877   data:
6878     - "vpp-mrr-results-2n-skx"
6879     - "vpp-mrr-results-3n-skx"
6880     - "vpp-mrr-results-2n-clx"
6881     - "vpp-mrr-results-3n-hsw"
6882     - "vpp-mrr-results-3n-tsh"
6883     - "vpp-mrr-results-2n-dnv"
6884     - "vpp-mrr-results-3n-dnv"
6885   filter: "all"
6886   data-start-level: 4
6887   order-chapters:
6888     level-1:
6889       - "l2"
6890       - "ip4"
6891       - "ip6"
6892       - "srv6"
6893       - "ip4_tunnels"
6894       - "ip6_tunnels"
6895       - "vm_vhost"
6896       - "container_memif"
6897       - "crypto"
6898       - "vts"
6899       - "lb"
6900       - "nfv_density"
6901       - "hoststack"
6902     level-2:
6903       - "2n-skx"
6904       - "3n-skx"
6905       - "2n-clx"
6906       - "3n-hsw"
6907       - "3n-tsh"
6908       - "2n-dnv"
6909       - "3n-dnv"
6910     level-3:
6911       - "xl710"
6912       - "x520"
6913       - "xxv710"
6914       - "x710"
6915       - "x553"
6916       - "cx556a"
6917       - "vic1227"
6918       - "vic1385"
6919
6920 # VPP MRR Configuration
6921 - type: "file"
6922   title: "VPP MRR Configuration"
6923   algorithm: "file_details_split"
6924   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
6925   dir-tables:
6926     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
6927     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
6928     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
6929     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
6930     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
6931     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
6932     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
6933   data:
6934     - "vpp-mrr-results-2n-skx"
6935     - "vpp-mrr-results-3n-skx"
6936     - "vpp-mrr-results-2n-clx"
6937     - "vpp-mrr-results-3n-hsw"
6938     - "vpp-mrr-results-3n-tsh"
6939     - "vpp-mrr-results-2n-dnv"
6940     - "vpp-mrr-results-3n-dnv"
6941   filter: "all"
6942   data-start-level: 4
6943   order-chapters:
6944     level-1:
6945       - "l2"
6946       - "ip4"
6947       - "ip6"
6948       - "srv6"
6949       - "ip4_tunnels"
6950       - "ip6_tunnels"
6951       - "vm_vhost"
6952       - "container_memif"
6953       - "crypto"
6954       - "vts"
6955       - "lb"
6956       - "nfv_density"
6957       - "hoststack"
6958     level-2:
6959       - "2n-skx"
6960       - "3n-skx"
6961       - "2n-clx"
6962       - "3n-hsw"
6963       - "3n-tsh"
6964       - "2n-dnv"
6965       - "3n-dnv"
6966     level-3:
6967       - "xl710"
6968       - "x520"
6969       - "xxv710"
6970       - "x710"
6971       - "x553"
6972       - "cx556a"
6973       - "vic1227"
6974       - "vic1385"
6975
6976 # VPP Device Results - Ubuntu
6977 - type: "file"
6978   title: "VPP Device Results - Ubuntu"
6979   algorithm: "file_test_results"
6980   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6981   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6982   data: "vpp-device-results-ubuntu"
6983   filter: "all"
6984   data-start-level: 4
6985
6986 # VPP Device Configuration - Ubuntu
6987 - type: "file"
6988   title: "VPP Device Configuration - Ubuntu"
6989   algorithm: "file_test_results"
6990   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6991   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6992   data: "vpp-device-results-ubuntu"
6993   filter: "all"
6994   data-start-level: 4
6995
6996 # DPDK Performance Results 3n-hsw
6997 - type: "file"
6998   title: "DPDK Performance Results 3n-hsw"
6999   algorithm: "file_test_results"
7000   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7001   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7002   data: "dpdk-perf-results-3n-hsw"
7003   filter: "all"
7004   data-start-level: 4
7005
7006 # DPDK Performance Results 3n-skx
7007 - type: "file"
7008   title: "DPDK Performance Results 3n-skx"
7009   algorithm: "file_test_results"
7010   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7011   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7012   data: "dpdk-perf-results-3n-skx"
7013   filter: "all"
7014   data-start-level: 4
7015
7016 # DPDK Performance Results 2n-skx
7017 - type: "file"
7018   title: "DPDK Performance Results 2n-skx"
7019   algorithm: "file_test_results"
7020   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7021   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7022   data: "dpdk-perf-results-2n-skx"
7023   filter: "all"
7024   data-start-level: 4
7025
7026 # DPDK Performance Results 2n-clx
7027 - type: "file"
7028   title: "DPDK Performance Results 2n-clx"
7029   algorithm: "file_test_results"
7030   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7031   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7032   data: "dpdk-perf-results-2n-clx"
7033   filter: "all"
7034   data-start-level: 4
7035
7036 # DPDK Performance Results 2n-dnv
7037 - type: "file"
7038   title: "DPDK Performance Results 2n-dnv"
7039   algorithm: "file_test_results"
7040   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7041   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7042   data: "dpdk-perf-results-2n-dnv"
7043   filter: "all"
7044   data-start-level: 4
7045
7046 # DPDK Performance Results 3n-dnv
7047 - type: "file"
7048   title: "DPDK Performance Results 3n-dnv"
7049   algorithm: "file_test_results"
7050   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7051   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7052   data: "dpdk-perf-results-3n-dnv"
7053   filter: "all"
7054   data-start-level: 4
7055
7056 # DPDK Performance Results 3n-tsh
7057 - type: "file"
7058   title: "DPDK Performance Results 3n-tsh"
7059   algorithm: "file_test_results"
7060   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7061   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7062   data: "dpdk-perf-results-3n-tsh"
7063   filter: "all"
7064   data-start-level: 4
7065
7066 ################################################################################
7067 ###                                P L O T S                                 ###
7068 ################################################################################
7069
7070 # Hoststack tests 3n-hsw
7071
7072 - type: "plot"
7073   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7074   algorithm: "plot_perf_box_name"
7075   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
7076   data: "plot-vpp-hoststack-3n-hsw"
7077   include:
7078     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
7079     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
7080   layout:
7081     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7082     layout: "plot-hoststack"
7083
7084 - type: "plot"
7085   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7086   algorithm: "plot_perf_box_name"
7087   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
7088   data: "plot-vpp-hoststack-3n-hsw"
7089   include:
7090     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
7091     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
7092   layout:
7093     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7094     layout: "plot-hoststack"
7095
7096 - type: "plot"
7097   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7098   algorithm: "plot_perf_box_name"
7099   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
7100   data: "plot-vpp-hoststack-3n-hsw"
7101   include:
7102     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
7103     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
7104     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
7105     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
7106   layout:
7107     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7108     layout: "plot-hoststack"
7109
7110 ## Plots VPP HTTP Server Performance
7111 #- type: "plot"
7112 #  title: "VPP HTTP Server Performance"
7113 #  algorithm: "plot_http_server_perf_box"
7114 #  output-file-type: ".html"
7115 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
7116 #  data:
7117 #    "plot-vpp-http-server-performance"
7118 #  filter: "'HTTP' and 'TCP_CPS' and not '8T4C'"
7119 #  parameters:
7120 #  - "result"
7121 #  - "name"
7122 #  traces:
7123 #    hoverinfo: "y+name"
7124 #    boxpoints: "outliers"
7125 #    whiskerwidth: 0
7126 #  layout:
7127 #    title: "VPP HTTP Server Performance"
7128 #    layout:
7129 #      "plot-cps"
7130 #
7131 #- type: "plot"
7132 #  title: "VPP HTTP Server Performance"
7133 #  algorithm: "plot_http_server_perf_box"
7134 #  output-file-type: ".html"
7135 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
7136 #  data:
7137 #    "plot-vpp-http-server-performance"
7138 #  filter: "'HTTP' and 'TCP_RPS' and not '8T4C'"
7139 #  parameters:
7140 #  - "result"
7141 #  - "name"
7142 #  traces:
7143 #    hoverinfo: "y+name"
7144 #    boxpoints: "outliers"
7145 #    whiskerwidth: 0
7146 #  layout:
7147 #    title: "VPP HTTP Server Performance"
7148 #    layout:
7149 #      "plot-rps"
7150
7151 ################################################################################
7152
7153 # Soak Test (PLRsearch), boxes - 2n-clx
7154 - type: "plot"
7155   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7156   algorithm: "plot_perf_box_name"
7157   output-file-type: ".html"
7158   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
7159   data: "plot-vpp-soak-2n-clx"
7160   include:
7161     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7162     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7163     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7164     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7165     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7166     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7167   layout:
7168     title: "30 Minutes Soak Test (PLRsearch)"
7169     layout: "plot-soak-throughput"
7170
7171 # Soak Test (PLRsearch), boxes - 2n-clx
7172 - type: "plot"
7173   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7174   algorithm: "plot_perf_box_name"
7175   output-file-type: ".html"
7176   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
7177   data: "plot-vpp-soak-2n-clx"
7178   include:
7179     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7180     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7181     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7182     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7183     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7184     - "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"
7185   layout:
7186     title: "30 Minutes Soak Test (PLRsearch)"
7187     layout: "plot-soak-throughput"
7188
7189 # Soak Test (PLRsearch), boxes - 2n-skx
7190 - type: "plot"
7191   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7192   algorithm: "plot_perf_box_name"
7193   output-file-type: ".html"
7194   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
7195   data: "plot-vpp-soak-2n-skx"
7196   include:
7197     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7198     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7199     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7200     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7201     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7202     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7203   layout:
7204     title: "30 Minutes Soak Test (PLRsearch)"
7205     layout: "plot-soak-throughput"
7206
7207 # Soak Test (PLRsearch), boxes - 2n-skx
7208 - type: "plot"
7209   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7210   algorithm: "plot_perf_box_name"
7211   output-file-type: ".html"
7212   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
7213   data: "plot-vpp-soak-2n-skx"
7214   include:
7215     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7216     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7217     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7218     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7219     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7220     - "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"
7221   layout:
7222     title: "30 Minutes Soak Test (PLRsearch)"
7223     layout: "plot-soak-throughput"
7224
7225 ###############################################################################
7226
7227 # Reconf tests 2n-skx
7228
7229 - type: "plot"
7230   title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7231   algorithm: "plot_nf_reconf_box_name"
7232   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7233   data: "plot-vpp-nfv-reconf-2n-skx"
7234   include:
7235     - "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"
7236     - "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"
7237     - "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"
7238     - "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"
7239     - "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"
7240     - "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"
7241   layout:
7242     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7243     layout: "plot-throughput"
7244
7245 - type: "plot"
7246   title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7247   algorithm: "plot_nf_reconf_box_name"
7248   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7249   data: "plot-vpp-nfv-reconf-2n-skx"
7250   include:
7251     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-1Ch-1Ach-2Vh-1Vm1T-Testpmd-Reconf.IMIX-4t2c-avf-dot1qip4vxlan-l2bd-1ch-1ach-2vh-1vm1t-testpmd-reconf"
7252     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-2Ch-1Ach-4Vh-2Vm1T-Testpmd-Reconf.IMIX-4t2c-avf-dot1qip4vxlan-l2bd-2ch-1ach-4vh-2vm1t-testpmd-reconf"
7253     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-4Ch-1Ach-8Vh-4Vm1T-Testpmd-Reconf.IMIX-4t2c-avf-dot1qip4vxlan-l2bd-4ch-1ach-8vh-4vm1t-testpmd-reconf"
7254     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-6Ch-1Ach-12Vh-6Vm1T-Testpmd-Reconf.IMIX-4t2c-avf-dot1qip4vxlan-l2bd-6ch-1ach-12vh-6vm1t-testpmd-reconf"
7255     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-8Ch-1Ach-16Vh-8Vm1T-Testpmd-Reconf.IMIX-4t2c-avf-dot1qip4vxlan-l2bd-8ch-1ach-16vh-8vm1t-testpmd-reconf"
7256     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-10Ch-1Ach-20Vh-10Vm1T-Testpmd-Reconf.IMIX-4t2c-avf-dot1qip4vxlan-l2bd-10ch-1ach-20vh-10vm1t-testpmd-reconf"
7257   layout:
7258     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7259     layout: "plot-throughput"
7260
7261 - type: "plot"
7262   title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7263   algorithm: "plot_nf_reconf_box_name"
7264   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7265   data: "plot-vpp-nfv-reconf-2n-skx"
7266   include:
7267     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-1Ch-1Ach-2Vh-1Vm1T-Testpmd-Reconf.IMIX-8t4c-avf-dot1qip4vxlan-l2bd-1ch-1ach-2vh-1vm1t-testpmd-reconf"
7268     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-2Ch-1Ach-4Vh-2Vm1T-Testpmd-Reconf.IMIX-8t4c-avf-dot1qip4vxlan-l2bd-2ch-1ach-4vh-2vm1t-testpmd-reconf"
7269     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-4Ch-1Ach-8Vh-4Vm1T-Testpmd-Reconf.IMIX-8t4c-avf-dot1qip4vxlan-l2bd-4ch-1ach-8vh-4vm1t-testpmd-reconf"
7270     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-6Ch-1Ach-12Vh-6Vm1T-Testpmd-Reconf.IMIX-8t4c-avf-dot1qip4vxlan-l2bd-6ch-1ach-12vh-6vm1t-testpmd-reconf"
7271     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-8Ch-1Ach-16Vh-8Vm1T-Testpmd-Reconf.IMIX-8t4c-avf-dot1qip4vxlan-l2bd-8ch-1ach-16vh-8vm1t-testpmd-reconf"
7272     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-10Ch-1Ach-20Vh-10Vm1T-Testpmd-Reconf.IMIX-8t4c-avf-dot1qip4vxlan-l2bd-10ch-1ach-20vh-10vm1t-testpmd-reconf"
7273   layout:
7274     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7275     layout: "plot-throughput"
7276
7277 ###############################################################################
7278
7279 # Reconf tests 2n-clx
7280
7281 - type: "plot"
7282   title: "NFV Implied time lost: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7283   algorithm: "plot_nf_reconf_box_name"
7284   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7285   data: "plot-vpp-nfv-reconf-2n-clx"
7286   include:
7287     - "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"
7288     - "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"
7289     - "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"
7290     - "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"
7291   layout:
7292     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7293     layout: "plot-throughput"
7294
7295 - type: "plot"
7296   title: "NFV Implied time lost: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7297   algorithm: "plot_nf_reconf_box_name"
7298   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7299   data: "plot-vpp-nfv-reconf-2n-clx"
7300   include:
7301     - "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"
7302     - "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"
7303     - "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"
7304     - "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"
7305   layout:
7306     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7307     layout: "plot-throughput"
7308
7309 - type: "plot"
7310   title: "NFV Implied time lost: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7311   algorithm: "plot_nf_reconf_box_name"
7312   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7313   data: "plot-vpp-nfv-reconf-2n-clx"
7314   include:
7315     - "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"
7316     - "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"
7317     - "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"
7318     - "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"
7319   layout:
7320     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7321     layout: "plot-throughput"
7322
7323 ################################################################################
7324 ## Plots - NF Density - VSC - MRR 64b
7325 #- type: "plot"
7326 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7327 #  algorithm: "plot_nf_heatmap"
7328 #  output-file-type: ".html"
7329 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
7330 #  data: "plot-vpp-nfv-2n-skx-mrr"
7331 #  filter: "'NIC_Intel-XXV710' and
7332 #           'NF_DENSITY' and
7333 #           'VHOST' and
7334 #           not 'VXLAN' and
7335 #           'CHAIN' and
7336 #           'NF_VPPIP4' and
7337 #           '64B' and
7338 #           '2T1C' and
7339 #           'MRR'"
7340 #  parameters:
7341 #  - "result"
7342 #  - "name"
7343 #  - "tags"
7344 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7345 #  x-axis: "X = VNFs per Service Chain"
7346 #  y-axis: "Y = Number of Service Chains"
7347 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7348 #  layout:
7349 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7350 #    layout: "plot-service-density"
7351 #
7352 #- type: "plot"
7353 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7354 #  algorithm: "plot_nf_heatmap"
7355 #  output-file-type: ".html"
7356 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
7357 #  data: "plot-vpp-nfv-2n-skx-mrr"
7358 #  filter: "'NIC_Intel-XXV710' and
7359 #           'NF_DENSITY' and
7360 #           'VHOST' and
7361 #           not 'VXLAN' and
7362 #           'CHAIN' and
7363 #           'NF_VPPIP4' and
7364 #           '64B' and
7365 #           '4T2C' and
7366 #           'MRR'"
7367 #  parameters:
7368 #  - "result"
7369 #  - "name"
7370 #  - "tags"
7371 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7372 #  x-axis: "X = VNFs per Service Chain"
7373 #  y-axis: "Y = Number of Service Chains"
7374 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7375 #  layout:
7376 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7377 #    layout: "plot-service-density"
7378 #
7379 #- type: "plot"
7380 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7381 #  algorithm: "plot_nf_heatmap"
7382 #  output-file-type: ".html"
7383 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
7384 #  data: "plot-vpp-nfv-2n-skx-mrr"
7385 #  filter: "'NIC_Intel-XXV710' and
7386 #           'NF_DENSITY' and
7387 #           'VHOST' and
7388 #           not 'VXLAN' and
7389 #           'CHAIN' and
7390 #           'NF_VPPIP4' and
7391 #           '64B' and
7392 #           '8T4C' and
7393 #           'MRR'"
7394 #  parameters:
7395 #  - "result"
7396 #  - "name"
7397 #  - "tags"
7398 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7399 #  x-axis: "X = VNFs per Service Chain"
7400 #  y-axis: "Y = Number of Service Chains"
7401 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7402 #  layout:
7403 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7404 #    layout: "plot-service-density"
7405 #
7406 ## Plots - NF Density - VSC - MRR IMIX
7407 #- type: "plot"
7408 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7409 #  algorithm: "plot_nf_heatmap"
7410 #  output-file-type: ".html"
7411 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
7412 #  data: "plot-vpp-nfv-2n-skx-mrr"
7413 #  filter: "'NIC_Intel-XXV710' and
7414 #           'NF_DENSITY' and
7415 #           'VHOST' and
7416 #           not 'VXLAN' and
7417 #           'CHAIN' and
7418 #           'NF_VPPIP4' and
7419 #           'IMIX' and
7420 #           '2T1C' and
7421 #           'MRR'"
7422 #  parameters:
7423 #  - "result"
7424 #  - "name"
7425 #  - "tags"
7426 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7427 #  x-axis: "X = VNFs per Service Chain"
7428 #  y-axis: "Y = Number of Service Chains"
7429 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7430 #  layout:
7431 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7432 #    layout: "plot-service-density"
7433 #
7434 #- type: "plot"
7435 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7436 #  algorithm: "plot_nf_heatmap"
7437 #  output-file-type: ".html"
7438 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
7439 #  data: "plot-vpp-nfv-2n-skx-mrr"
7440 #  filter: "'NIC_Intel-XXV710' and
7441 #           'NF_DENSITY' and
7442 #           'VHOST' and
7443 #           not 'VXLAN' and
7444 #           'CHAIN' and
7445 #           'NF_VPPIP4' and
7446 #           'IMIX' and
7447 #           '4T2C' and
7448 #           'MRR'"
7449 #  parameters:
7450 #  - "result"
7451 #  - "name"
7452 #  - "tags"
7453 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7454 #  x-axis: "X = VNFs per Service Chain"
7455 #  y-axis: "Y = Number of Service Chains"
7456 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7457 #  layout:
7458 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7459 #    layout: "plot-service-density"
7460 #
7461 #- type: "plot"
7462 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7463 #  algorithm: "plot_nf_heatmap"
7464 #  output-file-type: ".html"
7465 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
7466 #  data: "plot-vpp-nfv-2n-skx-mrr"
7467 #  filter: "'NIC_Intel-XXV710' and
7468 #           'NF_DENSITY' and
7469 #           'VHOST' and
7470 #           not 'VXLAN' and
7471 #           'CHAIN' and
7472 #           'NF_VPPIP4' and
7473 #           'IMIX' and
7474 #           '8T4C' and
7475 #           'MRR'"
7476 #  parameters:
7477 #  - "result"
7478 #  - "name"
7479 #  - "tags"
7480 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7481 #  x-axis: "X = VNFs per Service Chain"
7482 #  y-axis: "Y = Number of Service Chains"
7483 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7484 #  layout:
7485 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7486 #    layout: "plot-service-density"
7487 #
7488 ## Plots - NF Density - VSC - NDR 64b
7489 #- type: "plot"
7490 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7491 #  algorithm: "plot_nf_heatmap"
7492 #  output-file-type: ".html"
7493 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
7494 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7495 #  filter: "'NIC_Intel-XXV710' and
7496 #           'NF_DENSITY' and
7497 #           'VHOST' and
7498 #           not 'VXLAN' and
7499 #           'CHAIN' and
7500 #           'NF_VPPIP4' and
7501 #           '64B' and
7502 #           '2T1C' and
7503 #           'NDRPDR'"
7504 #  parameters:
7505 #  - "throughput"
7506 #  - "name"
7507 #  - "tags"
7508 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7509 #  x-axis: "X = VNFs per Service Chain"
7510 #  y-axis: "Y = Number of Service Chains"
7511 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7512 #  layout:
7513 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7514 #    layout: "plot-service-density"
7515 #
7516 #- type: "plot"
7517 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7518 #  algorithm: "plot_nf_heatmap"
7519 #  output-file-type: ".html"
7520 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
7521 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7522 #  filter: "'NIC_Intel-XXV710' and
7523 #           'NF_DENSITY' and
7524 #           'VHOST' and
7525 #           not 'VXLAN' and
7526 #           'CHAIN' and
7527 #           'NF_VPPIP4' and
7528 #           '64B' and
7529 #           '4T2C' and
7530 #           'NDRPDR'"
7531 #  parameters:
7532 #  - "throughput"
7533 #  - "name"
7534 #  - "tags"
7535 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7536 #  x-axis: "X = VNFs per Service Chain"
7537 #  y-axis: "Y = Number of Service Chains"
7538 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7539 #  layout:
7540 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7541 #    layout: "plot-service-density"
7542 #
7543 #- type: "plot"
7544 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7545 #  algorithm: "plot_nf_heatmap"
7546 #  output-file-type: ".html"
7547 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
7548 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7549 #  filter: "'NIC_Intel-XXV710' and
7550 #           'NF_DENSITY' and
7551 #           'VHOST' and
7552 #           not 'VXLAN' and
7553 #           'CHAIN' and
7554 #           'NF_VPPIP4' and
7555 #           '64B' and
7556 #           '8T4C' and
7557 #           'NDRPDR'"
7558 #  parameters:
7559 #  - "throughput"
7560 #  - "name"
7561 #  - "tags"
7562 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7563 #  x-axis: "X = VNFs per Service Chain"
7564 #  y-axis: "Y = Number of Service Chains"
7565 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7566 #  layout:
7567 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7568 #    layout: "plot-service-density"
7569 #
7570 ## Plots - NF Density - VSC - NDR IMIX
7571 #- type: "plot"
7572 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7573 #  algorithm: "plot_nf_heatmap"
7574 #  output-file-type: ".html"
7575 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
7576 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7577 #  filter: "'NIC_Intel-XXV710' and
7578 #           'NF_DENSITY' and
7579 #           'VHOST' and
7580 #           not 'VXLAN' and
7581 #           'CHAIN' and
7582 #           'NF_VPPIP4' and
7583 #           'IMIX' and
7584 #           '2T1C' and
7585 #           'NDRPDR'"
7586 #  parameters:
7587 #  - "throughput"
7588 #  - "name"
7589 #  - "tags"
7590 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7591 #  x-axis: "X = VNFs per Service Chain"
7592 #  y-axis: "Y = Number of Service Chains"
7593 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7594 #  layout:
7595 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7596 #    layout: "plot-service-density"
7597 #
7598 #- type: "plot"
7599 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7600 #  algorithm: "plot_nf_heatmap"
7601 #  output-file-type: ".html"
7602 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
7603 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7604 #  filter: "'NIC_Intel-XXV710' and
7605 #           'NF_DENSITY' and
7606 #           'VHOST' and
7607 #           not 'VXLAN' and
7608 #           'CHAIN' and
7609 #           'NF_VPPIP4' and
7610 #           'IMIX' and
7611 #           '4T2C' and
7612 #           'NDRPDR'"
7613 #  parameters:
7614 #  - "throughput"
7615 #  - "name"
7616 #  - "tags"
7617 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7618 #  x-axis: "X = VNFs per Service Chain"
7619 #  y-axis: "Y = Number of Service Chains"
7620 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7621 #  layout:
7622 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7623 #    layout: "plot-service-density"
7624 #
7625 #- type: "plot"
7626 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7627 #  algorithm: "plot_nf_heatmap"
7628 #  output-file-type: ".html"
7629 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
7630 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7631 #  filter: "'NIC_Intel-XXV710' and
7632 #           'NF_DENSITY' and
7633 #           'VHOST' and
7634 #           not 'VXLAN' and
7635 #           'CHAIN' and
7636 #           'NF_VPPIP4' and
7637 #           'IMIX' and
7638 #           '8T4C' and
7639 #           'NDRPDR'"
7640 #  parameters:
7641 #  - "throughput"
7642 #  - "name"
7643 #  - "tags"
7644 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7645 #  x-axis: "X = VNFs per Service Chain"
7646 #  y-axis: "Y = Number of Service Chains"
7647 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7648 #  layout:
7649 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7650 #    layout: "plot-service-density"
7651 #
7652 ## Plots - NF Density - VSC - PDR 64b
7653 #- type: "plot"
7654 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7655 #  algorithm: "plot_nf_heatmap"
7656 #  output-file-type: ".html"
7657 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
7658 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7659 #  filter: "'NIC_Intel-XXV710' and
7660 #           'NF_DENSITY' and
7661 #           'VHOST' and
7662 #           not 'VXLAN' and
7663 #           'CHAIN' and
7664 #           'NF_VPPIP4' and
7665 #           '64B' and
7666 #           '2T1C' and
7667 #           'NDRPDR'"
7668 #  parameters:
7669 #  - "throughput"
7670 #  - "name"
7671 #  - "tags"
7672 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7673 #  x-axis: "X = VNFs per Service Chain"
7674 #  y-axis: "Y = Number of Service Chains"
7675 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7676 #  layout:
7677 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7678 #    layout: "plot-service-density"
7679 #
7680 #- type: "plot"
7681 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7682 #  algorithm: "plot_nf_heatmap"
7683 #  output-file-type: ".html"
7684 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
7685 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7686 #  filter: "'NIC_Intel-XXV710' and
7687 #           'NF_DENSITY' and
7688 #           'VHOST' and
7689 #           not 'VXLAN' and
7690 #           'CHAIN' and
7691 #           'NF_VPPIP4' and
7692 #           '64B' and
7693 #           '4T2C' and
7694 #           'NDRPDR'"
7695 #  parameters:
7696 #  - "throughput"
7697 #  - "name"
7698 #  - "tags"
7699 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7700 #  x-axis: "X = VNFs per Service Chain"
7701 #  y-axis: "Y = Number of Service Chains"
7702 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7703 #  layout:
7704 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7705 #    layout: "plot-service-density"
7706 #
7707 #- type: "plot"
7708 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7709 #  algorithm: "plot_nf_heatmap"
7710 #  output-file-type: ".html"
7711 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
7712 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7713 #  filter: "'NIC_Intel-XXV710' and
7714 #           'NF_DENSITY' and
7715 #           'VHOST' and
7716 #           not 'VXLAN' and
7717 #           'CHAIN' and
7718 #           'NF_VPPIP4' and
7719 #           '64B' and
7720 #           '8T4C' and
7721 #           'NDRPDR'"
7722 #  parameters:
7723 #  - "throughput"
7724 #  - "name"
7725 #  - "tags"
7726 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7727 #  x-axis: "X = VNFs per Service Chain"
7728 #  y-axis: "Y = Number of Service Chains"
7729 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7730 #  layout:
7731 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7732 #    layout: "plot-service-density"
7733 #
7734 ## Plots - NF Density - VSC - PDR IMIX
7735 #- type: "plot"
7736 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7737 #  algorithm: "plot_nf_heatmap"
7738 #  output-file-type: ".html"
7739 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
7740 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7741 #  filter: "'NIC_Intel-XXV710' and
7742 #           'NF_DENSITY' and
7743 #           'VHOST' and
7744 #           not 'VXLAN' and
7745 #           'CHAIN' and
7746 #           'NF_VPPIP4' and
7747 #           'IMIX' and
7748 #           '2T1C' and
7749 #           'NDRPDR'"
7750 #  parameters:
7751 #  - "throughput"
7752 #  - "name"
7753 #  - "tags"
7754 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7755 #  x-axis: "X = VNFs per Service Chain"
7756 #  y-axis: "Y = Number of Service Chains"
7757 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7758 #  layout:
7759 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7760 #    layout: "plot-service-density"
7761 #
7762 #- type: "plot"
7763 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7764 #  algorithm: "plot_nf_heatmap"
7765 #  output-file-type: ".html"
7766 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
7767 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7768 #  filter: "'NIC_Intel-XXV710' and
7769 #           'NF_DENSITY' and
7770 #           'VHOST' and
7771 #           not 'VXLAN' and
7772 #           'CHAIN' and
7773 #           'NF_VPPIP4' and
7774 #           'IMIX' and
7775 #           '4T2C' and
7776 #           'NDRPDR'"
7777 #  parameters:
7778 #  - "throughput"
7779 #  - "name"
7780 #  - "tags"
7781 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7782 #  x-axis: "X = VNFs per Service Chain"
7783 #  y-axis: "Y = Number of Service Chains"
7784 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7785 #  layout:
7786 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7787 #    layout: "plot-service-density"
7788 #
7789 #- type: "plot"
7790 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7791 #  algorithm: "plot_nf_heatmap"
7792 #  output-file-type: ".html"
7793 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
7794 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7795 #  filter: "'NIC_Intel-XXV710' and
7796 #           'NF_DENSITY' and
7797 #           'VHOST' and
7798 #           not 'VXLAN' and
7799 #           'CHAIN' and
7800 #           'NF_VPPIP4' and
7801 #           'IMIX' and
7802 #           '8T4C' and
7803 #           'NDRPDR'"
7804 #  parameters:
7805 #  - "throughput"
7806 #  - "name"
7807 #  - "tags"
7808 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7809 #  x-axis: "X = VNFs per Service Chain"
7810 #  y-axis: "Y = Number of Service Chains"
7811 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7812 #  layout:
7813 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7814 #    layout: "plot-service-density"
7815 #
7816 ################################################################################
7817 ## Plots - NF Density - VSC - MRR 64b
7818 #- type: "plot"
7819 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7820 #  algorithm: "plot_nf_heatmap"
7821 #  output-file-type: ".html"
7822 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
7823 #  data: "plot-vpp-nfv-2n-skx-mrr"
7824 #  filter: "'NIC_Intel-XXV710' and
7825 #           'NF_DENSITY' and
7826 #           'VHOST' and
7827 #           'VXLAN' and
7828 #           'CHAIN' and
7829 #           '118' and
7830 #           '2T1C' and
7831 #           'MRR'"
7832 #  parameters:
7833 #  - "result"
7834 #  - "name"
7835 #  - "tags"
7836 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7837 #  x-axis: "X = VNFs per Service Chain"
7838 #  y-axis: "Y = Number of Service Chains"
7839 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7840 #  layout:
7841 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7842 #    layout: "plot-service-density"
7843 #
7844 #- type: "plot"
7845 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7846 #  algorithm: "plot_nf_heatmap"
7847 #  output-file-type: ".html"
7848 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
7849 #  data: "plot-vpp-nfv-2n-skx-mrr"
7850 #  filter: "'NIC_Intel-XXV710' and
7851 #           'NF_DENSITY' and
7852 #           'VHOST' and
7853 #           'VXLAN' and
7854 #           'CHAIN' and
7855 #           '118' and
7856 #           '4T2C' and
7857 #           'MRR'"
7858 #  parameters:
7859 #  - "result"
7860 #  - "name"
7861 #  - "tags"
7862 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7863 #  x-axis: "X = VNFs per Service Chain"
7864 #  y-axis: "Y = Number of Service Chains"
7865 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7866 #  layout:
7867 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7868 #    layout: "plot-service-density"
7869 #
7870 #- type: "plot"
7871 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7872 #  algorithm: "plot_nf_heatmap"
7873 #  output-file-type: ".html"
7874 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
7875 #  data: "plot-vpp-nfv-2n-skx-mrr"
7876 #  filter: "'NIC_Intel-XXV710' and
7877 #           'NF_DENSITY' and
7878 #           'VHOST' and
7879 #           'VXLAN' and
7880 #           'CHAIN' and
7881 #           '118' and
7882 #           '8T4C' and
7883 #           'MRR'"
7884 #  parameters:
7885 #  - "result"
7886 #  - "name"
7887 #  - "tags"
7888 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7889 #  x-axis: "X = VNFs per Service Chain"
7890 #  y-axis: "Y = Number of Service Chains"
7891 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7892 #  layout:
7893 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7894 #    layout: "plot-service-density"
7895 #
7896 ## Plots - NF Density - VSC - MRR IMIX
7897 #- type: "plot"
7898 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7899 #  algorithm: "plot_nf_heatmap"
7900 #  output-file-type: ".html"
7901 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7902 #  data: "plot-vpp-nfv-2n-skx-mrr"
7903 #  filter: "'NIC_Intel-XXV710' and
7904 #           'NF_DENSITY' and
7905 #           'VHOST' and
7906 #           'VXLAN' and
7907 #           'CHAIN' and
7908 #           'IMIX' and
7909 #           '2T1C' and
7910 #           'MRR'"
7911 #  parameters:
7912 #  - "result"
7913 #  - "name"
7914 #  - "tags"
7915 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7916 #  x-axis: "X = VNFs per Service Chain"
7917 #  y-axis: "Y = Number of Service Chains"
7918 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7919 #  layout:
7920 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7921 #    layout: "plot-service-density"
7922 #
7923 #- type: "plot"
7924 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7925 #  algorithm: "plot_nf_heatmap"
7926 #  output-file-type: ".html"
7927 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7928 #  data: "plot-vpp-nfv-2n-skx-mrr"
7929 #  filter: "'NIC_Intel-XXV710' and
7930 #           'NF_DENSITY' and
7931 #           'VHOST' and
7932 #           'VXLAN' and
7933 #           'CHAIN' and
7934 #           'IMIX' and
7935 #           '4T2C' and
7936 #           'MRR'"
7937 #  parameters:
7938 #  - "result"
7939 #  - "name"
7940 #  - "tags"
7941 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7942 #  x-axis: "X = VNFs per Service Chain"
7943 #  y-axis: "Y = Number of Service Chains"
7944 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7945 #  layout:
7946 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7947 #    layout: "plot-service-density"
7948 #
7949 #- type: "plot"
7950 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7951 #  algorithm: "plot_nf_heatmap"
7952 #  output-file-type: ".html"
7953 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7954 #  data: "plot-vpp-nfv-2n-skx-mrr"
7955 #  filter: "'NIC_Intel-XXV710' and
7956 #           'NF_DENSITY' and
7957 #           'VHOST' and
7958 #           'VXLAN' and
7959 #           'CHAIN' and
7960 #           'IMIX' and
7961 #           '8T4C' and
7962 #           'MRR'"
7963 #  parameters:
7964 #  - "result"
7965 #  - "name"
7966 #  - "tags"
7967 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7968 #  x-axis: "X = VNFs per Service Chain"
7969 #  y-axis: "Y = Number of Service Chains"
7970 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7971 #  layout:
7972 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7973 #    layout: "plot-service-density"
7974 #
7975 ## Plots - NF Density - VSC - NDR 64b
7976 #- type: "plot"
7977 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7978 #  algorithm: "plot_nf_heatmap"
7979 #  output-file-type: ".html"
7980 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
7981 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7982 #  filter: "'NIC_Intel-XXV710' and
7983 #           'NF_DENSITY' and
7984 #           'VHOST' and
7985 #           'VXLAN' and
7986 #           'CHAIN' and
7987 #           '118' and
7988 #           '2T1C' and
7989 #           'NDRPDR'"
7990 #  parameters:
7991 #  - "throughput"
7992 #  - "name"
7993 #  - "tags"
7994 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7995 #  x-axis: "X = VNFs per Service Chain"
7996 #  y-axis: "Y = Number of Service Chains"
7997 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7998 #  layout:
7999 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8000 #    layout: "plot-service-density"
8001 #
8002 #- type: "plot"
8003 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8004 #  algorithm: "plot_nf_heatmap"
8005 #  output-file-type: ".html"
8006 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
8007 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8008 #  filter: "'NIC_Intel-XXV710' and
8009 #           'NF_DENSITY' and
8010 #           'VHOST' and
8011 #           'VXLAN' and
8012 #           'CHAIN' and
8013 #           '118' and
8014 #           '4T2C' and
8015 #           'NDRPDR'"
8016 #  parameters:
8017 #  - "throughput"
8018 #  - "name"
8019 #  - "tags"
8020 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8021 #  x-axis: "X = VNFs per Service Chain"
8022 #  y-axis: "Y = Number of Service Chains"
8023 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8024 #  layout:
8025 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8026 #    layout: "plot-service-density"
8027 #
8028 #- type: "plot"
8029 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8030 #  algorithm: "plot_nf_heatmap"
8031 #  output-file-type: ".html"
8032 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
8033 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8034 #  filter: "'NIC_Intel-XXV710' and
8035 #           'NF_DENSITY' and
8036 #           'VHOST' and
8037 #           'VXLAN' and
8038 #           'CHAIN' and
8039 #           '118' and
8040 #           '8T4C' and
8041 #           'NDRPDR'"
8042 #  parameters:
8043 #  - "throughput"
8044 #  - "name"
8045 #  - "tags"
8046 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8047 #  x-axis: "X = VNFs per Service Chain"
8048 #  y-axis: "Y = Number of Service Chains"
8049 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8050 #  layout:
8051 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8052 #    layout: "plot-service-density"
8053 #
8054 ## Plots - NF Density - VSC - NDR IMIX
8055 #- type: "plot"
8056 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8057 #  algorithm: "plot_nf_heatmap"
8058 #  output-file-type: ".html"
8059 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
8060 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8061 #  filter: "'NIC_Intel-XXV710' and
8062 #           'NF_DENSITY' and
8063 #           'VHOST' and
8064 #           'VXLAN' and
8065 #           'CHAIN' and
8066 #           'IMIX' and
8067 #           '2T1C' and
8068 #           'NDRPDR'"
8069 #  parameters:
8070 #  - "throughput"
8071 #  - "name"
8072 #  - "tags"
8073 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8074 #  x-axis: "X = VNFs per Service Chain"
8075 #  y-axis: "Y = Number of Service Chains"
8076 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8077 #  layout:
8078 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8079 #    layout: "plot-service-density"
8080 #
8081 #- type: "plot"
8082 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8083 #  algorithm: "plot_nf_heatmap"
8084 #  output-file-type: ".html"
8085 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
8086 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8087 #  filter: "'NIC_Intel-XXV710' and
8088 #           'NF_DENSITY' and
8089 #           'VHOST' and
8090 #           'VXLAN' and
8091 #           'CHAIN' and
8092 #           'IMIX' and
8093 #           '4T2C' and
8094 #           'NDRPDR'"
8095 #  parameters:
8096 #  - "throughput"
8097 #  - "name"
8098 #  - "tags"
8099 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8100 #  x-axis: "X = VNFs per Service Chain"
8101 #  y-axis: "Y = Number of Service Chains"
8102 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8103 #  layout:
8104 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8105 #    layout: "plot-service-density"
8106 #
8107 #- type: "plot"
8108 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8109 #  algorithm: "plot_nf_heatmap"
8110 #  output-file-type: ".html"
8111 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
8112 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8113 #  filter: "'NIC_Intel-XXV710' and
8114 #           'NF_DENSITY' and
8115 #           'VHOST' and
8116 #           'VXLAN' and
8117 #           'CHAIN' and
8118 #           'IMIX' and
8119 #           '8T4C' and
8120 #           'NDRPDR'"
8121 #  parameters:
8122 #  - "throughput"
8123 #  - "name"
8124 #  - "tags"
8125 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8126 #  x-axis: "X = VNFs per Service Chain"
8127 #  y-axis: "Y = Number of Service Chains"
8128 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8129 #  layout:
8130 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8131 #    layout: "plot-service-density"
8132 #
8133 ## Plots - NF Density - VSC - PDR 64b
8134 #- type: "plot"
8135 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8136 #  algorithm: "plot_nf_heatmap"
8137 #  output-file-type: ".html"
8138 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
8139 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8140 #  filter: "'NIC_Intel-XXV710' and
8141 #           'NF_DENSITY' and
8142 #           'VHOST' and
8143 #           'VXLAN' and
8144 #           'CHAIN' and
8145 #           '118' and
8146 #           '2T1C' and
8147 #           'NDRPDR'"
8148 #  parameters:
8149 #  - "throughput"
8150 #  - "name"
8151 #  - "tags"
8152 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8153 #  x-axis: "X = VNFs per Service Chain"
8154 #  y-axis: "Y = Number of Service Chains"
8155 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8156 #  layout:
8157 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8158 #    layout: "plot-service-density"
8159 #
8160 #- type: "plot"
8161 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8162 #  algorithm: "plot_nf_heatmap"
8163 #  output-file-type: ".html"
8164 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
8165 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8166 #  filter: "'NIC_Intel-XXV710' and
8167 #           'NF_DENSITY' and
8168 #           'VHOST' and
8169 #           'VXLAN' and
8170 #           'CHAIN' and
8171 #           '118' and
8172 #           '4T2C' and
8173 #           'NDRPDR'"
8174 #  parameters:
8175 #  - "throughput"
8176 #  - "name"
8177 #  - "tags"
8178 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8179 #  x-axis: "X = VNFs per Service Chain"
8180 #  y-axis: "Y = Number of Service Chains"
8181 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8182 #  layout:
8183 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8184 #    layout: "plot-service-density"
8185 #
8186 #- type: "plot"
8187 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8188 #  algorithm: "plot_nf_heatmap"
8189 #  output-file-type: ".html"
8190 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
8191 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8192 #  filter: "'NIC_Intel-XXV710' and
8193 #           'NF_DENSITY' and
8194 #           'VHOST' and
8195 #           'VXLAN' and
8196 #           'CHAIN' and
8197 #           '118' and
8198 #           '8T4C' and
8199 #           'NDRPDR'"
8200 #  parameters:
8201 #  - "throughput"
8202 #  - "name"
8203 #  - "tags"
8204 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8205 #  x-axis: "X = VNFs per Service Chain"
8206 #  y-axis: "Y = Number of Service Chains"
8207 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8208 #  layout:
8209 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8210 #    layout: "plot-service-density"
8211 #
8212 ## Plots - NF Density - VSC - PDR IMIX
8213 #- type: "plot"
8214 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8215 #  algorithm: "plot_nf_heatmap"
8216 #  output-file-type: ".html"
8217 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
8218 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8219 #  filter: "'NIC_Intel-XXV710' and
8220 #           'NF_DENSITY' and
8221 #           'VHOST' and
8222 #           'VXLAN' and
8223 #           'CHAIN' and
8224 #           'IMIX' and
8225 #           '2T1C' and
8226 #           'NDRPDR'"
8227 #  parameters:
8228 #  - "throughput"
8229 #  - "name"
8230 #  - "tags"
8231 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8232 #  x-axis: "X = VNFs per Service Chain"
8233 #  y-axis: "Y = Number of Service Chains"
8234 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8235 #  layout:
8236 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8237 #    layout: "plot-service-density"
8238 #
8239 #- type: "plot"
8240 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8241 #  algorithm: "plot_nf_heatmap"
8242 #  output-file-type: ".html"
8243 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
8244 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8245 #  filter: "'NIC_Intel-XXV710' and
8246 #           'NF_DENSITY' and
8247 #           'VHOST' and
8248 #           'VXLAN' and
8249 #           'CHAIN' and
8250 #           'IMIX' and
8251 #           '4T2C' and
8252 #           'NDRPDR'"
8253 #  parameters:
8254 #  - "throughput"
8255 #  - "name"
8256 #  - "tags"
8257 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8258 #  x-axis: "X = VNFs per Service Chain"
8259 #  y-axis: "Y = Number of Service Chains"
8260 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8261 #  layout:
8262 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8263 #    layout: "plot-service-density"
8264 #
8265 #- type: "plot"
8266 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8267 #  algorithm: "plot_nf_heatmap"
8268 #  output-file-type: ".html"
8269 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
8270 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8271 #  filter: "'NIC_Intel-XXV710' and
8272 #           'NF_DENSITY' and
8273 #           'VHOST' and
8274 #           'VXLAN' and
8275 #           'CHAIN' and
8276 #           'IMIX' and
8277 #           '8T4C' and
8278 #           'NDRPDR'"
8279 #  parameters:
8280 #  - "throughput"
8281 #  - "name"
8282 #  - "tags"
8283 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8284 #  x-axis: "X = VNFs per Service Chain"
8285 #  y-axis: "Y = Number of Service Chains"
8286 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8287 #  layout:
8288 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8289 #    layout: "plot-service-density"
8290 #
8291 ################################################################################
8292 ## Plots - NF Density - CSC - MRR 64b
8293 #- type: "plot"
8294 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8295 #  algorithm: "plot_nf_heatmap"
8296 #  output-file-type: ".html"
8297 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
8298 #  data: "plot-vpp-nfv-2n-skx-mrr"
8299 #  filter: "'NIC_Intel-XXV710' and
8300 #           'NF_DENSITY' and
8301 #           'DOCKER' and
8302 #           'CHAIN' and
8303 #           'NF_VPPIP4' and
8304 #           '64B' and
8305 #           '2T1C' and
8306 #           'MRR'"
8307 #  parameters:
8308 #  - "result"
8309 #  - "name"
8310 #  - "tags"
8311 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8312 #  x-axis: "X = CNFs per Service Chain"
8313 #  y-axis: "Y = Number of Service Chains"
8314 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
8315 #  layout:
8316 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8317 #    layout: "plot-service-density"
8318 #
8319 #- type: "plot"
8320 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8321 #  algorithm: "plot_nf_heatmap"
8322 #  output-file-type: ".html"
8323 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
8324 #  data: "plot-vpp-nfv-2n-skx-mrr"
8325 #  filter: "'NIC_Intel-XXV710' and
8326 #           'NF_DENSITY' and
8327 #           'DOCKER' and
8328 #           'CHAIN' and
8329 #           'NF_VPPIP4' and
8330 #           '64B' and
8331 #           '4T2C' and
8332 #           'MRR'"
8333 #  parameters:
8334 #  - "result"
8335 #  - "name"
8336 #  - "tags"
8337 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8338 #  x-axis: "X = CNFs per Service Chain"
8339 #  y-axis: "Y = Number of Service Chains"
8340 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
8341 #  layout:
8342 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8343 #    layout: "plot-service-density"
8344 #
8345 #- type: "plot"
8346 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8347 #  algorithm: "plot_nf_heatmap"
8348 #  output-file-type: ".html"
8349 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
8350 #  data: "plot-vpp-nfv-2n-skx-mrr"
8351 #  filter: "'NIC_Intel-XXV710' and
8352 #           'NF_DENSITY' and
8353 #           'DOCKER' and
8354 #           'CHAIN' and
8355 #           'NF_VPPIP4' and
8356 #           '64B' and
8357 #           '8T4C' and
8358 #           'MRR'"
8359 #  parameters:
8360 #  - "result"
8361 #  - "name"
8362 #  - "tags"
8363 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8364 #  x-axis: "X = CNFs per Service Chain"
8365 #  y-axis: "Y = Number of Service Chains"
8366 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
8367 #  layout:
8368 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8369 #    layout: "plot-service-density"
8370 #
8371 ## Plots - NF Density - CSC - MRR IMIX
8372 #- type: "plot"
8373 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8374 #  algorithm: "plot_nf_heatmap"
8375 #  output-file-type: ".html"
8376 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
8377 #  data: "plot-vpp-nfv-2n-skx-mrr"
8378 #  filter: "'NIC_Intel-XXV710' and
8379 #           'NF_DENSITY' and
8380 #           'DOCKER' and
8381 #           'CHAIN' and
8382 #           'NF_VPPIP4' and
8383 #           'IMIX' and
8384 #           '2T1C' and
8385 #           'MRR'"
8386 #  parameters:
8387 #  - "result"
8388 #  - "name"
8389 #  - "tags"
8390 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8391 #  x-axis: "X = CNFs per Service Chain"
8392 #  y-axis: "Y = Number of Service Chains"
8393 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8394 #  layout:
8395 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8396 #    layout: "plot-service-density"
8397 #
8398 #- type: "plot"
8399 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8400 #  algorithm: "plot_nf_heatmap"
8401 #  output-file-type: ".html"
8402 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
8403 #  data: "plot-vpp-nfv-2n-skx-mrr"
8404 #  filter: "'NIC_Intel-XXV710' and
8405 #           'NF_DENSITY' and
8406 #           'DOCKER' and
8407 #           'CHAIN' and
8408 #           'NF_VPPIP4' and
8409 #           'IMIX' and
8410 #           '4T2C' and
8411 #           'MRR'"
8412 #  parameters:
8413 #  - "result"
8414 #  - "name"
8415 #  - "tags"
8416 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8417 #  x-axis: "X = CNFs per Service Chain"
8418 #  y-axis: "Y = Number of Service Chains"
8419 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8420 #  layout:
8421 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8422 #    layout: "plot-service-density"
8423 #
8424 #- type: "plot"
8425 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8426 #  algorithm: "plot_nf_heatmap"
8427 #  output-file-type: ".html"
8428 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
8429 #  data: "plot-vpp-nfv-2n-skx-mrr"
8430 #  filter: "'NIC_Intel-XXV710' and
8431 #           'NF_DENSITY' and
8432 #           'DOCKER' and
8433 #           'CHAIN' and
8434 #           'NF_VPPIP4' and
8435 #           'IMIX' and
8436 #           '8T4C' and
8437 #           'MRR'"
8438 #  parameters:
8439 #  - "result"
8440 #  - "name"
8441 #  - "tags"
8442 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8443 #  x-axis: "X = CNFs per Service Chain"
8444 #  y-axis: "Y = Number of Service Chains"
8445 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8446 #  layout:
8447 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8448 #    layout: "plot-service-density"
8449 #
8450 ## Plots - NF Density - CSC - NDR 64b
8451 #- type: "plot"
8452 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8453 #  algorithm: "plot_nf_heatmap"
8454 #  output-file-type: ".html"
8455 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
8456 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8457 #  filter: "'NIC_Intel-XXV710' and
8458 #           'NF_DENSITY' and
8459 #           'DOCKER' and
8460 #           'CHAIN' and
8461 #           'NF_VPPIP4' and
8462 #           '64B' and
8463 #           '2T1C' and
8464 #           'NDRPDR'"
8465 #  parameters:
8466 #  - "throughput"
8467 #  - "name"
8468 #  - "tags"
8469 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8470 #  x-axis: "X = CNFs per Service Chain"
8471 #  y-axis: "Y = Number of Service Chains"
8472 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8473 #  layout:
8474 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8475 #    layout: "plot-service-density"
8476 #
8477 #- type: "plot"
8478 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8479 #  algorithm: "plot_nf_heatmap"
8480 #  output-file-type: ".html"
8481 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
8482 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8483 #  filter: "'NIC_Intel-XXV710' and
8484 #           'NF_DENSITY' and
8485 #           'DOCKER' and
8486 #           'CHAIN' and
8487 #           'NF_VPPIP4' and
8488 #           '64B' and
8489 #           '4T2C' and
8490 #           'NDRPDR'"
8491 #  parameters:
8492 #  - "throughput"
8493 #  - "name"
8494 #  - "tags"
8495 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8496 #  x-axis: "X = CNFs per Service Chain"
8497 #  y-axis: "Y = Number of Service Chains"
8498 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8499 #  layout:
8500 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8501 #    layout: "plot-service-density"
8502 #
8503 #- type: "plot"
8504 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8505 #  algorithm: "plot_nf_heatmap"
8506 #  output-file-type: ".html"
8507 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
8508 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8509 #  filter: "'NIC_Intel-XXV710' and
8510 #           'NF_DENSITY' and
8511 #           'DOCKER' and
8512 #           'CHAIN' and
8513 #           'NF_VPPIP4' and
8514 #           '64B' and
8515 #           '8T4C' and
8516 #           'NDRPDR'"
8517 #  parameters:
8518 #  - "throughput"
8519 #  - "name"
8520 #  - "tags"
8521 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8522 #  x-axis: "X = CNFs per Service Chain"
8523 #  y-axis: "Y = Number of Service Chains"
8524 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8525 #  layout:
8526 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8527 #    layout: "plot-service-density"
8528 #
8529 ## Plots - NF Density - CSC - NDR IMIX
8530 #- type: "plot"
8531 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8532 #  algorithm: "plot_nf_heatmap"
8533 #  output-file-type: ".html"
8534 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8535 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8536 #  filter: "'NIC_Intel-XXV710' and
8537 #           'NF_DENSITY' and
8538 #           'DOCKER' and
8539 #           'CHAIN' and
8540 #           'NF_VPPIP4' and
8541 #           'IMIX' and
8542 #           '2T1C' and
8543 #           'NDRPDR'"
8544 #  parameters:
8545 #  - "throughput"
8546 #  - "name"
8547 #  - "tags"
8548 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8549 #  x-axis: "X = CNFs per Service Chain"
8550 #  y-axis: "Y = Number of Service Chains"
8551 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8552 #  layout:
8553 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8554 #    layout: "plot-service-density"
8555 #
8556 #- type: "plot"
8557 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8558 #  algorithm: "plot_nf_heatmap"
8559 #  output-file-type: ".html"
8560 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8561 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8562 #  filter: "'NIC_Intel-XXV710' and
8563 #           'NF_DENSITY' and
8564 #           'DOCKER' and
8565 #           'CHAIN' and
8566 #           'NF_VPPIP4' and
8567 #           'IMIX' and
8568 #           '4T2C' and
8569 #           'NDRPDR'"
8570 #  parameters:
8571 #  - "throughput"
8572 #  - "name"
8573 #  - "tags"
8574 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8575 #  x-axis: "X = CNFs per Service Chain"
8576 #  y-axis: "Y = Number of Service Chains"
8577 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8578 #  layout:
8579 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8580 #    layout: "plot-service-density"
8581 #
8582 #- type: "plot"
8583 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8584 #  algorithm: "plot_nf_heatmap"
8585 #  output-file-type: ".html"
8586 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8587 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8588 #  filter: "'NIC_Intel-XXV710' and
8589 #           'NF_DENSITY' and
8590 #           'DOCKER' and
8591 #           'CHAIN' and
8592 #           'NF_VPPIP4' and
8593 #           'IMIX' and
8594 #           '8T4C' and
8595 #           'NDRPDR'"
8596 #  parameters:
8597 #  - "throughput"
8598 #  - "name"
8599 #  - "tags"
8600 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8601 #  x-axis: "X = CNFs per Service Chain"
8602 #  y-axis: "Y = Number of Service Chains"
8603 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8604 #  layout:
8605 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8606 #    layout: "plot-service-density"
8607 #
8608 ## Plots - NF Density - CSC - PDR 64b
8609 #- type: "plot"
8610 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8611 #  algorithm: "plot_nf_heatmap"
8612 #  output-file-type: ".html"
8613 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
8614 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8615 #  filter: "'NIC_Intel-XXV710' and
8616 #           'NF_DENSITY' and
8617 #           'DOCKER' and
8618 #           'CHAIN' and
8619 #           'NF_VPPIP4' and
8620 #           '64B' and
8621 #           '2T1C' and
8622 #           'NDRPDR'"
8623 #  parameters:
8624 #  - "throughput"
8625 #  - "name"
8626 #  - "tags"
8627 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8628 #  x-axis: "X = CNFs per Service Chain"
8629 #  y-axis: "Y = Number of Service Chains"
8630 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8631 #  layout:
8632 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8633 #    layout: "plot-service-density"
8634 #
8635 #- type: "plot"
8636 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8637 #  algorithm: "plot_nf_heatmap"
8638 #  output-file-type: ".html"
8639 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
8640 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8641 #  filter: "'NIC_Intel-XXV710' and
8642 #           'NF_DENSITY' and
8643 #           'DOCKER' and
8644 #           'CHAIN' and
8645 #           'NF_VPPIP4' and
8646 #           '64B' and
8647 #           '4T2C' and
8648 #           'NDRPDR'"
8649 #  parameters:
8650 #  - "throughput"
8651 #  - "name"
8652 #  - "tags"
8653 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8654 #  x-axis: "X = CNFs per Service Chain"
8655 #  y-axis: "Y = Number of Service Chains"
8656 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8657 #  layout:
8658 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8659 #    layout: "plot-service-density"
8660 #
8661 #- type: "plot"
8662 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8663 #  algorithm: "plot_nf_heatmap"
8664 #  output-file-type: ".html"
8665 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
8666 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8667 #  filter: "'NIC_Intel-XXV710' and
8668 #           'NF_DENSITY' and
8669 #           'DOCKER' and
8670 #           'CHAIN' and
8671 #           'NF_VPPIP4' and
8672 #           '64B' and
8673 #           '8T4C' and
8674 #           'NDRPDR'"
8675 #  parameters:
8676 #  - "throughput"
8677 #  - "name"
8678 #  - "tags"
8679 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8680 #  x-axis: "X = CNFs per Service Chain"
8681 #  y-axis: "Y = Number of Service Chains"
8682 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8683 #  layout:
8684 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8685 #    layout: "plot-service-density"
8686 #
8687 ## Plots - NF Density - CSC - PDR IMIX
8688 #- type: "plot"
8689 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8690 #  algorithm: "plot_nf_heatmap"
8691 #  output-file-type: ".html"
8692 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8693 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8694 #  filter: "'NIC_Intel-XXV710' and
8695 #           'NF_DENSITY' and
8696 #           'DOCKER' and
8697 #           'CHAIN' and
8698 #           'NF_VPPIP4' and
8699 #           'IMIX' and
8700 #           '2T1C' and
8701 #           'NDRPDR'"
8702 #  parameters:
8703 #  - "throughput"
8704 #  - "name"
8705 #  - "tags"
8706 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8707 #  x-axis: "X = CNFs per Service Chain"
8708 #  y-axis: "Y = Number of Service Chains"
8709 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8710 #  layout:
8711 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8712 #    layout: "plot-service-density"
8713 #
8714 #- type: "plot"
8715 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8716 #  algorithm: "plot_nf_heatmap"
8717 #  output-file-type: ".html"
8718 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8719 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8720 #  filter: "'NIC_Intel-XXV710' and
8721 #           'NF_DENSITY' and
8722 #           'DOCKER' and
8723 #           'CHAIN' and
8724 #           'NF_VPPIP4' and
8725 #           'IMIX' and
8726 #           '4T2C' and
8727 #           'NDRPDR'"
8728 #  parameters:
8729 #  - "throughput"
8730 #  - "name"
8731 #  - "tags"
8732 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8733 #  x-axis: "X = CNFs per Service Chain"
8734 #  y-axis: "Y = Number of Service Chains"
8735 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8736 #  layout:
8737 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8738 #    layout: "plot-service-density"
8739 #
8740 #- type: "plot"
8741 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8742 #  algorithm: "plot_nf_heatmap"
8743 #  output-file-type: ".html"
8744 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8745 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8746 #  filter: "'NIC_Intel-XXV710' and
8747 #           'NF_DENSITY' and
8748 #           'DOCKER' and
8749 #           'CHAIN' and
8750 #           'NF_VPPIP4' and
8751 #           'IMIX' and
8752 #           '8T4C' and
8753 #           'NDRPDR'"
8754 #  parameters:
8755 #  - "throughput"
8756 #  - "name"
8757 #  - "tags"
8758 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8759 #  x-axis: "X = CNFs per Service Chain"
8760 #  y-axis: "Y = Number of Service Chains"
8761 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8762 #  layout:
8763 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8764 #    layout: "plot-service-density"
8765 #
8766 ################################################################################
8767 #
8768 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8769 #- type: "plot"
8770 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8771 #  algorithm: "plot_nf_heatmap"
8772 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8773 #  data: "plot-vpp-nfv-3n-skx-mrr"
8774 #  filter: "'NIC_Intel-XXV710' and
8775 #           'NF_DENSITY' and
8776 #           'DOCKER' and
8777 #           'CHAIN' and
8778 #           'NF_VPPIP4' and
8779 #           'IPSEC' and
8780 #           'TNL_4' and
8781 #           'IMIX' and
8782 #           '2T1C' and
8783 #           'MRR'"
8784 #  parameters:
8785 #  - "result"
8786 #  - "name"
8787 #  - "tags"
8788 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8789 #  x-axis: "X = CNFs per Service Chain"
8790 #  y-axis: "Y = Number of Service Chains"
8791 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8792 #  layout:
8793 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8794 #    layout: "plot-service-density"
8795 #
8796 #- type: "plot"
8797 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8798 #  algorithm: "plot_nf_heatmap"
8799 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8800 #  data: "plot-vpp-nfv-3n-skx-mrr"
8801 #  filter: "'NIC_Intel-XXV710' and
8802 #           'NF_DENSITY' and
8803 #           'DOCKER' and
8804 #           'CHAIN' and
8805 #           'NF_VPPIP4' and
8806 #           'IPSEC' and
8807 #           'TNL_4' and
8808 #           'IMIX' and
8809 #           '4T2C' and
8810 #           'MRR'"
8811 #  parameters:
8812 #  - "result"
8813 #  - "name"
8814 #  - "tags"
8815 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8816 #  x-axis: "X = CNFs per Service Chain"
8817 #  y-axis: "Y = Number of Service Chains"
8818 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8819 #  layout:
8820 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8821 #    layout: "plot-service-density"
8822 #
8823 #- type: "plot"
8824 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8825 #  algorithm: "plot_nf_heatmap"
8826 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8827 #  data: "plot-vpp-nfv-3n-skx-mrr"
8828 #  filter: "'NIC_Intel-XXV710' and
8829 #           'NF_DENSITY' and
8830 #           'DOCKER' and
8831 #           'CHAIN' and
8832 #           'NF_VPPIP4' and
8833 #           'IPSEC' and
8834 #           'TNL_4' and
8835 #           'IMIX' and
8836 #           '8T4C' and
8837 #           'MRR'"
8838 #  parameters:
8839 #  - "result"
8840 #  - "name"
8841 #  - "tags"
8842 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8843 #  x-axis: "X = CNFs per Service Chain"
8844 #  y-axis: "Y = Number of Service Chains"
8845 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8846 #  layout:
8847 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8848 #    layout: "plot-service-density"
8849
8850 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8851 - type: "plot"
8852   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8853   algorithm: "plot_nf_heatmap"
8854   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8855   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8856   filter: "'NIC_Intel-XXV710' and
8857            'NF_DENSITY' and
8858            'DOCKER' and
8859            'CHAIN' and
8860            'NF_VPPIP4' and
8861            'IPSEC' and
8862            'TNL_4' and
8863            'IMIX' and
8864            '2T1C' and
8865            'NDRPDR'"
8866   parameters:
8867   - "throughput"
8868   - "name"
8869   - "tags"
8870   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8871   x-axis: "X = CNFs per Service Chain"
8872   y-axis: "Y = Number of Service Chains"
8873   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8874   layout:
8875     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8876     layout: "plot-service-density"
8877
8878 - type: "plot"
8879   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8880   algorithm: "plot_nf_heatmap"
8881   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8882   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8883   filter: "'NIC_Intel-XXV710' and
8884            'NF_DENSITY' and
8885            'DOCKER' and
8886            'CHAIN' and
8887            'NF_VPPIP4' and
8888            'IPSEC' and
8889            'TNL_4' and
8890            'IMIX' and
8891            '4T2C' and
8892            'NDRPDR'"
8893   parameters:
8894   - "throughput"
8895   - "name"
8896   - "tags"
8897   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8898   x-axis: "X = CNFs per Service Chain"
8899   y-axis: "Y = Number of Service Chains"
8900   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8901   layout:
8902     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8903     layout: "plot-service-density"
8904
8905 - type: "plot"
8906   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8907   algorithm: "plot_nf_heatmap"
8908   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8909   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8910   filter: "'NIC_Intel-XXV710' and
8911            'NF_DENSITY' and
8912            'DOCKER' and
8913            'CHAIN' and
8914            'NF_VPPIP4' and
8915            'IPSEC' and
8916            'TNL_4' and
8917            'IMIX' and
8918            '8T4C' and
8919            'NDRPDR'"
8920   parameters:
8921   - "throughput"
8922   - "name"
8923   - "tags"
8924   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8925   x-axis: "X = CNFs per Service Chain"
8926   y-axis: "Y = Number of Service Chains"
8927   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8928   layout:
8929     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8930     layout: "plot-service-density"
8931
8932 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8933 - type: "plot"
8934   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8935   algorithm: "plot_nf_heatmap"
8936   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8937   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8938   filter: "'NIC_Intel-XXV710' and
8939            'NF_DENSITY' and
8940            'DOCKER' and
8941            'CHAIN' and
8942            'NF_VPPIP4' and
8943            'IPSEC' and
8944            'TNL_4' and
8945            'IMIX' and
8946            '2T1C' and
8947            'NDRPDR'"
8948   parameters:
8949   - "throughput"
8950   - "name"
8951   - "tags"
8952   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8953   x-axis: "X = CNFs per Service Chain"
8954   y-axis: "Y = Number of Service Chains"
8955   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8956   layout:
8957     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8958     layout: "plot-service-density"
8959
8960 - type: "plot"
8961   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8962   algorithm: "plot_nf_heatmap"
8963   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8964   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8965   filter: "'NIC_Intel-XXV710' and
8966            'NF_DENSITY' and
8967            'DOCKER' and
8968            'CHAIN' and
8969            'NF_VPPIP4' and
8970            'IPSEC' and
8971            'TNL_4' and
8972            'IMIX' and
8973            '4T2C' and
8974            'NDRPDR'"
8975   parameters:
8976   - "throughput"
8977   - "name"
8978   - "tags"
8979   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8980   x-axis: "X = CNFs per Service Chain"
8981   y-axis: "Y = Number of Service Chains"
8982   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8983   layout:
8984     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8985     layout: "plot-service-density"
8986
8987 - type: "plot"
8988   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8989   algorithm: "plot_nf_heatmap"
8990   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8991   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8992   filter: "'NIC_Intel-XXV710' and
8993            'NF_DENSITY' and
8994            'DOCKER' and
8995            'CHAIN' and
8996            'NF_VPPIP4' and
8997            'IPSEC' and
8998            'TNL_4' and
8999            'IMIX' and
9000            '8T4C' and
9001            'NDRPDR'"
9002   parameters:
9003   - "throughput"
9004   - "name"
9005   - "tags"
9006   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9007   x-axis: "X = CNFs per Service Chain"
9008   y-axis: "Y = Number of Service Chains"
9009   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9010   layout:
9011     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9012     layout: "plot-service-density"
9013
9014 ###############################################################################
9015
9016 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
9017 #- type: "plot"
9018 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9019 #  algorithm: "plot_nf_heatmap"
9020 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
9021 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9022 #  filter: "'NIC_Intel-XL710' and
9023 #           'NF_DENSITY' and
9024 #           'DOCKER' and
9025 #           'CHAIN' and
9026 #           'NF_VPPIP4' and
9027 #           'IMIX' and
9028 #           'TNL_4' and
9029 #           '1T1C' and
9030 #           'MRR'"
9031 #  parameters:
9032 #  - "result"
9033 #  - "name"
9034 #  - "tags"
9035 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9036 #  x-axis: "X = CNFs per Service Chain"
9037 #  y-axis: "Y = Number of Service Chains"
9038 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9039 #  layout:
9040 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9041 #    layout: "plot-service-density"
9042 #
9043 #- type: "plot"
9044 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9045 #  algorithm: "plot_nf_heatmap"
9046 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
9047 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9048 #  filter: "'NIC_Intel-XL710' and
9049 #           'NF_DENSITY' and
9050 #           'DOCKER' and
9051 #           'CHAIN' and
9052 #           'NF_VPPIP4' and
9053 #           'IPSEC' and
9054 #           'TNL_4' and
9055 #           'IMIX' and
9056 #           '2T2C' and
9057 #           'MRR'"
9058 #  parameters:
9059 #  - "result"
9060 #  - "name"
9061 #  - "tags"
9062 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9063 #  x-axis: "X = CNFs per Service Chain"
9064 #  y-axis: "Y = Number of Service Chains"
9065 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9066 #  layout:
9067 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9068 #    layout: "plot-service-density"
9069 #
9070 #- type: "plot"
9071 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9072 #  algorithm: "plot_nf_heatmap"
9073 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
9074 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9075 #  filter: "'NIC_Intel-XL710' and
9076 #           'NF_DENSITY' and
9077 #           'DOCKER' and
9078 #           'CHAIN' and
9079 #           'NF_VPPIP4' and
9080 #           'IPSEC' and
9081 #           'TNL_4' and
9082 #           'IMIX' and
9083 #           '4T4C' and
9084 #           'MRR'"
9085 #  parameters:
9086 #  - "result"
9087 #  - "name"
9088 #  - "tags"
9089 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9090 #  x-axis: "X = CNFs per Service Chain"
9091 #  y-axis: "Y = Number of Service Chains"
9092 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9093 #  layout:
9094 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9095 #    layout: "plot-service-density"
9096
9097 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
9098 #- type: "plot"
9099 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9100 #  algorithm: "plot_nf_heatmap"
9101 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
9102 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9103 #  filter: "'NIC_Intel-XL710' and
9104 #           'NF_DENSITY' and
9105 #           'DOCKER' and
9106 #           'CHAIN' and
9107 #           'NF_VPPIP4' and
9108 #           'IPSEC' and
9109 #           'TNL_4' and
9110 #           'IMIX' and
9111 #           '1T1C' and
9112 #           'NDRPDR'"
9113 #  parameters:
9114 #  - "throughput"
9115 #  - "name"
9116 #  - "tags"
9117 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9118 #  x-axis: "X = CNFs per Service Chain"
9119 #  y-axis: "Y = Number of Service Chains"
9120 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9121 #  layout:
9122 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9123 #    layout: "plot-service-density"
9124 #
9125 #- type: "plot"
9126 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9127 #  algorithm: "plot_nf_heatmap"
9128 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
9129 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9130 #  filter: "'NIC_Intel-XL710' and
9131 #           'NF_DENSITY' and
9132 #           'DOCKER' and
9133 #           'CHAIN' and
9134 #           'NF_VPPIP4' and
9135 #           'IPSEC' and
9136 #           'TNL_4' and
9137 #           'IMIX' and
9138 #           '2T2C' and
9139 #           'NDRPDR'"
9140 #  parameters:
9141 #  - "throughput"
9142 #  - "name"
9143 #  - "tags"
9144 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9145 #  x-axis: "X = CNFs per Service Chain"
9146 #  y-axis: "Y = Number of Service Chains"
9147 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9148 #  layout:
9149 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9150 #    layout: "plot-service-density"
9151 #
9152 #- type: "plot"
9153 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9154 #  algorithm: "plot_nf_heatmap"
9155 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
9156 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9157 #  filter: "'NIC_Intel-XL710' and
9158 #           'NF_DENSITY' and
9159 #           'DOCKER' and
9160 #           'CHAIN' and
9161 #           'NF_VPPIP4' and
9162 #           'IPSEC' and
9163 #           'TNL_4' and
9164 #           'IMIX' and
9165 #           '4T4C' and
9166 #           'NDRPDR'"
9167 #  parameters:
9168 #  - "throughput"
9169 #  - "name"
9170 #  - "tags"
9171 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9172 #  x-axis: "X = CNFs per Service Chain"
9173 #  y-axis: "Y = Number of Service Chains"
9174 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9175 #  layout:
9176 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9177 #    layout: "plot-service-density"
9178 #
9179 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
9180 #- type: "plot"
9181 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9182 #  algorithm: "plot_nf_heatmap"
9183 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
9184 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9185 #  filter: "'NIC_Intel-XL710' and
9186 #           'NF_DENSITY' and
9187 #           'DOCKER' and
9188 #           'CHAIN' and
9189 #           'NF_VPPIP4' and
9190 #           'IPSEC' and
9191 #           'TNL_4' and
9192 #           'IMIX' and
9193 #           '1T1C' and
9194 #           'NDRPDR'"
9195 #  parameters:
9196 #  - "throughput"
9197 #  - "name"
9198 #  - "tags"
9199 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9200 #  x-axis: "X = CNFs per Service Chain"
9201 #  y-axis: "Y = Number of Service Chains"
9202 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9203 #  layout:
9204 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9205 #    layout: "plot-service-density"
9206 #
9207 #- type: "plot"
9208 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9209 #  algorithm: "plot_nf_heatmap"
9210 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
9211 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9212 #  filter: "'NIC_Intel-XL710' and
9213 #           'NF_DENSITY' and
9214 #           'DOCKER' and
9215 #           'CHAIN' and
9216 #           'NF_VPPIP4' and
9217 #           'IPSEC' and
9218 #           'TNL_4' and
9219 #           'IMIX' and
9220 #           '2T2C' and
9221 #           'NDRPDR'"
9222 #  parameters:
9223 #  - "throughput"
9224 #  - "name"
9225 #  - "tags"
9226 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9227 #  x-axis: "X = CNFs per Service Chain"
9228 #  y-axis: "Y = Number of Service Chains"
9229 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9230 #  layout:
9231 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9232 #    layout: "plot-service-density"
9233 #
9234 #- type: "plot"
9235 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9236 #  algorithm: "plot_nf_heatmap"
9237 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
9238 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9239 #  filter: "'NIC_Intel-XL710' and
9240 #           'NF_DENSITY' and
9241 #           'DOCKER' and
9242 #           'CHAIN' and
9243 #           'NF_VPPIP4' and
9244 #           'IPSEC' and
9245 #           'TNL_4' and
9246 #           'IMIX' and
9247 #           '4T4C' and
9248 #           'NDRPDR'"
9249 #  parameters:
9250 #  - "throughput"
9251 #  - "name"
9252 #  - "tags"
9253 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9254 #  x-axis: "X = CNFs per Service Chain"
9255 #  y-axis: "Y = Number of Service Chains"
9256 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9257 #  layout:
9258 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9259 #    layout: "plot-service-density"
9260
9261 ###############################################################################
9262
9263 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9264 #- type: "plot"
9265 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9266 #  algorithm: "plot_nf_heatmap"
9267 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
9268 #  data: "plot-vpp-nfv-3n-skx-mrr"
9269 #  filter: "'NIC_Intel-XXV710' and
9270 #           'NF_DENSITY' and
9271 #           'DOCKER' and
9272 #           'CHAIN' and
9273 #           'NF_VPPIP4' and
9274 #           'IPSEC' and
9275 #           'TNL_1000' and
9276 #           'IMIX' and
9277 #           '2T1C' and
9278 #           'MRR'"
9279 #  parameters:
9280 #  - "result"
9281 #  - "name"
9282 #  - "tags"
9283 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9284 #  x-axis: "X = CNFs per Service Chain"
9285 #  y-axis: "Y = Number of Service Chains"
9286 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9287 #  layout:
9288 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9289 #    layout: "plot-service-density"
9290 #
9291 #- type: "plot"
9292 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9293 #  algorithm: "plot_nf_heatmap"
9294 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
9295 #  data: "plot-vpp-nfv-3n-skx-mrr"
9296 #  filter: "'NIC_Intel-XXV710' and
9297 #           'NF_DENSITY' and
9298 #           'DOCKER' and
9299 #           'CHAIN' and
9300 #           'NF_VPPIP4' and
9301 #           'IPSEC' and
9302 #           'TNL_1000' and
9303 #           'IMIX' and
9304 #           '4T2C' and
9305 #           'MRR'"
9306 #  parameters:
9307 #  - "result"
9308 #  - "name"
9309 #  - "tags"
9310 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9311 #  x-axis: "X = CNFs per Service Chain"
9312 #  y-axis: "Y = Number of Service Chains"
9313 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9314 #  layout:
9315 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9316 #    layout: "plot-service-density"
9317 #
9318 #- type: "plot"
9319 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9320 #  algorithm: "plot_nf_heatmap"
9321 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
9322 #  data: "plot-vpp-nfv-3n-skx-mrr"
9323 #  filter: "'NIC_Intel-XXV710' and
9324 #           'NF_DENSITY' and
9325 #           'DOCKER' and
9326 #           'CHAIN' and
9327 #           'NF_VPPIP4' and
9328 #           'IPSEC' and
9329 #           'TNL_1000' and
9330 #           'IMIX' and
9331 #           '8T4C' and
9332 #           'MRR'"
9333 #  parameters:
9334 #  - "result"
9335 #  - "name"
9336 #  - "tags"
9337 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9338 #  x-axis: "X = CNFs per Service Chain"
9339 #  y-axis: "Y = Number of Service Chains"
9340 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9341 #  layout:
9342 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9343 #    layout: "plot-service-density"
9344
9345 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9346 - type: "plot"
9347   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9348   algorithm: "plot_nf_heatmap"
9349   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
9350   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9351   filter: "'NIC_Intel-XXV710' and
9352            'NF_DENSITY' and
9353            'DOCKER' and
9354            'CHAIN' and
9355            'NF_VPPIP4' and
9356            'IPSEC' and
9357            'TNL_1000' and
9358            'IMIX' and
9359            '2T1C' and
9360            'NDRPDR'"
9361   parameters:
9362   - "throughput"
9363   - "name"
9364   - "tags"
9365   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9366   x-axis: "X = CNFs per Service Chain"
9367   y-axis: "Y = Number of Service Chains"
9368   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9369   layout:
9370     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9371     layout: "plot-service-density"
9372
9373 - type: "plot"
9374   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9375   algorithm: "plot_nf_heatmap"
9376   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
9377   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9378   filter: "'NIC_Intel-XXV710' and
9379            'NF_DENSITY' and
9380            'DOCKER' and
9381            'CHAIN' and
9382            'NF_VPPIP4' and
9383            'IPSEC' and
9384            'TNL_1000' and
9385            'IMIX' and
9386            '4T2C' and
9387            'NDRPDR'"
9388   parameters:
9389   - "throughput"
9390   - "name"
9391   - "tags"
9392   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9393   x-axis: "X = CNFs per Service Chain"
9394   y-axis: "Y = Number of Service Chains"
9395   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9396   layout:
9397     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9398     layout: "plot-service-density"
9399
9400 - type: "plot"
9401   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9402   algorithm: "plot_nf_heatmap"
9403   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
9404   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9405   filter: "'NIC_Intel-XXV710' and
9406            'NF_DENSITY' and
9407            'DOCKER' and
9408            'CHAIN' and
9409            'NF_VPPIP4' and
9410            'IPSEC' and
9411            'TNL_1000' and
9412            'IMIX' and
9413            '8T4C' and
9414            'NDRPDR'"
9415   parameters:
9416   - "throughput"
9417   - "name"
9418   - "tags"
9419   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9420   x-axis: "X = CNFs per Service Chain"
9421   y-axis: "Y = Number of Service Chains"
9422   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9423   layout:
9424     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9425     layout: "plot-service-density"
9426
9427 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9428 - type: "plot"
9429   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9430   algorithm: "plot_nf_heatmap"
9431   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
9432   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9433   filter: "'NIC_Intel-XXV710' and
9434            'NF_DENSITY' and
9435            'DOCKER' and
9436            'CHAIN' and
9437            'NF_VPPIP4' and
9438            'IPSEC' and
9439            'TNL_1000' and
9440            'IMIX' and
9441            '2T1C' and
9442            'NDRPDR'"
9443   parameters:
9444   - "throughput"
9445   - "name"
9446   - "tags"
9447   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9448   x-axis: "X = CNFs per Service Chain"
9449   y-axis: "Y = Number of Service Chains"
9450   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9451   layout:
9452     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9453     layout: "plot-service-density"
9454
9455 - type: "plot"
9456   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9457   algorithm: "plot_nf_heatmap"
9458   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
9459   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9460   filter: "'NIC_Intel-XXV710' and
9461            'NF_DENSITY' and
9462            'DOCKER' and
9463            'CHAIN' and
9464            'NF_VPPIP4' and
9465            'IPSEC' and
9466            'TNL_1000' and
9467            'IMIX' and
9468            '4T2C' and
9469            'NDRPDR'"
9470   parameters:
9471   - "throughput"
9472   - "name"
9473   - "tags"
9474   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9475   x-axis: "X = CNFs per Service Chain"
9476   y-axis: "Y = Number of Service Chains"
9477   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9478   layout:
9479     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9480     layout: "plot-service-density"
9481
9482 - type: "plot"
9483   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9484   algorithm: "plot_nf_heatmap"
9485   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
9486   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9487   filter: "'NIC_Intel-XXV710' and
9488            'NF_DENSITY' and
9489            'DOCKER' and
9490            'CHAIN' and
9491            'NF_VPPIP4' and
9492            'IPSEC' and
9493            'TNL_1000' and
9494            'IMIX' and
9495            '8T4C' and
9496            'NDRPDR'"
9497   parameters:
9498   - "throughput"
9499   - "name"
9500   - "tags"
9501   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9502   x-axis: "X = CNFs per Service Chain"
9503   y-axis: "Y = Number of Service Chains"
9504   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9505   layout:
9506     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9507     layout: "plot-service-density"
9508
9509 ###############################################################################
9510
9511 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9512 #- type: "plot"
9513 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9514 #  algorithm: "plot_nf_heatmap"
9515 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
9516 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9517 #  filter: "'NIC_Intel-XL710' and
9518 #           'NF_DENSITY' and
9519 #           'DOCKER' and
9520 #           'CHAIN' and
9521 #           'NF_VPPIP4' and
9522 #           'IMIX' and
9523 #           'TNL_1000' and
9524 #           '1T1C' and
9525 #           'MRR'"
9526 #  parameters:
9527 #  - "result"
9528 #  - "name"
9529 #  - "tags"
9530 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9531 #  x-axis: "X = CNFs per Service Chain"
9532 #  y-axis: "Y = Number of Service Chains"
9533 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9534 #  layout:
9535 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9536 #    layout: "plot-service-density"
9537 #
9538 #- type: "plot"
9539 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9540 #  algorithm: "plot_nf_heatmap"
9541 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
9542 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9543 #  filter: "'NIC_Intel-XL710' and
9544 #           'NF_DENSITY' and
9545 #           'DOCKER' and
9546 #           'CHAIN' and
9547 #           'NF_VPPIP4' and
9548 #           'IPSEC' and
9549 #           'TNL_1000' and
9550 #           'IMIX' and
9551 #           '2T2C' and
9552 #           'MRR'"
9553 #  parameters:
9554 #  - "result"
9555 #  - "name"
9556 #  - "tags"
9557 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9558 #  x-axis: "X = CNFs per Service Chain"
9559 #  y-axis: "Y = Number of Service Chains"
9560 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9561 #  layout:
9562 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9563 #    layout: "plot-service-density"
9564 #
9565 #- type: "plot"
9566 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9567 #  algorithm: "plot_nf_heatmap"
9568 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9569 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9570 #  filter: "'NIC_Intel-XL710' and
9571 #           'NF_DENSITY' and
9572 #           'DOCKER' and
9573 #           'CHAIN' and
9574 #           'NF_VPPIP4' and
9575 #           'IPSEC' and
9576 #           'TNL_1000' and
9577 #           'IMIX' and
9578 #           '4T4C' and
9579 #           'MRR'"
9580 #  parameters:
9581 #  - "result"
9582 #  - "name"
9583 #  - "tags"
9584 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9585 #  x-axis: "X = CNFs per Service Chain"
9586 #  y-axis: "Y = Number of Service Chains"
9587 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9588 #  layout:
9589 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9590 #    layout: "plot-service-density"
9591
9592 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9593 #- type: "plot"
9594 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9595 #  algorithm: "plot_nf_heatmap"
9596 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9597 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9598 #  filter: "'NIC_Intel-XL710' and
9599 #           'NF_DENSITY' and
9600 #           'DOCKER' and
9601 #           'CHAIN' and
9602 #           'NF_VPPIP4' and
9603 #           'IPSEC' and
9604 #           'TNL_1000' and
9605 #           'IMIX' and
9606 #           '1T1C' and
9607 #           'NDRPDR'"
9608 #  parameters:
9609 #  - "throughput"
9610 #  - "name"
9611 #  - "tags"
9612 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9613 #  x-axis: "X = CNFs per Service Chain"
9614 #  y-axis: "Y = Number of Service Chains"
9615 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9616 #  layout:
9617 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9618 #    layout: "plot-service-density"
9619 #
9620 #- type: "plot"
9621 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9622 #  algorithm: "plot_nf_heatmap"
9623 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9624 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9625 #  filter: "'NIC_Intel-XL710' and
9626 #           'NF_DENSITY' and
9627 #           'DOCKER' and
9628 #           'CHAIN' and
9629 #           'NF_VPPIP4' and
9630 #           'IPSEC' and
9631 #           'TNL_1000' and
9632 #           'IMIX' and
9633 #           '2T2C' and
9634 #           'NDRPDR'"
9635 #  parameters:
9636 #  - "throughput"
9637 #  - "name"
9638 #  - "tags"
9639 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9640 #  x-axis: "X = CNFs per Service Chain"
9641 #  y-axis: "Y = Number of Service Chains"
9642 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9643 #  layout:
9644 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9645 #    layout: "plot-service-density"
9646 #
9647 #- type: "plot"
9648 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9649 #  algorithm: "plot_nf_heatmap"
9650 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9651 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9652 #  filter: "'NIC_Intel-XL710' and
9653 #           'NF_DENSITY' and
9654 #           'DOCKER' and
9655 #           'CHAIN' and
9656 #           'NF_VPPIP4' and
9657 #           'IPSEC' and
9658 #           'TNL_1000' and
9659 #           'IMIX' and
9660 #           '4T4C' and
9661 #           'NDRPDR'"
9662 #  parameters:
9663 #  - "throughput"
9664 #  - "name"
9665 #  - "tags"
9666 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9667 #  x-axis: "X = CNFs per Service Chain"
9668 #  y-axis: "Y = Number of Service Chains"
9669 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9670 #  layout:
9671 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9672 #    layout: "plot-service-density"
9673 #
9674 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9675 #- type: "plot"
9676 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9677 #  algorithm: "plot_nf_heatmap"
9678 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9679 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9680 #  filter: "'NIC_Intel-XL710' and
9681 #           'NF_DENSITY' and
9682 #           'DOCKER' and
9683 #           'CHAIN' and
9684 #           'NF_VPPIP4' and
9685 #           'IPSEC' and
9686 #           'TNL_1000' and
9687 #           'IMIX' and
9688 #           '1T1C' and
9689 #           'NDRPDR'"
9690 #  parameters:
9691 #  - "throughput"
9692 #  - "name"
9693 #  - "tags"
9694 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9695 #  x-axis: "X = CNFs per Service Chain"
9696 #  y-axis: "Y = Number of Service Chains"
9697 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9698 #  layout:
9699 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9700 #    layout: "plot-service-density"
9701 #
9702 #- type: "plot"
9703 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9704 #  algorithm: "plot_nf_heatmap"
9705 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9706 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9707 #  filter: "'NIC_Intel-XL710' and
9708 #           'NF_DENSITY' and
9709 #           'DOCKER' and
9710 #           'CHAIN' and
9711 #           'NF_VPPIP4' and
9712 #           'IPSEC' and
9713 #           'TNL_1000' and
9714 #           'IMIX' and
9715 #           '2T2C' and
9716 #           'NDRPDR'"
9717 #  parameters:
9718 #  - "throughput"
9719 #  - "name"
9720 #  - "tags"
9721 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9722 #  x-axis: "X = CNFs per Service Chain"
9723 #  y-axis: "Y = Number of Service Chains"
9724 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9725 #  layout:
9726 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9727 #    layout: "plot-service-density"
9728 #
9729 #- type: "plot"
9730 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9731 #  algorithm: "plot_nf_heatmap"
9732 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9733 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9734 #  filter: "'NIC_Intel-XL710' and
9735 #           'NF_DENSITY' and
9736 #           'DOCKER' and
9737 #           'CHAIN' and
9738 #           'NF_VPPIP4' and
9739 #           'IPSEC' and
9740 #           'TNL_1000' and
9741 #           'IMIX' and
9742 #           '4T4C' and
9743 #           'NDRPDR'"
9744 #  parameters:
9745 #  - "throughput"
9746 #  - "name"
9747 #  - "tags"
9748 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9749 #  x-axis: "X = CNFs per Service Chain"
9750 #  y-axis: "Y = Number of Service Chains"
9751 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9752 #  layout:
9753 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9754 #    layout: "plot-service-density"
9755
9756 ###############################################################################
9757
9758 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9759 #- type: "plot"
9760 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9761 #  algorithm: "plot_nf_heatmap"
9762 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9763 #  data: "plot-vpp-nfv-3n-skx-mrr"
9764 #  filter: "'NIC_Intel-XXV710' and
9765 #           'NF_DENSITY' and
9766 #           'DOCKER' and
9767 #           'CHAIN' and
9768 #           'NF_VPPIP4' and
9769 #           'IPSEC' and
9770 #           'TNL_10000' and
9771 #           'IMIX' and
9772 #           '2T1C' and
9773 #           'MRR'"
9774 #  parameters:
9775 #  - "result"
9776 #  - "name"
9777 #  - "tags"
9778 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9779 #  x-axis: "X = CNFs per Service Chain"
9780 #  y-axis: "Y = Number of Service Chains"
9781 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9782 #  layout:
9783 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9784 #    layout: "plot-service-density"
9785 #
9786 #- type: "plot"
9787 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9788 #  algorithm: "plot_nf_heatmap"
9789 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9790 #  data: "plot-vpp-nfv-3n-skx-mrr"
9791 #  filter: "'NIC_Intel-XXV710' and
9792 #           'NF_DENSITY' and
9793 #           'DOCKER' and
9794 #           'CHAIN' and
9795 #           'NF_VPPIP4' and
9796 #           'IPSEC' and
9797 #           'TNL_10000' and
9798 #           'IMIX' and
9799 #           '4T2C' and
9800 #           'MRR'"
9801 #  parameters:
9802 #  - "result"
9803 #  - "name"
9804 #  - "tags"
9805 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9806 #  x-axis: "X = CNFs per Service Chain"
9807 #  y-axis: "Y = Number of Service Chains"
9808 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9809 #  layout:
9810 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9811 #    layout: "plot-service-density"
9812 #
9813 #- type: "plot"
9814 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9815 #  algorithm: "plot_nf_heatmap"
9816 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9817 #  data: "plot-vpp-nfv-3n-skx-mrr"
9818 #  filter: "'NIC_Intel-XXV710' and
9819 #           'NF_DENSITY' and
9820 #           'DOCKER' and
9821 #           'CHAIN' and
9822 #           'NF_VPPIP4' and
9823 #           'IPSEC' and
9824 #           'TNL_10000' and
9825 #           'IMIX' and
9826 #           '8T4C' and
9827 #           'MRR'"
9828 #  parameters:
9829 #  - "result"
9830 #  - "name"
9831 #  - "tags"
9832 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9833 #  x-axis: "X = CNFs per Service Chain"
9834 #  y-axis: "Y = Number of Service Chains"
9835 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9836 #  layout:
9837 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9838 #    layout: "plot-service-density"
9839
9840 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9841 - type: "plot"
9842   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9843   algorithm: "plot_nf_heatmap"
9844   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9845   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9846   filter: "'NIC_Intel-XXV710' and
9847            'NF_DENSITY' and
9848            'DOCKER' and
9849            'CHAIN' and
9850            'NF_VPPIP4' and
9851            'IPSEC' and
9852            'TNL_10000' and
9853            'IMIX' and
9854            '2T1C' and
9855            'NDRPDR'"
9856   parameters:
9857   - "throughput"
9858   - "name"
9859   - "tags"
9860   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9861   x-axis: "X = CNFs per Service Chain"
9862   y-axis: "Y = Number of Service Chains"
9863   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9864   layout:
9865     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9866     layout: "plot-service-density"
9867
9868 - type: "plot"
9869   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9870   algorithm: "plot_nf_heatmap"
9871   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9872   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9873   filter: "'NIC_Intel-XXV710' and
9874            'NF_DENSITY' and
9875            'DOCKER' and
9876            'CHAIN' and
9877            'NF_VPPIP4' and
9878            'IPSEC' and
9879            'TNL_10000' and
9880            'IMIX' and
9881            '4T2C' and
9882            'NDRPDR'"
9883   parameters:
9884   - "throughput"
9885   - "name"
9886   - "tags"
9887   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9888   x-axis: "X = CNFs per Service Chain"
9889   y-axis: "Y = Number of Service Chains"
9890   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9891   layout:
9892     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9893     layout: "plot-service-density"
9894
9895 - type: "plot"
9896   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9897   algorithm: "plot_nf_heatmap"
9898   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9899   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9900   filter: "'NIC_Intel-XXV710' and
9901            'NF_DENSITY' and
9902            'DOCKER' and
9903            'CHAIN' and
9904            'NF_VPPIP4' and
9905            'IPSEC' and
9906            'TNL_10000' and
9907            'IMIX' and
9908            '8T4C' and
9909            'NDRPDR'"
9910   parameters:
9911   - "throughput"
9912   - "name"
9913   - "tags"
9914   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9915   x-axis: "X = CNFs per Service Chain"
9916   y-axis: "Y = Number of Service Chains"
9917   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9918   layout:
9919     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9920     layout: "plot-service-density"
9921
9922 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9923 - type: "plot"
9924   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9925   algorithm: "plot_nf_heatmap"
9926   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9927   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9928   filter: "'NIC_Intel-XXV710' and
9929            'NF_DENSITY' and
9930            'DOCKER' and
9931            'CHAIN' and
9932            'NF_VPPIP4' and
9933            'IPSEC' and
9934            'TNL_10000' and
9935            'IMIX' and
9936            '2T1C' and
9937            'NDRPDR'"
9938   parameters:
9939   - "throughput"
9940   - "name"
9941   - "tags"
9942   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9943   x-axis: "X = CNFs per Service Chain"
9944   y-axis: "Y = Number of Service Chains"
9945   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9946   layout:
9947     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9948     layout: "plot-service-density"
9949
9950 - type: "plot"
9951   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9952   algorithm: "plot_nf_heatmap"
9953   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9954   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9955   filter: "'NIC_Intel-XXV710' and
9956            'NF_DENSITY' and
9957            'DOCKER' and
9958            'CHAIN' and
9959            'NF_VPPIP4' and
9960            'IPSEC' and
9961            'TNL_10000' and
9962            'IMIX' and
9963            '4T2C' and
9964            'NDRPDR'"
9965   parameters:
9966   - "throughput"
9967   - "name"
9968   - "tags"
9969   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9970   x-axis: "X = CNFs per Service Chain"
9971   y-axis: "Y = Number of Service Chains"
9972   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9973   layout:
9974     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9975     layout: "plot-service-density"
9976
9977 - type: "plot"
9978   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9979   algorithm: "plot_nf_heatmap"
9980   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9981   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9982   filter: "'NIC_Intel-XXV710' and
9983            'NF_DENSITY' and
9984            'DOCKER' and
9985            'CHAIN' and
9986            'NF_VPPIP4' and
9987            'IPSEC' and
9988            'TNL_10000' and
9989            'IMIX' and
9990            '8T4C' and
9991            'NDRPDR'"
9992   parameters:
9993   - "throughput"
9994   - "name"
9995   - "tags"
9996   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9997   x-axis: "X = CNFs per Service Chain"
9998   y-axis: "Y = Number of Service Chains"
9999   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10000   layout:
10001     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10002     layout: "plot-service-density"
10003
10004 ###############################################################################
10005
10006 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
10007 #- type: "plot"
10008 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10009 #  algorithm: "plot_nf_heatmap"
10010 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
10011 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10012 #  filter: "'NIC_Intel-XL710' and
10013 #           'NF_DENSITY' and
10014 #           'DOCKER' and
10015 #           'CHAIN' and
10016 #           'NF_VPPIP4' and
10017 #           'IMIX' and
10018 #           'TNL_10000' and
10019 #           '1T1C' and
10020 #           'MRR'"
10021 #  parameters:
10022 #  - "result"
10023 #  - "name"
10024 #  - "tags"
10025 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10026 #  x-axis: "X = CNFs per Service Chain"
10027 #  y-axis: "Y = Number of Service Chains"
10028 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10029 #  layout:
10030 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10031 #    layout: "plot-service-density"
10032 #
10033 #- type: "plot"
10034 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10035 #  algorithm: "plot_nf_heatmap"
10036 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
10037 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10038 #  filter: "'NIC_Intel-XL710' and
10039 #           'NF_DENSITY' and
10040 #           'DOCKER' and
10041 #           'CHAIN' and
10042 #           'NF_VPPIP4' and
10043 #           'IPSEC' and
10044 #           'TNL_10000' and
10045 #           'IMIX' and
10046 #           '2T2C' and
10047 #           'MRR'"
10048 #  parameters:
10049 #  - "result"
10050 #  - "name"
10051 #  - "tags"
10052 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10053 #  x-axis: "X = CNFs per Service Chain"
10054 #  y-axis: "Y = Number of Service Chains"
10055 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10056 #  layout:
10057 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10058 #    layout: "plot-service-density"
10059 #
10060 #- type: "plot"
10061 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10062 #  algorithm: "plot_nf_heatmap"
10063 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
10064 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10065 #  filter: "'NIC_Intel-XL710' and
10066 #           'NF_DENSITY' and
10067 #           'DOCKER' and
10068 #           'CHAIN' and
10069 #           'NF_VPPIP4' and
10070 #           'IPSEC' and
10071 #           'TNL_10000' and
10072 #           'IMIX' and
10073 #           '4T4C' and
10074 #           'MRR'"
10075 #  parameters:
10076 #  - "result"
10077 #  - "name"
10078 #  - "tags"
10079 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10080 #  x-axis: "X = CNFs per Service Chain"
10081 #  y-axis: "Y = Number of Service Chains"
10082 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10083 #  layout:
10084 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10085 #    layout: "plot-service-density"
10086
10087 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
10088 #- type: "plot"
10089 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10090 #  algorithm: "plot_nf_heatmap"
10091 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
10092 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10093 #  filter: "'NIC_Intel-XL710' and
10094 #           'NF_DENSITY' and
10095 #           'DOCKER' and
10096 #           'CHAIN' and
10097 #           'NF_VPPIP4' and
10098 #           'IPSEC' and
10099 #           'TNL_10000' and
10100 #           'IMIX' and
10101 #           '1T1C' and
10102 #           'NDRPDR'"
10103 #  parameters:
10104 #  - "throughput"
10105 #  - "name"
10106 #  - "tags"
10107 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10108 #  x-axis: "X = CNFs per Service Chain"
10109 #  y-axis: "Y = Number of Service Chains"
10110 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10111 #  layout:
10112 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10113 #    layout: "plot-service-density"
10114 #
10115 #- type: "plot"
10116 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10117 #  algorithm: "plot_nf_heatmap"
10118 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
10119 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10120 #  filter: "'NIC_Intel-XL710' and
10121 #           'NF_DENSITY' and
10122 #           'DOCKER' and
10123 #           'CHAIN' and
10124 #           'NF_VPPIP4' and
10125 #           'IPSEC' and
10126 #           'TNL_10000' and
10127 #           'IMIX' and
10128 #           '2T2C' and
10129 #           'NDRPDR'"
10130 #  parameters:
10131 #  - "throughput"
10132 #  - "name"
10133 #  - "tags"
10134 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10135 #  x-axis: "X = CNFs per Service Chain"
10136 #  y-axis: "Y = Number of Service Chains"
10137 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10138 #  layout:
10139 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10140 #    layout: "plot-service-density"
10141 #
10142 #- type: "plot"
10143 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10144 #  algorithm: "plot_nf_heatmap"
10145 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
10146 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10147 #  filter: "'NIC_Intel-XL710' and
10148 #           'NF_DENSITY' and
10149 #           'DOCKER' and
10150 #           'CHAIN' and
10151 #           'NF_VPPIP4' and
10152 #           'IPSEC' and
10153 #           'TNL_10000' and
10154 #           'IMIX' and
10155 #           '4T4C' and
10156 #           'NDRPDR'"
10157 #  parameters:
10158 #  - "throughput"
10159 #  - "name"
10160 #  - "tags"
10161 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10162 #  x-axis: "X = CNFs per Service Chain"
10163 #  y-axis: "Y = Number of Service Chains"
10164 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10165 #  layout:
10166 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10167 #    layout: "plot-service-density"
10168 #
10169 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
10170 #- type: "plot"
10171 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10172 #  algorithm: "plot_nf_heatmap"
10173 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
10174 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10175 #  filter: "'NIC_Intel-XL710' and
10176 #           'NF_DENSITY' and
10177 #           'DOCKER' and
10178 #           'CHAIN' and
10179 #           'NF_VPPIP4' and
10180 #           'IPSEC' and
10181 #           'TNL_10000' and
10182 #           'IMIX' and
10183 #           '1T1C' and
10184 #           'NDRPDR'"
10185 #  parameters:
10186 #  - "throughput"
10187 #  - "name"
10188 #  - "tags"
10189 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10190 #  x-axis: "X = CNFs per Service Chain"
10191 #  y-axis: "Y = Number of Service Chains"
10192 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10193 #  layout:
10194 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10195 #    layout: "plot-service-density"
10196 #
10197 #- type: "plot"
10198 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10199 #  algorithm: "plot_nf_heatmap"
10200 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
10201 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10202 #  filter: "'NIC_Intel-XL710' and
10203 #           'NF_DENSITY' and
10204 #           'DOCKER' and
10205 #           'CHAIN' and
10206 #           'NF_VPPIP4' and
10207 #           'IPSEC' and
10208 #           'TNL_10000' and
10209 #           'IMIX' and
10210 #           '2T2C' and
10211 #           'NDRPDR'"
10212 #  parameters:
10213 #  - "throughput"
10214 #  - "name"
10215 #  - "tags"
10216 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10217 #  x-axis: "X = CNFs per Service Chain"
10218 #  y-axis: "Y = Number of Service Chains"
10219 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10220 #  layout:
10221 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10222 #    layout: "plot-service-density"
10223 #
10224 #- type: "plot"
10225 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10226 #  algorithm: "plot_nf_heatmap"
10227 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
10228 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10229 #  filter: "'NIC_Intel-XL710' and
10230 #           'NF_DENSITY' and
10231 #           'DOCKER' and
10232 #           'CHAIN' and
10233 #           'NF_VPPIP4' and
10234 #           'IPSEC' and
10235 #           'TNL_10000' and
10236 #           'IMIX' and
10237 #           '4T4C' and
10238 #           'NDRPDR'"
10239 #  parameters:
10240 #  - "throughput"
10241 #  - "name"
10242 #  - "tags"
10243 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10244 #  x-axis: "X = CNFs per Service Chain"
10245 #  y-axis: "Y = Number of Service Chains"
10246 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10247 #  layout:
10248 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10249 #    layout: "plot-service-density"
10250
10251 ###############################################################################
10252
10253 # Plots - NF Density - CSP - MRR 64b
10254
10255 #- type: "plot"
10256 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10257 #  algorithm: "plot_nf_heatmap"
10258 #  output-file-type: ".html"
10259 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
10260 #  data: "plot-vpp-nfv-2n-skx-mrr"
10261 #  filter: "'NIC_Intel-XXV710' and
10262 #           'NF_DENSITY' and
10263 #           'DOCKER' and
10264 #           'PIPELINE' and
10265 #           'NF_VPPIP4' and
10266 #           '64B' and
10267 #           '2T1C' and
10268 #           'MRR'"
10269 #  parameters:
10270 #  - "result"
10271 #  - "name"
10272 #  - "tags"
10273 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10274 #  x-axis: "X = CNFs per Service Pipeline"
10275 #  y-axis: "Y = Number of Service Pipelines"
10276 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
10277 #  layout:
10278 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10279 #    layout: "plot-service-density"
10280 #
10281 #- type: "plot"
10282 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10283 #  algorithm: "plot_nf_heatmap"
10284 #  output-file-type: ".html"
10285 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
10286 #  data: "plot-vpp-nfv-2n-skx-mrr"
10287 #  filter: "'NIC_Intel-XXV710' and
10288 #           'NF_DENSITY' and
10289 #           'DOCKER' and
10290 #           'PIPELINE' and
10291 #           'NF_VPPIP4' and
10292 #           '64B' and
10293 #           '4T2C' and
10294 #           'MRR'"
10295 #  parameters:
10296 #  - "result"
10297 #  - "name"
10298 #  - "tags"
10299 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10300 #  x-axis: "X = CNFs per Service Pipeline"
10301 #  y-axis: "Y = Number of Service Pipelines"
10302 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
10303 #  layout:
10304 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10305 #    layout: "plot-service-density"
10306 #
10307 #- type: "plot"
10308 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10309 #  algorithm: "plot_nf_heatmap"
10310 #  output-file-type: ".html"
10311 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
10312 #  data: "plot-vpp-nfv-2n-skx-mrr"
10313 #  filter: "'NIC_Intel-XXV710' and
10314 #           'NF_DENSITY' and
10315 #           'DOCKER' and
10316 #           'PIPELINE' and
10317 #           'NF_VPPIP4' and
10318 #           '64B' and
10319 #           '8T4C' and
10320 #           'MRR'"
10321 #  parameters:
10322 #  - "result"
10323 #  - "name"
10324 #  - "tags"
10325 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10326 #  x-axis: "X = CNFs per Service Pipeline"
10327 #  y-axis: "Y = Number of Service Pipelines"
10328 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
10329 #  layout:
10330 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10331 #    layout: "plot-service-density"
10332 #
10333 ## Plots - NF Density - CSP - MRR IMIX
10334 #- type: "plot"
10335 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10336 #  algorithm: "plot_nf_heatmap"
10337 #  output-file-type: ".html"
10338 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
10339 #  data: "plot-vpp-nfv-2n-skx-mrr"
10340 #  filter: "'NIC_Intel-XXV710' and
10341 #           'NF_DENSITY' and
10342 #           'DOCKER' and
10343 #           'PIPELINE' and
10344 #           'NF_VPPIP4' and
10345 #           'IMIX' and
10346 #           '2T1C' and
10347 #           'MRR'"
10348 #  parameters:
10349 #  - "result"
10350 #  - "name"
10351 #  - "tags"
10352 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10353 #  x-axis: "X = CNFs per Service Pipeline"
10354 #  y-axis: "Y = Number of Service Pipelines"
10355 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10356 #  layout:
10357 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10358 #    layout: "plot-service-density"
10359 #
10360 #- type: "plot"
10361 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10362 #  algorithm: "plot_nf_heatmap"
10363 #  output-file-type: ".html"
10364 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
10365 #  data: "plot-vpp-nfv-2n-skx-mrr"
10366 #  filter: "'NIC_Intel-XXV710' and
10367 #           'NF_DENSITY' and
10368 #           'DOCKER' and
10369 #           'PIPELINE' and
10370 #           'NF_VPPIP4' and
10371 #           'IMIX' and
10372 #           '4T2C' and
10373 #           'MRR'"
10374 #  parameters:
10375 #  - "result"
10376 #  - "name"
10377 #  - "tags"
10378 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10379 #  x-axis: "X = CNFs per Service Pipeline"
10380 #  y-axis: "Y = Number of Service Pipelines"
10381 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10382 #  layout:
10383 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10384 #    layout: "plot-service-density"
10385 #
10386 #- type: "plot"
10387 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10388 #  algorithm: "plot_nf_heatmap"
10389 #  output-file-type: ".html"
10390 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
10391 #  data: "plot-vpp-nfv-2n-skx-mrr"
10392 #  filter: "'NIC_Intel-XXV710' and
10393 #           'NF_DENSITY' and
10394 #           'DOCKER' and
10395 #           'PIPELINE' and
10396 #           'NF_VPPIP4' and
10397 #           'IMIX' and
10398 #           '8T4C' and
10399 #           'MRR'"
10400 #  parameters:
10401 #  - "result"
10402 #  - "name"
10403 #  - "tags"
10404 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10405 #  x-axis: "X = CNFs per Service Pipeline"
10406 #  y-axis: "Y = Number of Service Pipelines"
10407 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10408 #  layout:
10409 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10410 #    layout: "plot-service-density"
10411 #
10412 ## Plots - NF Density - CSP - NDR 64b
10413 #- type: "plot"
10414 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10415 #  algorithm: "plot_nf_heatmap"
10416 #  output-file-type: ".html"
10417 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
10418 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10419 #  filter: "'NIC_Intel-XXV710' and
10420 #           'NF_DENSITY' and
10421 #           'DOCKER' and
10422 #           'PIPELINE' and
10423 #           'NF_VPPIP4' and
10424 #           '64B' and
10425 #           '2T1C' and
10426 #           'NDRPDR'"
10427 #  parameters:
10428 #  - "throughput"
10429 #  - "name"
10430 #  - "tags"
10431 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10432 #  x-axis: "X = CNFs per Service Pipeline"
10433 #  y-axis: "Y = Number of Service Pipelines"
10434 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10435 #  layout:
10436 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10437 #    layout: "plot-service-density"
10438 #
10439 #- type: "plot"
10440 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10441 #  algorithm: "plot_nf_heatmap"
10442 #  output-file-type: ".html"
10443 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
10444 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10445 #  filter: "'NIC_Intel-XXV710' and
10446 #           'NF_DENSITY' and
10447 #           'DOCKER' and
10448 #           'PIPELINE' and
10449 #           'NF_VPPIP4' and
10450 #           '64B' and
10451 #           '4T2C' and
10452 #           'NDRPDR'"
10453 #  parameters:
10454 #  - "throughput"
10455 #  - "name"
10456 #  - "tags"
10457 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10458 #  x-axis: "X = CNFs per Service Pipeline"
10459 #  y-axis: "Y = Number of Service Pipelines"
10460 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10461 #  layout:
10462 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10463 #    layout: "plot-service-density"
10464 #
10465 #- type: "plot"
10466 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10467 #  algorithm: "plot_nf_heatmap"
10468 #  output-file-type: ".html"
10469 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
10470 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10471 #  filter: "'NIC_Intel-XXV710' and
10472 #           'NF_DENSITY' and
10473 #           'DOCKER' and
10474 #           'PIPELINE' and
10475 #           'NF_VPPIP4' and
10476 #           '64B' and
10477 #           '8T4C' and
10478 #           'NDRPDR'"
10479 #  parameters:
10480 #  - "throughput"
10481 #  - "name"
10482 #  - "tags"
10483 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10484 #  x-axis: "X = CNFs per Service Pipeline"
10485 #  y-axis: "Y = Number of Service Pipelines"
10486 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10487 #  layout:
10488 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10489 #    layout: "plot-service-density"
10490 #
10491 ## Plots - NF Density - CSP - NDR IMIX
10492 #- type: "plot"
10493 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10494 #  algorithm: "plot_nf_heatmap"
10495 #  output-file-type: ".html"
10496 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
10497 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10498 #  filter: "'NIC_Intel-XXV710' and
10499 #           'NF_DENSITY' and
10500 #           'DOCKER' and
10501 #           'PIPELINE' and
10502 #           'NF_VPPIP4' and
10503 #           'IMIX' and
10504 #           '2T1C' and
10505 #           'NDRPDR'"
10506 #  parameters:
10507 #  - "throughput"
10508 #  - "name"
10509 #  - "tags"
10510 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10511 #  x-axis: "X = CNFs per Service Pipeline"
10512 #  y-axis: "Y = Number of Service Pipelines"
10513 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10514 #  layout:
10515 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10516 #    layout: "plot-service-density"
10517 #
10518 #- type: "plot"
10519 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10520 #  algorithm: "plot_nf_heatmap"
10521 #  output-file-type: ".html"
10522 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
10523 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10524 #  filter: "'NIC_Intel-XXV710' and
10525 #           'NF_DENSITY' and
10526 #           'DOCKER' and
10527 #           'PIPELINE' and
10528 #           'NF_VPPIP4' and
10529 #           'IMIX' and
10530 #           '4T2C' and
10531 #           'NDRPDR'"
10532 #  parameters:
10533 #  - "throughput"
10534 #  - "name"
10535 #  - "tags"
10536 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10537 #  x-axis: "X = CNFs per Service Pipeline"
10538 #  y-axis: "Y = Number of Service Pipelines"
10539 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10540 #  layout:
10541 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10542 #    layout: "plot-service-density"
10543 #
10544 #- type: "plot"
10545 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10546 #  algorithm: "plot_nf_heatmap"
10547 #  output-file-type: ".html"
10548 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
10549 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10550 #  filter: "'NIC_Intel-XXV710' and
10551 #           'NF_DENSITY' and
10552 #           'DOCKER' and
10553 #           'PIPELINE' and
10554 #           'NF_VPPIP4' and
10555 #           'IMIX' and
10556 #           '8T4C' and
10557 #           'NDRPDR'"
10558 #  parameters:
10559 #  - "throughput"
10560 #  - "name"
10561 #  - "tags"
10562 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10563 #  x-axis: "X = CNFs per Service Pipeline"
10564 #  y-axis: "Y = Number of Service Pipelines"
10565 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10566 #  layout:
10567 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10568 #    layout: "plot-service-density"
10569 #
10570 ## Plots - NF Density - CSP - PDR 64b
10571 #- type: "plot"
10572 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10573 #  algorithm: "plot_nf_heatmap"
10574 #  output-file-type: ".html"
10575 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
10576 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10577 #  filter: "'NIC_Intel-XXV710' and
10578 #           'NF_DENSITY' and
10579 #           'DOCKER' and
10580 #           'PIPELINE' and
10581 #           'NF_VPPIP4' and
10582 #           '64B' and
10583 #           '2T1C' and
10584 #           'NDRPDR'"
10585 #  parameters:
10586 #  - "throughput"
10587 #  - "name"
10588 #  - "tags"
10589 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10590 #  x-axis: "X = CNFs per Service Pipeline"
10591 #  y-axis: "Y = Number of Service Pipelines"
10592 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10593 #  layout:
10594 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10595 #    layout: "plot-service-density"
10596 #
10597 #- type: "plot"
10598 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10599 #  algorithm: "plot_nf_heatmap"
10600 #  output-file-type: ".html"
10601 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
10602 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10603 #  filter: "'NIC_Intel-XXV710' and
10604 #           'NF_DENSITY' and
10605 #           'DOCKER' and
10606 #           'PIPELINE' and
10607 #           'NF_VPPIP4' and
10608 #           '64B' and
10609 #           '4T2C' and
10610 #           'NDRPDR'"
10611 #  parameters:
10612 #  - "throughput"
10613 #  - "name"
10614 #  - "tags"
10615 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10616 #  x-axis: "X = CNFs per Service Pipeline"
10617 #  y-axis: "Y = Number of Service Pipelines"
10618 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10619 #  layout:
10620 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10621 #    layout: "plot-service-density"
10622 #
10623 #- type: "plot"
10624 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10625 #  algorithm: "plot_nf_heatmap"
10626 #  output-file-type: ".html"
10627 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
10628 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10629 #  filter: "'NIC_Intel-XXV710' and
10630 #           'NF_DENSITY' and
10631 #           'DOCKER' and
10632 #           'PIPELINE' and
10633 #           'NF_VPPIP4' and
10634 #           '64B' and
10635 #           '8T4C' and
10636 #           'NDRPDR'"
10637 #  parameters:
10638 #  - "throughput"
10639 #  - "name"
10640 #  - "tags"
10641 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10642 #  x-axis: "X = CNFs per Service Pipeline"
10643 #  y-axis: "Y = Number of Service Pipelines"
10644 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10645 #  layout:
10646 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10647 #    layout: "plot-service-density"
10648 #
10649 ## Plots - NF Density - CSP - PDR IMIX
10650 #- type: "plot"
10651 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10652 #  algorithm: "plot_nf_heatmap"
10653 #  output-file-type: ".html"
10654 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
10655 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10656 #  filter: "'NIC_Intel-XXV710' and
10657 #           'NF_DENSITY' and
10658 #           'DOCKER' and
10659 #           'PIPELINE' and
10660 #           'NF_VPPIP4' and
10661 #           'IMIX' and
10662 #           '2T1C' and
10663 #           'NDRPDR'"
10664 #  parameters:
10665 #  - "throughput"
10666 #  - "name"
10667 #  - "tags"
10668 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10669 #  x-axis: "X = CNFs per Service Pipeline"
10670 #  y-axis: "Y = Number of Service Pipelines"
10671 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10672 #  layout:
10673 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10674 #    layout: "plot-service-density"
10675 #
10676 #- type: "plot"
10677 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10678 #  algorithm: "plot_nf_heatmap"
10679 #  output-file-type: ".html"
10680 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
10681 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10682 #  filter: "'NIC_Intel-XXV710' and
10683 #           'NF_DENSITY' and
10684 #           'DOCKER' and
10685 #           'PIPELINE' and
10686 #           'NF_VPPIP4' and
10687 #           'IMIX' and
10688 #           '4T2C' and
10689 #           'NDRPDR'"
10690 #  parameters:
10691 #  - "throughput"
10692 #  - "name"
10693 #  - "tags"
10694 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10695 #  x-axis: "X = CNFs per Service Pipeline"
10696 #  y-axis: "Y = Number of Service Pipelines"
10697 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10698 #  layout:
10699 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10700 #    layout: "plot-service-density"
10701 #
10702 #- type: "plot"
10703 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10704 #  algorithm: "plot_nf_heatmap"
10705 #  output-file-type: ".html"
10706 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
10707 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10708 #  filter: "'NIC_Intel-XXV710' and
10709 #           'NF_DENSITY' and
10710 #           'DOCKER' and
10711 #           'PIPELINE' and
10712 #           'NF_VPPIP4' and
10713 #           'IMIX' and
10714 #           '8T4C' and
10715 #           'NDRPDR'"
10716 #  parameters:
10717 #  - "throughput"
10718 #  - "name"
10719 #  - "tags"
10720 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10721 #  x-axis: "X = CNFs per Service Pipeline"
10722 #  y-axis: "Y = Number of Service Pipelines"
10723 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10724 #  layout:
10725 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10726 #    layout: "plot-service-density"
10727
10728 ###############################################################################
10729 # Plots - 2n-clx NF Density - VSC - MRR IMIX
10730
10731 - type: "plot"
10732   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10733   algorithm: "plot_nf_heatmap"
10734   output-file-type: ".html"
10735   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
10736   data: "plot-vpp-nfv-2n-clx-mrr"
10737   filter: "'NIC_Intel-XXV710' and
10738            'NF_DENSITY' and
10739            'VHOST' and
10740            not 'VXLAN' and
10741            'CHAIN' and
10742            'NF_VPPIP4' and
10743            'IMIX' and
10744            '2T1C' and
10745            'MRR'"
10746   parameters:
10747   - "result"
10748   - "name"
10749   - "tags"
10750   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10751   x-axis: "X = VNFs per Service Chain"
10752   y-axis: "Y = Number of Service Chains"
10753   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10754   layout:
10755     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10756     layout: "plot-service-density"
10757
10758 - type: "plot"
10759   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10760   algorithm: "plot_nf_heatmap"
10761   output-file-type: ".html"
10762   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10763   data: "plot-vpp-nfv-2n-clx-mrr"
10764   filter: "'NIC_Intel-XXV710' and
10765            'NF_DENSITY' and
10766            'VHOST' and
10767            not 'VXLAN' and
10768            'CHAIN' and
10769            'NF_VPPIP4' and
10770            'IMIX' and
10771            '4T2C' and
10772            'MRR'"
10773   parameters:
10774   - "result"
10775   - "name"
10776   - "tags"
10777   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10778   x-axis: "X = VNFs per Service Chain"
10779   y-axis: "Y = Number of Service Chains"
10780   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10781   layout:
10782     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10783     layout: "plot-service-density"
10784
10785 - type: "plot"
10786   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10787   algorithm: "plot_nf_heatmap"
10788   output-file-type: ".html"
10789   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10790   data: "plot-vpp-nfv-2n-clx-mrr"
10791   filter: "'NIC_Intel-XXV710' and
10792            'NF_DENSITY' and
10793            'VHOST' and
10794            not 'VXLAN' and
10795            'CHAIN' and
10796            'NF_VPPIP4' and
10797            'IMIX' and
10798            '8T4C' and
10799            'MRR'"
10800   parameters:
10801   - "result"
10802   - "name"
10803   - "tags"
10804   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10805   x-axis: "X = VNFs per Service Chain"
10806   y-axis: "Y = Number of Service Chains"
10807   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10808   layout:
10809     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10810     layout: "plot-service-density"
10811
10812 # Plots - NF Density - VSC - NDR IMIX
10813 - type: "plot"
10814   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10815   algorithm: "plot_nf_heatmap"
10816   output-file-type: ".html"
10817   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10818   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10819   filter: "'NIC_Intel-XXV710' and
10820            'NF_DENSITY' and
10821            'VHOST' and
10822            not 'VXLAN' and
10823            'CHAIN' and
10824            'NF_VPPIP4' and
10825            'IMIX' and
10826            '2T1C' and
10827            'NDRPDR'"
10828   parameters:
10829   - "throughput"
10830   - "name"
10831   - "tags"
10832   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10833   x-axis: "X = VNFs per Service Chain"
10834   y-axis: "Y = Number of Service Chains"
10835   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10836   layout:
10837     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10838     layout: "plot-service-density"
10839
10840 - type: "plot"
10841   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10842   algorithm: "plot_nf_heatmap"
10843   output-file-type: ".html"
10844   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10845   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10846   filter: "'NIC_Intel-XXV710' and
10847            'NF_DENSITY' and
10848            'VHOST' and
10849            not 'VXLAN' and
10850            'CHAIN' and
10851            'NF_VPPIP4' and
10852            'IMIX' and
10853            '4T2C' and
10854            'NDRPDR'"
10855   parameters:
10856   - "throughput"
10857   - "name"
10858   - "tags"
10859   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10860   x-axis: "X = VNFs per Service Chain"
10861   y-axis: "Y = Number of Service Chains"
10862   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10863   layout:
10864     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10865     layout: "plot-service-density"
10866
10867 - type: "plot"
10868   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10869   algorithm: "plot_nf_heatmap"
10870   output-file-type: ".html"
10871   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10872   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10873   filter: "'NIC_Intel-XXV710' and
10874            'NF_DENSITY' and
10875            'VHOST' and
10876            not 'VXLAN' and
10877            'CHAIN' and
10878            'NF_VPPIP4' and
10879            'IMIX' and
10880            '8T4C' and
10881            'NDRPDR'"
10882   parameters:
10883   - "throughput"
10884   - "name"
10885   - "tags"
10886   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10887   x-axis: "X = VNFs per Service Chain"
10888   y-axis: "Y = Number of Service Chains"
10889   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10890   layout:
10891     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10892     layout: "plot-service-density"
10893
10894 # Plots - NF Density - VSC - PDR IMIX
10895 - type: "plot"
10896   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10897   algorithm: "plot_nf_heatmap"
10898   output-file-type: ".html"
10899   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10900   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10901   filter: "'NIC_Intel-XXV710' and
10902            'NF_DENSITY' and
10903            'VHOST' and
10904            not 'VXLAN' and
10905            'CHAIN' and
10906            'NF_VPPIP4' and
10907            'IMIX' and
10908            '2T1C' and
10909            'NDRPDR'"
10910   parameters:
10911   - "throughput"
10912   - "name"
10913   - "tags"
10914   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10915   x-axis: "X = VNFs per Service Chain"
10916   y-axis: "Y = Number of Service Chains"
10917   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10918   layout:
10919     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10920     layout: "plot-service-density"
10921
10922 - type: "plot"
10923   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10924   algorithm: "plot_nf_heatmap"
10925   output-file-type: ".html"
10926   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10927   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10928   filter: "'NIC_Intel-XXV710' and
10929            'NF_DENSITY' and
10930            'VHOST' and
10931            not 'VXLAN' and
10932            'CHAIN' and
10933            'NF_VPPIP4' and
10934            'IMIX' and
10935            '4T2C' and
10936            'NDRPDR'"
10937   parameters:
10938   - "throughput"
10939   - "name"
10940   - "tags"
10941   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10942   x-axis: "X = VNFs per Service Chain"
10943   y-axis: "Y = Number of Service Chains"
10944   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10945   layout:
10946     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10947     layout: "plot-service-density"
10948
10949 - type: "plot"
10950   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10951   algorithm: "plot_nf_heatmap"
10952   output-file-type: ".html"
10953   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10954   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10955   filter: "'NIC_Intel-XXV710' and
10956            'NF_DENSITY' and
10957            'VHOST' and
10958            not 'VXLAN' and
10959            'CHAIN' and
10960            'NF_VPPIP4' and
10961            'IMIX' and
10962            '8T4C' and
10963            'NDRPDR'"
10964   parameters:
10965   - "throughput"
10966   - "name"
10967   - "tags"
10968   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10969   x-axis: "X = VNFs per Service Chain"
10970   y-axis: "Y = Number of Service Chains"
10971   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10972   layout:
10973     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10974     layout: "plot-service-density"
10975
10976 # Plots - NF Density - VSC - MRR IMIX
10977 - type: "plot"
10978   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10979   algorithm: "plot_nf_heatmap"
10980   output-file-type: ".html"
10981   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10982   data: "plot-vpp-nfv-2n-clx-mrr"
10983   filter: "'NIC_Intel-XXV710' and
10984            'NF_DENSITY' and
10985            'VHOST' and
10986            'VXLAN' and
10987            'CHAIN' and
10988            'IMIX' and
10989            '2T1C' and
10990            'MRR'"
10991   parameters:
10992   - "result"
10993   - "name"
10994   - "tags"
10995   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10996   x-axis: "X = VNFs per Service Chain"
10997   y-axis: "Y = Number of Service Chains"
10998   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10999   layout:
11000     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11001     layout: "plot-service-density"
11002
11003 - type: "plot"
11004   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11005   algorithm: "plot_nf_heatmap"
11006   output-file-type: ".html"
11007   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
11008   data: "plot-vpp-nfv-2n-clx-mrr"
11009   filter: "'NIC_Intel-XXV710' and
11010            'NF_DENSITY' and
11011            'VHOST' and
11012            'VXLAN' and
11013            'CHAIN' and
11014            'IMIX' and
11015            '4T2C' and
11016            'MRR'"
11017   parameters:
11018   - "result"
11019   - "name"
11020   - "tags"
11021   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11022   x-axis: "X = VNFs per Service Chain"
11023   y-axis: "Y = Number of Service Chains"
11024   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11025   layout:
11026     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11027     layout: "plot-service-density"
11028
11029 - type: "plot"
11030   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11031   algorithm: "plot_nf_heatmap"
11032   output-file-type: ".html"
11033   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
11034   data: "plot-vpp-nfv-2n-clx-mrr"
11035   filter: "'NIC_Intel-XXV710' and
11036            'NF_DENSITY' and
11037            'VHOST' and
11038            'VXLAN' and
11039            'CHAIN' and
11040            'IMIX' and
11041            '8T4C' and
11042            'MRR'"
11043   parameters:
11044   - "result"
11045   - "name"
11046   - "tags"
11047   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11048   x-axis: "X = VNFs per Service Chain"
11049   y-axis: "Y = Number of Service Chains"
11050   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11051   layout:
11052     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11053     layout: "plot-service-density"
11054
11055 # Plots - NF Density - VSC - NDR IMIX
11056 - type: "plot"
11057   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11058   algorithm: "plot_nf_heatmap"
11059   output-file-type: ".html"
11060   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
11061   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11062   filter: "'NIC_Intel-XXV710' and
11063            'NF_DENSITY' and
11064            'VHOST' and
11065            'VXLAN' and
11066            'CHAIN' and
11067            'IMIX' and
11068            '2T1C' and
11069            'NDRPDR'"
11070   parameters:
11071   - "throughput"
11072   - "name"
11073   - "tags"
11074   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11075   x-axis: "X = VNFs per Service Chain"
11076   y-axis: "Y = Number of Service Chains"
11077   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11078   layout:
11079     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11080     layout: "plot-service-density"
11081
11082 - type: "plot"
11083   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11084   algorithm: "plot_nf_heatmap"
11085   output-file-type: ".html"
11086   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
11087   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11088   filter: "'NIC_Intel-XXV710' and
11089            'NF_DENSITY' and
11090            'VHOST' and
11091            'VXLAN' and
11092            'CHAIN' and
11093            'IMIX' and
11094            '4T2C' and
11095            'NDRPDR'"
11096   parameters:
11097   - "throughput"
11098   - "name"
11099   - "tags"
11100   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11101   x-axis: "X = VNFs per Service Chain"
11102   y-axis: "Y = Number of Service Chains"
11103   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11104   layout:
11105     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11106     layout: "plot-service-density"
11107
11108 - type: "plot"
11109   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11110   algorithm: "plot_nf_heatmap"
11111   output-file-type: ".html"
11112   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
11113   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11114   filter: "'NIC_Intel-XXV710' and
11115            'NF_DENSITY' and
11116            'VHOST' and
11117            'VXLAN' and
11118            'CHAIN' and
11119            'IMIX' and
11120            '8T4C' and
11121            'NDRPDR'"
11122   parameters:
11123   - "throughput"
11124   - "name"
11125   - "tags"
11126   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11127   x-axis: "X = VNFs per Service Chain"
11128   y-axis: "Y = Number of Service Chains"
11129   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11130   layout:
11131     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11132     layout: "plot-service-density"
11133
11134 # Plots - NF Density - VSC - PDR IMIX
11135 - type: "plot"
11136   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11137   algorithm: "plot_nf_heatmap"
11138   output-file-type: ".html"
11139   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
11140   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11141   filter: "'NIC_Intel-XXV710' and
11142            'NF_DENSITY' and
11143            'VHOST' and
11144            'VXLAN' and
11145            'CHAIN' and
11146            'IMIX' and
11147            '2T1C' and
11148            'NDRPDR'"
11149   parameters:
11150   - "throughput"
11151   - "name"
11152   - "tags"
11153   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11154   x-axis: "X = VNFs per Service Chain"
11155   y-axis: "Y = Number of Service Chains"
11156   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11157   layout:
11158     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11159     layout: "plot-service-density"
11160
11161 - type: "plot"
11162   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11163   algorithm: "plot_nf_heatmap"
11164   output-file-type: ".html"
11165   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
11166   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11167   filter: "'NIC_Intel-XXV710' and
11168            'NF_DENSITY' and
11169            'VHOST' and
11170            'VXLAN' and
11171            'CHAIN' and
11172            'IMIX' and
11173            '4T2C' and
11174            'NDRPDR'"
11175   parameters:
11176   - "throughput"
11177   - "name"
11178   - "tags"
11179   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11180   x-axis: "X = VNFs per Service Chain"
11181   y-axis: "Y = Number of Service Chains"
11182   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11183   layout:
11184     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11185     layout: "plot-service-density"
11186
11187 - type: "plot"
11188   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11189   algorithm: "plot_nf_heatmap"
11190   output-file-type: ".html"
11191   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
11192   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11193   filter: "'NIC_Intel-XXV710' and
11194            'NF_DENSITY' and
11195            'VHOST' and
11196            'VXLAN' and
11197            'CHAIN' and
11198            'IMIX' and
11199            '8T4C' and
11200            'NDRPDR'"
11201   parameters:
11202   - "throughput"
11203   - "name"
11204   - "tags"
11205   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11206   x-axis: "X = VNFs per Service Chain"
11207   y-axis: "Y = Number of Service Chains"
11208   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11209   layout:
11210     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11211     layout: "plot-service-density"
11212
11213 # Plots - NF Density - CSC - MRR IMIX
11214 - type: "plot"
11215   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11216   algorithm: "plot_nf_heatmap"
11217   output-file-type: ".html"
11218   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
11219   data: "plot-vpp-nfv-2n-clx-mrr"
11220   filter: "'NIC_Intel-XXV710' and
11221            'NF_DENSITY' and
11222            'DOCKER' and
11223            'CHAIN' and
11224            'NF_VPPIP4' and
11225            'IMIX' and
11226            '2T1C' and
11227            'MRR'"
11228   parameters:
11229   - "result"
11230   - "name"
11231   - "tags"
11232   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11233   x-axis: "X = CNFs per Service Chain"
11234   y-axis: "Y = Number of Service Chains"
11235   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11236   layout:
11237     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11238     layout: "plot-service-density"
11239
11240 - type: "plot"
11241   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11242   algorithm: "plot_nf_heatmap"
11243   output-file-type: ".html"
11244   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
11245   data: "plot-vpp-nfv-2n-clx-mrr"
11246   filter: "'NIC_Intel-XXV710' and
11247            'NF_DENSITY' and
11248            'DOCKER' and
11249            'CHAIN' and
11250            'NF_VPPIP4' and
11251            'IMIX' and
11252            '4T2C' and
11253            'MRR'"
11254   parameters:
11255   - "result"
11256   - "name"
11257   - "tags"
11258   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11259   x-axis: "X = CNFs per Service Chain"
11260   y-axis: "Y = Number of Service Chains"
11261   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11262   layout:
11263     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11264     layout: "plot-service-density"
11265
11266 - type: "plot"
11267   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11268   algorithm: "plot_nf_heatmap"
11269   output-file-type: ".html"
11270   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
11271   data: "plot-vpp-nfv-2n-clx-mrr"
11272   filter: "'NIC_Intel-XXV710' and
11273            'NF_DENSITY' and
11274            'DOCKER' and
11275            'CHAIN' and
11276            'NF_VPPIP4' and
11277            'IMIX' and
11278            '8T4C' and
11279            'MRR'"
11280   parameters:
11281   - "result"
11282   - "name"
11283   - "tags"
11284   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11285   x-axis: "X = CNFs per Service Chain"
11286   y-axis: "Y = Number of Service Chains"
11287   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11288   layout:
11289     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11290     layout: "plot-service-density"
11291
11292 # Plots - NF Density - CSC - NDR IMIX
11293 - type: "plot"
11294   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11295   algorithm: "plot_nf_heatmap"
11296   output-file-type: ".html"
11297   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
11298   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11299   filter: "'NIC_Intel-XXV710' and
11300            'NF_DENSITY' and
11301            'DOCKER' and
11302            'CHAIN' and
11303            'NF_VPPIP4' and
11304            'IMIX' and
11305            '2T1C' and
11306            'NDRPDR'"
11307   parameters:
11308   - "throughput"
11309   - "name"
11310   - "tags"
11311   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11312   x-axis: "X = CNFs per Service Chain"
11313   y-axis: "Y = Number of Service Chains"
11314   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11315   layout:
11316     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11317     layout: "plot-service-density"
11318
11319 - type: "plot"
11320   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11321   algorithm: "plot_nf_heatmap"
11322   output-file-type: ".html"
11323   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
11324   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11325   filter: "'NIC_Intel-XXV710' and
11326            'NF_DENSITY' and
11327            'DOCKER' and
11328            'CHAIN' and
11329            'NF_VPPIP4' and
11330            'IMIX' and
11331            '4T2C' and
11332            'NDRPDR'"
11333   parameters:
11334   - "throughput"
11335   - "name"
11336   - "tags"
11337   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11338   x-axis: "X = CNFs per Service Chain"
11339   y-axis: "Y = Number of Service Chains"
11340   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11341   layout:
11342     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11343     layout: "plot-service-density"
11344
11345 - type: "plot"
11346   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11347   algorithm: "plot_nf_heatmap"
11348   output-file-type: ".html"
11349   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
11350   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11351   filter: "'NIC_Intel-XXV710' and
11352            'NF_DENSITY' and
11353            'DOCKER' and
11354            'CHAIN' and
11355            'NF_VPPIP4' and
11356            'IMIX' and
11357            '8T4C' and
11358            'NDRPDR'"
11359   parameters:
11360   - "throughput"
11361   - "name"
11362   - "tags"
11363   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11364   x-axis: "X = CNFs per Service Chain"
11365   y-axis: "Y = Number of Service Chains"
11366   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11367   layout:
11368     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11369     layout: "plot-service-density"
11370
11371 # Plots - NF Density - CSC - PDR IMIX
11372 - type: "plot"
11373   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11374   algorithm: "plot_nf_heatmap"
11375   output-file-type: ".html"
11376   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
11377   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11378   filter: "'NIC_Intel-XXV710' and
11379            'NF_DENSITY' and
11380            'DOCKER' and
11381            'CHAIN' and
11382            'NF_VPPIP4' and
11383            'IMIX' and
11384            '2T1C' and
11385            'NDRPDR'"
11386   parameters:
11387   - "throughput"
11388   - "name"
11389   - "tags"
11390   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11391   x-axis: "X = CNFs per Service Chain"
11392   y-axis: "Y = Number of Service Chains"
11393   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11394   layout:
11395     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11396     layout: "plot-service-density"
11397
11398 - type: "plot"
11399   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11400   algorithm: "plot_nf_heatmap"
11401   output-file-type: ".html"
11402   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
11403   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11404   filter: "'NIC_Intel-XXV710' and
11405            'NF_DENSITY' and
11406            'DOCKER' and
11407            'CHAIN' and
11408            'NF_VPPIP4' and
11409            'IMIX' and
11410            '4T2C' and
11411            'NDRPDR'"
11412   parameters:
11413   - "throughput"
11414   - "name"
11415   - "tags"
11416   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11417   x-axis: "X = CNFs per Service Chain"
11418   y-axis: "Y = Number of Service Chains"
11419   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11420   layout:
11421     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11422     layout: "plot-service-density"
11423
11424 - type: "plot"
11425   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11426   algorithm: "plot_nf_heatmap"
11427   output-file-type: ".html"
11428   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
11429   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11430   filter: "'NIC_Intel-XXV710' and
11431            'NF_DENSITY' and
11432            'DOCKER' and
11433            'CHAIN' and
11434            'NF_VPPIP4' and
11435            'IMIX' and
11436            '8T4C' and
11437            'NDRPDR'"
11438   parameters:
11439   - "throughput"
11440   - "name"
11441   - "tags"
11442   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11443   x-axis: "X = CNFs per Service Chain"
11444   y-axis: "Y = Number of Service Chains"
11445   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11446   layout:
11447     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11448     layout: "plot-service-density"
11449
11450 # Plots - NF Density - CSP - MRR IMIX
11451 - type: "plot"
11452   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11453   algorithm: "plot_nf_heatmap"
11454   output-file-type: ".html"
11455   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
11456   data: "plot-vpp-nfv-2n-clx-mrr"
11457   filter: "'NIC_Intel-XXV710' and
11458            'NF_DENSITY' and
11459            'DOCKER' and
11460            'PIPELINE' and
11461            'NF_VPPIP4' and
11462            'IMIX' and
11463            '2T1C' and
11464            'MRR'"
11465   parameters:
11466   - "result"
11467   - "name"
11468   - "tags"
11469   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11470   x-axis: "X = CNFs per Service Pipeline"
11471   y-axis: "Y = Number of Service Pipelines"
11472   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11473   layout:
11474     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11475     layout: "plot-service-density"
11476
11477 - type: "plot"
11478   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11479   algorithm: "plot_nf_heatmap"
11480   output-file-type: ".html"
11481   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
11482   data: "plot-vpp-nfv-2n-clx-mrr"
11483   filter: "'NIC_Intel-XXV710' and
11484            'NF_DENSITY' and
11485            'DOCKER' and
11486            'PIPELINE' and
11487            'NF_VPPIP4' and
11488            'IMIX' and
11489            '4T2C' and
11490            'MRR'"
11491   parameters:
11492   - "result"
11493   - "name"
11494   - "tags"
11495   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11496   x-axis: "X = CNFs per Service Pipeline"
11497   y-axis: "Y = Number of Service Pipelines"
11498   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11499   layout:
11500     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11501     layout: "plot-service-density"
11502
11503 - type: "plot"
11504   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11505   algorithm: "plot_nf_heatmap"
11506   output-file-type: ".html"
11507   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
11508   data: "plot-vpp-nfv-2n-clx-mrr"
11509   filter: "'NIC_Intel-XXV710' and
11510            'NF_DENSITY' and
11511            'DOCKER' and
11512            'PIPELINE' and
11513            'NF_VPPIP4' and
11514            'IMIX' and
11515            '8T4C' and
11516            'MRR'"
11517   parameters:
11518   - "result"
11519   - "name"
11520   - "tags"
11521   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11522   x-axis: "X = CNFs per Service Pipeline"
11523   y-axis: "Y = Number of Service Pipelines"
11524   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11525   layout:
11526     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11527     layout: "plot-service-density"
11528
11529 # Plots - NF Density - CSP - NDR IMIX
11530 - type: "plot"
11531   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11532   algorithm: "plot_nf_heatmap"
11533   output-file-type: ".html"
11534   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
11535   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11536   filter: "'NIC_Intel-XXV710' and
11537            'NF_DENSITY' and
11538            'DOCKER' and
11539            'PIPELINE' and
11540            'NF_VPPIP4' and
11541            'IMIX' and
11542            '2T1C' and
11543            'NDRPDR'"
11544   parameters:
11545   - "throughput"
11546   - "name"
11547   - "tags"
11548   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11549   x-axis: "X = CNFs per Service Pipeline"
11550   y-axis: "Y = Number of Service Pipelines"
11551   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11552   layout:
11553     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11554     layout: "plot-service-density"
11555
11556 - type: "plot"
11557   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11558   algorithm: "plot_nf_heatmap"
11559   output-file-type: ".html"
11560   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
11561   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11562   filter: "'NIC_Intel-XXV710' and
11563            'NF_DENSITY' and
11564            'DOCKER' and
11565            'PIPELINE' and
11566            'NF_VPPIP4' and
11567            'IMIX' and
11568            '4T2C' and
11569            'NDRPDR'"
11570   parameters:
11571   - "throughput"
11572   - "name"
11573   - "tags"
11574   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11575   x-axis: "X = CNFs per Service Pipeline"
11576   y-axis: "Y = Number of Service Pipelines"
11577   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11578   layout:
11579     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11580     layout: "plot-service-density"
11581
11582 - type: "plot"
11583   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11584   algorithm: "plot_nf_heatmap"
11585   output-file-type: ".html"
11586   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
11587   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11588   filter: "'NIC_Intel-XXV710' and
11589            'NF_DENSITY' and
11590            'DOCKER' and
11591            'PIPELINE' and
11592            'NF_VPPIP4' and
11593            'IMIX' and
11594            '8T4C' and
11595            'NDRPDR'"
11596   parameters:
11597   - "throughput"
11598   - "name"
11599   - "tags"
11600   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11601   x-axis: "X = CNFs per Service Pipeline"
11602   y-axis: "Y = Number of Service Pipelines"
11603   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11604   layout:
11605     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11606     layout: "plot-service-density"
11607
11608 # Plots - NF Density - CSP - PDR IMIX
11609 - type: "plot"
11610   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11611   algorithm: "plot_nf_heatmap"
11612   output-file-type: ".html"
11613   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
11614   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11615   filter: "'NIC_Intel-XXV710' and
11616            'NF_DENSITY' and
11617            'DOCKER' and
11618            'PIPELINE' and
11619            'NF_VPPIP4' and
11620            'IMIX' and
11621            '2T1C' and
11622            'NDRPDR'"
11623   parameters:
11624   - "throughput"
11625   - "name"
11626   - "tags"
11627   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11628   x-axis: "X = CNFs per Service Pipeline"
11629   y-axis: "Y = Number of Service Pipelines"
11630   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11631   layout:
11632     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11633     layout: "plot-service-density"
11634
11635 - type: "plot"
11636   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11637   algorithm: "plot_nf_heatmap"
11638   output-file-type: ".html"
11639   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
11640   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11641   filter: "'NIC_Intel-XXV710' and
11642            'NF_DENSITY' and
11643            'DOCKER' and
11644            'PIPELINE' and
11645            'NF_VPPIP4' and
11646            'IMIX' and
11647            '4T2C' and
11648            'NDRPDR'"
11649   parameters:
11650   - "throughput"
11651   - "name"
11652   - "tags"
11653   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11654   x-axis: "X = CNFs per Service Pipeline"
11655   y-axis: "Y = Number of Service Pipelines"
11656   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11657   layout:
11658     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11659     layout: "plot-service-density"
11660
11661 - type: "plot"
11662   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11663   algorithm: "plot_nf_heatmap"
11664   output-file-type: ".html"
11665   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
11666   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11667   filter: "'NIC_Intel-XXV710' and
11668            'NF_DENSITY' and
11669            'DOCKER' and
11670            'PIPELINE' and
11671            'NF_VPPIP4' and
11672            'IMIX' and
11673            '8T4C' and
11674            'NDRPDR'"
11675   parameters:
11676   - "throughput"
11677   - "name"
11678   - "tags"
11679   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11680   x-axis: "X = CNFs per Service Pipeline"
11681   y-axis: "Y = Number of Service Pipelines"
11682   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11683   layout:
11684     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11685     layout: "plot-service-density"
11686
11687 ################################################################################
11688
11689 # Packet Throughput
11690
11691 - type: "plot"
11692   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11693   algorithm: "plot_perf_box_name"
11694   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11695   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11696   include:
11697     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11698     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11699     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11700     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11701   layout:
11702     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11703     layout: "plot-throughput"
11704
11705 - type: "plot"
11706   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11707   algorithm: "plot_perf_box_name"
11708   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11709   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11710   include:
11711     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11712     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11713     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11714     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11715   layout:
11716     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11717     layout: "plot-throughput"
11718
11719 - type: "plot"
11720   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11721   algorithm: "plot_perf_box_name"
11722   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11723   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11724   include:
11725     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11726     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11727     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11728     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11729   layout:
11730     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11731     layout: "plot-throughput"
11732
11733 - type: "plot"
11734   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11735   algorithm: "plot_perf_box_name"
11736   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11737   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11738   include:
11739     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11740     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11741     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11742     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11743   layout:
11744     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11745     layout: "plot-throughput"
11746
11747 - type: "plot"
11748   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11749   algorithm: "plot_perf_box_name"
11750   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11751   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11752   include:
11753     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1dcr-ndrpdr"
11754     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1lxc-ndrpdr"
11755     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11756     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11757     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11758   layout:
11759     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11760     layout: "plot-throughput"
11761
11762 - type: "plot"
11763   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11764   algorithm: "plot_perf_box_name"
11765   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11766   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11767   include:
11768     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11769     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11770     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11771     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-avf-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11772     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11773   layout:
11774     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11775     layout: "plot-throughput"
11776
11777 - type: "plot"
11778   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11779   algorithm: "plot_perf_box_name"
11780   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11781   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11782   include:
11783     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11784     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11785     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11786     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11787     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11788   layout:
11789     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11790     layout: "plot-throughput"
11791
11792 - type: "plot"
11793   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11794   algorithm: "plot_perf_box_name"
11795   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11796   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11797   include:
11798     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11799     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11800     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11801     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11802     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11803   layout:
11804     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11805     layout: "plot-throughput"
11806
11807 - type: "plot"
11808   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11809   algorithm: "plot_perf_box_name"
11810   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11811   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11812   include:
11813     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11814     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11815     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11816     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11817     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11818   layout:
11819     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11820     layout: "plot-throughput"
11821
11822 - type: "plot"
11823   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11824   algorithm: "plot_perf_box_name"
11825   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11826   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11827   include:
11828     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11829     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11830     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11831     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11832     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11833   layout:
11834     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11835     layout: "plot-throughput"
11836
11837 - type: "plot"
11838   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11839   algorithm: "plot_perf_box_name"
11840   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11841   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11842   include:
11843     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11844     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11845     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11846     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11847     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11848     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11849   layout:
11850     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11851     layout: "plot-throughput"
11852
11853 - type: "plot"
11854   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11855   algorithm: "plot_perf_box_name"
11856   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11857   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11858   include:
11859     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11860     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11861     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11862     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11863     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11864     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11865   layout:
11866     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11867     layout: "plot-throughput"
11868
11869 - type: "plot"
11870   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11871   algorithm: "plot_perf_box_name"
11872   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11873   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11874   include:
11875     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11876     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11877     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11878     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11879     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11880   layout:
11881     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11882     layout: "plot-throughput"
11883
11884 - type: "plot"
11885   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11886   algorithm: "plot_perf_box_name"
11887   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11888   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11889   include:
11890     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11891     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11892     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11893     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11894     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11895   layout:
11896     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11897     layout: "plot-throughput"
11898
11899 - type: "plot"
11900   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11901   algorithm: "plot_perf_box_name"
11902   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11903   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11904   include:
11905     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11906     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11907     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11908   layout:
11909     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11910     layout: "plot-throughput"
11911
11912 - type: "plot"
11913   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11914   algorithm: "plot_perf_box_name"
11915   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11916   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11917   include:
11918     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11919     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11920     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11921   layout:
11922     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11923     layout: "plot-throughput"
11924
11925 - type: "plot"
11926   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11927   algorithm: "plot_perf_box_name"
11928   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11929   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11930   include:
11931     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11932     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11933     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11934     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11935     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11936   layout:
11937     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11938     layout: "plot-throughput"
11939
11940 - type: "plot"
11941   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11942   algorithm: "plot_perf_box_name"
11943   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11944   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11945   include:
11946     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11947     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11948     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11949     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11950     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11951   layout:
11952     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11953     layout: "plot-throughput"
11954
11955 - type: "plot"
11956   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11957   algorithm: "plot_perf_box_name"
11958   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11959   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11960   include:
11961     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11962     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11963     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11964   layout:
11965     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11966     layout: "plot-throughput"
11967
11968 - type: "plot"
11969   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11970   algorithm: "plot_perf_box_name"
11971   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11972   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11973   include:
11974     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11975     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11976     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11977   layout:
11978     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11979     layout: "plot-throughput"
11980
11981 - type: "plot"
11982   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11983   algorithm: "plot_perf_box_name"
11984   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11985   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11986   include:
11987     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11988     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11989     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11990     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11991     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11992     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11993   layout:
11994     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11995     layout: "plot-throughput"
11996
11997 - type: "plot"
11998   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11999   algorithm: "plot_perf_box_name"
12000   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12001   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12002   include:
12003     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12004     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12005     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12006     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12007     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12008     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12009   layout:
12010     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12011     layout: "plot-throughput"
12012
12013 - type: "plot"
12014   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12015   algorithm: "plot_perf_box_name"
12016   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12017   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12018   include:
12019     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12020     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12021     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12022     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12023     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12024     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12025   layout:
12026     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12027     layout: "plot-throughput"
12028
12029 - type: "plot"
12030   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12031   algorithm: "plot_perf_box_name"
12032   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12033   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12034   include:
12035     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12036     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12037     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12038     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12039     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12040     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12041   layout:
12042     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12043     layout: "plot-throughput"
12044
12045 - type: "plot"
12046   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12047   algorithm: "plot_perf_box_name"
12048   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12049   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12050   include:
12051     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12052     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12053     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12054   layout:
12055     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12056     layout: "plot-throughput"
12057
12058 - type: "plot"
12059   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12060   algorithm: "plot_perf_box_name"
12061   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12062   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12063   include:
12064     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12065     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12066     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12067   layout:
12068     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12069     layout: "plot-throughput"
12070
12071 - type: "plot"
12072   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12073   algorithm: "plot_perf_box_name"
12074   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12075   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12076   include:
12077     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12078     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12079     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12080 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12081 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12082   layout:
12083     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12084     layout: "plot-throughput"
12085
12086 - type: "plot"
12087   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12088   algorithm: "plot_perf_box_name"
12089   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12090   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12091   include:
12092     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12093     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12094     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12095 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12096 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12097   layout:
12098     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12099     layout: "plot-throughput"
12100
12101 - type: "plot"
12102   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12103   algorithm: "plot_perf_box_name"
12104   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12105   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12106   include:
12107     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12108     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12109     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12110     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12111     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12112   layout:
12113     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12114     layout: "plot-throughput"
12115
12116 - type: "plot"
12117   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12118   algorithm: "plot_perf_box_name"
12119   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12120   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12121   include:
12122     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12123     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12124     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12125     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12126     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12127   layout:
12128     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12129     layout: "plot-throughput"
12130
12131 - type: "plot"
12132   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12133   algorithm: "plot_perf_box_name"
12134   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12135   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12136   include:
12137     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12138     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12139     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12140     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12141     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12142   layout:
12143     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12144     layout: "plot-throughput"
12145
12146 - type: "plot"
12147   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12148   algorithm: "plot_perf_box_name"
12149   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12150   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12151   include:
12152     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12153     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12154     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12155     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12156     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12157   layout:
12158     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12159     layout: "plot-throughput"
12160
12161 - type: "plot"
12162   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12163   algorithm: "plot_perf_box_name"
12164   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12165   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12166   include:
12167     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12168     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12169     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12170     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12171     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12172     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12173   layout:
12174     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12175     layout: "plot-throughput"
12176
12177 - type: "plot"
12178   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12179   algorithm: "plot_perf_box_name"
12180   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12181   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12182   include:
12183     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12184     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12185     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12186     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12187     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12188     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12189   layout:
12190     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12191     layout: "plot-throughput"
12192
12193 - type: "plot"
12194   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12195   algorithm: "plot_perf_box_name"
12196   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12197   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12198   include:
12199     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12200     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12201     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12202     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12203     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12204     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12205   layout:
12206     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12207     layout: "plot-throughput"
12208
12209 - type: "plot"
12210   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12211   algorithm: "plot_perf_box_name"
12212   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12213   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12214   include:
12215     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12216     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12217     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12218     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12219     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12220     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12221   layout:
12222     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12223     layout: "plot-throughput"
12224
12225 - type: "plot"
12226   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12227   algorithm: "plot_perf_box_name"
12228   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12229   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12230   include:
12231     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12232     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12233     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12234     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12235     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12236   layout:
12237     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12238     layout: "plot-throughput"
12239
12240 - type: "plot"
12241   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12242   algorithm: "plot_perf_box_name"
12243   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12244   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12245   include:
12246     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12247     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12248     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12249     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12250     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12251   layout:
12252     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12253     layout: "plot-throughput"
12254
12255 - type: "plot"
12256   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12257   algorithm: "plot_perf_box_name"
12258   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12259   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12260   include:
12261     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12262     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12263     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12264     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12265     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12266     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12267   layout:
12268     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12269     layout: "plot-throughput"
12270
12271 - type: "plot"
12272   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12273   algorithm: "plot_perf_box_name"
12274   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12275   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12276   include:
12277     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12278     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12279     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12280     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12281     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12282     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12283   layout:
12284     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12285     layout: "plot-throughput"
12286
12287 - type: "plot"
12288   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12289   algorithm: "plot_perf_box_name"
12290   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12291   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12292   include:
12293     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12294     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12295     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12296     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12297     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12298   layout:
12299     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12300     layout: "plot-throughput"
12301
12302 - type: "plot"
12303   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12304   algorithm: "plot_perf_box_name"
12305   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12306   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12307   include:
12308     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12309     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12310     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12311     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12312     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12313   layout:
12314     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12315     layout: "plot-throughput"
12316
12317 - type: "plot"
12318   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12319   algorithm: "plot_perf_box_name"
12320   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12321   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12322   include:
12323     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12324     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12325     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12326     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12327     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12328     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12329   layout:
12330     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12331     layout: "plot-throughput"
12332
12333 - type: "plot"
12334   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12335   algorithm: "plot_perf_box_name"
12336   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12337   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12338   include:
12339     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12340     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12341     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12342     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12343     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12344     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12345   layout:
12346     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12347     layout: "plot-throughput"
12348
12349 - type: "plot"
12350   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12351   algorithm: "plot_perf_box_name"
12352   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12353   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12354   include:
12355     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12356     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12357     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12358     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12359     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12360   layout:
12361     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12362     layout: "plot-throughput"
12363
12364 - type: "plot"
12365   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12366   algorithm: "plot_perf_box_name"
12367   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12368   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12369   include:
12370     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12371     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12372     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12373     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12374     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12375   layout:
12376     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12377     layout: "plot-throughput"
12378
12379 - type: "plot"
12380   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12381   algorithm: "plot_perf_box_name"
12382   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12383   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12384   include:
12385     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12386     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12387     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12388     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12389     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12390     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12391   layout:
12392     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12393     layout: "plot-throughput"
12394
12395 - type: "plot"
12396   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12397   algorithm: "plot_perf_box_name"
12398   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12399   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12400   include:
12401     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12402     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12403     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12404     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12405     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12406     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12407   layout:
12408     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12409     layout: "plot-throughput"
12410
12411 - type: "plot"
12412   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12413   algorithm: "plot_perf_box_name"
12414   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12415   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12416   include:
12417     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12418     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12419   layout:
12420     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12421     layout: "plot-throughput"
12422
12423 - type: "plot"
12424   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12425   algorithm: "plot_perf_box_name"
12426   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12427   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12428   include:
12429     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12430     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12431   layout:
12432     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12433     layout: "plot-throughput"
12434
12435 - type: "plot"
12436   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12437   algorithm: "plot_perf_box_name"
12438   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12439   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12440   include:
12441     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12442     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12443     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12444     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12445   layout:
12446     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12447     layout: "plot-throughput"
12448
12449 - type: "plot"
12450   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12451   algorithm: "plot_perf_box_name"
12452   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12453   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12454   include:
12455     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12456     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12457     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12458     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12459   layout:
12460     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12461     layout: "plot-throughput"
12462
12463 - type: "plot"
12464   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12465   algorithm: "plot_perf_box_name"
12466   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12467   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12468   include:
12469     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12470     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12471     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12472     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12473   layout:
12474     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12475     layout: "plot-throughput"
12476
12477 - type: "plot"
12478   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12479   algorithm: "plot_perf_box_name"
12480   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12481   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12482   include:
12483     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12484     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12485     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12486     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12487   layout:
12488     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12489     layout: "plot-throughput"
12490
12491 - type: "plot"
12492   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12493   algorithm: "plot_perf_box_name"
12494   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12495   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12496   include:
12497     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12498     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12499     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12500     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12501   layout:
12502     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12503     layout: "plot-throughput"
12504
12505 - type: "plot"
12506   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12507   algorithm: "plot_perf_box_name"
12508   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12509   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12510   include:
12511     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12512     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12513     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12514     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12515   layout:
12516     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12517     layout: "plot-throughput"
12518
12519 - type: "plot"
12520   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12521   algorithm: "plot_perf_box_name"
12522   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12523   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12524   include:
12525     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12526     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12527     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12528     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12529   layout:
12530     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12531     layout: "plot-throughput"
12532
12533 - type: "plot"
12534   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12535   algorithm: "plot_perf_box_name"
12536   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12537   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12538   include:
12539     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12540     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12541     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12542     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12543   layout:
12544     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12545     layout: "plot-throughput"
12546
12547 - type: "plot"
12548   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12549   algorithm: "plot_perf_box_name"
12550   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12551   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12552   include:
12553     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12554     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12555     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12556     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12557     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12558     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12559   layout:
12560     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12561     layout: "plot-throughput"
12562
12563 - type: "plot"
12564   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12565   algorithm: "plot_perf_box_name"
12566   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12567   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12568   include:
12569     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12570     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12571     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12572     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12573     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12574     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12575   layout:
12576     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12577     layout: "plot-throughput"
12578
12579 - type: "plot"
12580   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12581   algorithm: "plot_perf_box_name"
12582   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12583   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12584   include:
12585     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12586     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12587     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12588     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12589     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12590   layout:
12591     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12592     layout: "plot-throughput"
12593
12594 - type: "plot"
12595   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12596   algorithm: "plot_perf_box_name"
12597   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12598   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12599   include:
12600     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12601     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12602     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12603     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12604     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12605   layout:
12606     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12607     layout: "plot-throughput"
12608
12609 - type: "plot"
12610   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12611   algorithm: "plot_perf_box_name"
12612   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12613   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12614   include:
12615     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12616     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12617     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12618     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12619     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12620   layout:
12621     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12622     layout: "plot-throughput"
12623
12624 - type: "plot"
12625   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12626   algorithm: "plot_perf_box_name"
12627   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12628   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12629   include:
12630     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12631     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12632     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12633     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12634     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12635   layout:
12636     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12637     layout: "plot-throughput"
12638
12639 - type: "plot"
12640   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12641   algorithm: "plot_perf_box_name"
12642   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12643   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12644   include:
12645     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12646     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12647     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12648   layout:
12649     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12650     layout: "plot-throughput"
12651
12652 - type: "plot"
12653   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12654   algorithm: "plot_perf_box_name"
12655   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12656   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12657   include:
12658     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12659     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12660     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12661   layout:
12662     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12663     layout: "plot-throughput"
12664
12665 - type: "plot"
12666   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12667   algorithm: "plot_perf_box_name"
12668   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12669   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12670   include:
12671     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12672     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12673     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12674   layout:
12675     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12676     layout: "plot-throughput"
12677
12678 - type: "plot"
12679   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12680   algorithm: "plot_perf_box_name"
12681   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12682   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12683   include:
12684     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12685     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12686     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12687   layout:
12688     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12689     layout: "plot-throughput"
12690
12691 - type: "plot"
12692   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12693   algorithm: "plot_perf_box_name"
12694   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12695   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12696   include:
12697     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12698     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12699     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12700     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12701     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12702   layout:
12703     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12704     layout: "plot-throughput"
12705
12706 - type: "plot"
12707   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12708   algorithm: "plot_perf_box_name"
12709   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12710   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12711   include:
12712     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12713     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12714     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12715     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12716     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12717   layout:
12718     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12719     layout: "plot-throughput"
12720
12721 - type: "plot"
12722   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12723   algorithm: "plot_perf_box_name"
12724   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12725   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12726   include:
12727     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12728     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12729     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12730     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12731     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12732   layout:
12733     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12734     layout: "plot-throughput"
12735
12736 - type: "plot"
12737   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12738   algorithm: "plot_perf_box_name"
12739   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12740   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12741   include:
12742     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12743     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12744     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12745     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12746     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12747   layout:
12748     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12749     layout: "plot-throughput"
12750
12751 - type: "plot"
12752   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12753   algorithm: "plot_perf_box_name"
12754   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12755   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12756   include:
12757     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12758     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12759     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12760     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12761     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12762   layout:
12763     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12764     layout: "plot-throughput"
12765
12766 - type: "plot"
12767   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12768   algorithm: "plot_perf_box_name"
12769   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12770   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12771   include:
12772     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12773     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12774     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12775     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12776     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12777   layout:
12778     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12779     layout: "plot-throughput"
12780
12781 - type: "plot"
12782   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12783   algorithm: "plot_perf_box_name"
12784   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12785   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12786   include:
12787     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12788     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12789     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12790     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12791     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12792   layout:
12793     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12794     layout: "plot-throughput"
12795
12796 - type: "plot"
12797   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12798   algorithm: "plot_perf_box_name"
12799   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12800   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12801   include:
12802     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12803     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12804     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12805     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12806     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12807   layout:
12808     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12809     layout: "plot-throughput"
12810
12811 - type: "plot"
12812   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12813   algorithm: "plot_perf_box_name"
12814   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12815   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12816   include:
12817     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12818     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12819     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12820     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12821     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12822   layout:
12823     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12824     layout: "plot-throughput"
12825
12826 - type: "plot"
12827   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12828   algorithm: "plot_perf_box_name"
12829   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12830   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12831   include:
12832     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12833     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12834     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12835     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12836     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12837   layout:
12838     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12839     layout: "plot-throughput"
12840
12841 - type: "plot"
12842   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12843   algorithm: "plot_perf_box_name"
12844   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12845   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12846   include:
12847     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12848     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12849     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12850     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12851     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12852     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12853   layout:
12854     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12855     layout: "plot-throughput"
12856
12857 - type: "plot"
12858   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12859   algorithm: "plot_perf_box_name"
12860   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12861   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12862   include:
12863     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12864     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12865     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12866     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12867     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12868     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12869   layout:
12870     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12871     layout: "plot-throughput"
12872
12873 - type: "plot"
12874   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12875   algorithm: "plot_perf_box_name"
12876   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12877   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12878   include:
12879     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12880     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12881     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12882     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12883   layout:
12884     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12885     layout: "plot-throughput"
12886
12887 - type: "plot"
12888   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12889   algorithm: "plot_perf_box_name"
12890   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12891   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12892   include:
12893     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12894     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12895     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12896     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12897   layout:
12898     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12899     layout: "plot-throughput"
12900
12901 - type: "plot"
12902   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12903   algorithm: "plot_perf_box_name"
12904   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12905   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12906   include:
12907     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12908     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12909     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12910     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12911     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12912     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12913   layout:
12914     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12915     layout: "plot-throughput"
12916
12917 - type: "plot"
12918   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12919   algorithm: "plot_perf_box_name"
12920   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12921   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12922   include:
12923     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12924     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12925     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12926     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12927     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12928     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12929   layout:
12930     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12931     layout: "plot-throughput"
12932
12933 - type: "plot"
12934   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12935   algorithm: "plot_perf_box_name"
12936   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12937   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12938   include:
12939     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12940     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12941     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12942     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12943     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12944     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12945   layout:
12946     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12947     layout: "plot-throughput"
12948
12949 - type: "plot"
12950   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12951   algorithm: "plot_perf_box_name"
12952   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12953   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12954   include:
12955     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12956     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12957     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12958     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12959     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12960     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12961   layout:
12962     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12963     layout: "plot-throughput"
12964
12965 - type: "plot"
12966   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12967   algorithm: "plot_perf_box_name"
12968   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12969   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12970   include:
12971     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12972     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12973     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12974     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12975     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12976     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12977   layout:
12978     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12979     layout: "plot-throughput"
12980
12981 - type: "plot"
12982   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12983   algorithm: "plot_perf_box_name"
12984   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12985   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12986   include:
12987     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12988     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12989     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12990     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12991     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12992     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12993   layout:
12994     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12995     layout: "plot-throughput"
12996
12997 - type: "plot"
12998   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12999   algorithm: "plot_perf_box_name"
13000   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13001   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13002   include:
13003     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13004     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13005     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13006     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13007     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13008     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13009   layout:
13010     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13011     layout: "plot-throughput"
13012
13013 - type: "plot"
13014   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13015   algorithm: "plot_perf_box_name"
13016   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13017   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13018   include:
13019     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13020     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13021     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13022     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13023     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13024     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13025   layout:
13026     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13027     layout: "plot-throughput"
13028
13029 - type: "plot"
13030   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13031   algorithm: "plot_perf_box_name"
13032   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13033   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13034   include:
13035     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13036     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13037     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13038     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13039     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13040     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13041   layout:
13042     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13043     layout: "plot-throughput"
13044
13045 - type: "plot"
13046   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13047   algorithm: "plot_perf_box_name"
13048   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13049   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13050   include:
13051     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13052     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13053     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13054     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13055     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13056     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13057   layout:
13058     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13059     layout: "plot-throughput"
13060
13061 - type: "plot"
13062   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13063   algorithm: "plot_perf_box_name"
13064   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13065   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13066   include:
13067     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13068     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13069     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13070     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13071     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13072     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13073   layout:
13074     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13075     layout: "plot-throughput"
13076
13077 - type: "plot"
13078   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13079   algorithm: "plot_perf_box_name"
13080   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13081   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13082   include:
13083     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13084     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13085     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13086     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13087     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13088     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13089   layout:
13090     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13091     layout: "plot-throughput"
13092
13093 - type: "plot"
13094   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13095   algorithm: "plot_perf_box_name"
13096   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13097   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13098   include:
13099     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13100     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13101     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13102     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13103     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13104     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13105   layout:
13106     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13107     layout: "plot-throughput"
13108
13109 - type: "plot"
13110   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13111   algorithm: "plot_perf_box_name"
13112   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13113   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13114   include:
13115     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13116     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13117     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13118     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13119     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13120     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13121   layout:
13122     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13123     layout: "plot-throughput"
13124
13125 - type: "plot"
13126   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13127   algorithm: "plot_perf_box_name"
13128   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13129   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13130   include:
13131     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13132     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13133     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13134     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13135     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13136     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13137   layout:
13138     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13139     layout: "plot-throughput"
13140
13141 - type: "plot"
13142   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13143   algorithm: "plot_perf_box_name"
13144   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13145   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13146   include:
13147     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13148     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13149     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13150     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13151     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13152     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13153   layout:
13154     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13155     layout: "plot-throughput"
13156
13157 - type: "plot"
13158   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13159   algorithm: "plot_perf_box_name"
13160   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13161   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13162   include:
13163     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13164     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13165     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13166     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13167   layout:
13168     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13169     layout: "plot-throughput"
13170
13171 - type: "plot"
13172   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13173   algorithm: "plot_perf_box_name"
13174   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13175   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13176   include:
13177     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13178     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13179     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13180     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13181   layout:
13182     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13183     layout: "plot-throughput"
13184
13185 - type: "plot"
13186   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13187   algorithm: "plot_perf_box_name"
13188   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13189   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13190   include:
13191     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13192     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13193     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13194     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13195   layout:
13196     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13197     layout: "plot-throughput"
13198
13199 - type: "plot"
13200   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13201   algorithm: "plot_perf_box_name"
13202   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13203   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13204   include:
13205     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13206     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13207     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13208     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13209   layout:
13210     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13211     layout: "plot-throughput"
13212
13213 - type: "plot"
13214   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13215   algorithm: "plot_perf_box_name"
13216   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13217   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13218   include:
13219     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13220     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13221     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13222     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13223     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13224     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13225   layout:
13226     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13227     layout: "plot-throughput"
13228
13229 - type: "plot"
13230   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13231   algorithm: "plot_perf_box_name"
13232   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13233   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13234   include:
13235     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13236     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13237     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13238     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13239     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13240     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13241   layout:
13242     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13243     layout: "plot-throughput"
13244
13245 - type: "plot"
13246   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13247   algorithm: "plot_perf_box_name"
13248   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13249   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13250   include:
13251     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13252     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13253     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13254     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13255     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13256   layout:
13257     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13258     layout: "plot-throughput"
13259
13260 - type: "plot"
13261   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13262   algorithm: "plot_perf_box_name"
13263   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13264   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13265   include:
13266     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13267     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13268     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13269     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13270     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13271   layout:
13272     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13273     layout: "plot-throughput"
13274
13275 - type: "plot"
13276   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13277   algorithm: "plot_perf_box_name"
13278   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13279   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13280   include:
13281     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13282     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13283     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13284     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13285     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13286   layout:
13287     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13288     layout: "plot-throughput"
13289
13290 - type: "plot"
13291   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13292   algorithm: "plot_perf_box_name"
13293   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13294   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13295   include:
13296     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13297     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13298     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13299     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13300     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13301   layout:
13302     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13303     layout: "plot-throughput"
13304
13305 - type: "plot"
13306   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13307   algorithm: "plot_perf_box_name"
13308   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13309   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13310   include:
13311     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13312     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13313     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13314     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13315   layout:
13316     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13317     layout: "plot-throughput"
13318
13319 - type: "plot"
13320   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13321   algorithm: "plot_perf_box_name"
13322   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13323   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13324   include:
13325     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13326     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13327     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13328     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13329   layout:
13330     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13331     layout: "plot-throughput"
13332
13333 - type: "plot"
13334   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13335   algorithm: "plot_perf_box_name"
13336   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13337   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13338   include:
13339     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13340     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13341     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13342     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13343     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13344     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13345   layout:
13346     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13347     layout: "plot-throughput"
13348
13349 - type: "plot"
13350   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13351   algorithm: "plot_perf_box_name"
13352   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13353   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13354   include:
13355     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13356     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13357     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13358     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13359     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13360     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13361   layout:
13362     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13363     layout: "plot-throughput"
13364
13365 - type: "plot"
13366   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13367   algorithm: "plot_perf_box_name"
13368   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13369   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13370   include:
13371     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13372     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13373     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13374     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13375     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13376     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13377   layout:
13378     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13379     layout: "plot-throughput"
13380
13381 - type: "plot"
13382   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13383   algorithm: "plot_perf_box_name"
13384   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13385   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13386   include:
13387     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13388     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13389     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13390     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13391     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13392     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13393   layout:
13394     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13395     layout: "plot-throughput"
13396
13397 - type: "plot"
13398   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13399   algorithm: "plot_perf_box_name"
13400   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13401   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13402   include:
13403     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13404     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13405     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13406     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13407     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13408     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13409   layout:
13410     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13411     layout: "plot-throughput"
13412
13413 - type: "plot"
13414   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13415   algorithm: "plot_perf_box_name"
13416   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13417   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13418   include:
13419     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13420     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13421     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13422     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13423     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13424     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13425   layout:
13426     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13427     layout: "plot-throughput"
13428
13429 - type: "plot"
13430   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13431   algorithm: "plot_perf_box_name"
13432   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13433   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13434   include:
13435     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13436     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13437     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13438     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13439     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13440     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13441   layout:
13442     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13443     layout: "plot-throughput"
13444
13445 - type: "plot"
13446   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13447   algorithm: "plot_perf_box_name"
13448   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13449   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13450   include:
13451     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13452     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13453     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13454     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13455     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13456     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13457   layout:
13458     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13459     layout: "plot-throughput"
13460
13461 - type: "plot"
13462   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13463   algorithm: "plot_perf_box_name"
13464   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13465   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13466   include:
13467     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13468     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13469     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13470     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13471   layout:
13472     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13473     layout: "plot-throughput"
13474
13475 - type: "plot"
13476   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13477   algorithm: "plot_perf_box_name"
13478   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13479   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13480   include:
13481     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13482     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13483     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13484     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13485   layout:
13486     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13487     layout: "plot-throughput"
13488
13489 - type: "plot"
13490   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13491   algorithm: "plot_perf_box_name"
13492   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13493   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13494   include:
13495     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13496     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13497     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13498     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13499     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13500     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13501   layout:
13502     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13503     layout: "plot-throughput"
13504
13505 - type: "plot"
13506   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13507   algorithm: "plot_perf_box_name"
13508   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13509   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13510   include:
13511     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13512     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13513     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13514     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13515     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13516     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13517   layout:
13518     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13519     layout: "plot-throughput"
13520
13521 - type: "plot"
13522   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13523   algorithm: "plot_perf_box_name"
13524   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13525   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13526   include:
13527     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13528     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13529     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13530     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13531     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13532     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13533   layout:
13534     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13535     layout: "plot-throughput"
13536
13537 - type: "plot"
13538   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13539   algorithm: "plot_perf_box_name"
13540   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13541   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13542   include:
13543     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13544     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13545     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13546     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13547     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13548     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13549   layout:
13550     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13551     layout: "plot-throughput"
13552
13553 #- type: "plot"
13554 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13555 #  algorithm: "plot_perf_box_name"
13556 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13557 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13558 #  include:
13559 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13560 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13561 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13562 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13563 #  layout:
13564 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13565 #    layout: "plot-throughput"
13566 #
13567 #- type: "plot"
13568 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13569 #  algorithm: "plot_perf_box_name"
13570 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13571 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13572 #  include:
13573 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13574 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13575 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13576 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13577 #  layout:
13578 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13579 #    layout: "plot-throughput"
13580
13581 - type: "plot"
13582   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13583   algorithm: "plot_perf_box_name"
13584   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13585   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13586   include:
13587     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13588     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13589     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13590     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13591     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13592     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13593   layout:
13594     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13595     layout: "plot-throughput"
13596
13597 - type: "plot"
13598   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13599   algorithm: "plot_perf_box_name"
13600   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13601   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13602   include:
13603     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13604     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13605     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13606     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13607     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13608     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13609   layout:
13610     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13611     layout: "plot-throughput"
13612
13613 #- type: "plot"
13614 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13615 #  algorithm: "plot_perf_box_name"
13616 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13617 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13618 #  include:
13619 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13620 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13621 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13622 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13623 #  layout:
13624 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13625 #    layout: "plot-throughput"
13626 #
13627 #- type: "plot"
13628 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13629 #  algorithm: "plot_perf_box_name"
13630 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13631 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13632 #  include:
13633 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13634 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13635 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13636 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13637 #  layout:
13638 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13639 #    layout: "plot-throughput"
13640
13641 - type: "plot"
13642   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13643   algorithm: "plot_perf_box_name"
13644   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13645   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13646   include:
13647     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13648     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13649     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13650     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13651     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13652     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13653   layout:
13654     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13655     layout: "plot-throughput"
13656
13657 - type: "plot"
13658   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13659   algorithm: "plot_perf_box_name"
13660   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13661   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13662   include:
13663     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13664     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13665     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13666     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13667     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13668     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13669   layout:
13670     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13671     layout: "plot-throughput"
13672
13673 #- type: "plot"
13674 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13675 #  algorithm: "plot_perf_box_name"
13676 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13677 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13678 #  include:
13679 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13680 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13681 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13682 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13683 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13684 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13685 #  layout:
13686 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13687 #    layout: "plot-throughput"
13688 #
13689 #- type: "plot"
13690 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13691 #  algorithm: "plot_perf_box_name"
13692 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13693 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13694 #  include:
13695 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13696 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13697 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13698 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13699 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13700 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13701 #  layout:
13702 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13703 #    layout: "plot-throughput"
13704
13705 - type: "plot"
13706   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13707   algorithm: "plot_perf_box_name"
13708   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13709   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13710   include:
13711     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13712     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13713     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13714     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13715     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13716     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13717   layout:
13718     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13719     layout: "plot-throughput"
13720
13721 - type: "plot"
13722   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13723   algorithm: "plot_perf_box_name"
13724   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13725   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13726   include:
13727     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13728     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13729     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13730     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13731     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13732     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13733   layout:
13734     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13735     layout: "plot-throughput"
13736
13737 - type: "plot"
13738   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13739   algorithm: "plot_perf_box_name"
13740   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13741   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13742   include:
13743     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13744     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13745     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13746 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13747 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13748 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13749   layout:
13750     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13751     layout: "plot-throughput"
13752
13753 - type: "plot"
13754   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13755   algorithm: "plot_perf_box_name"
13756   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13757   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13758   include:
13759     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13760     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13761     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13762 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13763 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13764 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13765   layout:
13766     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13767     layout: "plot-throughput"
13768
13769 - type: "plot"
13770   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13771   algorithm: "plot_perf_box_name"
13772   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13773   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13774   include:
13775     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13776     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13777     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13778     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13779     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13780     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13781   layout:
13782     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13783     layout: "plot-throughput"
13784
13785 - type: "plot"
13786   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13787   algorithm: "plot_perf_box_name"
13788   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13789   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13790   include:
13791     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13792     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13793     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13794     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13795     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13796     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13797   layout:
13798     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13799     layout: "plot-throughput"
13800
13801 - type: "plot"
13802   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13803   algorithm: "plot_perf_box_name"
13804   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13805   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13806   include:
13807     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13808     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13809     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13810     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13811     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13812     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13813   layout:
13814     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13815     layout: "plot-throughput"
13816
13817 - type: "plot"
13818   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13819   algorithm: "plot_perf_box_name"
13820   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13821   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13822   include:
13823     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13824     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13825     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13826     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13827     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13828     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13829   layout:
13830     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13831     layout: "plot-throughput"
13832
13833 #- type: "plot"
13834 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13835 #  algorithm: "plot_perf_box_name"
13836 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13837 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13838 #  include:
13839 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13840 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13841 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13842 #  layout:
13843 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13844 #    layout: "plot-throughput"
13845 #
13846 #- type: "plot"
13847 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13848 #  algorithm: "plot_perf_box_name"
13849 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13850 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13851 #  include:
13852 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13853 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13854 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13855 #  layout:
13856 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13857 #    layout: "plot-throughput"
13858
13859 - type: "plot"
13860   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13861   algorithm: "plot_perf_box_name"
13862   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13863   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13864   include:
13865     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13866     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13867     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13868     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13869     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13870   layout:
13871     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13872     layout: "plot-throughput"
13873
13874 - type: "plot"
13875   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13876   algorithm: "plot_perf_box_name"
13877   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13878   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13879   include:
13880     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13881     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13882     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13883     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13884     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13885   layout:
13886     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13887     layout: "plot-throughput"
13888
13889 - type: "plot"
13890   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13891   algorithm: "plot_perf_box_name"
13892   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13893   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13894   include:
13895     - "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"
13896     - "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"
13897     - "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"
13898     - "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"
13899     - "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"
13900   layout:
13901     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13902     layout: "plot-throughput"
13903
13904 - type: "plot"
13905   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13906   algorithm: "plot_perf_box_name"
13907   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13908   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13909   include:
13910     - "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"
13911     - "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"
13912     - "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"
13913     - "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"
13914     - "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"
13915   layout:
13916     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13917     layout: "plot-throughput"
13918
13919 - type: "plot"
13920   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13921   algorithm: "plot_perf_box_name"
13922   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13923   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13924   include:
13925     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13926     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13927     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13928     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13929     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13930   layout:
13931     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13932     layout: "plot-throughput"
13933
13934 - type: "plot"
13935   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13936   algorithm: "plot_perf_box_name"
13937   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13938   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13939   include:
13940     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13941     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13942     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13943     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13944     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13945   layout:
13946     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13947     layout: "plot-throughput"
13948
13949 - type: "plot"
13950   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13951   algorithm: "plot_perf_box_name"
13952   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13953   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13954   include:
13955     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13956     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13957     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13958     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13959     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13960   layout:
13961     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13962     layout: "plot-throughput"
13963
13964 - type: "plot"
13965   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13966   algorithm: "plot_perf_box_name"
13967   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13968   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13969   include:
13970     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13971     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13972     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13973     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13974     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13975   layout:
13976     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13977     layout: "plot-throughput"
13978
13979 - type: "plot"
13980   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13981   algorithm: "plot_perf_box_name"
13982   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13983   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13984   include:
13985     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13986     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13987     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13988     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13989     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13990   layout:
13991     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13992     layout: "plot-throughput"
13993
13994 - type: "plot"
13995   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13996   algorithm: "plot_perf_box_name"
13997   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13998   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13999   include:
14000     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14001     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14002     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14003     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14004     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14005   layout:
14006     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14007     layout: "plot-throughput"
14008
14009 - type: "plot"
14010   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14011   algorithm: "plot_perf_box_name"
14012   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14013   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14014   include:
14015     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14016     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14017     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14018     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14019     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14020   layout:
14021     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14022     layout: "plot-throughput"
14023
14024 - type: "plot"
14025   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14026   algorithm: "plot_perf_box_name"
14027   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14028   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14029   include:
14030     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14031     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14032     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14033     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14034     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14035   layout:
14036     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14037     layout: "plot-throughput"
14038
14039 - type: "plot"
14040   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14041   algorithm: "plot_perf_box_name"
14042   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14043   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14044   include:
14045     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14046     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14047     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14048     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14049   layout:
14050     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14051     layout: "plot-throughput"
14052
14053 - type: "plot"
14054   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14055   algorithm: "plot_perf_box_name"
14056   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14057   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14058   include:
14059     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14060     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14061     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14062     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14063   layout:
14064     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14065     layout: "plot-throughput"
14066
14067 - type: "plot"
14068   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14069   algorithm: "plot_perf_box_name"
14070   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14071   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14072   include:
14073     - "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"
14074     - "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"
14075     - "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"
14076     - "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"
14077   layout:
14078     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14079     layout: "plot-throughput"
14080
14081 - type: "plot"
14082   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14083   algorithm: "plot_perf_box_name"
14084   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14085   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14086   include:
14087     - "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"
14088     - "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"
14089     - "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"
14090     - "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"
14091   layout:
14092     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14093     layout: "plot-throughput"
14094
14095 - type: "plot"
14096   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14097   algorithm: "plot_perf_box_name"
14098   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14099   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14100   include:
14101     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14102     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14103     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14104     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14105     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14106     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14107   layout:
14108     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14109     layout: "plot-throughput"
14110
14111 - type: "plot"
14112   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14113   algorithm: "plot_perf_box_name"
14114   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14115   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14116   include:
14117     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14118     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14119     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14120     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14121     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14122     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14123   layout:
14124     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14125     layout: "plot-throughput"
14126
14127 - type: "plot"
14128   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14129   algorithm: "plot_perf_box_name"
14130   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14131   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14132   include:
14133     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14134     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14135     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14136     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14137     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14138     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14139   layout:
14140     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14141     layout: "plot-throughput"
14142
14143 - type: "plot"
14144   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14145   algorithm: "plot_perf_box_name"
14146   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14147   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14148   include:
14149     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14150     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14151     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14152     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14153     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14154     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14155   layout:
14156     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14157     layout: "plot-throughput"
14158
14159 - type: "plot"
14160   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14161   algorithm: "plot_perf_box_name"
14162   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14163   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14164   include:
14165     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14166     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14167     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14168     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14169     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14170     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14171   layout:
14172     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14173     layout: "plot-throughput"
14174
14175 - type: "plot"
14176   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14177   algorithm: "plot_perf_box_name"
14178   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14179   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14180   include:
14181     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14182     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14183     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14184     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14185     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14186     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14187   layout:
14188     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14189     layout: "plot-throughput"
14190
14191 - type: "plot"
14192   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14193   algorithm: "plot_perf_box_name"
14194   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14195   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14196   include:
14197     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14198     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14199     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14200     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14201     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14202   layout:
14203     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14204     layout: "plot-throughput"
14205
14206 - type: "plot"
14207   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14208   algorithm: "plot_perf_box_name"
14209   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14210   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14211   include:
14212     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14213     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14214     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14215     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14216     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14217   layout:
14218     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14219     layout: "plot-throughput"
14220
14221 - type: "plot"
14222   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14223   algorithm: "plot_perf_box_name"
14224   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14225   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14226   include:
14227     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14228     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14229   layout:
14230     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14231     layout: "plot-throughput"
14232
14233 - type: "plot"
14234   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14235   algorithm: "plot_perf_box_name"
14236   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14237   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14238   include:
14239     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14240     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14241   layout:
14242     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14243     layout: "plot-throughput"
14244
14245 - type: "plot"
14246   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14247   algorithm: "plot_perf_box_name"
14248   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14249   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14250   include:
14251     - "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"
14252     - "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"
14253   layout:
14254     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14255     layout: "plot-throughput"
14256
14257 - type: "plot"
14258   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14259   algorithm: "plot_perf_box_name"
14260   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14261   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14262   include:
14263     - "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"
14264     - "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"
14265   layout:
14266     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14267     layout: "plot-throughput"
14268
14269 - type: "plot"
14270   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14271   algorithm: "plot_perf_box_name"
14272   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14273   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14274   include:
14275     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14276     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14277   layout:
14278     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14279     layout: "plot-throughput"
14280
14281 - type: "plot"
14282   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14283   algorithm: "plot_perf_box_name"
14284   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14285   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14286   include:
14287     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14288     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14289   layout:
14290     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14291     layout: "plot-throughput"
14292
14293 - type: "plot"
14294   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14295   algorithm: "plot_perf_box_name"
14296   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14297   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14298   include:
14299     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14300     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14301   layout:
14302     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14303     layout: "plot-throughput"
14304
14305 - type: "plot"
14306   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14307   algorithm: "plot_perf_box_name"
14308   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14309   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14310   include:
14311     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14312     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14313   layout:
14314     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14315     layout: "plot-throughput"
14316
14317 - type: "plot"
14318   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14319   algorithm: "plot_perf_box_name"
14320   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14321   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14322   include:
14323     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14324     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14325     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14326     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14327     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14328     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14329   layout:
14330     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14331     layout: "plot-throughput"
14332
14333 - type: "plot"
14334   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14335   algorithm: "plot_perf_box_name"
14336   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14337   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14338   include:
14339     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14340     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14341     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14342     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14343     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14344     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14345   layout:
14346     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14347     layout: "plot-throughput"
14348
14349 - type: "plot"
14350   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14351   algorithm: "plot_perf_box_name"
14352   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14353   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14354   include:
14355     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14356     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14357     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14358     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14359     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14360     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14361   layout:
14362     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14363     layout: "plot-throughput"
14364
14365 - type: "plot"
14366   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14367   algorithm: "plot_perf_box_name"
14368   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14369   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14370   include:
14371     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14372     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14373     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14374     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14375     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14376     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14377   layout:
14378     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14379     layout: "plot-throughput"
14380
14381 #- type: "plot"
14382 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14383 #  algorithm: "plot_perf_box_name"
14384 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14385 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14386 #  include:
14387 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14388 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14389 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14390 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14391 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14392 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14393 #  layout:
14394 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14395 #    layout: "plot-throughput"
14396 #
14397 #- type: "plot"
14398 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14399 #  algorithm: "plot_perf_box_name"
14400 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14401 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14402 #  include:
14403 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14404 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14405 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14406 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14407 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14408 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14409 #  layout:
14410 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14411 #    layout: "plot-throughput"
14412
14413 - type: "plot"
14414   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14415   algorithm: "plot_perf_box_name"
14416   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14417   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14418   include:
14419     - "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"
14420     - "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"
14421     - "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"
14422     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14423     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14424     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14425   layout:
14426     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
14427     layout: "plot-throughput"
14428
14429 - type: "plot"
14430   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14431   algorithm: "plot_perf_box_name"
14432   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14433   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14434   include:
14435     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14436     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14437     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14438     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14439     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14440     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14441   layout:
14442     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
14443     layout: "plot-throughput"
14444
14445 ################################################################################
14446
14447 # Packet Speedup
14448
14449 - type: "plot"
14450   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14451   algorithm: "plot_tsa_name"
14452   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14453   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14454   include:
14455     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14456     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14457     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14458     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14459   layout:
14460     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
14461     layout: "plot-throughput-speedup-analysis"
14462
14463 - type: "plot"
14464   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14465   algorithm: "plot_tsa_name"
14466   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14467   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14468   include:
14469     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14470     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14471     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14472     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14473   layout:
14474     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
14475     layout: "plot-throughput-speedup-analysis"
14476
14477 - type: "plot"
14478   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14479   algorithm: "plot_tsa_name"
14480   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14481   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14482   include:
14483     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14484     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14485     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14486     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14487   layout:
14488     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
14489     layout: "plot-throughput-speedup-analysis"
14490
14491 - type: "plot"
14492   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14493   algorithm: "plot_tsa_name"
14494   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14495   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14496   include:
14497     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14498     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14499     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14500     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14501   layout:
14502     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
14503     layout: "plot-throughput-speedup-analysis"
14504
14505 - type: "plot"
14506   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14507   algorithm: "plot_tsa_name"
14508   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14509   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14510   include:
14511     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14512     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14513     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14514     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14515     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14516   layout:
14517     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
14518     layout: "plot-throughput-speedup-analysis"
14519
14520 - type: "plot"
14521   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14522   algorithm: "plot_tsa_name"
14523   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14524   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14525   include:
14526     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14527     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14528     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14529     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14530     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14531   layout:
14532     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14533     layout: "plot-throughput-speedup-analysis"
14534
14535 - type: "plot"
14536   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14537   algorithm: "plot_tsa_name"
14538   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14539   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14540   include:
14541     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14542     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14543     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14544     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14545     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14546   layout:
14547     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
14548     layout: "plot-throughput-speedup-analysis"
14549
14550 - type: "plot"
14551   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14552   algorithm: "plot_tsa_name"
14553   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14554   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14555   include:
14556     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14557     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14558     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14559     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14560     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14561   layout:
14562     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14563     layout: "plot-throughput-speedup-analysis"
14564
14565 - type: "plot"
14566   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14567   algorithm: "plot_tsa_name"
14568   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14569   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14570   include:
14571     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14572     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14573     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14574     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14575     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14576     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14577   layout:
14578     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
14579     layout: "plot-throughput-speedup-analysis"
14580
14581 - type: "plot"
14582   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14583   algorithm: "plot_tsa_name"
14584   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14585   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14586   include:
14587     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14588     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14589     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14590     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14591     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14592     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14593   layout:
14594     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14595     layout: "plot-throughput-speedup-analysis"
14596
14597 - type: "plot"
14598   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14599   algorithm: "plot_tsa_name"
14600   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14601   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14602   include:
14603     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14604     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14605     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14606     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14607     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14608   layout:
14609     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14610     layout: "plot-throughput-speedup-analysis"
14611
14612 - type: "plot"
14613   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14614   algorithm: "plot_tsa_name"
14615   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14616   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14617   include:
14618     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14619     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14620     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14621     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14622     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14623   layout:
14624     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14625     layout: "plot-throughput-speedup-analysis"
14626
14627 - type: "plot"
14628   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14629   algorithm: "plot_tsa_name"
14630   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14631   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14632   include:
14633     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14634     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14635     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14636   layout:
14637     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14638     layout: "plot-throughput-speedup-analysis"
14639
14640 - type: "plot"
14641   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14642   algorithm: "plot_tsa_name"
14643   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14644   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14645   include:
14646     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14647     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14648     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14649   layout:
14650     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14651     layout: "plot-throughput-speedup-analysis"
14652
14653 - type: "plot"
14654   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14655   algorithm: "plot_tsa_name"
14656   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14657   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14658   include:
14659     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14660     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14661     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14662     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14663     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14664   layout:
14665     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14666     layout: "plot-throughput-speedup-analysis"
14667
14668 - type: "plot"
14669   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14670   algorithm: "plot_tsa_name"
14671   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14672   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14673   include:
14674     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14675     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14676     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14677     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14678     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14679   layout:
14680     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14681     layout: "plot-throughput-speedup-analysis"
14682
14683 - type: "plot"
14684   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14685   algorithm: "plot_tsa_name"
14686   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14687   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14688   include:
14689     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14690     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14691     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14692   layout:
14693     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14694     layout: "plot-throughput-speedup-analysis"
14695
14696 - type: "plot"
14697   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14698   algorithm: "plot_tsa_name"
14699   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14700   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14701   include:
14702     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14703     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14704     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14705   layout:
14706     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14707     layout: "plot-throughput-speedup-analysis"
14708
14709 - type: "plot"
14710   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14711   algorithm: "plot_tsa_name"
14712   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14713   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14714   include:
14715     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14716     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14717     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14718     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14719     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14720     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14721   layout:
14722     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14723     layout: "plot-throughput-speedup-analysis"
14724
14725 - type: "plot"
14726   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14727   algorithm: "plot_tsa_name"
14728   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14729   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14730   include:
14731     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14732     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14733     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14734     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14735     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14736     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14737   layout:
14738     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14739     layout: "plot-throughput-speedup-analysis"
14740
14741 - type: "plot"
14742   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14743   algorithm: "plot_tsa_name"
14744   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14745   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14746   include:
14747     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14748     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14749     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14750     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14751     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14752     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14753   layout:
14754     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14755     layout: "plot-throughput-speedup-analysis"
14756
14757 - type: "plot"
14758   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14759   algorithm: "plot_tsa_name"
14760   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14761   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14762   include:
14763     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14764     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14765     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14766     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14767     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14768     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14769   layout:
14770     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14771     layout: "plot-throughput-speedup-analysis"
14772
14773 - type: "plot"
14774   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14775   algorithm: "plot_tsa_name"
14776   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14777   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14778   include:
14779     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14780     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14781     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14782   layout:
14783     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14784     layout: "plot-throughput-speedup-analysis"
14785
14786 - type: "plot"
14787   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14788   algorithm: "plot_tsa_name"
14789   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14790   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14791   include:
14792     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14793     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14794     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14795   layout:
14796     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14797     layout: "plot-throughput-speedup-analysis"
14798
14799 - type: "plot"
14800   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14801   algorithm: "plot_tsa_name"
14802   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14803   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14804   include:
14805     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14806     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14807     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14808 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14809 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14810   layout:
14811     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14812     layout: "plot-throughput-speedup-analysis"
14813
14814 - type: "plot"
14815   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14816   algorithm: "plot_tsa_name"
14817   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14818   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14819   include:
14820     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14821     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14822     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14823 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14824 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14825   layout:
14826     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14827     layout: "plot-throughput-speedup-analysis"
14828
14829 - type: "plot"
14830   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14831   algorithm: "plot_tsa_name"
14832   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14833   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14834   include:
14835     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14836     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14837     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14838     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14839     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14840   layout:
14841     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14842     layout: "plot-throughput-speedup-analysis"
14843
14844 - type: "plot"
14845   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14846   algorithm: "plot_tsa_name"
14847   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14848   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14849   include:
14850     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14851     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14852     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14853     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14854     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14855   layout:
14856     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14857     layout: "plot-throughput-speedup-analysis"
14858
14859 - type: "plot"
14860   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14861   algorithm: "plot_tsa_name"
14862   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14863   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14864   include:
14865     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14866     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14867     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14868     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14869     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14870   layout:
14871     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14872     layout: "plot-throughput-speedup-analysis"
14873
14874 - type: "plot"
14875   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14876   algorithm: "plot_tsa_name"
14877   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14878   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14879   include:
14880     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14881     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14882     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14883     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14884     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14885   layout:
14886     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14887     layout: "plot-throughput-speedup-analysis"
14888
14889 - type: "plot"
14890   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14891   algorithm: "plot_tsa_name"
14892   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14893   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14894   include:
14895     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14896     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14897     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14898     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14899     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14900     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14901   layout:
14902     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14903     layout: "plot-throughput-speedup-analysis"
14904
14905 - type: "plot"
14906   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14907   algorithm: "plot_tsa_name"
14908   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14909   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14910   include:
14911     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14912     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14913     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14914     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14915     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14916     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14917   layout:
14918     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14919     layout: "plot-throughput-speedup-analysis"
14920
14921 - type: "plot"
14922   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14923   algorithm: "plot_tsa_name"
14924   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14925   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14926   include:
14927     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14928     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14929     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14930     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14931     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14932     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14933   layout:
14934     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14935     layout: "plot-throughput-speedup-analysis"
14936
14937 - type: "plot"
14938   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14939   algorithm: "plot_tsa_name"
14940   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14941   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14942   include:
14943     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14944     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14945     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14946     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14947     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14948     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14949   layout:
14950     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14951     layout: "plot-throughput-speedup-analysis"
14952
14953 - type: "plot"
14954   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14955   algorithm: "plot_tsa_name"
14956   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14957   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14958   include:
14959     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14960     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14961   layout:
14962     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
14963     layout: "plot-throughput-speedup-analysis"
14964
14965 - type: "plot"
14966   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14967   algorithm: "plot_tsa_name"
14968   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14969   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14970   include:
14971     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14972     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14973   layout:
14974     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
14975     layout: "plot-throughput-speedup-analysis"
14976
14977 - type: "plot"
14978   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14979   algorithm: "plot_tsa_name"
14980   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14981   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14982   include:
14983     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14984     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14985     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14986     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14987   layout:
14988     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
14989     layout: "plot-throughput-speedup-analysis"
14990
14991 - type: "plot"
14992   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14993   algorithm: "plot_tsa_name"
14994   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14995   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14996   include:
14997     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14998     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14999     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15000     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15001   layout:
15002     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
15003     layout: "plot-throughput-speedup-analysis"
15004
15005 - type: "plot"
15006   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15007   algorithm: "plot_tsa_name"
15008   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15009   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15010   include:
15011     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15012     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15013     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15014     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15015   layout:
15016     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
15017     layout: "plot-throughput-speedup-analysis"
15018
15019 - type: "plot"
15020   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15021   algorithm: "plot_tsa_name"
15022   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15023   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15024   include:
15025     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15026     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15027     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15028     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15029   layout:
15030     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
15031     layout: "plot-throughput-speedup-analysis"
15032
15033 - type: "plot"
15034   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15035   algorithm: "plot_tsa_name"
15036   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15037   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15038   include:
15039     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15040     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15041     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15042     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15043     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15044     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15045   layout:
15046     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
15047     layout: "plot-throughput-speedup-analysis"
15048
15049 - type: "plot"
15050   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15051   algorithm: "plot_tsa_name"
15052   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15053   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15054   include:
15055     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15056     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15057     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15058     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15059     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15060     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15061   layout:
15062     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
15063     layout: "plot-throughput-speedup-analysis"
15064
15065 - type: "plot"
15066   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15067   algorithm: "plot_tsa_name"
15068   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15069   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15070   include:
15071     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15072     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15073     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15074     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15075     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15076   layout:
15077     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15078     layout: "plot-throughput-speedup-analysis"
15079
15080 - type: "plot"
15081   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15082   algorithm: "plot_tsa_name"
15083   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15084   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15085   include:
15086     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15087     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15088     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15089     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15090     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15091   layout:
15092     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15093     layout: "plot-throughput-speedup-analysis"
15094
15095 - type: "plot"
15096   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15097   algorithm: "plot_tsa_name"
15098   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15099   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15100   include:
15101     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15102     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15103     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15104     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15105     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15106   layout:
15107     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15108     layout: "plot-throughput-speedup-analysis"
15109
15110 - type: "plot"
15111   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15112   algorithm: "plot_tsa_name"
15113   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15114   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15115   include:
15116     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15117     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15118     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15119     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15120     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15121   layout:
15122     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15123     layout: "plot-throughput-speedup-analysis"
15124
15125 - type: "plot"
15126   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15127   algorithm: "plot_tsa_name"
15128   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15129   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15130   include:
15131     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15132     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15133     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15134   layout:
15135     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
15136     layout: "plot-throughput-speedup-analysis"
15137
15138 - type: "plot"
15139   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15140   algorithm: "plot_tsa_name"
15141   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15142   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15143   include:
15144     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15145     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15146     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15147   layout:
15148     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
15149     layout: "plot-throughput-speedup-analysis"
15150
15151 - type: "plot"
15152   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15153   algorithm: "plot_tsa_name"
15154   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15155   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15156   include:
15157     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15158     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15159     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15160   layout:
15161     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
15162     layout: "plot-throughput-speedup-analysis"
15163
15164 - type: "plot"
15165   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15166   algorithm: "plot_tsa_name"
15167   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15168   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15169   include:
15170     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15171     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15172     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15173   layout:
15174     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
15175     layout: "plot-throughput-speedup-analysis"
15176
15177 - type: "plot"
15178   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15179   algorithm: "plot_tsa_name"
15180   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15181   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15182   include:
15183     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15184     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15185     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15186     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15187     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15188   layout:
15189     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15190     layout: "plot-throughput-speedup-analysis"
15191
15192 - type: "plot"
15193   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15194   algorithm: "plot_tsa_name"
15195   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15196   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15197   include:
15198     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15199     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15200     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15201     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15202     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15203   layout:
15204     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15205     layout: "plot-throughput-speedup-analysis"
15206
15207 - type: "plot"
15208   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15209   algorithm: "plot_tsa_name"
15210   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15211   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15212   include:
15213     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15214     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15215     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15216     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15217     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15218   layout:
15219     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15220     layout: "plot-throughput-speedup-analysis"
15221
15222 - type: "plot"
15223   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15224   algorithm: "plot_tsa_name"
15225   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15226   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15227   include:
15228     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15229     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15230     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15231     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15232     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15233   layout:
15234     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15235     layout: "plot-throughput-speedup-analysis"
15236
15237 - type: "plot"
15238   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15239   algorithm: "plot_tsa_name"
15240   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15241   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15242   include:
15243     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15244     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15245     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15246     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15247     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15248     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15249   layout:
15250     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
15251     layout: "plot-throughput-speedup-analysis"
15252
15253 - type: "plot"
15254   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15255   algorithm: "plot_tsa_name"
15256   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15257   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15258   include:
15259     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15260     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15261     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15262     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15263     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15264     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15265   layout:
15266     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
15267     layout: "plot-throughput-speedup-analysis"
15268
15269 - type: "plot"
15270   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15271   algorithm: "plot_tsa_name"
15272   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15273   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15274   include:
15275     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15276     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15277     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15278     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15279   layout:
15280     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
15281     layout: "plot-throughput-speedup-analysis"
15282
15283 - type: "plot"
15284   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15285   algorithm: "plot_tsa_name"
15286   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15287   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15288   include:
15289     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15290     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15291     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15292     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15293   layout:
15294     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
15295     layout: "plot-throughput-speedup-analysis"
15296
15297 - type: "plot"
15298   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15299   algorithm: "plot_tsa_name"
15300   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15301   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15302   include:
15303     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15304     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15305     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15306     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15307     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15308     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15309   layout:
15310     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
15311     layout: "plot-throughput-speedup-analysis"
15312
15313 - type: "plot"
15314   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15315   algorithm: "plot_tsa_name"
15316   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15317   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15318   include:
15319     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15320     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15321     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15322     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15323     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15324     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15325   layout:
15326     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
15327     layout: "plot-throughput-speedup-analysis"
15328
15329 - type: "plot"
15330   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15331   algorithm: "plot_tsa_name"
15332   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15333   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15334   include:
15335     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15336     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15337     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15338     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15339     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15340     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15341   layout:
15342     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
15343     layout: "plot-throughput-speedup-analysis"
15344
15345 - type: "plot"
15346   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15347   algorithm: "plot_tsa_name"
15348   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15349   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15350   include:
15351     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15352     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15353     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15354     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15355     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15356     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15357   layout:
15358     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
15359     layout: "plot-throughput-speedup-analysis"
15360
15361 - type: "plot"
15362   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15363   algorithm: "plot_tsa_name"
15364   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15365   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15366   include:
15367     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15368     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15369     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15370     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15371     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15372     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15373   layout:
15374     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
15375     layout: "plot-throughput-speedup-analysis"
15376
15377 - type: "plot"
15378   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15379   algorithm: "plot_tsa_name"
15380   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15381   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15382   include:
15383     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15384     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15385     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15386     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15387     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15388     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15389   layout:
15390     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
15391     layout: "plot-throughput-speedup-analysis"
15392
15393 - type: "plot"
15394   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15395   algorithm: "plot_tsa_name"
15396   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15397   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15398   include:
15399     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15400     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15401     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15402     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15403     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15404     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15405   layout:
15406     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
15407     layout: "plot-throughput-speedup-analysis"
15408
15409 - type: "plot"
15410   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15411   algorithm: "plot_tsa_name"
15412   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15413   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15414   include:
15415     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15416     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15417     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15418     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15419     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15420     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15421   layout:
15422     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
15423     layout: "plot-throughput-speedup-analysis"
15424
15425 - type: "plot"
15426   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15427   algorithm: "plot_tsa_name"
15428   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15429   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15430   include:
15431     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15432     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15433     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15434     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15435     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15436     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15437   layout:
15438     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15439     layout: "plot-throughput-speedup-analysis"
15440
15441 - type: "plot"
15442   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15443   algorithm: "plot_tsa_name"
15444   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15445   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15446   include:
15447     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15448     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15449     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15450     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15451     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15452     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15453   layout:
15454     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15455     layout: "plot-throughput-speedup-analysis"
15456
15457 - type: "plot"
15458   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15459   algorithm: "plot_tsa_name"
15460   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15461   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15462   include:
15463     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15464     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15465     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15466     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15467   layout:
15468     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15469     layout: "plot-throughput-speedup-analysis"
15470
15471 - type: "plot"
15472   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15473   algorithm: "plot_tsa_name"
15474   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15475   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15476   include:
15477     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15478     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15479     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15480     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15481   layout:
15482     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15483     layout: "plot-throughput-speedup-analysis"
15484
15485 - type: "plot"
15486   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15487   algorithm: "plot_tsa_name"
15488   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15489   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15490   include:
15491     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15492     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15493     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15494     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15495   layout:
15496     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15497     layout: "plot-throughput-speedup-analysis"
15498
15499 - type: "plot"
15500   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15501   algorithm: "plot_tsa_name"
15502   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15503   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15504   include:
15505     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15506     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15507     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15508     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15509   layout:
15510     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15511     layout: "plot-throughput-speedup-analysis"
15512
15513 - type: "plot"
15514   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15515   algorithm: "plot_tsa_name"
15516   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15517   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15518   include:
15519     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15520     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15521     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15522     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15523     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15524     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15525   layout:
15526     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15527     layout: "plot-throughput-speedup-analysis"
15528
15529 - type: "plot"
15530   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15531   algorithm: "plot_tsa_name"
15532   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15533   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15534   include:
15535     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15536     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15537     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15538     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15539     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15540     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15541   layout:
15542     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15543     layout: "plot-throughput-speedup-analysis"
15544
15545 - type: "plot"
15546   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15547   algorithm: "plot_tsa_name"
15548   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15549   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15550   include:
15551     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15552     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15553     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15554     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15555     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15556   layout:
15557     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15558     layout: "plot-throughput-speedup-analysis"
15559
15560 - type: "plot"
15561   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15562   algorithm: "plot_tsa_name"
15563   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15564   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15565   include:
15566     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15567     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15568     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15569     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15570     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15571   layout:
15572     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15573     layout: "plot-throughput-speedup-analysis"
15574
15575 - type: "plot"
15576   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15577   algorithm: "plot_tsa_name"
15578   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15579   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15580   include:
15581     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15582     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15583     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15584     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15585     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15586   layout:
15587     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15588     layout: "plot-throughput-speedup-analysis"
15589
15590 - type: "plot"
15591   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15592   algorithm: "plot_tsa_name"
15593   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15594   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15595   include:
15596     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15597     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15598     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15599     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15600     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15601   layout:
15602     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15603     layout: "plot-throughput-speedup-analysis"
15604
15605 - type: "plot"
15606   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15607   algorithm: "plot_tsa_name"
15608   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15609   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15610   include:
15611     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15612     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15613     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15614     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15615   layout:
15616     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15617     layout: "plot-throughput-speedup-analysis"
15618
15619 - type: "plot"
15620   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15621   algorithm: "plot_tsa_name"
15622   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15623   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15624   include:
15625     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15626     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15627     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15628     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15629   layout:
15630     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15631     layout: "plot-throughput-speedup-analysis"
15632
15633 - type: "plot"
15634   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15635   algorithm: "plot_tsa_name"
15636   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15637   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15638   include:
15639     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15640     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15641     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15642     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15643     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15644     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15645   layout:
15646     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15647     layout: "plot-throughput-speedup-analysis"
15648
15649 - type: "plot"
15650   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15651   algorithm: "plot_tsa_name"
15652   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15653   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15654   include:
15655     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15656     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15657     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15658     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15659     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15660     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15661   layout:
15662     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15663     layout: "plot-throughput-speedup-analysis"
15664
15665 - type: "plot"
15666   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15667   algorithm: "plot_tsa_name"
15668   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15669   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15670   include:
15671     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15672     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15673     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15674     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15675     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15676     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15677   layout:
15678     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15679     layout: "plot-throughput-speedup-analysis"
15680
15681 - type: "plot"
15682   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15683   algorithm: "plot_tsa_name"
15684   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15685   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15686   include:
15687     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15688     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15689     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15690     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15691     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15692     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15693   layout:
15694     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15695     layout: "plot-throughput-speedup-analysis"
15696
15697 - type: "plot"
15698   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15699   algorithm: "plot_tsa_name"
15700   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15701   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15702   include:
15703     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15704     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15705     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15706     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15707     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15708     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15709   layout:
15710     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15711     layout: "plot-throughput-speedup-analysis"
15712
15713 - type: "plot"
15714   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15715   algorithm: "plot_tsa_name"
15716   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15717   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15718   include:
15719     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15720     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15721     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15722     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15723     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15724     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15725   layout:
15726     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15727     layout: "plot-throughput-speedup-analysis"
15728
15729 - type: "plot"
15730   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15731   algorithm: "plot_tsa_name"
15732   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15733   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15734   include:
15735     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15736     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15737     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15738     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15739     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15740     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15741   layout:
15742     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15743     layout: "plot-throughput-speedup-analysis"
15744
15745 - type: "plot"
15746   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15747   algorithm: "plot_tsa_name"
15748   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15749   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15750   include:
15751     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15752     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15753     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15754     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15755     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15756     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15757   layout:
15758     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15759     layout: "plot-throughput-speedup-analysis"
15760
15761 - type: "plot"
15762   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15763   algorithm: "plot_tsa_name"
15764   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15765   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15766   include:
15767     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15768     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15769     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15770     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15771     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15772     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15773   layout:
15774     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15775     layout: "plot-throughput-speedup-analysis"
15776
15777 - type: "plot"
15778   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15779   algorithm: "plot_tsa_name"
15780   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15781   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15782   include:
15783     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15784     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15785     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15786     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15787     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15788     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15789   layout:
15790     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15791     layout: "plot-throughput-speedup-analysis"
15792
15793 - type: "plot"
15794   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15795   algorithm: "plot_tsa_name"
15796   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15797   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15798   include:
15799     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15800     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15801     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15802     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15803     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15804   layout:
15805     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15806     layout: "plot-throughput-speedup-analysis"
15807
15808 - type: "plot"
15809   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15810   algorithm: "plot_tsa_name"
15811   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15812   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15813   include:
15814     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15815     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15816     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15817     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15818     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15819   layout:
15820     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15821     layout: "plot-throughput-speedup-analysis"
15822
15823 - type: "plot"
15824   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15825   algorithm: "plot_tsa_name"
15826   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15827   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15828   include:
15829     - "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"
15830     - "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"
15831     - "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"
15832     - "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"
15833     - "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"
15834   layout:
15835     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15836     layout: "plot-throughput-speedup-analysis"
15837
15838 - type: "plot"
15839   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15840   algorithm: "plot_tsa_name"
15841   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15842   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15843   include:
15844     - "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"
15845     - "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"
15846     - "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"
15847     - "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"
15848     - "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"
15849   layout:
15850     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15851     layout: "plot-throughput-speedup-analysis"
15852
15853 - type: "plot"
15854   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15855   algorithm: "plot_tsa_name"
15856   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15857   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15858   include:
15859     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15860     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15861     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15862     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15863     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15864   layout:
15865     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15866     layout: "plot-throughput-speedup-analysis"
15867
15868 - type: "plot"
15869   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15870   algorithm: "plot_tsa_name"
15871   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15872   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15873   include:
15874     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15875     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15876     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15877     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15878     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15879   layout:
15880     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15881     layout: "plot-throughput-speedup-analysis"
15882
15883 - type: "plot"
15884   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15885   algorithm: "plot_tsa_name"
15886   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15887   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15888   include:
15889     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15890     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15891     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15892     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15893     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15894   layout:
15895     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15896     layout: "plot-throughput-speedup-analysis"
15897
15898 - type: "plot"
15899   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15900   algorithm: "plot_tsa_name"
15901   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15902   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15903   include:
15904     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15905     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15906     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15907     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15908     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15909   layout:
15910     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15911     layout: "plot-throughput-speedup-analysis"
15912
15913 - type: "plot"
15914   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15915   algorithm: "plot_tsa_name"
15916   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15917   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15918   include:
15919     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15920     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15921     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15922     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15923     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15924   layout:
15925     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15926     layout: "plot-throughput-speedup-analysis"
15927
15928 - type: "plot"
15929   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15930   algorithm: "plot_tsa_name"
15931   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15932   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15933   include:
15934     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15935     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15936     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15937     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15938     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15939   layout:
15940     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15941     layout: "plot-throughput-speedup-analysis"
15942
15943 - type: "plot"
15944   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15945   algorithm: "plot_tsa_name"
15946   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15947   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15948   include:
15949     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15950     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15951     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15952     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15953     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15954   layout:
15955     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15956     layout: "plot-throughput-speedup-analysis"
15957
15958 - type: "plot"
15959   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15960   algorithm: "plot_tsa_name"
15961   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15962   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15963   include:
15964     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15965     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15966     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15967     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15968     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15969   layout:
15970     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15971     layout: "plot-throughput-speedup-analysis"
15972
15973 - type: "plot"
15974   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15975   algorithm: "plot_tsa_name"
15976   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15977   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15978   include:
15979     - "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"
15980     - "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"
15981     - "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"
15982     - "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"
15983   layout:
15984     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15985     layout: "plot-throughput-speedup-analysis"
15986
15987 - type: "plot"
15988   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15989   algorithm: "plot_tsa_name"
15990   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15991   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15992   include:
15993     - "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"
15994     - "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"
15995     - "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"
15996     - "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"
15997   layout:
15998     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15999     layout: "plot-throughput-speedup-analysis"
16000
16001 - type: "plot"
16002   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16003   algorithm: "plot_tsa_name"
16004   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16005   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16006   include:
16007     - "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"
16008     - "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"
16009     - "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"
16010     - "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"
16011   layout:
16012     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16013     layout: "plot-throughput-speedup-analysis"
16014
16015 - type: "plot"
16016   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16017   algorithm: "plot_tsa_name"
16018   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16019   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16020   include:
16021     - "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"
16022     - "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"
16023     - "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"
16024     - "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"
16025   layout:
16026     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16027     layout: "plot-throughput-speedup-analysis"
16028
16029 - type: "plot"
16030   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
16031   algorithm: "plot_tsa_name"
16032   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
16033   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16034   include:
16035     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16036     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16037     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16038     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16039     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16040     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16041   layout:
16042     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
16043     layout: "plot-throughput-speedup-analysis"
16044
16045 - type: "plot"
16046   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
16047   algorithm: "plot_tsa_name"
16048   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
16049   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16050   include:
16051     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16052     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16053     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16054     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16055     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16056     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16057   layout:
16058     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
16059     layout: "plot-throughput-speedup-analysis"
16060
16061 - type: "plot"
16062   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16063   algorithm: "plot_tsa_name"
16064   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
16065   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16066   include:
16067     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16068     - "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"
16069     - "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"
16070     - "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"
16071     - "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"
16072     - "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"
16073   layout:
16074     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16075     layout: "plot-throughput-speedup-analysis"
16076
16077 - type: "plot"
16078   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16079   algorithm: "plot_tsa_name"
16080   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
16081   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16082   include:
16083     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16084     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16085     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16086     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16087     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16088     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16089   layout:
16090     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16091     layout: "plot-throughput-speedup-analysis"
16092
16093 - type: "plot"
16094   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16095   algorithm: "plot_tsa_name"
16096   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16097   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16098   include:
16099     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16100     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16101     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16102     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16103     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16104     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16105   layout:
16106     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16107     layout: "plot-throughput-speedup-analysis"
16108
16109 - type: "plot"
16110   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16111   algorithm: "plot_tsa_name"
16112   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16113   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16114   include:
16115     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16116     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16117     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16118     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16119     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16120     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16121   layout:
16122     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16123     layout: "plot-throughput-speedup-analysis"
16124
16125 - type: "plot"
16126   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16127   algorithm: "plot_tsa_name"
16128   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16129   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16130   include:
16131     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16132     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16133     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16134     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16135     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16136   layout:
16137     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16138     layout: "plot-throughput-speedup-analysis"
16139
16140 - type: "plot"
16141   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16142   algorithm: "plot_tsa_name"
16143   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16144   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16145   include:
16146     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16147     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16148     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16149     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16150     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16151   layout:
16152     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16153     layout: "plot-throughput-speedup-analysis"
16154
16155 - type: "plot"
16156   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16157   algorithm: "plot_tsa_name"
16158   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16159   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16160   include:
16161     - "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"
16162     - "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"
16163   layout:
16164     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16165     layout: "plot-throughput-speedup-analysis"
16166
16167 - type: "plot"
16168   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16169   algorithm: "plot_tsa_name"
16170   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16171   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16172   include:
16173     - "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"
16174     - "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"
16175   layout:
16176     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16177     layout: "plot-throughput-speedup-analysis"
16178
16179 - type: "plot"
16180   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16181   algorithm: "plot_tsa_name"
16182   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16183   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16184   include:
16185     - "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"
16186     - "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"
16187   layout:
16188     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16189     layout: "plot-throughput-speedup-analysis"
16190
16191 - type: "plot"
16192   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16193   algorithm: "plot_tsa_name"
16194   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16195   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16196   include:
16197     - "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"
16198     - "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"
16199   layout:
16200     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16201     layout: "plot-throughput-speedup-analysis"
16202
16203 - type: "plot"
16204   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16205   algorithm: "plot_tsa_name"
16206   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16207   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16208   include:
16209     - "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"
16210     - "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"
16211     - "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"
16212     - "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"
16213     - "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"
16214     - "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"
16215   layout:
16216     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
16217     layout: "plot-throughput-speedup-analysis"
16218
16219 - type: "plot"
16220   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16221   algorithm: "plot_tsa_name"
16222   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16223   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16224   include:
16225     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
16226     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
16227     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
16228     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
16229     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
16230     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
16231   layout:
16232     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
16233     layout: "plot-throughput-speedup-analysis"
16234
16235 - type: "plot"
16236   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16237   algorithm: "plot_tsa_name"
16238   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16239   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16240   include:
16241     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16242     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16243     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16244     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16245     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16246   layout:
16247     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
16248     layout: "plot-throughput-speedup-analysis"
16249
16250 - type: "plot"
16251   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16252   algorithm: "plot_tsa_name"
16253   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16254   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16255   include:
16256     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16257     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16258     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16259     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16260     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16261   layout:
16262     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
16263     layout: "plot-throughput-speedup-analysis"
16264
16265 - type: "plot"
16266   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16267   algorithm: "plot_tsa_name"
16268   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16269   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16270   include:
16271     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16272     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16273     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16274     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16275     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16276   layout:
16277     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
16278     layout: "plot-throughput-speedup-analysis"
16279
16280 - type: "plot"
16281   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16282   algorithm: "plot_tsa_name"
16283   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16284   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16285   include:
16286     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16287     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16288     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16289     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16290     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16291   layout:
16292     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
16293     layout: "plot-throughput-speedup-analysis"
16294
16295 - type: "plot"
16296   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16297   algorithm: "plot_tsa_name"
16298   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16299   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16300   include:
16301     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16302     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16303     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16304     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16305     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16306     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16307   layout:
16308     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
16309     layout: "plot-throughput-speedup-analysis"
16310
16311 - type: "plot"
16312   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16313   algorithm: "plot_tsa_name"
16314   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16315   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16316   include:
16317     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16318     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16319     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16320     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16321     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16322     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16323   layout:
16324     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
16325     layout: "plot-throughput-speedup-analysis"
16326
16327 - type: "plot"
16328   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16329   algorithm: "plot_tsa_name"
16330   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16331   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16332   include:
16333     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16334     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16335     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16336     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16337   layout:
16338     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
16339     layout: "plot-throughput-speedup-analysis"
16340
16341 - type: "plot"
16342   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16343   algorithm: "plot_tsa_name"
16344   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16345   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16346   include:
16347     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16348     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16349     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16350     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16351   layout:
16352     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
16353     layout: "plot-throughput-speedup-analysis"
16354
16355 - type: "plot"
16356   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16357   algorithm: "plot_tsa_name"
16358   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16359   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16360   include:
16361     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16362     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16363     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16364     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16365     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16366   layout:
16367     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
16368     layout: "plot-throughput-speedup-analysis"
16369
16370 - type: "plot"
16371   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16372   algorithm: "plot_tsa_name"
16373   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16374   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16375   include:
16376     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16377     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16378     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16379     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16380     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16381   layout:
16382     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
16383     layout: "plot-throughput-speedup-analysis"
16384
16385 - type: "plot"
16386   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16387   algorithm: "plot_tsa_name"
16388   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16389   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16390   include:
16391     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16392     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16393     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16394     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16395     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16396     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16397   layout:
16398     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
16399     layout: "plot-throughput-speedup-analysis"
16400
16401 - type: "plot"
16402   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16403   algorithm: "plot_tsa_name"
16404   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16405   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16406   include:
16407     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16408     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16409     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16410     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16411     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16412     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16413   layout:
16414     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
16415     layout: "plot-throughput-speedup-analysis"
16416
16417 - type: "plot"
16418   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16419   algorithm: "plot_tsa_name"
16420   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16421   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16422   include:
16423     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16424     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16425     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16426     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16427   layout:
16428     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
16429     layout: "plot-throughput-speedup-analysis"
16430
16431 - type: "plot"
16432   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16433   algorithm: "plot_tsa_name"
16434   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16435   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16436   include:
16437     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16438     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16439     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16440     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16441   layout:
16442     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
16443     layout: "plot-throughput-speedup-analysis"
16444
16445 - type: "plot"
16446   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16447   algorithm: "plot_tsa_name"
16448   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16449   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16450   include:
16451     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16452     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16453     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16454     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16455     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16456     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16457   layout:
16458     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16459     layout: "plot-throughput-speedup-analysis"
16460
16461 - type: "plot"
16462   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16463   algorithm: "plot_tsa_name"
16464   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16465   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16466   include:
16467     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16468     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16469     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16470     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16471     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16472     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16473   layout:
16474     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16475     layout: "plot-throughput-speedup-analysis"
16476
16477 - type: "plot"
16478   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16479   algorithm: "plot_tsa_name"
16480   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16481   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16482   include:
16483     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16484     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16485     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16486     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16487     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16488     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16489   layout:
16490     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16491     layout: "plot-throughput-speedup-analysis"
16492
16493 - type: "plot"
16494   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16495   algorithm: "plot_tsa_name"
16496   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16497   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16498   include:
16499     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16500     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16501     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16502     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16503     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16504     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16505   layout:
16506     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16507     layout: "plot-throughput-speedup-analysis"
16508
16509 - type: "plot"
16510   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16511   algorithm: "plot_tsa_name"
16512   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16513   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16514   include:
16515     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16516     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16517     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16518     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16519     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16520     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16521   layout:
16522     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16523     layout: "plot-throughput-speedup-analysis"
16524
16525 - type: "plot"
16526   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16527   algorithm: "plot_tsa_name"
16528   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16529   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16530   include:
16531     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16532     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16533     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16534     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16535     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16536     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16537   layout:
16538     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16539     layout: "plot-throughput-speedup-analysis"
16540
16541 - type: "plot"
16542   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16543   algorithm: "plot_tsa_name"
16544   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16545   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16546   include:
16547     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16548     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16549     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16550     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16551     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16552     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16553   layout:
16554     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16555     layout: "plot-throughput-speedup-analysis"
16556
16557 - type: "plot"
16558   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16559   algorithm: "plot_tsa_name"
16560   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16561   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16562   include:
16563     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16564     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16565     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16566     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16567     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16568     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16569   layout:
16570     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16571     layout: "plot-throughput-speedup-analysis"
16572
16573 - type: "plot"
16574   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16575   algorithm: "plot_tsa_name"
16576   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16577   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16578   include:
16579     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16580     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16581     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16582     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16583     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16584     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16585   layout:
16586     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16587     layout: "plot-throughput-speedup-analysis"
16588
16589 - type: "plot"
16590   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16591   algorithm: "plot_tsa_name"
16592   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16593   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16594   include:
16595     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16596     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16597     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16598     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16599     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16600     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16601   layout:
16602     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16603     layout: "plot-throughput-speedup-analysis"
16604
16605 #- type: "plot"
16606 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16607 #  algorithm: "plot_tsa_name"
16608 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16609 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16610 #  include:
16611 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16612 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16613 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16614 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16615 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16616 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16617 #  layout:
16618 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16619 #    layout: "plot-throughput-speedup-analysis"
16620 #
16621 #- type: "plot"
16622 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16623 #  algorithm: "plot_tsa_name"
16624 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16625 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16626 #  include:
16627 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16628 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16629 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16630 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16631 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16632 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16633 #  layout:
16634 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16635 #    layout: "plot-throughput-speedup-analysis"
16636
16637 - type: "plot"
16638   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16639   algorithm: "plot_tsa_name"
16640   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16641   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16642   include:
16643     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16644     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16645     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16646     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16647     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16648   layout:
16649     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16650     layout: "plot-throughput-speedup-analysis"
16651
16652 - type: "plot"
16653   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16654   algorithm: "plot_tsa_name"
16655   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16656   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16657   include:
16658     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16659     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16660     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16661     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16662     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16663   layout:
16664     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16665     layout: "plot-throughput-speedup-analysis"
16666
16667 - type: "plot"
16668   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16669   algorithm: "plot_tsa_name"
16670   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16671   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16672   include:
16673     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16674     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16675     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16676     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16677     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16678     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16679   layout:
16680     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16681     layout: "plot-throughput-speedup-analysis"
16682
16683 - type: "plot"
16684   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16685   algorithm: "plot_tsa_name"
16686   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16687   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16688   include:
16689     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16690     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16691     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16692     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16693     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16694     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16695   layout:
16696     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16697     layout: "plot-throughput-speedup-analysis"
16698
16699 - type: "plot"
16700   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16701   algorithm: "plot_tsa_name"
16702   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16703   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16704   include:
16705     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16706     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16707     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16708     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16709     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16710   layout:
16711     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16712     layout: "plot-throughput-speedup-analysis"
16713
16714 - type: "plot"
16715   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16716   algorithm: "plot_tsa_name"
16717   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16718   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16719   include:
16720     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16721     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16722     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16723     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16724     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16725   layout:
16726     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16727     layout: "plot-throughput-speedup-analysis"
16728
16729 #- type: "plot"
16730 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16731 #  algorithm: "plot_tsa_name"
16732 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16733 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16734 #  include:
16735 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16736 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16737 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16738 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16739 #  layout:
16740 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16741 #    layout: "plot-throughput-speedup-analysis"
16742 #
16743 #- type: "plot"
16744 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16745 #  algorithm: "plot_tsa_name"
16746 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16747 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16748 #  include:
16749 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16750 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16751 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16752 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16753 #  layout:
16754 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16755 #    layout: "plot-throughput-speedup-analysis"
16756
16757 - type: "plot"
16758   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16759   algorithm: "plot_tsa_name"
16760   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16761   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16762   include:
16763     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16764     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16765     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16766     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16767     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16768     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16769   layout:
16770     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16771     layout: "plot-throughput-speedup-analysis"
16772
16773 - type: "plot"
16774   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16775   algorithm: "plot_tsa_name"
16776   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16777   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16778   include:
16779     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16780     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16781     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16782     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16783     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16784     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16785   layout:
16786     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16787     layout: "plot-throughput-speedup-analysis"
16788
16789 - type: "plot"
16790   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16791   algorithm: "plot_tsa_name"
16792   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16793   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16794   include:
16795     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16796     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16797     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16798     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16799     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16800   layout:
16801     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16802     layout: "plot-throughput-speedup-analysis"
16803
16804 - type: "plot"
16805   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16806   algorithm: "plot_tsa_name"
16807   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16808   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16809   include:
16810     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16811     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16812     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16813     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16814     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16815   layout:
16816     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16817     layout: "plot-throughput-speedup-analysis"
16818
16819 - type: "plot"
16820   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16821   algorithm: "plot_tsa_name"
16822   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16823   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16824   include:
16825     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16826     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16827     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16828     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16829     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16830     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16831   layout:
16832     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16833     layout: "plot-throughput-speedup-analysis"
16834
16835 - type: "plot"
16836   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16837   algorithm: "plot_tsa_name"
16838   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16839   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16840   include:
16841     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16842     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16843     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16844     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16845     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16846     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16847   layout:
16848     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16849     layout: "plot-throughput-speedup-analysis"
16850
16851 - type: "plot"
16852   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16853   algorithm: "plot_tsa_name"
16854   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16855   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16856   include:
16857     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16858     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16859     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16860     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16861   layout:
16862     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16863     layout: "plot-throughput-speedup-analysis"
16864
16865 - type: "plot"
16866   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16867   algorithm: "plot_tsa_name"
16868   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16869   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16870   include:
16871     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16872     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16873     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16874     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16875   layout:
16876     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16877     layout: "plot-throughput-speedup-analysis"
16878
16879 - type: "plot"
16880   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16881   algorithm: "plot_tsa_name"
16882   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16883   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16884   include:
16885     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16886     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16887     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16888     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16889     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16890   layout:
16891     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16892     layout: "plot-throughput-speedup-analysis"
16893
16894 - type: "plot"
16895   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16896   algorithm: "plot_tsa_name"
16897   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16898   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16899   include:
16900     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16901     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16902     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16903     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16904     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16905   layout:
16906     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16907     layout: "plot-throughput-speedup-analysis"
16908
16909 - type: "plot"
16910   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16911   algorithm: "plot_tsa_name"
16912   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16913   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16914   include:
16915     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16916     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16917     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16918     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16919     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16920     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16921   layout:
16922     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16923     layout: "plot-throughput-speedup-analysis"
16924
16925 - type: "plot"
16926   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16927   algorithm: "plot_tsa_name"
16928   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16929   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16930   include:
16931     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16932     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16933     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16934     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16935     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16936     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16937   layout:
16938     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16939     layout: "plot-throughput-speedup-analysis"
16940
16941 #- type: "plot"
16942 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16943 #  algorithm: "plot_tsa_name"
16944 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16945 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16946 #  include:
16947 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16948 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16949 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16950 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16951 #  layout:
16952 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16953 #    layout: "plot-throughput-speedup-analysis"
16954 #
16955 #- type: "plot"
16956 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16957 #  algorithm: "plot_tsa_name"
16958 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16959 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16960 #  include:
16961 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16962 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16963 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16964 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16965 #  layout:
16966 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16967 #    layout: "plot-throughput-speedup-analysis"
16968
16969 - type: "plot"
16970   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16971   algorithm: "plot_tsa_name"
16972   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16973   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16974   include:
16975     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16976     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16977     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16978     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16979     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16980     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16981   layout:
16982     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16983     layout: "plot-throughput-speedup-analysis"
16984
16985 - type: "plot"
16986   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16987   algorithm: "plot_tsa_name"
16988   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16989   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16990   include:
16991     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16992     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16993     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16994     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16995     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16996     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16997   layout:
16998     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16999     layout: "plot-throughput-speedup-analysis"
17000
17001 #- type: "plot"
17002 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17003 #  algorithm: "plot_tsa_name"
17004 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17005 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17006 #  include:
17007 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17008 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17009 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17010 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17011 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17012 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17013 #  layout:
17014 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17015 #    layout: "plot-throughput-speedup-analysis"
17016 #
17017 #- type: "plot"
17018 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17019 #  algorithm: "plot_tsa_name"
17020 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17021 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17022 #  include:
17023 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17024 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17025 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17026 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17027 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17028 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17029 #  layout:
17030 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17031 #    layout: "plot-throughput-speedup-analysis"
17032
17033 #- type: "plot"
17034 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17035 #  algorithm: "plot_tsa_name"
17036 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17037 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17038 #  include:
17039 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17040 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17041 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17042 #  layout:
17043 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17044 #    layout: "plot-throughput-speedup-analysis"
17045 #
17046 #- type: "plot"
17047 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17048 #  algorithm: "plot_tsa_name"
17049 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17050 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17051 #  include:
17052 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17053 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17054 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17055 #  layout:
17056 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17057 #    layout: "plot-throughput-speedup-analysis"
17058
17059 ################################################################################
17060
17061 # Packet Throughput - DPDK
17062
17063 # 2n-skx-xxv710
17064
17065 - type: "plot"
17066   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
17067   algorithm: "plot_perf_box_name"
17068   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
17069   data: "plot-dpdk-throughput-latency-2n-skx"
17070   include:
17071     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17072     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17073   layout:
17074     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
17075     layout: "plot-throughput"
17076
17077 - type: "plot"
17078   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
17079   algorithm: "plot_perf_box_name"
17080   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
17081   data: "plot-dpdk-throughput-latency-2n-skx"
17082   include:
17083     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17084     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17085   layout:
17086     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
17087     layout: "plot-throughput"
17088
17089 - type: "plot"
17090   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
17091   algorithm: "plot_perf_box_name"
17092   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
17093   data: "plot-dpdk-throughput-latency-2n-skx"
17094   include:
17095     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17096     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17097   layout:
17098     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
17099     layout: "plot-throughput"
17100
17101 - type: "plot"
17102   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
17103   algorithm: "plot_perf_box_name"
17104   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
17105   data: "plot-dpdk-throughput-latency-2n-skx"
17106   include:
17107     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17108     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17109   layout:
17110     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
17111     layout: "plot-throughput"
17112
17113 # 2n-skx-x710
17114
17115 - type: "plot"
17116   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
17117   algorithm: "plot_perf_box_name"
17118   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
17119   data: "plot-dpdk-throughput-latency-2n-skx"
17120   include:
17121     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17122     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17123   layout:
17124     title: "2n-skx-x710-64b-2t1c-base-ndr"
17125     layout: "plot-throughput"
17126
17127 - type: "plot"
17128   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
17129   algorithm: "plot_perf_box_name"
17130   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
17131   data: "plot-dpdk-throughput-latency-2n-skx"
17132   include:
17133     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17134     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17135   layout:
17136     title: "2n-skx-x710-64b-4t2c-base-ndr"
17137     layout: "plot-throughput"
17138
17139 - type: "plot"
17140   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
17141   algorithm: "plot_perf_box_name"
17142   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
17143   data: "plot-dpdk-throughput-latency-2n-skx"
17144   include:
17145     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17146     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17147   layout:
17148     title: "2n-skx-x710-64b-2t1c-base-pdr"
17149     layout: "plot-throughput"
17150
17151 - type: "plot"
17152   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
17153   algorithm: "plot_perf_box_name"
17154   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
17155   data: "plot-dpdk-throughput-latency-2n-skx"
17156   include:
17157     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17158     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17159   layout:
17160     title: "2n-skx-x710-64b-4t2c-base-pdr"
17161     layout: "plot-throughput"
17162
17163 # 3n-skx-xxv710
17164
17165 - type: "plot"
17166   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
17167   algorithm: "plot_perf_box_name"
17168   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
17169   data: "plot-dpdk-throughput-latency-3n-skx"
17170   include:
17171     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17172     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17173   layout:
17174     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
17175     layout: "plot-throughput"
17176
17177 - type: "plot"
17178   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
17179   algorithm: "plot_perf_box_name"
17180   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
17181   data: "plot-dpdk-throughput-latency-3n-skx"
17182   include:
17183     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17184     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17185   layout:
17186     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
17187     layout: "plot-throughput"
17188
17189 - type: "plot"
17190   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
17191   algorithm: "plot_perf_box_name"
17192   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
17193   data: "plot-dpdk-throughput-latency-3n-skx"
17194   include:
17195     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17196     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17197   layout:
17198     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
17199     layout: "plot-throughput"
17200
17201 - type: "plot"
17202   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
17203   algorithm: "plot_perf_box_name"
17204   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
17205   data: "plot-dpdk-throughput-latency-3n-skx"
17206   include:
17207     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17208     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17209   layout:
17210     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
17211     layout: "plot-throughput"
17212
17213 # 3n-skx-x710
17214
17215 - type: "plot"
17216   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
17217   algorithm: "plot_perf_box_name"
17218   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
17219   data: "plot-dpdk-throughput-latency-3n-skx"
17220   include:
17221     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17222     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17223   layout:
17224     title: "3n-skx-x710-64b-2t1c-base-ndr"
17225     layout: "plot-throughput"
17226
17227 - type: "plot"
17228   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
17229   algorithm: "plot_perf_box_name"
17230   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
17231   data: "plot-dpdk-throughput-latency-3n-skx"
17232   include:
17233     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17234     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17235   layout:
17236     title: "3n-skx-x710-64b-4t2c-base-ndr"
17237     layout: "plot-throughput"
17238
17239 - type: "plot"
17240   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
17241   algorithm: "plot_perf_box_name"
17242   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
17243   data: "plot-dpdk-throughput-latency-3n-skx"
17244   include:
17245     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17246     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17247   layout:
17248     title: "3n-skx-x710-64b-2t1c-base-pdr"
17249     layout: "plot-throughput"
17250
17251 - type: "plot"
17252   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
17253   algorithm: "plot_perf_box_name"
17254   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
17255   data: "plot-dpdk-throughput-latency-3n-skx"
17256   include:
17257     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17258     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17259   layout:
17260     title: "3n-skx-x710-64b-4t2c-base-pdr"
17261     layout: "plot-throughput"
17262
17263 # 3n-hsw-xl710
17264
17265 - type: "plot"
17266   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
17267   algorithm: "plot_perf_box_name"
17268   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
17269   data: "plot-dpdk-throughput-latency-3n-hsw"
17270   include:
17271     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17272     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17273   layout:
17274     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
17275     layout: "plot-throughput"
17276
17277 - type: "plot"
17278   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
17279   algorithm: "plot_perf_box_name"
17280   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
17281   data: "plot-dpdk-throughput-latency-3n-hsw"
17282   include:
17283     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17284     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17285   layout:
17286     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
17287     layout: "plot-throughput"
17288
17289 - type: "plot"
17290   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
17291   algorithm: "plot_perf_box_name"
17292   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
17293   data: "plot-dpdk-throughput-latency-3n-hsw"
17294   include:
17295     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17296     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17297   layout:
17298     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
17299     layout: "plot-throughput"
17300
17301 - type: "plot"
17302   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
17303   algorithm: "plot_perf_box_name"
17304   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
17305   data: "plot-dpdk-throughput-latency-3n-hsw"
17306   include:
17307     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17308     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17309   layout:
17310     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
17311     layout: "plot-throughput"
17312
17313 # 3n-hsw-x710
17314
17315 - type: "plot"
17316   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
17317   algorithm: "plot_perf_box_name"
17318   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
17319   data: "plot-dpdk-throughput-latency-3n-hsw"
17320   include:
17321     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17322     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17323   layout:
17324     title: "3n-hsw-x710-64b-1t1c-base-ndr"
17325     layout: "plot-throughput"
17326
17327 - type: "plot"
17328   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
17329   algorithm: "plot_perf_box_name"
17330   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
17331   data: "plot-dpdk-throughput-latency-3n-hsw"
17332   include:
17333     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17334     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17335   layout:
17336     title: "3n-hsw-x710-64b-2t2c-base-ndr"
17337     layout: "plot-throughput"
17338
17339 - type: "plot"
17340   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
17341   algorithm: "plot_perf_box_name"
17342   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
17343   data: "plot-dpdk-throughput-latency-3n-hsw"
17344   include:
17345     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17346     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17347   layout:
17348     title: "3n-hsw-x710-64b-1t1c-base-pdr"
17349     layout: "plot-throughput"
17350
17351 - type: "plot"
17352   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
17353   algorithm: "plot_perf_box_name"
17354   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
17355   data: "plot-dpdk-throughput-latency-3n-hsw"
17356   include:
17357     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17358     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17359   layout:
17360     title: "3n-hsw-x710-64b-2t2c-base-pdr"
17361     layout: "plot-throughput"
17362
17363 # 2n-dnv-x553
17364
17365 - type: "plot"
17366   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
17367   algorithm: "plot_perf_box_name"
17368   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
17369   data: "plot-dpdk-throughput-latency-2n-dnv"
17370   include:
17371     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17372     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17373   layout:
17374     title: "2n-dnv-x553-64b-1t1c-base-ndr"
17375     layout: "plot-throughput"
17376
17377 - type: "plot"
17378   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
17379   algorithm: "plot_perf_box_name"
17380   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
17381   data: "plot-dpdk-throughput-latency-2n-dnv"
17382   include:
17383     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17384     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17385   layout:
17386     title: "2n-dnv-x553-64b-2t2c-base-ndr"
17387     layout: "plot-throughput"
17388
17389 - type: "plot"
17390   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
17391   algorithm: "plot_perf_box_name"
17392   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
17393   data: "plot-dpdk-throughput-latency-2n-dnv"
17394   include:
17395     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17396     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17397   layout:
17398     title: "2n-dnv-x553-64b-1t1c-base-pdr"
17399     layout: "plot-throughput"
17400
17401 - type: "plot"
17402   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
17403   algorithm: "plot_perf_box_name"
17404   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
17405   data: "plot-dpdk-throughput-latency-2n-dnv"
17406   include:
17407     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17408     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17409   layout:
17410     title: "2n-dnv-x553-64b-2t2c-base-pdr"
17411     layout: "plot-throughput"
17412
17413 # 3n-dnv-x553
17414
17415 - type: "plot"
17416   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
17417   algorithm: "plot_perf_box_name"
17418   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
17419   data: "plot-dpdk-throughput-latency-3n-dnv"
17420   include:
17421     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17422     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17423   layout:
17424     title: "3n-dnv-x553-64b-1t1c-base-ndr"
17425     layout: "plot-throughput"
17426
17427 - type: "plot"
17428   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
17429   algorithm: "plot_perf_box_name"
17430   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
17431   data: "plot-dpdk-throughput-latency-3n-dnv"
17432   include:
17433     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17434     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17435   layout:
17436     title: "3n-dnv-x553-64b-2t2c-base-ndr"
17437     layout: "plot-throughput"
17438
17439 - type: "plot"
17440   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
17441   algorithm: "plot_perf_box_name"
17442   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
17443   data: "plot-dpdk-throughput-latency-3n-dnv"
17444   include:
17445     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17446     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17447   layout:
17448     title: "3n-dnv-x553-64b-1t1c-base-pdr"
17449     layout: "plot-throughput"
17450
17451 - type: "plot"
17452   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17453   algorithm: "plot_perf_box_name"
17454   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
17455   data: "plot-dpdk-throughput-latency-3n-dnv"
17456   include:
17457     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17458     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17459   layout:
17460     title: "3n-dnv-x553-64b-2t2c-base-pdr"
17461     layout: "plot-throughput"
17462
17463 # 3n-tsh-x520
17464
17465 - type: "plot"
17466   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17467   algorithm: "plot_perf_box_name"
17468   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17469   data: "plot-dpdk-throughput-latency-3n-tsh"
17470   include:
17471     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17472     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17473   layout:
17474     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17475     layout: "plot-throughput"
17476
17477 - type: "plot"
17478   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17479   algorithm: "plot_perf_box_name"
17480   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17481   data: "plot-dpdk-throughput-latency-3n-tsh"
17482   include:
17483     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17484     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17485   layout:
17486     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17487     layout: "plot-throughput"
17488
17489 - type: "plot"
17490   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17491   algorithm: "plot_perf_box_name"
17492   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17493   data: "plot-dpdk-throughput-latency-3n-tsh"
17494   include:
17495     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17496     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17497   layout:
17498     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17499     layout: "plot-throughput"
17500
17501 - type: "plot"
17502   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17503   algorithm: "plot_perf_box_name"
17504   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17505   data: "plot-dpdk-throughput-latency-3n-tsh"
17506   include:
17507     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17508     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17509   layout:
17510     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17511     layout: "plot-throughput"
17512
17513 ################################################################################
17514 ###   2n-clx                                                                 ###
17515 ################################################################################
17516
17517 # Packet Throughput
17518
17519 - type: "plot"
17520   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17521   algorithm: "plot_perf_box_name"
17522   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17523   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17524   include:
17525     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17526     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17527     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17528     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17529   layout:
17530     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17531     layout: "plot-throughput"
17532
17533 - type: "plot"
17534   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17535   algorithm: "plot_perf_box_name"
17536   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17537   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17538   include:
17539     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17540     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17541     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17542     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17543   layout:
17544     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17545     layout: "plot-throughput"
17546
17547 - type: "plot"
17548   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17549   algorithm: "plot_perf_box_name"
17550   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17551   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17552   include:
17553     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17554     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17555     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17556     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17557   layout:
17558     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17559     layout: "plot-throughput"
17560
17561 - type: "plot"
17562   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17563   algorithm: "plot_perf_box_name"
17564   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17565   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17566   include:
17567     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17568     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17569     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17570     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17571   layout:
17572     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17573     layout: "plot-throughput"
17574
17575 - type: "plot"
17576   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17577   algorithm: "plot_perf_box_name"
17578   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17579   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17580   include:
17581 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17582     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17583     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17584     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17585   layout:
17586     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17587     layout: "plot-throughput"
17588
17589 - type: "plot"
17590   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17591   algorithm: "plot_perf_box_name"
17592   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17593   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17594   include:
17595 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17596     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17597     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17598     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17599   layout:
17600     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17601     layout: "plot-throughput"
17602
17603 - type: "plot"
17604   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17605   algorithm: "plot_perf_box_name"
17606   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17607   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17608   include:
17609     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17610     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17611     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17612     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17613     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17614     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17615   layout:
17616     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17617     layout: "plot-throughput"
17618
17619 - type: "plot"
17620   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17621   algorithm: "plot_perf_box_name"
17622   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17623   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17624   include:
17625     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17626     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17627     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17628     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17629     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17630   layout:
17631     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17632     layout: "plot-throughput"
17633
17634 - type: "plot"
17635   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17636   algorithm: "plot_perf_box_name"
17637   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17638   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17639   include:
17640     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17641     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17642     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17643     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17644   layout:
17645     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17646     layout: "plot-throughput"
17647
17648 - type: "plot"
17649   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17650   algorithm: "plot_perf_box_name"
17651   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17652   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17653   include:
17654     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17655     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17656     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17657     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17658   layout:
17659     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17660     layout: "plot-throughput"
17661
17662 - type: "plot"
17663   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17664   algorithm: "plot_perf_box_name"
17665   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17666   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17667   include:
17668     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17669     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17670     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17671   layout:
17672     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17673     layout: "plot-throughput"
17674
17675 - type: "plot"
17676   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17677   algorithm: "plot_perf_box_name"
17678   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17679   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17680   include:
17681     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17682     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17683     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17684   layout:
17685     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17686     layout: "plot-throughput"
17687
17688 - type: "plot"
17689   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17690   algorithm: "plot_perf_box_name"
17691   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17692   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17693   include:
17694     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17695     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17696     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17697     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17698     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17699   layout:
17700     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17701     layout: "plot-throughput"
17702
17703 - type: "plot"
17704   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17705   algorithm: "plot_perf_box_name"
17706   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17707   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17708   include:
17709     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17710     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17711     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17712     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17713     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17714   layout:
17715     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17716     layout: "plot-throughput"
17717
17718 - type: "plot"
17719   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17720   algorithm: "plot_perf_box_name"
17721   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17722   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17723   include:
17724     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17725     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17726     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17727   layout:
17728     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17729     layout: "plot-throughput"
17730
17731 - type: "plot"
17732   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17733   algorithm: "plot_perf_box_name"
17734   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17735   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17736   include:
17737     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17738     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17739     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17740   layout:
17741     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17742     layout: "plot-throughput"
17743
17744 - type: "plot"
17745   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17746   algorithm: "plot_perf_box_name"
17747   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17748   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17749   include:
17750     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17751     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17752     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17753     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17754     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17755     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17756   layout:
17757     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17758     layout: "plot-throughput"
17759
17760 - type: "plot"
17761   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17762   algorithm: "plot_perf_box_name"
17763   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17764   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17765   include:
17766     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17767     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17768     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17769     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17770     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17771     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17772   layout:
17773     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17774     layout: "plot-throughput"
17775
17776 - type: "plot"
17777   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17778   algorithm: "plot_perf_box_name"
17779   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17780   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17781   include:
17782     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17783     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17784     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17785     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17786     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17787     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17788   layout:
17789     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17790     layout: "plot-throughput"
17791
17792 - type: "plot"
17793   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17794   algorithm: "plot_perf_box_name"
17795   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17796   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17797   include:
17798     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17799     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17800     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17801     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17802     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17803     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17804   layout:
17805     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17806     layout: "plot-throughput"
17807
17808 - type: "plot"
17809   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17810   algorithm: "plot_perf_box_name"
17811   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17812   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17813   include:
17814     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17815     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17816   layout:
17817     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17818     layout: "plot-throughput"
17819
17820 - type: "plot"
17821   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17822   algorithm: "plot_perf_box_name"
17823   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17824   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17825   include:
17826     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17827     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17828   layout:
17829     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17830     layout: "plot-throughput"
17831
17832 - type: "plot"
17833   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17834   algorithm: "plot_perf_box_name"
17835   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17836   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17837   include:
17838     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17839     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17840     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17841     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17842     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17843     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17844   layout:
17845     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17846     layout: "plot-throughput"
17847
17848 - type: "plot"
17849   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17850   algorithm: "plot_perf_box_name"
17851   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17852   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17853   include:
17854     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17855     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17856     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17857     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17858     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17859     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17860   layout:
17861     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17862     layout: "plot-throughput"
17863
17864 - type: "plot"
17865   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17866   algorithm: "plot_perf_box_name"
17867   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17868   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17869   include:
17870     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17871     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17872     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17873     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17874     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17875     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17876   layout:
17877     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17878     layout: "plot-throughput"
17879
17880 - type: "plot"
17881   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17882   algorithm: "plot_perf_box_name"
17883   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17884   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17885   include:
17886     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17887     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17888     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17889     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17890     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17891     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17892   layout:
17893     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17894     layout: "plot-throughput"
17895
17896 - type: "plot"
17897   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17898   algorithm: "plot_perf_box_name"
17899   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17900   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17901   include:
17902     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17903     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17904     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17905     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17906     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17907     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17908   layout:
17909     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17910     layout: "plot-throughput"
17911
17912 - type: "plot"
17913   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17914   algorithm: "plot_perf_box_name"
17915   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17916   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17917   include:
17918     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17919     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17920     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17921     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17922     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17923     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17924   layout:
17925     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17926     layout: "plot-throughput"
17927
17928 - type: "plot"
17929   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17930   algorithm: "plot_perf_box_name"
17931   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17932   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17933   include:
17934     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17935     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17936     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17937     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17938     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17939   layout:
17940     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17941     layout: "plot-throughput"
17942
17943 - type: "plot"
17944   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17945   algorithm: "plot_perf_box_name"
17946   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17947   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17948   include:
17949     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17950     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17951     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17952     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17953     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17954   layout:
17955     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17956     layout: "plot-throughput"
17957
17958 - type: "plot"
17959   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17960   algorithm: "plot_perf_box_name"
17961   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17962   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17963   include:
17964     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17965     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17966     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17967     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17968     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17969   layout:
17970     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17971     layout: "plot-throughput"
17972
17973 - type: "plot"
17974   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17975   algorithm: "plot_perf_box_name"
17976   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17977   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17978   include:
17979     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17980     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17981     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17982     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17983     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17984   layout:
17985     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17986     layout: "plot-throughput"
17987
17988 - type: "plot"
17989   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17990   algorithm: "plot_perf_box_name"
17991   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17992   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17993   include:
17994     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17995     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17996     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17997     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17998     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17999   layout:
18000     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18001     layout: "plot-throughput"
18002
18003 - type: "plot"
18004   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18005   algorithm: "plot_perf_box_name"
18006   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18007   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18008   include:
18009     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18010     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18011     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18012     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18013     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18014   layout:
18015     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18016     layout: "plot-throughput"
18017
18018 - type: "plot"
18019   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18020   algorithm: "plot_perf_box_name"
18021   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18022   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18023   include:
18024     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18025     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18026     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18027     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18028     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18029   layout:
18030     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18031     layout: "plot-throughput"
18032
18033 - type: "plot"
18034   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18035   algorithm: "plot_perf_box_name"
18036   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18037   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18038   include:
18039     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18040     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18041     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18042     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18043     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18044   layout:
18045     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18046     layout: "plot-throughput"
18047
18048 - type: "plot"
18049   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18050   algorithm: "plot_perf_box_name"
18051   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18052   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18053   include:
18054     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18055     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18056     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18057     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18058     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18059   layout:
18060     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18061     layout: "plot-throughput"
18062
18063 - type: "plot"
18064   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18065   algorithm: "plot_perf_box_name"
18066   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18067   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18068   include:
18069     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18070     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18071     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18072     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18073     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18074   layout:
18075     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18076     layout: "plot-throughput"
18077
18078 - type: "plot"
18079   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18080   algorithm: "plot_perf_box_name"
18081   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18082   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18083   include:
18084     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18085     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18086     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18087     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18088     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18089     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18090   layout:
18091     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18092     layout: "plot-throughput"
18093
18094 - type: "plot"
18095   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18096   algorithm: "plot_perf_box_name"
18097   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18098   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18099   include:
18100     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18101     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18102     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18103     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18104     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18105     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18106   layout:
18107     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18108     layout: "plot-throughput"
18109
18110 - type: "plot"
18111   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18112   algorithm: "plot_perf_box_name"
18113   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18114   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18115   include:
18116     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18117     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18118     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18119     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18120   layout:
18121     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18122     layout: "plot-throughput"
18123
18124 - type: "plot"
18125   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18126   algorithm: "plot_perf_box_name"
18127   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18128   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18129   include:
18130     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18131     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18132     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18133     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18134   layout:
18135     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18136     layout: "plot-throughput"
18137
18138 - type: "plot"
18139   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18140   algorithm: "plot_perf_box_name"
18141   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18142   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18143   include:
18144     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18145     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18146     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18147     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18148     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18149     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18150   layout:
18151     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18152     layout: "plot-throughput"
18153
18154 - type: "plot"
18155   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18156   algorithm: "plot_perf_box_name"
18157   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18158   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18159   include:
18160     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18161     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18162     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18163     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18164     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18165     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18166   layout:
18167     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18168     layout: "plot-throughput"
18169
18170 - type: "plot"
18171   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18172   algorithm: "plot_perf_box_name"
18173   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18174   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18175   include:
18176     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18177     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18178     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18179     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18180   layout:
18181     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18182     layout: "plot-throughput"
18183
18184 - type: "plot"
18185   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18186   algorithm: "plot_perf_box_name"
18187   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18188   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18189   include:
18190     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18191     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18192     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18193     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18194   layout:
18195     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18196     layout: "plot-throughput"
18197
18198 - type: "plot"
18199   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18200   algorithm: "plot_perf_box_name"
18201   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18202   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18203   include:
18204     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18205     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18206     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18207     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18208     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18209     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18210   layout:
18211     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18212     layout: "plot-throughput"
18213
18214 - type: "plot"
18215   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18216   algorithm: "plot_perf_box_name"
18217   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18218   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18219   include:
18220     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18221     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18222     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18223     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18224     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18225     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18226   layout:
18227     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18228     layout: "plot-throughput"
18229
18230 - type: "plot"
18231   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18232   algorithm: "plot_perf_box_name"
18233   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18234   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18235   include:
18236     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18237     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18238     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18239     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18240   layout:
18241     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18242     layout: "plot-throughput"
18243
18244 - type: "plot"
18245   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18246   algorithm: "plot_perf_box_name"
18247   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18248   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18249   include:
18250     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18251     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18252     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18253     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18254   layout:
18255     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18256     layout: "plot-throughput"
18257
18258 - type: "plot"
18259   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18260   algorithm: "plot_perf_box_name"
18261   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18262   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18263   include:
18264     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18265     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18266     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18267     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18268     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18269   layout:
18270     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18271     layout: "plot-throughput"
18272
18273 - type: "plot"
18274   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18275   algorithm: "plot_perf_box_name"
18276   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18277   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18278   include:
18279     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18280     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18281     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18282     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18283     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18284   layout:
18285     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18286     layout: "plot-throughput"
18287
18288 - type: "plot"
18289   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18290   algorithm: "plot_perf_box_name"
18291   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18292   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18293   include:
18294     - "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"
18295     - "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"
18296     - "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"
18297     - "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"
18298     - "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"
18299   layout:
18300     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18301     layout: "plot-throughput"
18302
18303 - type: "plot"
18304   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18305   algorithm: "plot_perf_box_name"
18306   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18307   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18308   include:
18309     - "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"
18310     - "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"
18311     - "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"
18312     - "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"
18313     - "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"
18314   layout:
18315     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18316     layout: "plot-throughput"
18317
18318 - type: "plot"
18319   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18320   algorithm: "plot_perf_box_name"
18321   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18322   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18323   include:
18324     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18325     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18326     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18327     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18328     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18329   layout:
18330     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18331     layout: "plot-throughput"
18332
18333 - type: "plot"
18334   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18335   algorithm: "plot_perf_box_name"
18336   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18337   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18338   include:
18339     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18340     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18341     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18342     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18343     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18344   layout:
18345     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18346     layout: "plot-throughput"
18347
18348 - type: "plot"
18349   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18350   algorithm: "plot_perf_box_name"
18351   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18352   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18353   include:
18354     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18355     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18356     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18357     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18358     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18359   layout:
18360     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18361     layout: "plot-throughput"
18362
18363 - type: "plot"
18364   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18365   algorithm: "plot_perf_box_name"
18366   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18367   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18368   include:
18369     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18370     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18371     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18372     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18373     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18374   layout:
18375     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18376     layout: "plot-throughput"
18377
18378 - type: "plot"
18379   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18380   algorithm: "plot_perf_box_name"
18381   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18382   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18383   include:
18384     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18385     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18386     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18387     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18388   layout:
18389     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18390     layout: "plot-throughput"
18391
18392 - type: "plot"
18393   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18394   algorithm: "plot_perf_box_name"
18395   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18396   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18397   include:
18398     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18399     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18400     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18401     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18402   layout:
18403     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18404     layout: "plot-throughput"
18405
18406 - type: "plot"
18407   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18408   algorithm: "plot_perf_box_name"
18409   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18410   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18411   include:
18412     - "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"
18413     - "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"
18414     - "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"
18415     - "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"
18416   layout:
18417     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18418     layout: "plot-throughput"
18419
18420 - type: "plot"
18421   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18422   algorithm: "plot_perf_box_name"
18423   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18424   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18425   include:
18426     - "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"
18427     - "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"
18428     - "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"
18429     - "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"
18430   layout:
18431     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18432     layout: "plot-throughput"
18433
18434 - type: "plot"
18435   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18436   algorithm: "plot_perf_box_name"
18437   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18438   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18439   include:
18440     - "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"
18441     - "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"
18442     - "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"
18443     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18444     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18445     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18446   layout:
18447     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18448     layout: "plot-throughput"
18449
18450 - type: "plot"
18451   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18452   algorithm: "plot_perf_box_name"
18453   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18454   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18455   include:
18456     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18457     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18458     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18459     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18460     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18461     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18462   layout:
18463     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18464     layout: "plot-throughput"
18465
18466 ################################################################################
18467
18468 # Packet Speedup
18469
18470 - type: "plot"
18471   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18472   algorithm: "plot_tsa_name"
18473   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18474   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18475   include:
18476     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18477     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18478     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18479     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18480   layout:
18481     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18482     layout: "plot-throughput-speedup-analysis"
18483
18484 - type: "plot"
18485   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18486   algorithm: "plot_tsa_name"
18487   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18488   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18489   include:
18490     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18491     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18492     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18493     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18494   layout:
18495     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18496     layout: "plot-throughput-speedup-analysis"
18497
18498 - type: "plot"
18499   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18500   algorithm: "plot_tsa_name"
18501   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18502   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18503   include:
18504     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18505     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18506     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18507     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18508   layout:
18509     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18510     layout: "plot-throughput-speedup-analysis"
18511
18512 - type: "plot"
18513   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18514   algorithm: "plot_tsa_name"
18515   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18516   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18517   include:
18518     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18519     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18520     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18521     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18522   layout:
18523     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18524     layout: "plot-throughput-speedup-analysis"
18525
18526 - type: "plot"
18527   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18528   algorithm: "plot_tsa_name"
18529   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18530   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18531   include:
18532     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18533     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18534     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18535     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18536   layout:
18537     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
18538     layout: "plot-throughput-speedup-analysis"
18539
18540 - type: "plot"
18541   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18542   algorithm: "plot_tsa_name"
18543   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18544   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18545   include:
18546     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18547     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18548     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18549     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18550   layout:
18551     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
18552     layout: "plot-throughput-speedup-analysis"
18553
18554 - type: "plot"
18555   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18556   algorithm: "plot_tsa_name"
18557   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18558   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18559   include:
18560     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18561     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18562     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18563     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18564     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18565     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18566   layout:
18567     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
18568     layout: "plot-throughput-speedup-analysis"
18569
18570 - type: "plot"
18571   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18572   algorithm: "plot_tsa_name"
18573   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18574   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18575   include:
18576     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18577     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18578     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18579     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18580     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18581     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18582   layout:
18583     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
18584     layout: "plot-throughput-speedup-analysis"
18585
18586 - type: "plot"
18587   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18588   algorithm: "plot_tsa_name"
18589   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18590   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18591   include:
18592     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18593     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18594     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18595     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18596   layout:
18597     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
18598     layout: "plot-throughput-speedup-analysis"
18599
18600 - type: "plot"
18601   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18602   algorithm: "plot_tsa_name"
18603   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18604   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18605   include:
18606     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18607     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18608     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18609     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18610   layout:
18611     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
18612     layout: "plot-throughput-speedup-analysis"
18613
18614 - type: "plot"
18615   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18616   algorithm: "plot_tsa_name"
18617   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18618   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18619   include:
18620     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18621     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18622     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18623   layout:
18624     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
18625     layout: "plot-throughput-speedup-analysis"
18626
18627 - type: "plot"
18628   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18629   algorithm: "plot_tsa_name"
18630   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18631   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18632   include:
18633     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18634     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18635     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18636   layout:
18637     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
18638     layout: "plot-throughput-speedup-analysis"
18639
18640 - type: "plot"
18641   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18642   algorithm: "plot_tsa_name"
18643   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18644   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18645   include:
18646     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18647     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18648     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18649     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18650     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18651   layout:
18652     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
18653     layout: "plot-throughput-speedup-analysis"
18654
18655 - type: "plot"
18656   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18657   algorithm: "plot_tsa_name"
18658   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18659   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18660   include:
18661     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18662     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18663     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18664     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18665     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18666   layout:
18667     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
18668     layout: "plot-throughput-speedup-analysis"
18669
18670 - type: "plot"
18671   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18672   algorithm: "plot_tsa_name"
18673   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18674   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18675   include:
18676     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18677     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18678     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18679   layout:
18680     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
18681     layout: "plot-throughput-speedup-analysis"
18682
18683 - type: "plot"
18684   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18685   algorithm: "plot_tsa_name"
18686   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18687   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18688   include:
18689     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18690     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18691     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18692   layout:
18693     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
18694     layout: "plot-throughput-speedup-analysis"
18695
18696 - type: "plot"
18697   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18698   algorithm: "plot_tsa_name"
18699   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18700   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18701   include:
18702     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18703     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18704     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18705     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18706     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18707     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18708   layout:
18709     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
18710     layout: "plot-throughput-speedup-analysis"
18711
18712 - type: "plot"
18713   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18714   algorithm: "plot_tsa_name"
18715   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18716   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18717   include:
18718     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18719     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18720     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18721     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18722     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18723     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18724   layout:
18725     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
18726     layout: "plot-throughput-speedup-analysis"
18727
18728 - type: "plot"
18729   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18730   algorithm: "plot_tsa_name"
18731   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18732   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18733   include:
18734     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18735     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18736     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18737     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18738     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18739     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18740   layout:
18741     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
18742     layout: "plot-throughput-speedup-analysis"
18743
18744 - type: "plot"
18745   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18746   algorithm: "plot_tsa_name"
18747   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18748   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18749   include:
18750     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18751     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18752     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18753     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18754     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18755     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18756   layout:
18757     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
18758     layout: "plot-throughput-speedup-analysis"
18759
18760 - type: "plot"
18761   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18762   algorithm: "plot_tsa_name"
18763   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18764   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18765   include:
18766     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18767     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18768   layout:
18769     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
18770     layout: "plot-throughput-speedup-analysis"
18771
18772 - type: "plot"
18773   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18774   algorithm: "plot_tsa_name"
18775   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18776   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18777   include:
18778     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18779     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18780   layout:
18781     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
18782     layout: "plot-throughput-speedup-analysis"
18783
18784 - type: "plot"
18785   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18786   algorithm: "plot_tsa_name"
18787   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18788   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18789   include:
18790     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18791     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18792     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18793     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18794     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18795     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18796   layout:
18797     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
18798     layout: "plot-throughput-speedup-analysis"
18799
18800 - type: "plot"
18801   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18802   algorithm: "plot_tsa_name"
18803   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18804   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18805   include:
18806     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18807     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18808     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18809     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18810     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18811     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18812   layout:
18813     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
18814     layout: "plot-throughput-speedup-analysis"
18815
18816 - type: "plot"
18817   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18818   algorithm: "plot_tsa_name"
18819   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18820   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18821   include:
18822     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18823     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18824     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18825     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18826     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18827     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18828   layout:
18829     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18830     layout: "plot-throughput-speedup-analysis"
18831
18832 - type: "plot"
18833   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18834   algorithm: "plot_tsa_name"
18835   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18836   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18837   include:
18838     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18839     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18840     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18841     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18842     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18843     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18844   layout:
18845     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18846     layout: "plot-throughput-speedup-analysis"
18847
18848 - type: "plot"
18849   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18850   algorithm: "plot_tsa_name"
18851   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18852   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18853   include:
18854     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18855     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18856     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18857     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18858     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18859     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18860   layout:
18861     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18862     layout: "plot-throughput-speedup-analysis"
18863
18864 - type: "plot"
18865   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18866   algorithm: "plot_tsa_name"
18867   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18868   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18869   include:
18870     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18871     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18872     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18873     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18874     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18875     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18876   layout:
18877     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18878     layout: "plot-throughput-speedup-analysis"
18879
18880 - type: "plot"
18881   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18882   algorithm: "plot_tsa_name"
18883   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18884   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18885   include:
18886     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18887     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18888     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18889     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18890     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18891   layout:
18892     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18893     layout: "plot-throughput-speedup-analysis"
18894
18895 - type: "plot"
18896   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18897   algorithm: "plot_tsa_name"
18898   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18899   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18900   include:
18901     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18902     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18903     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18904     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18905     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18906   layout:
18907     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18908     layout: "plot-throughput-speedup-analysis"
18909
18910 - type: "plot"
18911   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18912   algorithm: "plot_tsa_name"
18913   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18914   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18915   include:
18916     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18917     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18918     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18919     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18920     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18921   layout:
18922     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18923     layout: "plot-throughput-speedup-analysis"
18924
18925 - type: "plot"
18926   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18927   algorithm: "plot_tsa_name"
18928   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18929   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18930   include:
18931     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18932     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18933     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18934     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18935     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18936   layout:
18937     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18938     layout: "plot-throughput-speedup-analysis"
18939
18940 - type: "plot"
18941   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18942   algorithm: "plot_tsa_name"
18943   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18944   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18945   include:
18946     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18947     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18948     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18949     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18950     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18951   layout:
18952     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
18953     layout: "plot-throughput-speedup-analysis"
18954
18955 - type: "plot"
18956   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18957   algorithm: "plot_tsa_name"
18958   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18959   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18960   include:
18961     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18962     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18963     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18964     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18965     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18966   layout:
18967     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
18968     layout: "plot-throughput-speedup-analysis"
18969
18970 - type: "plot"
18971   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18972   algorithm: "plot_tsa_name"
18973   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18974   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18975   include:
18976     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18977     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18978     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18979     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18980     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18981   layout:
18982     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
18983     layout: "plot-throughput-speedup-analysis"
18984
18985 - type: "plot"
18986   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18987   algorithm: "plot_tsa_name"
18988   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18989   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18990   include:
18991     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18992     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18993     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18994     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18995     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18996   layout:
18997     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
18998     layout: "plot-throughput-speedup-analysis"
18999
19000 - type: "plot"
19001   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19002   algorithm: "plot_tsa_name"
19003   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19004   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19005   include:
19006     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19007     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19008     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19009     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19010     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19011   layout:
19012     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
19013     layout: "plot-throughput-speedup-analysis"
19014
19015 - type: "plot"
19016   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19017   algorithm: "plot_tsa_name"
19018   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19019   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19020   include:
19021     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19022     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19023     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19024     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19025     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19026   layout:
19027     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
19028     layout: "plot-throughput-speedup-analysis"
19029
19030 - type: "plot"
19031   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19032   algorithm: "plot_tsa_name"
19033   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19034   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19035   include:
19036     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19037     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19038     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19039     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19040     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19041     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19042   layout:
19043     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
19044     layout: "plot-throughput-speedup-analysis"
19045
19046 - type: "plot"
19047   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19048   algorithm: "plot_tsa_name"
19049   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19050   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19051   include:
19052     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19053     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19054     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19055     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19056     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19057     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19058   layout:
19059     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
19060     layout: "plot-throughput-speedup-analysis"
19061
19062 - type: "plot"
19063   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19064   algorithm: "plot_tsa_name"
19065   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19066   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19067   include:
19068     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19069     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19070     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19071     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19072   layout:
19073     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
19074     layout: "plot-throughput-speedup-analysis"
19075
19076 - type: "plot"
19077   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19078   algorithm: "plot_tsa_name"
19079   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19080   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19081   include:
19082     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19083     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19084     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19085     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19086   layout:
19087     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
19088     layout: "plot-throughput-speedup-analysis"
19089
19090 - type: "plot"
19091   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19092   algorithm: "plot_tsa_name"
19093   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19094   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19095   include:
19096     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19097     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19098     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19099     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19100     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19101     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19102   layout:
19103     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
19104     layout: "plot-throughput-speedup-analysis"
19105
19106 - type: "plot"
19107   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19108   algorithm: "plot_tsa_name"
19109   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19110   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19111   include:
19112     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19113     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19114     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19115     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19116     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19117     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19118   layout:
19119     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
19120     layout: "plot-throughput-speedup-analysis"
19121
19122 - type: "plot"
19123   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19124   algorithm: "plot_tsa_name"
19125   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19126   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19127   include:
19128     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19129     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19130     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19131     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19132   layout:
19133     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
19134     layout: "plot-throughput-speedup-analysis"
19135
19136 - type: "plot"
19137   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19138   algorithm: "plot_tsa_name"
19139   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19140   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19141   include:
19142     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19143     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19144     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19145     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19146   layout:
19147     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
19148     layout: "plot-throughput-speedup-analysis"
19149
19150 - type: "plot"
19151   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19152   algorithm: "plot_tsa_name"
19153   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19154   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19155   include:
19156     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19157     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19158     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19159     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19160     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19161     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19162   layout:
19163     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
19164     layout: "plot-throughput-speedup-analysis"
19165
19166 - type: "plot"
19167   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19168   algorithm: "plot_tsa_name"
19169   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19170   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19171   include:
19172     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19173     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19174     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19175     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19176     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19177     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19178   layout:
19179     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
19180     layout: "plot-throughput-speedup-analysis"
19181
19182 - type: "plot"
19183   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19184   algorithm: "plot_tsa_name"
19185   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19186   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19187   include:
19188     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19189     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19190     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19191     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19192   layout:
19193     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
19194     layout: "plot-throughput-speedup-analysis"
19195
19196 - type: "plot"
19197   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19198   algorithm: "plot_tsa_name"
19199   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19200   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19201   include:
19202     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19203     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19204     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19205     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19206   layout:
19207     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
19208     layout: "plot-throughput-speedup-analysis"
19209
19210 - type: "plot"
19211   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
19212   algorithm: "plot_tsa_name"
19213   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
19214   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19215   include:
19216     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19217     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19218     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19219     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19220     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19221   layout:
19222     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
19223     layout: "plot-throughput-speedup-analysis"
19224
19225 - type: "plot"
19226   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
19227   algorithm: "plot_tsa_name"
19228   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
19229   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19230   include:
19231     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19232     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19233     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19234     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19235     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19236   layout:
19237     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
19238     layout: "plot-throughput-speedup-analysis"
19239
19240 - type: "plot"
19241   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19242   algorithm: "plot_tsa_name"
19243   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
19244   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19245   include:
19246     - "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"
19247     - "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"
19248     - "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"
19249     - "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"
19250     - "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"
19251   layout:
19252     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19253     layout: "plot-throughput-speedup-analysis"
19254
19255 - type: "plot"
19256   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19257   algorithm: "plot_tsa_name"
19258   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
19259   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19260   include:
19261     - "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"
19262     - "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"
19263     - "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"
19264     - "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"
19265     - "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"
19266   layout:
19267     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19268     layout: "plot-throughput-speedup-analysis"
19269
19270 - type: "plot"
19271   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19272   algorithm: "plot_tsa_name"
19273   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
19274   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19275   include:
19276     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19277     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19278     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19279     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19280     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19281   layout:
19282     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19283     layout: "plot-throughput-speedup-analysis"
19284
19285 - type: "plot"
19286   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19287   algorithm: "plot_tsa_name"
19288   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
19289   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19290   include:
19291     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19292     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19293     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19294     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19295     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19296   layout:
19297     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19298     layout: "plot-throughput-speedup-analysis"
19299
19300 - type: "plot"
19301   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19302   algorithm: "plot_tsa_name"
19303   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
19304   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19305   include:
19306     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19307     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19308     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19309     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19310     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19311   layout:
19312     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19313     layout: "plot-throughput-speedup-analysis"
19314
19315 - type: "plot"
19316   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19317   algorithm: "plot_tsa_name"
19318   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
19319   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19320   include:
19321     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19322     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19323     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19324     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19325     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19326   layout:
19327     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19328     layout: "plot-throughput-speedup-analysis"
19329
19330 - type: "plot"
19331   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19332   algorithm: "plot_tsa_name"
19333   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19334   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19335   include:
19336     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19337     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19338     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19339     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19340   layout:
19341     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
19342     layout: "plot-throughput-speedup-analysis"
19343
19344 - type: "plot"
19345   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19346   algorithm: "plot_tsa_name"
19347   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19348   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19349   include:
19350     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19351     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19352     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19353     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19354   layout:
19355     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
19356     layout: "plot-throughput-speedup-analysis"
19357
19358 - type: "plot"
19359   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19360   algorithm: "plot_tsa_name"
19361   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19362   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19363   include:
19364     - "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"
19365     - "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"
19366     - "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"
19367     - "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"
19368   layout:
19369     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
19370     layout: "plot-throughput-speedup-analysis"
19371
19372 - type: "plot"
19373   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19374   algorithm: "plot_tsa_name"
19375   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19376   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19377   include:
19378     - "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"
19379     - "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"
19380     - "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"
19381     - "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"
19382   layout:
19383     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
19384     layout: "plot-throughput-speedup-analysis"
19385
19386 - type: "plot"
19387   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19388   algorithm: "plot_tsa_name"
19389   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19390   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19391   include:
19392     - "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"
19393     - "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"
19394     - "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"
19395     - "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"
19396     - "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"
19397     - "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"
19398   layout:
19399     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
19400     layout: "plot-throughput-speedup-analysis"
19401
19402 - type: "plot"
19403   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19404   algorithm: "plot_tsa_name"
19405   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19406   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19407   include:
19408     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
19409     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
19410     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
19411     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
19412     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
19413     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
19414   layout:
19415     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
19416     layout: "plot-throughput-speedup-analysis"
19417
19418 ################################################################################
19419
19420 # Packet Throughput - DPDK
19421
19422 # 2n-clx-xxv710
19423
19424 - type: "plot"
19425   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
19426   algorithm: "plot_perf_box_name"
19427   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
19428   data: "plot-dpdk-throughput-latency-2n-clx"
19429   include:
19430     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19431     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19432   layout:
19433     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
19434     layout: "plot-throughput"
19435
19436 - type: "plot"
19437   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
19438   algorithm: "plot_perf_box_name"
19439   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
19440   data: "plot-dpdk-throughput-latency-2n-clx"
19441   include:
19442     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19443     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19444   layout:
19445     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
19446     layout: "plot-throughput"
19447
19448 - type: "plot"
19449   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
19450   algorithm: "plot_perf_box_name"
19451   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
19452   data: "plot-dpdk-throughput-latency-2n-clx"
19453   include:
19454     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19455     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19456   layout:
19457     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
19458     layout: "plot-throughput"
19459
19460 - type: "plot"
19461   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
19462   algorithm: "plot_perf_box_name"
19463   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
19464   data: "plot-dpdk-throughput-latency-2n-clx"
19465   include:
19466     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19467     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19468   layout:
19469     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
19470     layout: "plot-throughput"
19471
19472 # 2n-clx-x710
19473
19474 - type: "plot"
19475   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
19476   algorithm: "plot_perf_box_name"
19477   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
19478   data: "plot-dpdk-throughput-latency-2n-clx"
19479   include:
19480     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19481     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19482   layout:
19483     title: "2n-clx-x710-64b-2t1c-base-ndr"
19484     layout: "plot-throughput"
19485
19486 - type: "plot"
19487   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
19488   algorithm: "plot_perf_box_name"
19489   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
19490   data: "plot-dpdk-throughput-latency-2n-clx"
19491   include:
19492     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19493     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19494   layout:
19495     title: "2n-clx-x710-64b-4t2c-base-ndr"
19496     layout: "plot-throughput"
19497
19498 - type: "plot"
19499   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
19500   algorithm: "plot_perf_box_name"
19501   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
19502   data: "plot-dpdk-throughput-latency-2n-clx"
19503   include:
19504     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19505     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19506   layout:
19507     title: "2n-clx-x710-64b-2t1c-base-pdr"
19508     layout: "plot-throughput"
19509
19510 - type: "plot"
19511   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
19512   algorithm: "plot_perf_box_name"
19513   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
19514   data: "plot-dpdk-throughput-latency-2n-clx"
19515   include:
19516     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19517     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19518   layout:
19519     title: "2n-clx-x710-64b-4t2c-base-pdr"
19520     layout: "plot-throughput"
19521
19522 ################################################################################
19523
19524 - type: "plot"
19525   title: "Latency by percentile: 2n-skx"
19526   algorithm: "plot_hdrh_lat_by_percentile"
19527   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19528   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19529   target-links: "../../_static/vpp"
19530   data: "plot-vpp-hdrh-lat-2n-skx"
19531   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19532   layout:
19533     layout: "plot-hdrh-latency-by-percentile"
19534
19535 - type: "plot"
19536   title: "Latency by percentile: 3n-skx"
19537   algorithm: "plot_hdrh_lat_by_percentile"
19538   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
19539   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
19540   target-links: "../../_static/vpp"
19541   data: "plot-vpp-hdrh-lat-3n-skx"
19542   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19543   layout:
19544     layout: "plot-hdrh-latency-by-percentile"
19545
19546 - type: "plot"
19547   title: "Latency by percentile: 2n-clx"
19548   algorithm: "plot_hdrh_lat_by_percentile"
19549   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
19550   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
19551   target-links: "../../_static/vpp"
19552   data: "plot-vpp-hdrh-lat-2n-clx"
19553   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19554   layout:
19555     layout: "plot-hdrh-latency-by-percentile"
19556
19557 - type: "plot"
19558   title: "Latency by percentile: 3n-hsw"
19559   algorithm: "plot_hdrh_lat_by_percentile"
19560   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
19561   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
19562   target-links: "../../_static/vpp"
19563   data: "plot-vpp-hdrh-lat-3n-hsw"
19564   filter: "'1T1C' and 'NIC_Intel-XL710'"
19565   layout:
19566     layout: "plot-hdrh-latency-by-percentile"
19567
19568 - type: "plot"
19569   title: "Latency by percentile: 3n-tsh"
19570   algorithm: "plot_hdrh_lat_by_percentile"
19571   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
19572   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
19573   target-links: "../../_static/vpp"
19574   data: "plot-vpp-hdrh-lat-3n-tsh"
19575   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19576   layout:
19577     layout: "plot-hdrh-latency-by-percentile"
19578
19579 - type: "plot"
19580   title: "Latency by percentile: DPDK 2n-skx"
19581   algorithm: "plot_hdrh_lat_by_percentile"
19582   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
19583   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
19584   target-links: "../../_static/dpdk"
19585   data: "plot-dpdk-hdrh-lat-2n-skx"
19586   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19587   layout:
19588     layout: "plot-hdrh-latency-by-percentile"
19589
19590 - type: "plot"
19591   title: "Latency by percentile: DPDK 3n-skx"
19592   algorithm: "plot_hdrh_lat_by_percentile"
19593   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
19594   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
19595   target-links: "../../_static/dpdk"
19596   data: "plot-dpdk-hdrh-lat-3n-skx"
19597   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19598   layout:
19599     layout: "plot-hdrh-latency-by-percentile"
19600
19601 - type: "plot"
19602   title: "Latency by percentile: DPDK 2n-clx"
19603   algorithm: "plot_hdrh_lat_by_percentile"
19604   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
19605   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
19606   target-links: "../../_static/dpdk"
19607   data: "plot-dpdk-hdrh-lat-2n-clx"
19608   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19609   layout:
19610     layout: "plot-hdrh-latency-by-percentile"
19611
19612 - type: "plot"
19613   title: "Latency by percentile: DPDK 3n-hsw"
19614   algorithm: "plot_hdrh_lat_by_percentile"
19615   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
19616   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
19617   target-links: "../../_static/dpdk"
19618   data: "plot-dpdk-hdrh-lat-3n-hsw"
19619   filter: "'1T1C' and 'NIC_Intel-XL710'"
19620   layout:
19621     layout: "plot-hdrh-latency-by-percentile"
19622
19623 - type: "plot"
19624   title: "Latency by percentile: DPDK 3n-tsh"
19625   algorithm: "plot_hdrh_lat_by_percentile"
19626   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
19627   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
19628   target-links: "../../_static/dpdk"
19629   data: "plot-dpdk-hdrh-lat-3n-tsh"
19630   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19631   layout:
19632     layout: "plot-hdrh-latency-by-percentile"