Report 2005: Add data
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,DPDK,2N,CLX]: "{DIR[DTR]}/dpdk_performance_results_2n_clx"
33     DIR[DTR,PERF,DPDK,2N,DNV]: "{DIR[DTR]}/dpdk_performance_results_2n_dnv"
34     DIR[DTR,PERF,DPDK,3N,DNV]: "{DIR[DTR]}/dpdk_performance_results_3n_dnv"
35     DIR[DTR,PERF,DPDK,3N,TSH]: "{DIR[DTR]}/dpdk_performance_results_3n_tsh"
36     DIR[DTR,PERF,VPP,ALL]: "{DIR[DTR]}/vpp_performance_results"
37     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
38     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
39     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
40     DIR[DTR,PERF,VPP,2N,CLX]: "{DIR[DTR]}/vpp_performance_results_2n_clx"
41     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
42     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
43     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
44     DIR[DTR,MRR,VPP,ALL]: "{DIR[DTR]}/vpp_mrr_results"
45     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
46     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
47     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
48     DIR[DTR,MRR,VPP,2N,CLX]: "{DIR[DTR]}/vpp_mrr_results_2n_clx"
49     DIR[DTR,MRR,VPP,3N,TSH]: "{DIR[DTR]}/vpp_mrr_results_3n_tsh"
50     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
51     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
52     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
53
54     # Detailed test configurations
55     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
56     DIR[DTC,PERF,VPP,ALL]: "{DIR[DTC]}/vpp_performance_configuration"
57     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
58     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
59     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
60     DIR[DTC,PERF,VPP,2N,CLX]: "{DIR[DTC]}/vpp_performance_configuration_2n_clx"
61     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
62     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
63     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
64     DIR[DTC,MRR,VPP,ALL]: "{DIR[DTC]}/vpp_mrr_configuration"
65     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
66     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
67     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
68     DIR[DTC,MRR,VPP,2N,CLX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_clx"
69     DIR[DTC,MRR,VPP,3N,TSH]: "{DIR[DTC]}/vpp_mrr_configuration_3n_tsh"
70     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
71     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
72     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
73
74     # Detailed tests operational data
75     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
76     DIR[DTO,PERF,VPP,ALL]: "{DIR[DTO]}/vpp_performance_operational_data"
77     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
78     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
79     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
80     DIR[DTO,PERF,VPP,2N,CLX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_clx"
81     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
82     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
83     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
84
85     # Latencies:
86     DIR[LAT,VPP]: "{DIR[WORKING,SRC]}/vpp_performance_tests/hdrh_packet_latency_by_percentile_graphs"
87     DIR[LAT,DPDK]: "{DIR[WORKING,SRC]}/dpdk_performance_tests/hdrh_packet_latency_by_percentile_graphs"
88
89     # .css patch file to fix tables generated by Sphinx
90     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
91     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
92
93   urls:
94     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
95     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
96     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
97     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
98     DIR[NEXUS,DOC]: "report/_static/archive"
99
100   make-dirs:
101   # List the directories which are created while preparing the environment.
102   # All directories MUST be defined in "paths" section.
103   - "DIR[WORKING,DATA]"
104   - "DIR[STATIC,VPP]"
105   - "DIR[STATIC,DPDK]"
106   - "DIR[STATIC,ARCH]"
107   - "DIR[BUILD,LATEX]"
108   - "DIR[WORKING,SRC]"
109   - "DIR[WORKING,SRC,STATIC]"
110
111   remove-dirs:
112   # List the directories which are deleted while cleaning the environment.
113   # All directories MUST be defined in "paths" section.
114   #- "DIR[BUILD,HTML]"
115   - "DIR[WORKING,DATA]"
116
117   build-dirs:
118   # List the directories where the results (build) is stored.
119   # All directories MUST be defined in "paths" section.
120   - "DIR[BUILD,HTML]"
121   - "DIR[BUILD,LATEX]"
122
123 - type: "configuration"
124
125   mapping-file: "mapping_report.yaml"
126
127   limits:
128     nic:
129       x520: 24460000
130       x553: 29761905
131       x710: 35800000
132       xxv710: 35800000
133       xl710: 35800000
134       cx556a: 60000000
135
136     link:
137       10ge: 14880952.38
138       25ge: 37202380.95
139       40ge: 59523809.52
140       100ge: 148809523.81
141
142     pci:
143       pci-g3-x8: 74404761.90
144       pci-g3-x16: 148809523.81
145
146   data-sets:
147
148     ###########################################################################
149     # Plots:
150
151     # 3n-hsw
152
153     plot-vpp-throughput-lat-tsa-3n-hsw:
154       csit-vpp-perf-report-iterative-2005-3n-hsw:
155         - 3   # NDRPDR sel
156         - 4   # NDRPDR sel
157         - 5   # NDRPDR sel
158         - 10  # NDRPDR sel
159         - 11  # NDRPDR sel
160         - 12  # NDRPDR sel
161         - 15  # NDRPDR sel
162         - 16  # NDRPDR sel
163         - 18  # NDRPDR sel
164         - 19  # NDRPDR sel
165
166     plot-vpp-hdrh-lat-3n-hsw:
167       csit-vpp-perf-report-iterative-2005-3n-hsw:
168         - 3   # NDRPDR sel
169
170 #    plot-vpp-nfv-3n-hsw-ndrpdr:
171 #      csit-vpp-perf-report-iterative-2005-3n-hsw:
172 #        - 3   # NDRPDR sel
173 #        - 4   # NDRPDR sel
174 #        - 5   # NDRPDR sel
175 #        - 10  # NDRPDR sel
176 #        - 11  # NDRPDR sel
177 #        - 12  # NDRPDR sel
178 #        - 15  # NDRPDR sel
179 #        - 16  # NDRPDR sel
180 #        - 18  # NDRPDR sel
181 #        - 19  # NDRPDR sel
182
183 #    plot-vpp-nfv-3n-hsw-mrr:
184 #      csit-vpp-perf-report-iterative-2005-3n-hsw:
185 #        - 13  # MRR
186
187     plot-vpp-hoststack-3n-hsw:
188       csit-vpp-perf-verify-2005-3n-hsw:
189         - 3   # hoststack
190         - 5   # hoststack
191         - 6   # hoststack
192         - 7   # hoststack
193         - 8   # hoststack
194         - 9   # hoststack
195         - 10  # hoststack
196         - 11  # hoststack
197         - 12  # hoststack
198         - 13  # hoststack
199
200     plot-dpdk-throughput-latency-3n-hsw:
201       csit-dpdk-perf-report-iterative-2005-3n-hsw:
202         - 5   # NDRPDR sel
203         - 6   # NDRPDR sel
204         - 7   # NDRPDR sel
205         - 8   # NDRPDR sel
206         - 9   # NDRPDR sel
207         - 10  # NDRPDR sel
208         - 11  # NDRPDR sel
209         - 12  # NDRPDR sel
210         - 13  # NDRPDR sel
211         - 14  # NDRPDR sel
212
213     plot-dpdk-hdrh-lat-3n-hsw:
214       csit-dpdk-perf-report-iterative-2005-3n-hsw:
215         - 5   # NDRPDR sel
216
217     # 3n-skx
218
219     plot-vpp-throughput-lat-tsa-3n-skx:
220       csit-vpp-perf-report-iterative-2005-3n-skx:
221         - 4   # NDRPDR sel
222         - 5   # NDRPDR sel ??? all x710 failed
223         - 33  # NDRPDR sel
224         - 28  # NDRPDR sel
225         - 34  # NDRPDR sel
226         - 36  # NDRPDR sel
227         - 37  # NDRPDR sel
228         - 38  # NDRPDR sel
229         - 39  # NDRPDR sel
230         - 41  # NDRPDR sel
231
232     plot-vpp-hdrh-lat-3n-skx:
233       csit-vpp-perf-report-iterative-2005-3n-skx:
234         - 36  # NDRPDR sel
235
236     plot-vpp-nfv-3n-skx-ndrpdr:
237       # TODO: Add data:
238       csit-vpp-perf-report-iterative-2005-3n-skx:
239         - 4   # NDRPDR sel
240         - 5   # NDRPDR sel ??? all x710 failed
241         - 33  # NDRPDR sel
242         - 28  # NDRPDR sel
243         - 34  # NDRPDR sel
244
245     plot-vpp-nfv-3n-skx-mrr:
246       csit-vpp-perf-report-iterative-2005-3n-skx:
247         - 6   # MRR sel
248
249     plot-dpdk-throughput-latency-3n-skx:
250       csit-dpdk-perf-report-iterative-2005-3n-skx:
251         - 4   # NDRPDR sel
252         - 5   # NDRPDR sel
253         - 6   # NDRPDR sel
254         - 7   # NDRPDR sel
255         - 8   # NDRPDR sel
256         - 11  # NDRPDR sel
257         - 12  # NDRPDR sel
258         - 13  # NDRPDR sel
259         - 14  # NDRPDR sel
260         - 15  # NDRPDR sel
261
262     plot-dpdk-hdrh-lat-3n-skx:
263       csit-dpdk-perf-report-iterative-2005-3n-skx:
264         - 4   # NDRPDR sel
265
266     # 2n-skx
267
268     plot-vpp-throughput-lat-tsa-2n-skx:
269       # TODO: Add data:
270       csit-vpp-perf-report-iterative-2005-2n-skx:
271         - 43  # NDRPDR sel
272         - 38  # NDRPDR sel
273         - 7   # NDRPDR sel
274         - 65  # NDRPDR sel
275         - 47  # NDRPDR sel
276         - 55  # NDRPDR sel
277         - 67  # NDRPDR sel
278         - 76  # NDRPDR sel
279         - 73  # NDRPDR sel
280
281     plot-vpp-hdrh-lat-2n-skx:
282       csit-vpp-perf-report-iterative-2005-2n-skx:
283         - 55  # NDRPDR sel
284
285     plot-vpp-soak-2n-skx:
286       csit-vpp-perf-report-iterative-2005-2n-skx:
287         - 49  # Soak
288         - 54  # Soak
289
290     plot-vpp-nfv-2n-skx-ndrpdr:
291       # TODO: Add data:
292       csit-vpp-perf-report-iterative-2005-2n-skx:
293         - 43  # NDRPDR sel
294         - 38  # NDRPDR sel
295         - 7   # NDRPDR sel
296
297     plot-vpp-nfv-2n-skx-mrr:
298       csit-vpp-perf-report-iterative-2005-2n-skx:
299         - 42  # MRR sel
300
301     plot-vpp-nfv-reconf-2n-skx:
302       csit-vpp-perf-report-iterative-2005-2n-skx:
303         - 48  # Reconf
304         - 50  # Reconf
305         - 51  # Reconf
306         - 52  # Reconf
307         - 53  # Reconf
308         - 60  # Reconf
309         - 70  # Reconf
310         - 71  # Reconf
311         - 63  # Reconf
312         - 66  # Reconf
313
314     plot-dpdk-throughput-latency-2n-skx:
315       csit-dpdk-perf-report-iterative-2005-2n-skx:
316         - 1   # NDRPDR sel
317         - 2   # NDRPDR sel
318         - 3   # NDRPDR sel
319         - 4   # NDRPDR sel
320         - 5   # NDRPDR sel
321         - 6   # NDRPDR sel
322         - 7   # NDRPDR sel
323         - 8   # NDRPDR sel
324         - 9   # NDRPDR sel
325         - 10  # NDRPDR sel
326
327     plot-dpdk-hdrh-lat-2n-skx:
328       csit-dpdk-perf-report-iterative-2005-2n-skx:
329         - 1   # NDRPDR sel
330
331     # 2n-clx
332
333     plot-vpp-throughput-lat-tsa-2n-clx:
334       csit-vpp-perf-report-iterative-2005-2n-clx:
335         - 7   # NDRPDR sel
336         - 38  # NDRPDR sel
337         - 9   # NDRPDR sel
338         - 32  # NDRPDR sel ???
339         - 33  # NDRPDR sel ???
340         - 39  # NDRPDR sel
341         - 40  # NDRPDR sel
342         - 43  # NDRPDR sel
343         - 50  # NDRPDR sel
344         - 51  # NDRPDR sel
345
346     plot-vpp-hdrh-lat-2n-clx:
347       csit-vpp-perf-report-iterative-2005-2n-clx:
348         - 51  # NDRPDR sel
349
350 #    plot-vpp-http-server-performance:
351 #      # csit-vpp-perf-report-iterative-2005-2n-clx:
352 #      csit-vpp-perf-verify-2001-2n-clx:
353 #        - 80  # TCP
354
355     plot-vpp-nfv-2n-clx-ndrpdr:
356       csit-vpp-perf-report-iterative-2005-2n-clx:
357         - 7   # NDRPDR sel
358         - 38  # NDRPDR sel
359         - 9   # NDRPDR sel
360         - 32  # NDRPDR sel ???
361         - 33  # NDRPDR sel ???
362         - 39  # NDRPDR sel
363         - 40  # NDRPDR sel
364         - 43  # NDRPDR sel
365         - 50  # NDRPDR sel
366         - 51  # NDRPDR sel
367
368     plot-vpp-nfv-2n-clx-mrr:
369       csit-vpp-perf-report-iterative-2005-2n-clx:
370         - 12   # MRR
371
372     plot-vpp-nfv-reconf-2n-clx:
373       csit-vpp-perf-report-iterative-2005-2n-clx:
374         - 42  # Reconf
375         - 45  # Reconf
376         - 46  # Reconf
377         - 47  # Reconf
378         - 48  # Reconf
379         - 52  # Reconf
380         - 53  # Reconf
381         - 54  # Reconf
382         - 55  # Reconf
383         - 56  # Reconf
384
385     plot-vpp-soak-2n-clx:
386       csit-vpp-perf-report-iterative-2005-2n-clx:
387         - 44  # Soak
388         - 49  # Soak
389
390     plot-dpdk-throughput-latency-2n-clx:
391       csit-dpdk-perf-report-iterative-2005-2n-clx:
392         - 1   # NDRPDR sel
393         - 2   # NDRPDR sel
394         - 3   # NDRPDR sel
395         - 4   # NDRPDR sel
396         - 5   # NDRPDR sel
397         - 6   # NDRPDR sel
398         - 7   # NDRPDR sel
399         - 8   # NDRPDR sel
400         - 9   # NDRPDR sel
401         - 10  # NDRPDR sel
402
403     plot-dpdk-hdrh-lat-2n-clx:
404       csit-dpdk-perf-report-iterative-2005-2n-clx:
405         - 1   # NDRPDR sel
406
407     # 3n-tsh
408
409     plot-vpp-throughput-lat-tsa-3n-tsh:
410       # TODO: Add data:
411       csit-vpp-perf-report-iterative-2005-3n-tsh:
412         - 9   # NDRPDR sel
413         - 11  # NDRPDR sel
414         - 12  # NDRPDR sel
415         - 13  # NDRPDR sel
416
417     plot-vpp-hdrh-lat-3n-tsh:
418       csit-vpp-perf-report-iterative-2005-3n-tsh:
419         - 9   # NDRPDR sel
420
421     plot-dpdk-throughput-latency-3n-tsh:
422       csit-dpdk-perf-report-iterative-2005-3n-tsh:
423         - 5   # NDRPDR sel
424
425     plot-dpdk-hdrh-lat-3n-tsh:
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       csit-vpp-perf-report-iterative-2005-3n-skx:
492         - 4   # NDRPDR sel
493         - 5   # NDRPDR sel ??? all x710 failed
494         - 33  # NDRPDR sel
495         - 28  # NDRPDR sel
496         - 34  # NDRPDR sel
497         - 36  # NDRPDR sel
498         - 37  # NDRPDR sel
499         - 38  # NDRPDR sel
500         - 39  # NDRPDR sel
501         - 41  # NDRPDR sel
502
503     vpp-nic-comparison-2n-skx:
504       # TODO: Add data:
505       csit-vpp-perf-report-iterative-2005-2n-skx:
506         - 43  # NDRPDR sel
507         - 38  # NDRPDR sel
508         - 7   # NDRPDR sel
509         - 65  # NDRPDR sel
510         - 47  # NDRPDR sel
511         - 55  # NDRPDR sel
512         - 67  # NDRPDR sel
513         - 76  # NDRPDR sel
514         - 73  # NDRPDR sel
515
516     vpp-nic-comparison-3n-skx-mrr:
517       csit-vpp-perf-report-iterative-2005-3n-skx:
518         - 6   # MRR sel
519
520     vpp-nic-comparison-2n-skx-mrr:
521       csit-vpp-perf-report-iterative-2005-2n-skx:
522         - 42  # MRR sel
523
524     # Results
525
526     vpp-perf-results-3n-hsw:
527       csit-vpp-perf-report-coverage-2005-3n-hsw:
528         - 1   # perf-full-3n-dnv-crypto_I
529         - 7   # perf-full-3n-hsw-crypto_II
530         - 3   # perf-full-3n-hsw-crypto_III
531         - 4   # perf-full-3n-dnv-crypto_IV
532         - 5   # perf-full-3n-hsw-ip4_I
533         - 6   # perf-full-3n-hsw-ip4_II
534         - 8   # perf-full-3n-hsw-ip4_III
535         - 9   # perf-full-3n-hsw-ip4_IV
536         - 10  # perf-full-3n-hsw-ip4_V
537         - 26  # perf-full-3n-hsw-ip4_VI
538         - 18  # perf-full-3n-hsw-ip4_VII
539         - 27  # perf-full-3n-hsw-ip4_VIII
540         - 28  # perf-full-3n-hsw-ip4_IX
541         - 29  # perf-full-3n-hsw-ip6_I
542         - 35  # perf-full-3n-hsw-ip6_II
543         - 42  # perf-full-3n-hsw-l2_I
544         - 33  # perf-full-3n-hsw-l2_II
545         - 37  # perf-full-3n-hsw-l2_III
546         - 45  # perf-full-3n-hsw-l2_IV
547         - 43  # perf-full-3n-hsw-l2_V
548         - 40  # perf-full-3n-hsw-l2_VI
549         - 44  # perf-full-3n-hsw-l2_VII
550         - 51  # perf-full-3n-hsw-l2_VIII
551         - 50  # perf-full-3n-hsw-l2_IX
552         - 52  # perf-full-3n-hsw-l2_X
553         - 53  # perf-full-3n-hsw-l2_XI
554         - 54  # perf-full-3n-hsw-memif
555         - 55  # perf-full-3n-hsw-ip4tunnels-I
556         - 56  # perf-full-3n-hsw-ip4tunnels-II
557         - 57  # perf-full-3n-hsw-ip4tunnels-III
558         - 58  # perf-full-3n-hsw-ip6tunnels-I
559         - 59  # perf-full-3n-hsw-srv6-I
560         - 60  # perf-full-3n-hsw-srv6-II
561         - 61  # perf-full-3n-hsw-vhost-I
562         - 62  # perf-full-3n-hsw-vhost-II
563         - 63  # perf-full-3n-hsw-vhost-III
564
565     vpp-perf-results-3n-skx:
566       csit-vpp-perf-report-coverage-2005-3n-skx:
567         - 10  # perf-full-3n-skx-crypto_I
568         - 14  # perf-full-3n-skx-ip4_II
569         - 7   # perf-full-3n-skx-ip4_III
570         - 15  # perf-full-3n-skx-ip4_IV
571         - 18  # perf-full-3n-skx-ip4_VII
572
573     vpp-perf-results-2n-skx:
574       # TODO: Add data:
575       csit-vpp-perf-report-coverage-2005-2n-skx:
576         - 3   # perf-full-2n-skx-ip4_II
577         - 5   # perf-full-2n-skx-ip4_V
578         - 7   # perf-full-2n-skx-ip6_I
579
580     vpp-perf-results-2n-clx:
581       csit-vpp-perf-report-coverage-2005-2n-clx:
582         - 21  # perf-full-2n-clx-ip4_I
583         - 2   # perf-full-2n-clx-ip4_II
584         - 3   # perf-full-2n-clx-ip4_III
585         - 4   # perf-full-2n-clx-ip4_IV
586         - 5   # perf-full-2n-clx-ip4_V
587         - 6   # perf-full-2n-clx-ip4_VI
588         - 7   # perf-full-2n-clx-ip6_I
589         - 16  # perf-full-2n-clx-ip6_II
590         - 23  # perf-full-2n-clx-l2_I
591         - 10  # perf-full-2n-clx-l2_II
592         - 11  # perf-full-2n-clx-memif
593         - 12  # perf-full-2n-clx-loadbalancer
594         - 13  # perf-full-2n-clx-vhost I
595         - 22  # perf-full-2n-clx-vhost II
596         - 15  # perf-full-2n-clx-vts
597
598     vpp-perf-results-3n-tsh:
599       csit-vpp-perf-report-iterative-2005-3n-tsh:
600         - 9   # NDRPDR sel
601
602     vpp-perf-results-3n-dnv:
603       csit-vpp-perf-report-coverage-2005-3n-dnv:
604         - 1   # perf-full-3n-dnv-crypto_I
605         - 24  # perf-full-3n-dnv-crypto_II
606         - 5   # perf-full-3n-dnv-ip4_I
607         - 13  # perf-full-3n-dnv-ip4_II
608         - 17  # perf-full-3n-dnv-ip6_I
609         - 18  # perf-full-3n-dnv-ip6_II
610         - 21  # perf-full-3n-dnv-l2_I
611         - 22  # perf-full-3n-dnv-l2_II
612         - 23  # perf-full-3n-dnv-ip4-tunnels_I
613
614     vpp-perf-results-2n-dnv:
615       csit-vpp-perf-report-coverage-2005-2n-dnv:
616         - 1   # perf-full-2n-dnv-ip4_I
617         - 2   # perf-full-2n-dnv-ip4_II
618         - 3   # perf-full-2n-dnv-ip6_I
619         - 4   # perf-full-2n-dnv-ip6_II
620         - 5   # perf-full-2n-dnv-l2_I
621         - 6   # perf-full-2n-dnv-l2_II
622
623     vpp-mrr-results-3n-hsw:
624       csit-vpp-perf-report-iterative-2005-3n-hsw:
625         - 13  # MRR
626
627     vpp-mrr-results-3n-skx:
628       csit-vpp-perf-report-iterative-2005-3n-skx:
629         - 6   # MRR sel
630
631     vpp-mrr-results-2n-skx:
632       csit-vpp-perf-report-iterative-2005-2n-skx:
633         - 42  # MRR sel
634
635     vpp-mrr-results-2n-clx:
636       csit-vpp-perf-report-iterative-2005-2n-clx:
637         - 12   # MRR
638
639     vpp-mrr-results-3n-tsh:
640       csit-vpp-perf-report-iterative-2005-3n-tsh:
641         - 10  # MRR sel
642
643     vpp-mrr-results-3n-dnv:
644       csit-vpp-perf-report-iterative-2005-3n-dnv:
645         - 8   # MRR
646
647     vpp-mrr-results-2n-dnv:
648       csit-vpp-perf-report-iterative-2005-2n-dnv:
649         - 15  # MRR sel
650
651     vpp-device-results-ubuntu:
652       csit-vpp-device-2005-ubuntu1804-1n-skx:
653         - 35
654
655     dpdk-perf-results-3n-hsw:
656       csit-dpdk-perf-report-iterative-2005-3n-hsw:
657         - 5   # NDRPDR sel
658
659     dpdk-perf-results-3n-skx:
660       csit-dpdk-perf-report-iterative-2005-3n-skx:
661         - 4   # NDRPDR sel
662
663     dpdk-perf-results-2n-skx:
664       csit-dpdk-perf-report-iterative-2005-2n-skx:
665         - 1   # NDRPDR sel
666
667     dpdk-perf-results-2n-clx:
668       csit-dpdk-perf-report-iterative-2005-2n-clx:
669         - 1   # NDRPDR sel
670
671     dpdk-perf-results-2n-dnv:
672       csit-dpdk-perf-report-iterative-2005-2n-dnv:
673         - 8   # NDRPDR sel
674
675     dpdk-perf-results-3n-dnv:
676       csit-dpdk-perf-report-iterative-2005-3n-dnv:
677         - 6   # NDRPDR sel
678
679     dpdk-perf-results-3n-tsh:
680       csit-dpdk-perf-report-iterative-2005-3n-tsh:
681         - 5   # NDRPDR sel
682
683 ###########################################################################
684     # Tables (more than one data set)
685
686     # Performance changes
687
688     vpp-performance-changes-3n-hsw-h1:
689       csit-vpp-perf-verify-1908-3n-hsw:
690         - 12  # NDRPDR sel
691         - 13  # NDRPDR sel
692         - 14  # NDRPDR sel
693         - 15  # NDRPDR sel
694         - 16  # NDRPDR sel
695         - 17  # NDRPDR sel
696         - 18  # NDRPDR sel
697         - 19  # NDRPDR sel
698         - 20  # NDRPDR sel
699         - 21  # NDRPDR sel
700     vpp-performance-changes-3n-hsw-ref:
701       csit-vpp-perf-verify-2001-3n-hsw:
702         - 21  # NDRPDR sel
703         - 22  # NDRPDR sel
704         - 23  # NDRPDR sel
705         - 24  # NDRPDR sel
706         - 25  # NDRPDR sel
707         - 29  # NDRPDR sel
708         - 30  # NDRPDR sel
709         - 31  # NDRPDR sel
710         - 32  # NDRPDR sel
711         - 34  # NDRPDR sel
712     vpp-performance-changes-3n-hsw-cmp:
713       csit-vpp-perf-report-iterative-2005-3n-hsw:
714         - 3   # NDRPDR sel
715         - 4   # NDRPDR sel
716         - 5   # NDRPDR sel
717         - 10  # NDRPDR sel
718         - 11  # NDRPDR sel
719         - 12  # NDRPDR sel
720         - 15  # NDRPDR sel
721         - 16  # NDRPDR sel
722         - 18  # NDRPDR sel
723         - 19  # NDRPDR sel
724
725     vpp-performance-changes-3n-skx-h1:
726       csit-vpp-perf-verify-1908_1-3n-skx:
727         - 26  # NDRPDR sel - new1908.1
728         - 27  # NDRPDR sel - new1908.1
729         - 28  # NDRPDR sel - new1908.1
730         - 29  # NDRPDR sel - new1908.1
731         - 30  # NDRPDR sel - new1908.1
732         - 31  # NDRPDR sel - new1908.1
733         - 33  # NDRPDR sel - new1908.1
734         - 34  # NDRPDR sel - new1908.1
735         - 35  # NDRPDR sel - new1908.1
736         - 36  # NDRPDR sel - new1908.1
737     vpp-performance-changes-3n-skx-ref:
738       csit-vpp-perf-verify-2001-3n-skx:
739         - 69  # NDRPDR sel - new2001.0
740         - 71  # NDRPDR sel - new2001.0
741         - 72  # NDRPDR sel - new2001.0
742         - 76  # NDRPDR sel - new2001.0
743         - 77  # NDRPDR sel - new2001.0
744         - 78  # NDRPDR sel - new2001.0
745         - 80  # NDRPDR sel - new2001.0
746     vpp-performance-changes-3n-skx-cmp:
747       csit-vpp-perf-report-iterative-2005-3n-skx:
748         - 4   # NDRPDR sel
749         - 5   # NDRPDR sel ??? all x710 failed
750         - 33  # NDRPDR sel
751         - 28  # NDRPDR sel
752         - 34  # NDRPDR sel
753         - 36  # NDRPDR sel
754         - 37  # NDRPDR sel
755         - 38  # NDRPDR sel
756         - 39  # NDRPDR sel
757         - 41  # NDRPDR sel
758
759     vpp-performance-changes-2n-skx-h1:
760       csit-vpp-perf-verify-1908_1-2n-skx:
761         - 39  # NDRPDR sel - new1908.1
762         - 40  # NDRPDR sel - new1908.1
763         - 41  # NDRPDR sel - new1908.1
764         - 43  # NDRPDR sel - new1908.1
765         - 44  # NDRPDR sel - new1908.1
766         - 45  # NDRPDR sel - new1908.1
767         - 46  # NDRPDR sel - new1908.1
768         - 47  # NDRPDR sel - new1908.1
769         - 48  # NDRPDR sel - new1908.1
770         - 49  # NDRPDR sel - new1908.1
771     vpp-performance-changes-2n-skx-ref:
772       csit-vpp-perf-verify-2001-2n-skx:
773         - 143  # NDRPDR sel - new2001.0
774         - 146  # NDRPDR sel - new2001.0
775         - 147  # NDRPDR sel - new2001.0
776         - 148  # NDRPDR sel - new2001.0
777         - 149  # NDRPDR sel - new2001.0
778         - 150  # NDRPDR sel - new2001.0
779         - 151  # NDRPDR sel - new2001.0
780         - 152  # NDRPDR sel - new2001.0
781         - 153  # NDRPDR sel - new2001.0
782         - 154  # NDRPDR sel - new2001.0
783     vpp-performance-changes-2n-skx-cmp:
784       # TODO: Add data:
785       csit-vpp-perf-report-iterative-2005-2n-skx:
786         - 43  # NDRPDR sel
787         - 38  # NDRPDR sel
788         - 7   # NDRPDR sel
789         - 65  # NDRPDR sel
790         - 47  # NDRPDR sel
791         - 55  # NDRPDR sel
792         - 67  # NDRPDR sel
793         - 76  # NDRPDR sel
794         - 73  # NDRPDR sel
795
796 #    vpp-performance-changes-nfv-2n-skx-ref:
797 #      csit-vpp-perf-verify-2001-2n-skx:
798 #        - 30  # NFV
799 #        - 31  # NFV
800 #    vpp-performance-changes-nfv-2n-skx-cmp:
801 #      csit-vpp-perf-report-iterative-2005-2n-skx:
802 #        - 43  # NDRPDR sel
803 #        - 38  # NDRPDR sel
804 #        - 7   # NDRPDR sel
805
806     vpp-performance-changes-2n-clx-ref:
807       csit-vpp-perf-verify-2001-2n-clx:
808         - 28  # NDRPDR sel
809         - 29  # NDRPDR sel
810         - 32  # NDRPDR sel
811         - 40  # NDRPDR sel
812         - 43  # NDRPDR sel
813         - 44  # NDRPDR sel
814         - 45  # NDRPDR sel
815         - 47  # NDRPDR sel
816         - 48  # NDRPDR sel
817         - 49  # NDRPDR sel
818     vpp-performance-changes-2n-clx-cmp:
819       csit-vpp-perf-report-iterative-2005-2n-clx:
820         - 7   # NDRPDR sel
821         - 38  # NDRPDR sel
822         - 9   # NDRPDR sel
823         - 32  # NDRPDR sel ???
824         - 33  # NDRPDR sel ???
825         - 39  # NDRPDR sel
826         - 40  # NDRPDR sel
827         - 43  # NDRPDR sel
828         - 50  # NDRPDR sel
829         - 51  # NDRPDR sel
830
831     vpp-performance-changes-2n-dnv-h1:
832       csit-vpp-perf-verify-1908-2n-dnv:
833         - 1   # NDRPDR sel
834         - 2   # NDRPDR sel
835         - 3   # NDRPDR sel
836         - 4   # NDRPDR sel
837         - 5   # NDRPDR sel
838         - 6   # NDRPDR sel
839         - 7   # NDRPDR sel
840         - 8   # NDRPDR sel
841         - 9   # NDRPDR sel
842         - 10  # NDRPDR sel
843     vpp-performance-changes-2n-dnv-ref:
844       csit-vpp-perf-verify-2001-2n-dnv:
845         - 4   # NDRPDR sel
846         - 5   # NDRPDR sel
847         - 6   # NDRPDR sel
848         - 7   # NDRPDR sel
849         - 8   # NDRPDR sel
850         - 9   # NDRPDR sel
851         - 10  # NDRPDR sel
852         - 11  # NDRPDR sel
853         - 13  # NDRPDR sel
854         - 16  # NDRPDR sel
855     vpp-performance-changes-2n-dnv-cmp:
856       csit-vpp-perf-report-iterative-2005-2n-dnv:
857         - 3   # NDRPDR sel
858         - 6   # NDRPDR sel
859         - 7   # NDRPDR sel
860         - 8   # NDRPDR sel
861         - 9   # NDRPDR sel
862         - 10  # NDRPDR sel
863         - 11  # NDRPDR sel
864         - 12  # NDRPDR sel
865         - 13  # NDRPDR sel
866         - 14  # NDRPDR sel
867
868     vpp-performance-changes-3n-dnv-h1:
869       csit-vpp-perf-verify-1908-3n-dnv:
870         - 6   # NDRPDR sel
871         - 7   # NDRPDR sel
872         - 8   # NDRPDR sel
873         - 9   # NDRPDR sel
874         - 10  # NDRPDR sel
875         - 12  # NDRPDR sel
876         - 13  # NDRPDR sel
877         - 14  # NDRPDR sel
878         - 15  # NDRPDR sel
879         - 16  # NDRPDR sel
880     vpp-performance-changes-3n-dnv-ref:
881       csit-vpp-perf-verify-2001-3n-dnv:
882         - 5   # NDRPDR sel
883         - 6   # NDRPDR sel
884         - 7   # NDRPDR sel
885         - 8   # NDRPDR sel
886         - 9   # NDRPDR sel
887         - 10  # NDRPDR sel
888         - 12  # NDRPDR sel
889         - 16  # NDRPDR sel
890         - 17  # NDRPDR sel
891         - 18  # NDRPDR sel
892     vpp-performance-changes-3n-dnv-cmp:
893       csit-vpp-perf-report-iterative-2005-3n-dnv:
894         - 2   # NDRPDR sel
895         - 3   # NDRPDR sel
896         - 4   # NDRPDR sel
897         - 5   # NDRPDR sel
898         - 6   # NDRPDR sel
899         - 7   # NDRPDR sel
900         - 9   # NDRPDR sel
901         - 10  # NDRPDR sel
902         - 11  # NDRPDR sel
903         - 12  # NDRPDR sel
904
905     vpp-performance-changes-3n-tsh-h1:
906       csit-vpp-perf-verify-1908-3n-tsh:
907         - 7   # NDRPDR sel
908         - 8   # NDRPDR sel
909         - 9   # NDRPDR sel
910         - 10  # NDRPDR sel
911         - 11  # NDRPDR sel
912         - 12  # NDRPDR sel
913         - 13  # NDRPDR sel
914         - 14  # NDRPDR sel
915         - 15  # NDRPDR sel
916         - 16  # NDRPDR sel
917     vpp-performance-changes-3n-tsh-ref:
918       csit-vpp-perf-verify-2001-3n-tsh:
919         - 3   # NDRPDR sel
920         - 4   # NDRPDR sel
921         - 7   # NDRPDR sel
922         - 8   # NDRPDR sel
923         - 10  # NDRPDR sel
924         - 12  # NDRPDR sel
925         - 13  # NDRPDR sel
926         - 14  # NDRPDR sel
927         - 15  # NDRPDR sel
928         - 21  # NDRPDR sel
929     vpp-performance-changes-3n-tsh-cmp:
930       # TODO: Add data:
931       csit-vpp-perf-report-iterative-2005-3n-tsh:
932         - 9   # NDRPDR sel
933         - 11  # NDRPDR sel
934         - 12  # NDRPDR sel
935         - 13  # NDRPDR sel
936
937     vpp-soak-vs-ndr-2n-skx-ref:
938       # TODO: Add data:
939       csit-vpp-perf-report-iterative-2005-2n-skx:
940         - 43  # NDRPDR sel
941         - 38  # NDRPDR sel
942         - 7   # NDRPDR sel
943         - 65  # NDRPDR sel
944         - 47  # NDRPDR sel
945         - 55  # NDRPDR sel
946         - 67  # NDRPDR sel
947         - 76  # NDRPDR sel
948         - 73  # NDRPDR sel
949     vpp-soak-vs-ndr-2n-skx-cmp:
950       csit-vpp-perf-report-iterative-2005-2n-skx:
951         - 49  # Soak
952         - 54  # Soak
953     vpp-soak-vs-ndr-2n-skx:
954       csit-vpp-perf-report-iterative-2005-2n-skx:
955         - 43  # NDRPDR sel
956         - 38  # NDRPDR sel
957         - 7   # NDRPDR sel
958         - 65  # NDRPDR sel
959         - 47  # NDRPDR sel
960         - 55  # NDRPDR sel
961         - 67  # NDRPDR sel
962         - 76  # NDRPDR sel
963         - 73  # NDRPDR sel
964         - 49  # Soak
965         - 54  # Soak
966
967     vpp-soak-vs-ndr-2n-clx-ref:
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     vpp-soak-vs-ndr-2n-clx-cmp:
980       csit-vpp-perf-report-iterative-2005-2n-clx:
981         - 44  # Soak
982         - 49  # Soak
983     vpp-soak-vs-ndr-2n-clx:
984       csit-vpp-perf-report-iterative-2005-2n-clx:
985         - 7   # NDRPDR sel
986         - 38  # NDRPDR sel
987         - 9   # NDRPDR sel
988         - 32  # NDRPDR sel ???
989         - 33  # NDRPDR sel ???
990         - 39  # NDRPDR sel
991         - 40  # NDRPDR sel
992         - 43  # NDRPDR sel
993         - 50  # NDRPDR sel
994         - 51  # NDRPDR sel
995         - 44  # Soak
996         - 49  # Soak
997
998     vpp-performance-changes-3n-hsw-mrr-h1:
999       csit-vpp-perf-verify-1908-3n-hsw:
1000         - 39  # MRR sel
1001     vpp-performance-changes-3n-hsw-mrr-ref:
1002       csit-vpp-perf-verify-2001-3n-hsw:
1003         - 17  # MRR sel
1004     vpp-performance-changes-3n-hsw-mrr-cmp:
1005       csit-vpp-perf-report-iterative-2005-3n-hsw:
1006         - 13  # MRR
1007
1008 #    vpp-performance-changes-3n-skx-mrr-h1:
1009 #      csit-vpp-perf-verify-1908-3n-skx:
1010 #        - 36  # MRR sel
1011     vpp-performance-changes-3n-skx-mrr-ref:
1012       csit-vpp-perf-verify-2001-3n-skx:
1013         - 50  # MRR sel
1014         - 53  # MRR sel addition
1015     vpp-performance-changes-3n-skx-mrr-cmp:
1016       csit-vpp-perf-report-iterative-2005-3n-skx:
1017         - 6   # MRR sel
1018
1019 #    vpp-performance-changes-2n-skx-mrr-h1:
1020 #      csit-vpp-perf-verify-1908-2n-skx:
1021 #        - 69  # MRR sel
1022     vpp-performance-changes-2n-skx-mrr-ref:
1023       csit-vpp-perf-verify-2001-2n-skx:
1024         - 101 # MRR sel
1025         - 128 # MRR sel addition
1026     vpp-performance-changes-2n-skx-mrr-cmp:
1027       csit-vpp-perf-report-iterative-2005-2n-skx:
1028         - 42  # MRR sel
1029
1030     vpp-performance-changes-2n-clx-mrr-ref:
1031       csit-vpp-perf-verify-2001-2n-clx:
1032         - 39  # MRR
1033     vpp-performance-changes-2n-clx-mrr-cmp:
1034       csit-vpp-perf-report-iterative-2005-2n-clx:
1035         - 12   # MRR
1036
1037 #    vpp-performance-changes-nfv-2n-skx-mrr-ref:
1038 #      csit-vpp-perf-verify-1908-2n-skx:
1039 #        - 71  # NFV MRR
1040 #    vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1041 #      # csit-vpp-perf-verify-2001-2n-skx:
1042 #      csit-vpp-perf-verify-1908-2n-skx:
1043 #        - 71  # NFV MRR
1044
1045     vpp-performance-changes-2n-dnv-mrr-h1:
1046       csit-vpp-perf-verify-1908-2n-dnv:
1047         - 11  # MRR sel
1048     vpp-performance-changes-2n-dnv-mrr-ref:
1049       csit-vpp-perf-verify-2001-2n-dnv:
1050         - 12  # MRR sel
1051     vpp-performance-changes-2n-dnv-mrr-cmp:
1052       csit-vpp-perf-report-iterative-2005-2n-dnv:
1053         - 15  # MRR sel
1054
1055     vpp-performance-changes-3n-dnv-mrr-h1:
1056       csit-vpp-perf-verify-1908-3n-dnv:
1057         - 17  # MRR sel
1058     vpp-performance-changes-3n-dnv-mrr-ref:
1059       csit-vpp-perf-verify-2001-3n-dnv:
1060         - 11  # MRR sel
1061     vpp-performance-changes-3n-dnv-mrr-cmp:
1062       csit-vpp-perf-report-iterative-2005-3n-dnv:
1063         - 8   # MRR
1064
1065     vpp-performance-changes-3n-tsh-mrr-h1:
1066       csit-vpp-perf-verify-1908-3n-tsh:
1067         - 17  # MRR sel
1068     vpp-performance-changes-3n-tsh-mrr-ref:
1069       csit-vpp-perf-verify-2001-3n-tsh:
1070         - 9   # MRR sel
1071     vpp-performance-changes-3n-tsh-mrr-cmp:
1072       csit-vpp-perf-report-iterative-2005-3n-tsh:
1073         - 10  # MRR sel
1074
1075     dpdk-performance-changes-3n-hsw-h1:
1076       csit-dpdk-perf-verify-1908-3n-hsw:
1077         - 2   # NDRPDR sel
1078         - 3   # NDRPDR sel
1079         - 4   # NDRPDR sel
1080         - 5   # NDRPDR sel
1081         - 6   # NDRPDR sel
1082         - 7   # NDRPDR sel
1083         - 8   # NDRPDR sel
1084         - 9   # NDRPDR sel
1085         - 10  # NDRPDR sel
1086         - 11  # NDRPDR sel
1087     dpdk-performance-changes-3n-hsw-ref:
1088       csit-dpdk-perf-verify-2001-3n-hsw:
1089         - 4   # NDRPDR sel
1090         - 5   # NDRPDR sel
1091         - 6   # NDRPDR sel
1092         - 7   # NDRPDR sel
1093         - 8   # NDRPDR sel
1094         - 9   # NDRPDR sel
1095         - 10  # NDRPDR sel
1096         - 11  # NDRPDR sel
1097         - 12  # NDRPDR sel
1098         - 13  # NDRPDR sel
1099         - 15  # NDRPDR sel
1100         - 16  # NDRPDR sel
1101         - 17  # NDRPDR sel
1102         - 18  # NDRPDR sel
1103         - 19  # NDRPDR sel
1104         - 20  # NDRPDR sel
1105         - 21  # NDRPDR sel
1106         - 22  # NDRPDR sel
1107         - 23  # NDRPDR sel
1108         - 24  # NDRPDR sel
1109     dpdk-performance-changes-3n-hsw-cmp:
1110       csit-dpdk-perf-report-iterative-2005-3n-hsw:
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         - 13  # NDRPDR sel
1120         - 14  # NDRPDR sel
1121
1122     dpdk-performance-changes-3n-skx-h1:
1123       csit-dpdk-perf-verify-1908-3n-skx:
1124         - 3   # NDRPDR sel
1125         - 4   # NDRPDR sel
1126         - 5   # NDRPDR sel
1127         - 6   # NDRPDR sel
1128         - 7   # NDRPDR sel
1129         - 8   # NDRPDR sel
1130         - 9   # NDRPDR sel
1131         - 10  # NDRPDR sel
1132         - 11  # NDRPDR sel
1133         - 12  # NDRPDR sel
1134     dpdk-performance-changes-3n-skx-ref:
1135       csit-dpdk-perf-verify-2001-3n-skx:
1136         - 29  # NDRPDR sel xxv710
1137         - 33  # NDRPDR sel xxv710
1138         - 34  # NDRPDR sel xxv710
1139         - 35  # NDRPDR sel xxv710
1140         - 36  # NDRPDR sel xxv710
1141         - 37  # NDRPDR sel xxv710
1142         - 41  # NDRPDR sel xxv710
1143         - 42  # NDRPDR sel xxv710
1144         - 43  # NDRPDR sel xxv710
1145         - 45  # NDRPDR sel xxv710
1146         - 30  # NDRPDR sel x710
1147         - 31  # NDRPDR sel x710
1148         - 32  # NDRPDR sel x710
1149         - 38  # NDRPDR sel x710
1150         - 39  # NDRPDR sel x710
1151         - 40  # NDRPDR sel x710
1152         - 44  # NDRPDR sel x710
1153         - 46  # NDRPDR sel x710
1154         - 47  # NDRPDR sel x710
1155         - 48  # NDRPDR sel x710
1156     dpdk-performance-changes-3n-skx-cmp:
1157       csit-dpdk-perf-report-iterative-2005-3n-skx:
1158         - 4   # NDRPDR sel
1159         - 5   # NDRPDR sel
1160         - 6   # NDRPDR sel
1161         - 7   # NDRPDR sel
1162         - 8   # NDRPDR sel
1163         - 11  # NDRPDR sel
1164         - 12  # NDRPDR sel
1165         - 13  # NDRPDR sel
1166         - 14  # NDRPDR sel
1167         - 15  # NDRPDR sel
1168
1169     dpdk-performance-changes-2n-skx-h1:
1170       csit-dpdk-perf-verify-1908-2n-skx:
1171         - 2   # NDRPDR sel
1172         - 3   # NDRPDR sel
1173         - 4   # NDRPDR sel
1174         - 5   # NDRPDR sel
1175         - 7   # NDRPDR sel
1176         - 8   # NDRPDR sel
1177         - 9   # NDRPDR sel
1178         - 10  # NDRPDR sel
1179         - 11  # NDRPDR sel
1180         - 12  # NDRPDR sel
1181     dpdk-performance-changes-2n-skx-ref:
1182       csit-dpdk-perf-verify-2001-2n-skx:
1183         - 35  # NDRPDR sel xxv710
1184         - 36  # NDRPDR sel xxv710
1185         - 37  # NDRPDR sel xxv710
1186         - 41  # NDRPDR sel xxv710
1187         - 42  # NDRPDR sel xxv710
1188         - 43  # NDRPDR sel xxv710
1189         - 46  # NDRPDR sel xxv710
1190         - 47  # NDRPDR sel xxv710
1191         - 52  # NDRPDR sel xxv710
1192         - 53  # NDRPDR sel xxv710
1193         - 38  # NDRPDR sel x710
1194         - 39  # NDRPDR sel x710
1195         - 40  # NDRPDR sel x710
1196         - 44  # NDRPDR sel x710
1197         - 45  # NDRPDR sel x710
1198         - 48  # NDRPDR sel x710
1199         - 49  # NDRPDR sel x710
1200         - 50  # NDRPDR sel x710
1201         - 51  # NDRPDR sel x710
1202         - 54  # NDRPDR sel x710
1203     dpdk-performance-changes-2n-skx-cmp:
1204       csit-dpdk-perf-report-iterative-2005-2n-skx:
1205         - 1   # NDRPDR sel
1206         - 2   # NDRPDR sel
1207         - 3   # NDRPDR sel
1208         - 4   # NDRPDR sel
1209         - 5   # NDRPDR sel
1210         - 6   # NDRPDR sel
1211         - 7   # NDRPDR sel
1212         - 8   # NDRPDR sel
1213         - 9   # NDRPDR sel
1214         - 10  # NDRPDR sel
1215
1216     dpdk-performance-changes-2n-clx-ref:
1217       csit-dpdk-perf-verify-2001-2n-clx:
1218         - 15  # NDRPDR sel
1219         - 16  # NDRPDR sel
1220         - 17  # NDRPDR sel
1221         - 18  # NDRPDR sel
1222         - 19  # NDRPDR sel
1223         - 20  # NDRPDR sel
1224         - 21  # NDRPDR sel
1225         - 22  # NDRPDR sel
1226         - 23  # NDRPDR sel
1227         - 24  # NDRPDR sel
1228         - 25  # NDRPDR sel
1229         - 26  # NDRPDR sel
1230         - 27  # NDRPDR sel
1231         - 28  # NDRPDR sel
1232         - 29  # NDRPDR sel
1233         - 30  # NDRPDR sel
1234         - 31  # NDRPDR sel
1235         - 32  # NDRPDR sel
1236         - 33  # NDRPDR sel
1237         - 34  # NDRPDR sel
1238     dpdk-performance-changes-2n-clx-cmp:
1239       csit-dpdk-perf-report-iterative-2005-2n-clx:
1240         - 1   # NDRPDR sel
1241         - 2   # NDRPDR sel
1242         - 3   # NDRPDR sel
1243         - 4   # NDRPDR sel
1244         - 5   # NDRPDR sel
1245         - 6   # NDRPDR sel
1246         - 7   # NDRPDR sel
1247         - 8   # NDRPDR sel
1248         - 9   # NDRPDR sel
1249         - 10  # NDRPDR sel
1250
1251     dpdk-performance-changes-2n-dnv-ref:
1252       csit-dpdk-perf-verify-2001-2n-dnv:
1253         - 9   # NDRPDR sel
1254         - 10  # NDRPDR sel
1255         - 11  # NDRPDR sel
1256         - 12  # NDRPDR sel
1257         - 13  # NDRPDR sel
1258         - 14  # NDRPDR sel
1259         - 15  # NDRPDR sel
1260         - 16  # NDRPDR sel
1261         - 17  # NDRPDR sel
1262         - 18  # NDRPDR sel
1263     dpdk-performance-changes-2n-dnv-cmp:
1264       csit-dpdk-perf-report-iterative-2005-2n-dnv:
1265         - 8   # NDRPDR sel
1266         - 9   # NDRPDR sel
1267         - 10  # NDRPDR sel
1268         - 11  # NDRPDR sel
1269         - 12  # NDRPDR sel
1270         - 13  # NDRPDR sel
1271         - 14  # NDRPDR sel
1272         - 15  # NDRPDR sel
1273         - 16  # NDRPDR sel
1274         - 17  # NDRPDR sel
1275
1276     dpdk-performance-changes-3n-dnv-ref:
1277       csit-dpdk-perf-verify-2001-3n-dnv:
1278         - 12  # NDRPDR sel
1279         - 13  # NDRPDR sel
1280         - 14  # NDRPDR sel
1281         - 15  # NDRPDR sel
1282         - 16  # NDRPDR sel
1283         - 17  # NDRPDR sel
1284         - 18  # NDRPDR sel
1285         - 19  # NDRPDR sel
1286         - 20  # NDRPDR sel
1287         - 22  # NDRPDR sel
1288     dpdk-performance-changes-3n-dnv-cmp:
1289       csit-dpdk-perf-report-iterative-2005-3n-dnv:
1290         - 6   # NDRPDR sel
1291         - 7   # NDRPDR sel
1292         - 8   # NDRPDR sel
1293         - 9   # NDRPDR sel
1294         - 10  # NDRPDR sel
1295         - 11  # NDRPDR sel
1296         - 12  # NDRPDR sel
1297         - 13  # NDRPDR sel
1298         - 14  # NDRPDR sel
1299         - 16  # NDRPDR sel
1300
1301     dpdk-performance-changes-3n-tsh-ref:
1302       csit-dpdk-perf-verify-2001-3n-tsh:
1303         - 3   # NDRPDR sel
1304         - 4   # NDRPDR sel
1305         - 5   # NDRPDR sel
1306         - 9   # NDRPDR sel
1307         - 10  # NDRPDR sel
1308         - 11  # NDRPDR sel
1309         - 12  # NDRPDR sel
1310         - 14  # NDRPDR sel
1311         - 15  # NDRPDR sel
1312         - 18  # NDRPDR sel
1313     dpdk-performance-changes-3n-tsh-cmp:
1314       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1315         - 5   # NDRPDR sel
1316
1317     # Compare testbeds
1318
1319     vpp-compare-testbeds-ref:
1320       csit-vpp-perf-report-iterative-2005-3n-hsw:
1321         - 3   # NDRPDR sel
1322         - 4   # NDRPDR sel
1323         - 5   # NDRPDR sel
1324         - 10  # NDRPDR sel
1325         - 11  # NDRPDR sel
1326         - 12  # NDRPDR sel
1327         - 15  # NDRPDR sel
1328         - 16  # NDRPDR sel
1329         - 18  # NDRPDR sel
1330         - 19  # NDRPDR sel
1331     vpp-compare-testbeds-cmp:
1332       csit-vpp-perf-report-iterative-2005-3n-skx:
1333         - 4   # NDRPDR sel
1334         - 5   # NDRPDR sel ??? all x710 failed
1335         - 33  # NDRPDR sel
1336         - 28  # NDRPDR sel
1337         - 34  # NDRPDR sel
1338         - 36  # NDRPDR sel
1339         - 37  # NDRPDR sel
1340         - 38  # NDRPDR sel
1341         - 39  # NDRPDR sel
1342         - 41  # NDRPDR sel
1343
1344     vpp-compare-testbeds-skx-clx-ref:
1345       # TODO: Add data:
1346       csit-vpp-perf-report-iterative-2005-2n-skx:
1347         - 43  # NDRPDR sel
1348         - 38  # NDRPDR sel
1349         - 7   # NDRPDR sel
1350         - 65  # NDRPDR sel
1351         - 47  # NDRPDR sel
1352         - 55  # NDRPDR sel
1353         - 67  # NDRPDR sel
1354         - 76  # NDRPDR sel
1355         - 73  # NDRPDR sel
1356     vpp-compare-testbeds-skx-clx-cmp:
1357       csit-vpp-perf-report-iterative-2005-2n-clx:
1358         - 7   # NDRPDR sel
1359         - 38  # NDRPDR sel
1360         - 9   # NDRPDR sel
1361         - 32  # NDRPDR sel ???
1362         - 33  # NDRPDR sel ???
1363         - 39  # NDRPDR sel
1364         - 40  # NDRPDR sel
1365         - 43  # NDRPDR sel
1366         - 50  # NDRPDR sel
1367         - 51  # NDRPDR sel
1368
1369     vpp-compare-testbeds-hsw-clx-ref:
1370       csit-vpp-perf-report-iterative-2005-3n-hsw:
1371         - 3   # NDRPDR sel
1372         - 4   # NDRPDR sel
1373         - 5   # NDRPDR sel
1374         - 10  # NDRPDR sel
1375         - 11  # NDRPDR sel
1376         - 12  # NDRPDR sel
1377         - 15  # NDRPDR sel
1378         - 16  # NDRPDR sel
1379         - 18  # NDRPDR sel
1380         - 19  # NDRPDR sel
1381     vpp-compare-testbeds-hsw-clx-cmp:
1382       csit-vpp-perf-report-iterative-2005-2n-clx:
1383         - 7   # NDRPDR sel
1384         - 38  # NDRPDR sel
1385         - 9   # NDRPDR sel
1386         - 32  # NDRPDR sel ???
1387         - 33  # NDRPDR sel ???
1388         - 39  # NDRPDR sel
1389         - 40  # NDRPDR sel
1390         - 43  # NDRPDR sel
1391         - 50  # NDRPDR sel
1392         - 51  # NDRPDR sel
1393
1394     vpp-compare-testbeds-mrr-ref:
1395       csit-vpp-perf-report-iterative-2005-3n-hsw:
1396         - 13  # MRR
1397     vpp-compare-testbeds-mrr-cmp:
1398       csit-vpp-perf-report-iterative-2005-3n-skx:
1399         - 6   # MRR sel
1400
1401     vpp-compare-testbeds-mrr-skx-clx-ref:
1402       csit-vpp-perf-report-iterative-2005-2n-skx:
1403         - 42  # MRR sel
1404     vpp-compare-testbeds-mrr-skx-clx-cmp:
1405       csit-vpp-perf-report-iterative-2005-2n-clx:
1406         - 12   # MRR
1407
1408     vpp-compare-testbeds-mrr-hsw-clx-ref:
1409       csit-vpp-perf-report-iterative-2005-3n-hsw:
1410         - 13  # MRR
1411     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1412       csit-vpp-perf-report-iterative-2005-2n-clx:
1413         - 12   # MRR
1414
1415     dpdk-compare-testbeds-ref:
1416       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1417         - 5   # NDRPDR sel
1418         - 6   # NDRPDR sel
1419         - 7   # NDRPDR sel
1420         - 8   # NDRPDR sel
1421         - 9   # NDRPDR sel
1422         - 10  # NDRPDR sel
1423         - 11  # NDRPDR sel
1424         - 12  # NDRPDR sel
1425         - 13  # NDRPDR sel
1426         - 14  # NDRPDR sel
1427     dpdk-compare-testbeds-cmp:
1428       csit-dpdk-perf-report-iterative-2005-3n-skx:
1429         - 4   # NDRPDR sel
1430         - 5   # NDRPDR sel
1431         - 6   # NDRPDR sel
1432         - 7   # NDRPDR sel
1433         - 8   # NDRPDR sel
1434         - 11  # NDRPDR sel
1435         - 12  # NDRPDR sel
1436         - 13  # NDRPDR sel
1437         - 14  # NDRPDR sel
1438         - 15  # NDRPDR sel
1439
1440     dpdk-compare-testbeds-skx-clx-ref:
1441       csit-dpdk-perf-report-iterative-2005-2n-skx:
1442         - 1   # NDRPDR sel
1443         - 2   # NDRPDR sel
1444         - 3   # NDRPDR sel
1445         - 4   # NDRPDR sel
1446         - 5   # NDRPDR sel
1447         - 6   # NDRPDR sel
1448         - 7   # NDRPDR sel
1449         - 8   # NDRPDR sel
1450         - 9   # NDRPDR sel
1451         - 10  # NDRPDR sel
1452     dpdk-compare-testbeds-skx-clx-cmp:
1453       csit-dpdk-perf-report-iterative-2005-2n-clx:
1454         - 1   # NDRPDR sel
1455         - 2   # NDRPDR sel
1456         - 3   # NDRPDR sel
1457         - 4   # NDRPDR sel
1458         - 5   # NDRPDR sel
1459         - 6   # NDRPDR sel
1460         - 7   # NDRPDR sel
1461         - 8   # NDRPDR sel
1462         - 9   # NDRPDR sel
1463         - 10  # NDRPDR sel
1464
1465     # Compare topologies
1466
1467     vpp-compare-topologies-ref:
1468       csit-vpp-perf-report-iterative-2005-3n-skx:
1469         - 4   # NDRPDR sel
1470         - 5   # NDRPDR sel ??? all x710 failed
1471         - 33  # NDRPDR sel
1472         - 28  # NDRPDR sel
1473         - 34  # NDRPDR sel
1474         - 36  # NDRPDR sel
1475         - 37  # NDRPDR sel
1476         - 38  # NDRPDR sel
1477         - 39  # NDRPDR sel
1478         - 41  # NDRPDR sel
1479     vpp-compare-topologies-cmp:
1480       # TODO: Add data:
1481       csit-vpp-perf-report-iterative-2005-2n-skx:
1482         - 43  # NDRPDR sel
1483         - 38  # NDRPDR sel
1484         - 7   # NDRPDR sel
1485         - 65  # NDRPDR sel
1486         - 47  # NDRPDR sel
1487         - 55  # NDRPDR sel
1488         - 67  # NDRPDR sel
1489         - 76  # NDRPDR sel
1490         - 73  # NDRPDR sel
1491
1492     vpp-compare-topologies-mrr-ref:
1493       csit-vpp-perf-report-iterative-2005-3n-skx:
1494         - 6   # MRR sel
1495     vpp-compare-topologies-mrr-cmp:
1496       csit-vpp-perf-report-iterative-2005-2n-skx:
1497         - 42  # MRR sel
1498
1499     dpdk-compare-topologies-ref:
1500       csit-dpdk-perf-report-iterative-2005-3n-skx:
1501         - 4   # NDRPDR sel
1502         - 5   # NDRPDR sel
1503         - 6   # NDRPDR sel
1504         - 7   # NDRPDR sel
1505         - 8   # NDRPDR sel
1506         - 11  # NDRPDR sel
1507         - 12  # NDRPDR sel
1508         - 13  # NDRPDR sel
1509         - 14  # NDRPDR sel
1510         - 15  # NDRPDR sel
1511     dpdk-compare-topologies-cmp:
1512       csit-dpdk-perf-report-iterative-2005-2n-skx:
1513         - 1   # NDRPDR sel
1514         - 2   # NDRPDR sel
1515         - 3   # NDRPDR sel
1516         - 4   # NDRPDR sel
1517         - 5   # NDRPDR sel
1518         - 6   # NDRPDR sel
1519         - 7   # NDRPDR sel
1520         - 8   # NDRPDR sel
1521         - 9   # NDRPDR sel
1522         - 10  # NDRPDR sel
1523
1524   plot-layouts:
1525
1526     plot-soak-throughput:
1527       titlefont:
1528         size: 18
1529       xaxis:
1530         title: "<b>Test Cases [Index]</b>"
1531         titlefont:
1532           size: 16
1533         autorange: True
1534         fixedrange: False
1535         gridcolor: "rgb(230, 230, 230)"
1536         linecolor: "rgb(220, 220, 220)"
1537         linewidth: 1
1538         showgrid: True
1539         showline: True
1540         showticklabels: True
1541         tickcolor: "rgb(220, 220, 220)"
1542         tickmode: "linear"
1543         tickfont:
1544           size: 16
1545         zeroline: False
1546       yaxis:
1547         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1548         titlefont:
1549           size: 16
1550         gridcolor: "rgb(230, 230, 230)"
1551         hoverformat: ".4r"
1552         tickformat: ".3r"
1553         linecolor: "rgb(220, 220, 220)"
1554         linewidth: 1
1555         showgrid: True
1556         showline: True
1557         showticklabels: True
1558         tickcolor: "rgb(220, 220, 220)"
1559         tickfont:
1560           size: 16
1561         zeroline: False
1562         range: [0,50]
1563       autosize: False
1564       margin:
1565         t: 50
1566         b: 0
1567         l: 80
1568         r: 20
1569       showlegend: True
1570       legend:
1571         orientation: "h"
1572         font:
1573           size: 16
1574       width: 700
1575       height: 900
1576       paper_bgcolor: "#fff"
1577       plot_bgcolor: "#fff"
1578       hoverlabel:
1579         namelength: -1
1580
1581     plot-service-density:
1582       titlefont:
1583         size: 18
1584       xaxis:
1585         side: "top"
1586         autorange: True
1587         fixedrange: False
1588         showgrid: False
1589         showline: False
1590         showticklabels: False
1591         ticks: ""
1592         ticklen: 0
1593         tickwidth: 0
1594         zeroline: False
1595       yaxis:
1596         autorange: "reversed"
1597         showgrid: False
1598         showline: False
1599         showticklabels: False
1600         ticks: ""
1601         ticklen: 0
1602         tickwidth: 0
1603         zeroline: False
1604       showlegend: False
1605       paper_bgcolor: "#fff"
1606       plot_bgcolor: "#fff"
1607       width: 700
1608       height: 700
1609       hoverlabel:
1610         namelength: -1
1611
1612 #    plot-cps:
1613 #      titlefont:
1614 #        size: 18
1615 #      xaxis:
1616 #        title: "<b>Test Cases [Index]</b>"
1617 #        titlefont:
1618 #          size: 16
1619 #        autorange: True
1620 #        fixedrange: False
1621 #        gridcolor: "rgb(230, 230, 230)"
1622 #        linecolor: "rgb(220, 220, 220)"
1623 #        linewidth: 1
1624 #        showgrid: True
1625 #        showline: True
1626 #        showticklabels: True
1627 #        tickcolor: "rgb(220, 220, 220)"
1628 #        tickmode: "linear"
1629 #        tickfont:
1630 #          size: 16
1631 #        zeroline: False
1632 #      yaxis:
1633 #        title: "<b>Connections Per Second [cps]</b>"
1634 #        titlefont:
1635 #          size: 16
1636 #        gridcolor: "rgb(230, 230, 230)"
1637 #        hoverformat: ".4s"
1638 #        linecolor: "rgb(220, 220, 220)"
1639 #        linewidth: 1
1640 #        rangemode: "tozero"
1641 #        showgrid: True
1642 #        showline: True
1643 #        showticklabels: True
1644 #        tickcolor: "rgb(220, 220, 220)"
1645 #        tickformat: ".3s"
1646 #        tickfont:
1647 #          size: 16
1648 #        zeroline: False
1649 #      boxmode: "group"
1650 #      boxgroupgap: 0.5
1651 #      autosize: False
1652 #      margin:
1653 #        t: 50
1654 #        b: 20
1655 #        l: 80
1656 #        r: 20
1657 #      showlegend: True
1658 #      legend:
1659 #        orientation: "h"
1660 #        font:
1661 #          size: 16
1662 #      width: 700
1663 #      height: 800
1664 #      paper_bgcolor: "#fff"
1665 #      plot_bgcolor: "#fff"
1666 #      hoverlabel:
1667 #        namelength: -1
1668 #
1669 #    plot-rps:
1670 #      titlefont:
1671 #        size: 18
1672 #      xaxis:
1673 #        title: "<b>Test Cases [Index]</b>"
1674 #        titlefont:
1675 #          size: 16
1676 #        autorange: True
1677 #        fixedrange: False
1678 #        gridcolor: "rgb(230, 230, 230)"
1679 #        linecolor: "rgb(220, 220, 220)"
1680 #        linewidth: 1
1681 #        showgrid: True
1682 #        showline: True
1683 #        showticklabels: True
1684 #        tickcolor: "rgb(220, 220, 220)"
1685 #        tickmode: "linear"
1686 #        tickfont:
1687 #          size: 16
1688 #        zeroline: False
1689 #      yaxis:
1690 #        title: "<b>Requests Per Second [rps]</b>"
1691 #        titlefont:
1692 #          size: 16
1693 #        gridcolor: "rgb(230, 230, 230)"
1694 #        hoverformat: ".4s"
1695 #        linecolor: "rgb(220, 220, 220)"
1696 #        linewidth: 1
1697 #        rangemode: "tozero"
1698 #        showgrid: True
1699 #        showline: True
1700 #        showticklabels: True
1701 #        tickcolor: "rgb(230, 230, 230)"
1702 #        tickformat: ".3s"
1703 #        tickfont:
1704 #          size: 16
1705 #        zeroline: False
1706 #      boxmode: "group"
1707 #      boxgroupgap: 0.5
1708 #      autosize: False
1709 #      margin:
1710 #        t: 50
1711 #        b: 20
1712 #        l: 80
1713 #        r: 20
1714 #      showlegend: True
1715 #      legend:
1716 #        orientation: "h"
1717 #        font:
1718 #          size: 16
1719 #      width: 700
1720 #      height: 800
1721 #      paper_bgcolor: "#fff"
1722 #      plot_bgcolor: "#fff"
1723 #      hoverlabel:
1724 #        namelength: -1
1725
1726     plot-hoststack:
1727       titlefont:
1728         size: 16
1729       xaxis:
1730         title: "<b>Test Cases [Index]</b>"
1731         titlefont:
1732           size: 14
1733         autorange: True
1734         fixedrange: False
1735         gridcolor: "rgb(230, 230, 230)"
1736         linecolor: "rgb(220, 220, 220)"
1737         linewidth: 1
1738         showgrid: True
1739         showline: True
1740         showticklabels: True
1741         tickcolor: "rgb(220, 220, 220)"
1742         tickmode: "linear"
1743         tickfont:
1744           size: 14
1745         zeroline: False
1746       yaxis:
1747         title: "<b>Bandwidth [Gbps]</b>"
1748         titlefont:
1749           size: 14
1750         gridcolor: "rgb(230, 230, 230)"
1751         hoverformat: ".4s"
1752         linecolor: "rgb(220, 220, 220)"
1753         linewidth: 1
1754         rangemode: "tozero"
1755         showgrid: True
1756         showline: True
1757         showticklabels: True
1758         tickcolor: "rgb(230, 230, 230)"
1759         tickformat: ".3s"
1760         tickfont:
1761           size: 14
1762         zeroline: False
1763       boxmode: "group"
1764       boxgroupgap: 0.5
1765       autosize: False
1766       margin:
1767         t: 50
1768         b: 20
1769         l: 80
1770         r: 20
1771       showlegend: True
1772       legend:
1773         orientation: "h"
1774         font:
1775           size: 14
1776       width: 700
1777       height: 800
1778       paper_bgcolor: "#fff"
1779       plot_bgcolor: "#fff"
1780       hoverlabel:
1781         namelength: -1
1782
1783     plot-throughput:
1784       titlefont:
1785         size: 18
1786       xaxis:
1787         title: "<b>Test Cases [Index]</b>"
1788         titlefont:
1789           size: 16
1790         autorange: True
1791         fixedrange: False
1792         gridcolor: "rgb(230, 230, 230)"
1793         linecolor: "rgb(220, 220, 220)"
1794         linewidth: 1
1795         showgrid: True
1796         showline: True
1797         showticklabels: True
1798         tickcolor: "rgb(220, 220, 220)"
1799         tickmode: "linear"
1800         tickfont:
1801           size: 16
1802         zeroline: False
1803       yaxis:
1804         title: "<b>Packet Throughput [Mpps]</b>"
1805         titlefont:
1806           size: 16
1807         gridcolor: "rgb(230, 230, 230)"
1808         hoverformat: ".4r"
1809         tickformat: ".3r"
1810         linecolor: "rgb(220, 220, 220)"
1811         linewidth: 1
1812         showgrid: True
1813         showline: True
1814         showticklabels: True
1815         tickcolor: "rgb(220, 220, 220)"
1816         tickfont:
1817           size: 16
1818         zeroline: False
1819         range: [0,50]
1820       autosize: False
1821       margin:
1822         t: 50
1823         b: 0
1824         l: 80
1825         r: 20
1826       showlegend: True
1827       legend:
1828         orientation: "h"
1829         font:
1830           size: 16
1831       width: 700
1832       height: 900
1833       paper_bgcolor: "#fff"
1834       plot_bgcolor: "#fff"
1835       hoverlabel:
1836         namelength: -1
1837
1838     plot-throughput-speedup-analysis:
1839       titlefont:
1840         size: 18
1841       xaxis:
1842         title: "<b>Number of Cores [Qty]</b>"
1843         titlefont:
1844           size: 16
1845         autorange: True
1846         fixedrange: False
1847         gridcolor: "rgb(230, 230, 230)"
1848         linecolor: "rgb(220, 220, 220)"
1849         linewidth: 1
1850         showgrid: True
1851         showline: True
1852         showticklabels: True
1853         tickcolor: "rgb(238, 238, 238)"
1854         tickmode: "linear"
1855         tickfont:
1856           size: 16
1857         zeroline: False
1858       yaxis:
1859         title: "<b>Packet Throughput [Mpps]</b>"
1860         titlefont:
1861           size: 16
1862         type: "linear"
1863         gridcolor: "rgb(230, 230, 230)"
1864         hoverformat: ".4s"
1865         linecolor: "rgb(220, 220, 220)"
1866         linewidth: 1
1867         showgrid: True
1868         showline: True
1869         showticklabels: True
1870         tickcolor: "rgb(220, 220, 220)"
1871         tickformat: ".4s"
1872         tickfont:
1873           size: 16
1874         zeroline: True
1875         rangemode: "tozero"
1876         range: [0,100]
1877       legend:
1878         orientation: "h"
1879         font:
1880           size: 16
1881         xanchor: "left"
1882         yanchor: "top"
1883         x: 0
1884         y: -0.2
1885         bgcolor: "rgba(255, 255, 255, 0)"
1886         bordercolor: "rgba(255, 255, 255, 0)"
1887         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1888       autosize: False
1889       margin:
1890           't': 50
1891           'b': 150
1892           'l': 85
1893           'r': 10
1894       showlegend: True
1895       width: 700
1896       height: 700
1897       paper_bgcolor: "#fff"
1898       plot_bgcolor: "#fff"
1899       hoverlabel:
1900         namelength: -1
1901       annotations: [
1902         {
1903           text: "_ _          __          ...",
1904           align: "left",
1905           showarrow: False,
1906           xref: "paper",
1907           yref: "paper",
1908           xanchor: "left",
1909           yanchor: "top",
1910           x: 0,
1911           y: -0.13,
1912           font: {
1913             family: "Consolas, Courier New",
1914             size: 15
1915           },
1916         },
1917         {
1918           text: "    Perfect     Measured     Limit",
1919           align: "left",
1920           showarrow: False,
1921           xref: "paper",
1922           yref: "paper",
1923           xanchor: "left",
1924           yanchor: "top",
1925           x: 0,
1926           y: -0.15,
1927           font: {
1928             family: "Consolas, Courier New",
1929             size: 15
1930           },
1931         },
1932       ]
1933
1934     plot-latency:
1935       titlefont:
1936         size: 18
1937       xaxis:
1938         title: "<b>Direction</b>"
1939         titlefont:
1940           size: 16
1941         autorange: True
1942         fixedrange: False
1943         gridcolor: "rgb(230, 230, 230)"
1944         linecolor: "rgb(220, 220, 220)"
1945         linewidth: 1
1946         showgrid: True
1947         showline: True
1948         showticklabels: False
1949         tickcolor: "rgb(220, 220, 220)"
1950         tickmode: "linear"
1951         tickfont:
1952           size: 16
1953         zeroline: False
1954       yaxis:
1955         title: "<b>Packet Latency [uSec]</b>"
1956         titlefont:
1957           size: 16
1958         type: "linear"
1959         gridcolor: "rgb(230, 230, 230)"
1960         hoverformat: ".4s"
1961         linecolor: "rgb(220, 220, 220)"
1962         linewidth: 1
1963         showgrid: True
1964         showline: True
1965         showticklabels: True
1966         tickcolor: "rgb(220, 220, 220)"
1967         tickformat: ".4s"
1968         tickfont:
1969           size: 16
1970         zeroline: True
1971         rangemode: "tozero"
1972       legend:
1973         orientation: "h"
1974         font:
1975           size: 16
1976         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1977       autosize: False
1978       margin:
1979           't': 50
1980           'b': 150
1981           'l': 80
1982           'r': 10
1983       showlegend: True
1984       width: 700
1985       height: 700
1986       paper_bgcolor: "#fff"
1987       plot_bgcolor: "#fff"
1988       hoverlabel:
1989         namelength: -1
1990
1991     plot-hdrh-latency:
1992       title:
1993         text: ""
1994         xanchor: "center"
1995         x: 0.5
1996         font:
1997           size: 16
1998       width: 700
1999       plot_bgcolor: "white"
2000       annotations:
2001         - font:
2002             size: 14
2003           showarrow: False
2004           text: "<b>Packet Latency [uSec]</b>"
2005           x: 1
2006           xanchor: "right"
2007           xref: "paper"
2008           y: -0.045
2009           yanchor: "top"
2010           yref: "paper"
2011         - font:
2012             size: 14
2013           showarrow: False
2014           text: "<b>Probability [%]</b>"
2015           textangle: 270
2016           x: -0.06
2017           xanchor: "center"
2018           xref: "paper"
2019           y: 0.5
2020           yanchor: "middle"
2021           yref: "paper"
2022         - font:
2023             size: 14
2024           showarrow: False
2025           text: "<b>Direction: E-W</b>"
2026           x: 0.24
2027           xanchor: "center"
2028           xref: "paper"
2029           y: 1.05
2030           yanchor: "bottom"
2031           yref: "paper"
2032         - font:
2033             size: 14
2034           showarrow: False
2035           text: "<b>Direction: W-E</b>"
2036           x: 0.74
2037           xanchor: "center"
2038           xref: "paper"
2039           y: 1.05
2040           yanchor: "bottom"
2041           yref: "paper"
2042
2043     plot-hdrh-latency-percentile:
2044       title:
2045         text: ""
2046         xanchor: "center"
2047         x: 0.5
2048         font:
2049           size: 18
2050       xaxis:
2051         type: "log"
2052         title: "<b>Percentile [%]</b>"
2053         titlefont:
2054           size: 16
2055         autorange: True
2056         fixedrange: False
2057         gridcolor: "rgb(230, 230, 230)"
2058         linecolor: "rgb(220, 220, 220)"
2059         linewidth: 1
2060         showgrid: True
2061         showline: True
2062         showticklabels: True
2063         tickcolor: "rgb(220, 220, 220)"
2064         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2065         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2066         tickfont:
2067           size: 16
2068       yaxis:
2069         title: "<b>Packet Latency [uSec]</b>"
2070         titlefont:
2071           size: 16
2072         gridcolor: "rgb(230, 230, 230)"
2073         linecolor: "rgb(220, 220, 220)"
2074         linewidth: 1
2075         showgrid: True
2076         showline: True
2077         showticklabels: True
2078         tickcolor: "rgb(220, 220, 220)"
2079         tickfont:
2080           size: 16
2081       autosize: False
2082       showlegend: True
2083       legend:
2084         traceorder: "normal"
2085         orientation: "h"
2086         font:
2087           size: 16
2088         xanchor: "left"
2089         yanchor: "top"
2090         x: 0
2091         y: -0.15
2092         bgcolor: "rgba(255, 255, 255, 0)"
2093         bordercolor: "rgba(255, 255, 255, 0)"
2094       width: 700
2095       height: 700
2096       paper_bgcolor: "white"
2097       plot_bgcolor: "white"
2098
2099     plot-hdrh-latency-by-percentile:
2100       title:
2101         text: "<b>Latency by Percentile Distribution</b>"
2102         xanchor: "center"
2103         x: 0.5
2104         font:
2105           size: 18
2106       showlegend: True
2107       legend:
2108         traceorder: "normal"
2109         orientation: "h"
2110         font:
2111           size: 16
2112         xanchor: "left"
2113         yanchor: "top"
2114         x: 0
2115         y: -0.2
2116         bgcolor: "rgba(255, 255, 255, 0)"
2117         bordercolor: "rgba(255, 255, 255, 0)"
2118       xaxis:
2119         type: "linear"
2120         title: "<b>Percentile [%]</b>"
2121         titlefont:
2122           size: 14
2123         autorange: False
2124         fixedrange: False
2125         range: [0, 100]
2126         gridcolor: "rgb(230, 230, 230)"
2127         linecolor: "rgb(220, 220, 220)"
2128         linewidth: 1
2129         showgrid: True
2130         showline: True
2131         showticklabels: True
2132         tickcolor: "rgb(220, 220, 220)"
2133         tickvals: [0, 25, 50, 75, 100]
2134         ticktext: [0, 25, 50, 75, 100]
2135         tickfont:
2136           size: 14
2137       yaxis:
2138         title: "<b>One-Way Latency per Direction [uSec]</b>"
2139         titlefont:
2140           size: 14
2141         gridcolor: "rgb(230, 230, 230)"
2142         linecolor: "rgb(220, 220, 220)"
2143         linewidth: 1
2144         showgrid: True
2145         showline: True
2146         showticklabels: True
2147         tickcolor: "rgb(220, 220, 220)"
2148         tickfont:
2149           size: 14
2150       width: 700
2151       height: 700
2152       paper_bgcolor: "white"
2153       plot_bgcolor: "white"
2154
2155 - type: "static"
2156   src-path: "{DIR[RST]}"
2157   dst-path: "{DIR[WORKING,SRC]}"
2158
2159 - type: "input"
2160   general:
2161     file-name: "output_info.xml.gz"
2162     file-format: ".gz"
2163     arch-file-format:
2164       - ".gz"
2165       - ".zip"
2166     download-path: "{job}/{build}/archives/{filename}"
2167     extract: "output.xml"
2168
2169     zip-file-name: "robot-plugin.zip"
2170     zip-file-format: ".zip"
2171     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2172     zip-extract: "robot-plugin/output.xml"
2173
2174   builds:
2175
2176     csit-vpp-perf-verify-1908-3n-hsw:
2177       - 12  # NDRPDR sel
2178       - 13  # NDRPDR sel
2179       - 14  # NDRPDR sel
2180       - 15  # NDRPDR sel
2181       - 16  # NDRPDR sel
2182       - 17  # NDRPDR sel
2183       - 18  # NDRPDR sel
2184       - 19  # NDRPDR sel
2185       - 20  # NDRPDR sel
2186       - 21  # NDRPDR sel
2187       - 39  # MRR sel
2188     csit-vpp-perf-verify-2001-3n-hsw:
2189       - 21  # NDRPDR sel
2190       - 22  # NDRPDR sel
2191       - 23  # NDRPDR sel
2192       - 24  # NDRPDR sel
2193       - 25  # NDRPDR sel
2194       - 29  # NDRPDR sel
2195       - 30  # NDRPDR sel
2196       - 31  # NDRPDR sel
2197       - 32  # NDRPDR sel
2198       - 34  # NDRPDR sel
2199       - 17  # MRR sel
2200     csit-vpp-perf-report-iterative-2005-3n-hsw:
2201       - 3   # NDRPDR sel
2202       - 4   # NDRPDR sel
2203       - 5   # NDRPDR sel
2204       - 10  # NDRPDR sel
2205       - 11  # NDRPDR sel
2206       - 12  # NDRPDR sel
2207       - 15  # NDRPDR sel
2208       - 16  # NDRPDR sel
2209       - 18  # NDRPDR sel
2210       - 19  # NDRPDR sel
2211       - 13  # MRR
2212     csit-vpp-perf-verify-2005-3n-hsw:
2213       - 3   # hoststack
2214       - 5   # hoststack
2215       - 6   # hoststack
2216       - 7   # hoststack
2217       - 8   # hoststack
2218       - 9   # hoststack
2219       - 10  # hoststack
2220       - 11  # hoststack
2221       - 12  # hoststack
2222       - 13  # hoststack
2223     csit-vpp-perf-report-coverage-2005-3n-hsw:
2224       - 1   # perf-full-3n-dnv-crypto_I
2225       - 7   # perf-full-3n-hsw-crypto_II
2226       - 3   # perf-full-3n-hsw-crypto_III
2227       - 4   # perf-full-3n-dnv-crypto_IV
2228       - 5   # perf-full-3n-hsw-ip4_I
2229       - 6   # perf-full-3n-hsw-ip4_II
2230       - 8   # perf-full-3n-hsw-ip4_III
2231       - 9   # perf-full-3n-hsw-ip4_IV
2232       - 10  # perf-full-3n-hsw-ip4_V
2233       - 26  # perf-full-3n-hsw-ip4_VI
2234       - 18  # perf-full-3n-hsw-ip4_VII
2235       - 27  # perf-full-3n-hsw-ip4_VIII
2236       - 28  # perf-full-3n-hsw-ip4_IX
2237       - 29  # perf-full-3n-hsw-ip6_I
2238       - 35  # perf-full-3n-hsw-ip6_II
2239       - 42  # perf-full-3n-hsw-l2_I
2240       - 33  # perf-full-3n-hsw-l2_II
2241       - 37  # perf-full-3n-hsw-l2_III
2242       - 45  # perf-full-3n-hsw-l2_IV
2243       - 43  # perf-full-3n-hsw-l2_V
2244       - 40  # perf-full-3n-hsw-l2_VI
2245       - 44  # perf-full-3n-hsw-l2_VII
2246       - 51  # perf-full-3n-hsw-l2_VIII
2247       - 50  # perf-full-3n-hsw-l2_IX
2248       - 52  # perf-full-3n-hsw-l2_X
2249       - 53  # perf-full-3n-hsw-l2_XI
2250       - 54  # perf-full-3n-hsw-memif
2251       - 55  # perf-full-3n-hsw-ip4tunnels-I
2252       - 56  # perf-full-3n-hsw-ip4tunnels-II
2253       - 57  # perf-full-3n-hsw-ip4tunnels-III
2254       - 58  # perf-full-3n-hsw-ip6tunnels-I
2255       - 59  # perf-full-3n-hsw-srv6-I
2256       - 60  # perf-full-3n-hsw-srv6-II
2257       - 61  # perf-full-3n-hsw-vhost-I
2258       - 62  # perf-full-3n-hsw-vhost-II
2259       - 63  # perf-full-3n-hsw-vhost-III
2260
2261     csit-vpp-perf-verify-1908_1-3n-skx:
2262       - 26  # NDRPDR sel - new1908.1
2263       - 27  # NDRPDR sel - new1908.1
2264       - 28  # NDRPDR sel - new1908.1
2265       - 29  # NDRPDR sel - new1908.1
2266       - 30  # NDRPDR sel - new1908.1
2267       - 31  # NDRPDR sel - new1908.1
2268       - 33  # NDRPDR sel - new1908.1
2269       - 34  # NDRPDR sel - new1908.1
2270       - 35  # NDRPDR sel - new1908.1
2271       - 36  # NDRPDR sel - new1908.1
2272     csit-vpp-perf-verify-2001-3n-skx:
2273       - 69  # NDRPDR sel - new2001.0
2274       - 71  # NDRPDR sel - new2001.0
2275       - 72  # NDRPDR sel - new2001.0
2276       - 76  # NDRPDR sel - new2001.0
2277       - 77  # NDRPDR sel - new2001.0
2278       - 78  # NDRPDR sel - new2001.0
2279       - 80  # NDRPDR sel - new2001.0
2280       - 50  # MRR sel
2281       - 53  # MRR sel addition
2282     csit-vpp-perf-report-iterative-2005-3n-skx:
2283       - 4   # NDRPDR sel
2284       - 5   # NDRPDR sel ??? all x710 failed
2285       - 33  # NDRPDR sel
2286       - 28  # NDRPDR sel
2287       - 34  # NDRPDR sel
2288       - 36  # NDRPDR sel
2289       - 37  # NDRPDR sel
2290       - 38  # NDRPDR sel
2291       - 39  # NDRPDR sel
2292       - 41  # NDRPDR sel
2293       - 6   # MRR sel
2294     csit-vpp-perf-report-coverage-2005-3n-skx:
2295       - 10  # perf-full-3n-skx-crypto_I
2296       - 14  # perf-full-3n-skx-ip4_II
2297       - 7   # perf-full-3n-skx-ip4_III
2298       - 15  # perf-full-3n-skx-ip4_IV
2299       - 18  # perf-full-3n-skx-ip4_VII
2300
2301     csit-vpp-perf-verify-1908_1-2n-skx:
2302       - 39  # NDRPDR sel - new1908.1
2303       - 40  # NDRPDR sel - new1908.1
2304       - 41  # NDRPDR sel - new1908.1
2305       - 43  # NDRPDR sel - new1908.1
2306       - 44  # NDRPDR sel - new1908.1
2307       - 45  # NDRPDR sel - new1908.1
2308       - 46  # NDRPDR sel - new1908.1
2309       - 47  # NDRPDR sel - new1908.1
2310       - 48  # NDRPDR sel - new1908.1
2311       - 49  # NDRPDR sel - new1908.1
2312     csit-vpp-perf-verify-2001-2n-skx:
2313       - 143  # NDRPDR sel - new2001.0
2314       - 146  # NDRPDR sel - new2001.0
2315       - 147  # NDRPDR sel - new2001.0
2316       - 148  # NDRPDR sel - new2001.0
2317       - 149  # NDRPDR sel - new2001.0
2318       - 150  # NDRPDR sel - new2001.0
2319       - 151  # NDRPDR sel - new2001.0
2320       - 152  # NDRPDR sel - new2001.0
2321       - 153  # NDRPDR sel - new2001.0
2322       - 154  # NDRPDR sel - new2001.0
2323       - 101  # MRR sel - old
2324       - 128  # MRR sel addition - old
2325     # TODO: Add data:
2326     csit-vpp-perf-report-iterative-2005-2n-skx:
2327       - 43  # NDRPDR sel
2328       - 38  # NDRPDR sel
2329       - 7   # NDRPDR sel
2330       - 65  # NDRPDR sel
2331       - 47  # NDRPDR sel
2332       - 55  # NDRPDR sel
2333       - 67  # NDRPDR sel
2334       - 76  # NDRPDR sel
2335       - 73  # NDRPDR sel
2336       - 42  # MRR sel
2337       - 48  # Reconf
2338       - 50  # Reconf
2339       - 51  # Reconf
2340       - 52  # Reconf
2341       - 53  # Reconf
2342       - 60  # Reconf
2343       - 70  # Reconf
2344       - 71  # Reconf
2345       - 63  # Reconf
2346       - 66  # Reconf
2347       - 49  # Soak
2348       - 54  # Soak
2349     csit-vpp-perf-report-coverage-2005-2n-skx:
2350       - 3   # perf-full-2n-skx-ip4_II
2351       - 5   # perf-full-2n-skx-ip4_V
2352       - 7   # perf-full-2n-skx-ip6_I
2353
2354     csit-vpp-perf-verify-1908_1-2n-clx:
2355       - 5  # NDRPDR sel
2356       - 6  # NDRPDR sel
2357       - 7  # NDRPDR sel
2358       - 8  # NDRPDR sel
2359       - 9  # NDRPDR sel
2360     csit-vpp-perf-verify-2001-2n-clx:
2361       - 28  # NDRPDR sel
2362       - 29  # NDRPDR sel
2363       - 32  # NDRPDR sel
2364       - 40  # NDRPDR sel
2365       - 43  # NDRPDR sel
2366       - 44  # NDRPDR sel
2367       - 45  # NDRPDR sel
2368       - 47  # NDRPDR sel
2369       - 48  # NDRPDR sel
2370       - 49  # NDRPDR sel
2371       - 39  # MRR
2372     csit-vpp-perf-report-iterative-2005-2n-clx:
2373       - 7   # NDRPDR sel
2374       - 38  # NDRPDR sel
2375       - 9   # NDRPDR sel
2376       - 32  # NDRPDR sel ???
2377       - 33  # NDRPDR sel ???
2378       - 39  # NDRPDR sel
2379       - 40  # NDRPDR sel
2380       - 43  # NDRPDR sel
2381       - 50  # NDRPDR sel
2382       - 51  # NDRPDR sel
2383       - 12  # MRR
2384       - 42  # Reconf
2385       - 45  # Reconf
2386       - 46  # Reconf
2387       - 47  # Reconf
2388       - 48  # Reconf
2389       - 52  # Reconf
2390       - 53  # Reconf
2391       - 54  # Reconf
2392       - 55  # Reconf
2393       - 56  # Reconf
2394       - 44  # Soak
2395       - 49  # Soak
2396     csit-vpp-perf-report-coverage-2005-2n-clx:
2397       - 21  # perf-full-2n-clx-ip4_I
2398       - 2   # perf-full-2n-clx-ip4_II
2399       - 3   # perf-full-2n-clx-ip4_III
2400       - 4   # perf-full-2n-clx-ip4_IV
2401       - 5   # perf-full-2n-clx-ip4_V
2402       - 6   # perf-full-2n-clx-ip4_VI
2403       - 7   # perf-full-2n-clx-ip6_I
2404       - 16  # perf-full-2n-clx-ip6_II
2405       - 23  # perf-full-2n-clx-l2_I
2406       - 10  # perf-full-2n-clx-l2_II
2407       - 11  # perf-full-2n-clx-memif
2408       - 12  # perf-full-2n-clx-loadbalancer
2409       - 13  # perf-full-2n-clx-vhost I
2410       - 22  # perf-full-2n-clx-vhost II
2411       - 15  # perf-full-2n-clx-vts
2412
2413     csit-vpp-perf-verify-1908-3n-tsh:
2414       - 7   # NDRPDR sel
2415       - 8   # NDRPDR sel
2416       - 9   # NDRPDR sel
2417       - 10  # NDRPDR sel
2418       - 11  # NDRPDR sel
2419       - 12  # NDRPDR sel
2420       - 13  # NDRPDR sel
2421       - 14  # NDRPDR sel
2422       - 15  # NDRPDR sel
2423       - 16  # NDRPDR sel
2424       - 17  # MRR sel
2425     csit-vpp-perf-verify-2001-3n-tsh:
2426       - 3   # NDRPDR sel
2427       - 4   # NDRPDR sel
2428       - 7   # NDRPDR sel
2429       - 8   # NDRPDR sel
2430       - 10  # NDRPDR sel
2431       - 12  # NDRPDR sel
2432       - 13  # NDRPDR sel
2433       - 14  # NDRPDR sel
2434       - 15  # NDRPDR sel
2435       - 21  # NDRPDR sel
2436       - 9   # MRR sel
2437     # TODO: Add data:
2438     csit-vpp-perf-report-iterative-2005-3n-tsh:
2439       - 9   # NDRPDR sel
2440       - 11  # NDRPDR sel
2441       - 12  # NDRPDR sel
2442       - 13  # NDRPDR sel
2443       - 10  # MRR sel
2444
2445     csit-vpp-perf-verify-1908-3n-dnv:
2446       - 6   # NDRPDR sel
2447       - 7   # NDRPDR sel
2448       - 8   # NDRPDR sel
2449       - 9   # NDRPDR sel
2450       - 10  # NDRPDR sel
2451       - 12  # NDRPDR sel
2452       - 13  # NDRPDR sel
2453       - 14  # NDRPDR sel
2454       - 15  # NDRPDR sel
2455       - 16  # NDRPDR sel
2456       - 17  # MRR sel
2457     csit-vpp-perf-verify-2001-3n-dnv:
2458       - 5   # NDRPDR sel
2459       - 6   # NDRPDR sel
2460       - 7   # NDRPDR sel
2461       - 8   # NDRPDR sel
2462       - 9   # NDRPDR sel
2463       - 10  # NDRPDR sel
2464       - 12  # NDRPDR sel
2465       - 16  # NDRPDR sel
2466       - 17  # NDRPDR sel
2467       - 18  # NDRPDR sel
2468       - 11  # MRR sel
2469     csit-vpp-perf-report-iterative-2005-3n-dnv:
2470       - 2   # NDRPDR sel
2471       - 3   # NDRPDR sel
2472       - 4   # NDRPDR sel
2473       - 5   # NDRPDR sel
2474       - 6   # NDRPDR sel
2475       - 7   # NDRPDR sel
2476       - 9   # NDRPDR sel
2477       - 10  # NDRPDR sel
2478       - 11  # NDRPDR sel
2479       - 12  # NDRPDR sel
2480       - 8   # MRR
2481     csit-vpp-perf-report-coverage-2005-3n-dnv:
2482       - 1   # perf-full-3n-dnv-crypto_I
2483       - 24  # perf-full-3n-dnv-crypto_II
2484       - 5   # perf-full-3n-dnv-ip4_I
2485       - 13  # perf-full-3n-dnv-ip4_II
2486       - 17  # perf-full-3n-dnv-ip6_I
2487       - 18  # perf-full-3n-dnv-ip6_II
2488       - 21  # perf-full-3n-dnv-l2_I
2489       - 22  # perf-full-3n-dnv-l2_II
2490       - 23  # perf-full-3n-dnv-ip4-tunnels_I
2491
2492     csit-vpp-perf-verify-1908-2n-dnv:
2493       - 1   # NDRPDR sel
2494       - 2   # NDRPDR sel
2495       - 3   # NDRPDR sel
2496       - 4   # NDRPDR sel
2497       - 5   # NDRPDR sel
2498       - 6   # NDRPDR sel
2499       - 7   # NDRPDR sel
2500       - 8   # NDRPDR sel
2501       - 9   # NDRPDR sel
2502       - 10  # NDRPDR sel
2503       - 11  # MRR sel
2504     csit-vpp-perf-verify-2001-2n-dnv:
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       - 13  # NDRPDR sel
2514       - 16  # NDRPDR sel
2515       - 12  # MRR sel
2516     csit-vpp-perf-report-iterative-2005-2n-dnv:
2517       - 3   # NDRPDR sel
2518       - 6   # NDRPDR sel
2519       - 7   # NDRPDR sel
2520       - 8   # NDRPDR sel
2521       - 9   # NDRPDR sel
2522       - 10  # NDRPDR sel
2523       - 11  # NDRPDR sel
2524       - 12  # NDRPDR sel
2525       - 13  # NDRPDR sel
2526       - 14  # NDRPDR sel
2527       - 15  # MRR sel
2528     csit-vpp-perf-report-coverage-2005-2n-dnv:
2529       - 1   # perf-full-2n-dnv-ip4_I
2530       - 2   # perf-full-2n-dnv-ip4_II
2531       - 3   # perf-full-2n-dnv-ip6_I
2532       - 4   # perf-full-2n-dnv-ip6_II
2533       - 5   # perf-full-2n-dnv-l2_I
2534       - 6   # perf-full-2n-dnv-l2_II
2535
2536     csit-dpdk-perf-verify-1908-3n-hsw:
2537       - 2   # NDRPDR sel
2538       - 3   # NDRPDR sel
2539       - 4   # NDRPDR sel
2540       - 5   # NDRPDR sel
2541       - 6   # NDRPDR sel
2542       - 7   # NDRPDR sel
2543       - 8   # NDRPDR sel
2544       - 9   # NDRPDR sel
2545       - 10  # NDRPDR sel
2546       - 11  # NDRPDR sel
2547     csit-dpdk-perf-verify-2001-3n-hsw:
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       - 13  # NDRPDR sel
2558       - 15  # NDRPDR sel
2559       - 16  # NDRPDR sel
2560       - 17  # NDRPDR sel
2561       - 18  # NDRPDR sel
2562       - 19  # NDRPDR sel
2563       - 20  # NDRPDR sel
2564       - 21  # NDRPDR sel
2565       - 22  # NDRPDR sel
2566       - 23  # NDRPDR sel
2567       - 24  # NDRPDR sel
2568     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2569       - 5   # NDRPDR sel
2570       - 6   # NDRPDR sel
2571       - 7   # NDRPDR sel
2572       - 8   # NDRPDR sel
2573       - 9   # NDRPDR sel
2574       - 10  # NDRPDR sel
2575       - 11  # NDRPDR sel
2576       - 12  # NDRPDR sel
2577       - 13  # NDRPDR sel
2578       - 14  # NDRPDR sel
2579
2580     csit-dpdk-perf-verify-1908-3n-skx:
2581       - 3   # NDRPDR sel
2582       - 4   # NDRPDR sel
2583       - 5   # NDRPDR sel
2584       - 6   # NDRPDR sel
2585       - 7   # NDRPDR sel
2586       - 8   # NDRPDR sel
2587       - 9   # NDRPDR sel
2588       - 10  # NDRPDR sel
2589       - 11  # NDRPDR sel
2590       - 12  # NDRPDR sel
2591     csit-dpdk-perf-verify-2001-3n-skx:
2592       - 29  # NDRPDR sel xxv710
2593       - 33  # NDRPDR sel xxv710
2594       - 34  # NDRPDR sel xxv710
2595       - 35  # NDRPDR sel xxv710
2596       - 36  # NDRPDR sel xxv710
2597       - 37  # NDRPDR sel xxv710
2598       - 41  # NDRPDR sel xxv710
2599       - 42  # NDRPDR sel xxv710
2600       - 43  # NDRPDR sel xxv710
2601       - 45  # NDRPDR sel xxv710
2602       - 30  # NDRPDR sel x710
2603       - 31  # NDRPDR sel x710
2604       - 32  # NDRPDR sel x710
2605       - 38  # NDRPDR sel x710
2606       - 39  # NDRPDR sel x710
2607       - 40  # NDRPDR sel x710
2608       - 44  # NDRPDR sel x710
2609       - 46  # NDRPDR sel x710
2610       - 47  # NDRPDR sel x710
2611       - 48  # NDRPDR sel x710
2612     csit-dpdk-perf-report-iterative-2005-3n-skx:
2613       - 4   # NDRPDR sel
2614       - 5   # NDRPDR sel
2615       - 6   # NDRPDR sel
2616       - 7   # NDRPDR sel
2617       - 8   # NDRPDR sel
2618       - 11  # NDRPDR sel
2619       - 12  # NDRPDR sel
2620       - 13  # NDRPDR sel
2621       - 14  # NDRPDR sel
2622       - 15  # NDRPDR sel
2623
2624     csit-dpdk-perf-verify-1908-2n-skx:
2625       - 2   # NDRPDR sel
2626       - 3   # NDRPDR sel
2627       - 4   # NDRPDR sel
2628       - 5   # NDRPDR sel
2629       - 7   # NDRPDR sel
2630       - 8   # NDRPDR sel
2631       - 9   # NDRPDR sel
2632       - 10  # NDRPDR sel
2633       - 11  # NDRPDR sel
2634       - 12  # NDRPDR sel
2635     csit-dpdk-perf-verify-2001-2n-skx:
2636       - 35  # NDRPDR sel xxv710
2637       - 36  # NDRPDR sel xxv710
2638       - 37  # NDRPDR sel xxv710
2639       - 41  # NDRPDR sel xxv710
2640       - 42  # NDRPDR sel xxv710
2641       - 43  # NDRPDR sel xxv710
2642       - 46  # NDRPDR sel xxv710
2643       - 47  # NDRPDR sel xxv710
2644       - 52  # NDRPDR sel xxv710
2645       - 53  # NDRPDR sel xxv710
2646       - 38  # NDRPDR sel x710
2647       - 39  # NDRPDR sel x710
2648       - 40  # NDRPDR sel x710
2649       - 44  # NDRPDR sel x710
2650       - 45  # NDRPDR sel x710
2651       - 48  # NDRPDR sel x710
2652       - 49  # NDRPDR sel x710
2653       - 50  # NDRPDR sel x710
2654       - 51  # NDRPDR sel x710
2655       - 54  # NDRPDR sel x710
2656     csit-dpdk-perf-report-iterative-2005-2n-skx:
2657       - 1   # NDRPDR sel
2658       - 2   # NDRPDR sel
2659       - 3   # NDRPDR sel
2660       - 4   # NDRPDR sel
2661       - 5   # NDRPDR sel
2662       - 6   # NDRPDR sel
2663       - 7   # NDRPDR sel
2664       - 8   # NDRPDR sel
2665       - 9   # NDRPDR sel
2666       - 10  # NDRPDR sel
2667
2668     csit-dpdk-perf-verify-2001-2n-clx:
2669       - 15  # NDRPDR sel
2670       - 16  # NDRPDR sel
2671       - 17  # NDRPDR sel
2672       - 18  # NDRPDR sel
2673       - 19  # NDRPDR sel
2674       - 20  # NDRPDR sel
2675       - 21  # NDRPDR sel
2676       - 22  # NDRPDR sel
2677       - 23  # NDRPDR sel
2678       - 24  # NDRPDR sel
2679       - 25  # NDRPDR sel
2680       - 26  # NDRPDR sel
2681       - 27  # NDRPDR sel
2682       - 28  # NDRPDR sel
2683       - 29  # NDRPDR sel
2684       - 30  # NDRPDR sel
2685       - 31  # NDRPDR sel
2686       - 32  # NDRPDR sel
2687       - 33  # NDRPDR sel
2688       - 34  # NDRPDR sel
2689     csit-dpdk-perf-report-iterative-2005-2n-clx:
2690       - 1   # NDRPDR sel
2691       - 2   # NDRPDR sel
2692       - 3   # NDRPDR sel
2693       - 4   # NDRPDR sel
2694       - 5   # NDRPDR sel
2695       - 6   # NDRPDR sel
2696       - 7   # NDRPDR sel
2697       - 8   # NDRPDR sel
2698       - 9   # NDRPDR sel
2699       - 10  # NDRPDR sel
2700
2701     csit-dpdk-perf-verify-2001-2n-dnv:
2702       - 9   # NDRPDR sel
2703       - 10  # NDRPDR sel
2704       - 11  # NDRPDR sel
2705       - 12  # NDRPDR sel
2706       - 13  # NDRPDR sel
2707       - 14  # NDRPDR sel
2708       - 15  # NDRPDR sel
2709       - 16  # NDRPDR sel
2710       - 17  # NDRPDR sel
2711       - 18  # NDRPDR sel
2712     csit-dpdk-perf-report-iterative-2005-2n-dnv:
2713       - 8   # NDRPDR sel
2714       - 9   # NDRPDR sel
2715       - 10  # NDRPDR sel
2716       - 11  # NDRPDR sel
2717       - 12  # NDRPDR sel
2718       - 13  # NDRPDR sel
2719       - 14  # NDRPDR sel
2720       - 15  # NDRPDR sel
2721       - 16  # NDRPDR sel
2722       - 17  # NDRPDR sel
2723
2724     csit-dpdk-perf-verify-2001-3n-dnv:
2725       - 12  # NDRPDR sel
2726       - 13  # NDRPDR sel
2727       - 14  # NDRPDR sel
2728       - 15  # NDRPDR sel
2729       - 16  # NDRPDR sel
2730       - 17  # NDRPDR sel
2731       - 18  # NDRPDR sel
2732       - 19  # NDRPDR sel
2733       - 20  # NDRPDR sel
2734       - 22  # NDRPDR sel
2735     csit-dpdk-perf-report-iterative-2005-3n-dnv:
2736       - 6   # NDRPDR sel
2737       - 7   # NDRPDR sel
2738       - 8   # NDRPDR sel
2739       - 9   # NDRPDR sel
2740       - 10  # NDRPDR sel
2741       - 11  # NDRPDR sel
2742       - 12  # NDRPDR sel
2743       - 13  # NDRPDR sel
2744       - 14  # NDRPDR sel
2745       - 16  # NDRPDR sel
2746
2747     csit-dpdk-perf-verify-2001-3n-tsh:
2748       - 3   # NDRPDR sel
2749       - 4   # NDRPDR sel
2750       - 5   # NDRPDR sel
2751       - 9   # NDRPDR sel
2752       - 10  # NDRPDR sel
2753       - 11  # NDRPDR sel
2754       - 12  # NDRPDR sel
2755       - 14  # NDRPDR sel
2756       - 15  # NDRPDR sel
2757       - 18  # NDRPDR sel
2758     csit-dpdk-perf-report-iterative-2005-3n-tsh:
2759       - 5   # NDRPDR sel
2760
2761     csit-vpp-device-2005-ubuntu1804-1n-skx:
2762       - 35
2763
2764 - type: "output"
2765   output: "report"
2766   format:
2767     html:
2768     - full
2769     pdf:
2770     - minimal
2771
2772 ################################################################################
2773 ###                               T A B L E S                                ###
2774 ################################################################################
2775
2776 # VPP Soak vs NDR - 2n-skx
2777 - type: "table"
2778   title: "VPP Soak vs NDR 2n-skx"
2779   algorithm: "table_soak_vs_ndr"
2780   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2781   reference:
2782     title: "NDR"
2783     data: "vpp-soak-vs-ndr-2n-skx-ref"
2784   compare:
2785     title: "Soak"
2786     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2787   data: "vpp-soak-vs-ndr-2n-skx"
2788   include-tests: "NDR"
2789   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2790   parameters:
2791     - "throughput"
2792     - "name"
2793     - "parent"
2794
2795 # VPP Soak vs NDR - 2n-clx
2796 - type: "table"
2797   title: "VPP Soak vs NDR 2n-clx"
2798   algorithm: "table_soak_vs_ndr"
2799   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2800   reference:
2801     title: "NDR"
2802     data: "vpp-soak-vs-ndr-2n-clx-ref"
2803   compare:
2804     title: "Soak"
2805     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2806   data: "vpp-soak-vs-ndr-2n-clx"
2807   include-tests: "NDR"
2808   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2809   parameters:
2810     - "throughput"
2811     - "name"
2812     - "parent"
2813
2814 ################################################################################
2815
2816 # VPP Compare NICs 3n-skx 2t1c ndr
2817 - type: "table"
2818   title: "VPP Compare NICs 3n-skx 2t1c ndr"
2819   algorithm: "table_comparison"
2820   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2821   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2822   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2823   columns:
2824     - title: "x710"
2825       data-set: "vpp-nic-comparison-3n-skx"
2826       tag: "NIC_Intel-X710"
2827     - title: "xxv710"
2828       data-set: "vpp-nic-comparison-3n-skx"
2829       tag: "NIC_Intel-XXV710"
2830   comparisons:
2831     - title: "Diff"
2832       reference: 1
2833       compare: 2
2834   legend:
2835     - "Legend to Table:"
2836     - "x710, xxv710 - NICs tested."
2837     - "Diff - difference between x710 and xxv710 NIC."
2838
2839 # VPP Compare NICs 3n-skx 4t2c ndr
2840 - type: "table"
2841   title: "VPP Compare NICs 3n-skx 4t2c ndr"
2842   algorithm: "table_comparison"
2843   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2844   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2845   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2846   columns:
2847     - title: "x710"
2848       data-set: "vpp-nic-comparison-3n-skx"
2849       tag: "NIC_Intel-X710"
2850     - title: "xxv710"
2851       data-set: "vpp-nic-comparison-3n-skx"
2852       tag: "NIC_Intel-XXV710"
2853   comparisons:
2854     - title: "Diff"
2855       reference: 1
2856       compare: 2
2857   legend:
2858     - "Legend to Table:"
2859     - "x710, xxv710 - NICs tested."
2860     - "Diff - difference between x710 and xxv710 NIC."
2861
2862 # VPP Compare NICs 3n-skx 2t1c pdr
2863 - type: "table"
2864   title: "VPP Compare NICs 3n-skx 2t1c pdr"
2865   algorithm: "table_comparison"
2866   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2867   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2868   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2869   columns:
2870     - title: "x710"
2871       data-set: "vpp-nic-comparison-3n-skx"
2872       tag: "NIC_Intel-X710"
2873     - title: "xxv710"
2874       data-set: "vpp-nic-comparison-3n-skx"
2875       tag: "NIC_Intel-XXV710"
2876   comparisons:
2877     - title: "Diff"
2878       reference: 1
2879       compare: 2
2880   legend:
2881     - "Legend to Table:"
2882     - "x710, xxv710 - NICs tested."
2883     - "Diff - difference between x710 and xxv710 NIC."
2884
2885 # VPP Compare NICs 3n-skx 4t2c pdr
2886 - type: "table"
2887   title: "VPP Compare NICs 3n-skx 4t2c pdr"
2888   algorithm: "table_comparison"
2889   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2890   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2891   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2892   columns:
2893     - title: "x710"
2894       data-set: "vpp-nic-comparison-3n-skx"
2895       tag: "NIC_Intel-X710"
2896     - title: "xxv710"
2897       data-set: "vpp-nic-comparison-3n-skx"
2898       tag: "NIC_Intel-XXV710"
2899   comparisons:
2900     - title: "Diff"
2901       reference: 1
2902       compare: 2
2903   legend:
2904     - "Legend to Table:"
2905     - "x710, xxv710 - NICs tested."
2906     - "Diff - difference between x710 and xxv710 NIC."
2907
2908 ## VPP Compare NICs 3n-skx 2t1c mrr
2909 #- type: "table"
2910 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
2911 #  algorithm: "table_comparison"
2912 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2913 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2914 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2915 #  columns:
2916 #    - title: "x710"
2917 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2918 #      tag: "NIC_Intel-X710"
2919 #    - title: "xxv710"
2920 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2921 #      tag: "NIC_Intel-XXV710"
2922 #  comparisons:
2923 #    - title: "Diff"
2924 #      reference: 1
2925 #      compare: 2
2926 #  legend:
2927 #    - "Legend to Table:"
2928 #    - "x710, xxv710 - NICs tested."
2929 #    - "Diff - difference between x710 and xxv710 NIC."
2930 #
2931 ## VPP Compare NICs 3n-skx 4t2c mrr
2932 #- type: "table"
2933 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
2934 #  algorithm: "table_comparison"
2935 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2936 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2937 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2938 #  columns:
2939 #    - title: "x710"
2940 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2941 #      tag: "NIC_Intel-X710"
2942 #    - title: "xxv710"
2943 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2944 #      tag: "NIC_Intel-XXV710"
2945 #  comparisons:
2946 #    - title: "Diff"
2947 #      reference: 1
2948 #      compare: 2
2949 #  legend:
2950 #    - "Legend to Table:"
2951 #    - "x710, xxv710 - NICs tested."
2952 #    - "Diff - difference between x710 and xxv710 NIC."
2953 #
2954 ## VPP Compare NICs 3n-skx 8t4c mrr
2955 #- type: "table"
2956 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
2957 #  algorithm: "table_comparison"
2958 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2959 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2960 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2961 #  columns:
2962 #    - title: "x710"
2963 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2964 #      tag: "NIC_Intel-X710"
2965 #    - title: "xxv710"
2966 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2967 #      tag: "NIC_Intel-XXV710"
2968 #  comparisons:
2969 #    - title: "Diff"
2970 #      reference: 1
2971 #      compare: 2
2972 #  legend:
2973 #    - "Legend to Table:"
2974 #    - "x710, xxv710 - NICs tested."
2975 #    - "Diff - difference between x710 and xxv710 NIC."
2976
2977 # VPP Compare NICs 2n-skx 2t1c ndr
2978 - type: "table"
2979   title: "VPP Compare NICs 2n-skx 2t1c ndr"
2980   algorithm: "table_comparison"
2981   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2982   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2983   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2984   columns:
2985     - title: "x710"
2986       data-set: "vpp-nic-comparison-2n-skx"
2987       tag: "NIC_Intel-X710"
2988     - title: "xxv710"
2989       data-set: "vpp-nic-comparison-2n-skx"
2990       tag: "NIC_Intel-XXV710"
2991   comparisons:
2992     - title: "Diff"
2993       reference: 1
2994       compare: 2
2995   legend:
2996     - "Legend to Table:"
2997     - "x710, xxv710 - NICs tested."
2998     - "Diff - difference between x710 and xxv710 NIC."
2999
3000 # VPP Compare NICs 2n-skx 4t2c ndr
3001 - type: "table"
3002   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3003   algorithm: "table_comparison"
3004   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3005   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3006   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3007   columns:
3008     - title: "x710"
3009       data-set: "vpp-nic-comparison-2n-skx"
3010       tag: "NIC_Intel-X710"
3011     - title: "xxv710"
3012       data-set: "vpp-nic-comparison-2n-skx"
3013       tag: "NIC_Intel-XXV710"
3014   comparisons:
3015     - title: "Diff"
3016       reference: 1
3017       compare: 2
3018   legend:
3019     - "Legend to Table:"
3020     - "x710, xxv710 - NICs tested."
3021     - "Diff - difference between x710 and xxv710 NIC."
3022
3023 # VPP Compare NICs 2n-skx 2t1c pdr
3024 - type: "table"
3025   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3026   algorithm: "table_comparison"
3027   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3028   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3029   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3030   columns:
3031     - title: "x710"
3032       data-set: "vpp-nic-comparison-2n-skx"
3033       tag: "NIC_Intel-X710"
3034     - title: "xxv710"
3035       data-set: "vpp-nic-comparison-2n-skx"
3036       tag: "NIC_Intel-XXV710"
3037   comparisons:
3038     - title: "Diff"
3039       reference: 1
3040       compare: 2
3041   legend:
3042     - "Legend to Table:"
3043     - "x710, xxv710 - NICs tested."
3044     - "Diff - difference between x710 and xxv710 NIC."
3045
3046 # VPP Compare NICs 2n-skx 4t2c pdr
3047 - type: "table"
3048   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3049   algorithm: "table_comparison"
3050   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3051   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3052   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3053   columns:
3054     - title: "x710"
3055       data-set: "vpp-nic-comparison-2n-skx"
3056       tag: "NIC_Intel-X710"
3057     - title: "xxv710"
3058       data-set: "vpp-nic-comparison-2n-skx"
3059       tag: "NIC_Intel-XXV710"
3060   comparisons:
3061     - title: "Diff"
3062       reference: 1
3063       compare: 2
3064   legend:
3065     - "Legend to Table:"
3066     - "x710, xxv710 - NICs tested."
3067     - "Diff - difference between x710 and xxv710 NIC."
3068
3069 # VPP Compare NICs 2n-skx 2t1c mrr
3070 - type: "table"
3071   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3072   algorithm: "table_comparison"
3073   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3074   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3075   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3076   columns:
3077     - title: "x710"
3078       data-set: "vpp-nic-comparison-2n-skx-mrr"
3079       tag: "NIC_Intel-X710"
3080     - title: "xxv710"
3081       data-set: "vpp-nic-comparison-2n-skx-mrr"
3082       tag: "NIC_Intel-XXV710"
3083   comparisons:
3084     - title: "Diff"
3085       reference: 1
3086       compare: 2
3087   legend:
3088     - "Legend to Table:"
3089     - "x710, xxv710 - NICs tested."
3090     - "Diff - difference between x710 and xxv710 NIC."
3091
3092 # VPP Compare NICs 2n-skx 4t2c mrr
3093 - type: "table"
3094   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3095   algorithm: "table_comparison"
3096   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3097   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3098   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3099   columns:
3100     - title: "x710"
3101       data-set: "vpp-nic-comparison-2n-skx-mrr"
3102       tag: "NIC_Intel-X710"
3103     - title: "xxv710"
3104       data-set: "vpp-nic-comparison-2n-skx-mrr"
3105       tag: "NIC_Intel-XXV710"
3106   comparisons:
3107     - title: "Diff"
3108       reference: 1
3109       compare: 2
3110   legend:
3111     - "Legend to Table:"
3112     - "x710, xxv710 - NICs tested."
3113     - "Diff - difference between x710 and xxv710 NIC."
3114
3115 # VPP Compare NICs 2n-skx 8t4c mrr
3116 - type: "table"
3117   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3118   algorithm: "table_comparison"
3119   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3120   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3121   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3122   columns:
3123     - title: "x710"
3124       data-set: "vpp-nic-comparison-2n-skx-mrr"
3125       tag: "NIC_Intel-X710"
3126     - title: "xxv710"
3127       data-set: "vpp-nic-comparison-2n-skx-mrr"
3128       tag: "NIC_Intel-XXV710"
3129   comparisons:
3130     - title: "Diff"
3131       reference: 1
3132       compare: 2
3133   legend:
3134     - "Legend to Table:"
3135     - "x710, xxv710 - NICs tested."
3136     - "Diff - difference between x710 and xxv710 NIC."
3137
3138 ################################################################################
3139 # VPP
3140
3141 ## VPP Performance changes 2n-skx-xxv710 2t1c ndr
3142 #- type: "table"
3143 #  title: "VPP Performance changes 2n-skx-xxv710 2t1c ndr"
3144 #  algorithm: "table_comparison"
3145 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-skx-2t1c-ndr"
3146 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3147 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3148 #  columns:
3149 #    - title: "1908.1"
3150 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3151 #    - title: "1908.2"
3152 #      data-set: "vpp-perf-changes-2n-skx-new1908_2"
3153 #  comparisons:
3154 #    - title: "Diff"
3155 #      reference: 1
3156 #      compare: 2
3157 #  legend:
3158 #    - "Legend to Table:"
3159 #    - "1908.1, 1908.2 - VPP versions tested."
3160 #    - "Diff - difference between the previous and the current VPP version."
3161 #
3162 ## VPP Performance changes 2n-skx-xxv710 2t1c pdr
3163 #- type: "table"
3164 #  title: "VPP Performance changes 2n-skx-xxv710 2t1c pdr"
3165 #  algorithm: "table_comparison"
3166 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-skx-2t1c-pdr"
3167 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3168 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3169 #  columns:
3170 #    - title: "1908.1"
3171 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3172 #    - title: "1908.2"
3173 #      data-set: "vpp-perf-changes-2n-skx-new1908_2"
3174 #  comparisons:
3175 #    - title: "Diff"
3176 #      reference: 1
3177 #      compare: 2
3178 #  legend:
3179 #    - "Legend to Table:"
3180 #    - "1908.1, 1908.2 - VPP versions tested."
3181 #    - "Diff - difference between the previous and the current VPP version."
3182 #
3183 ## VPP Performance changes 3n-skx-xxv710 2t1c ndr
3184 #- type: "table"
3185 #  title: "VPP Performance changes 3n-skx-xxv710 2t1c ndr"
3186 #  algorithm: "table_comparison"
3187 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-3n-skx-2t1c-ndr"
3188 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3189 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3190 #  columns:
3191 #    - title: "1908.1"
3192 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3193 #    - title: "1908.2"
3194 #      data-set: "vpp-perf-changes-3n-skx-new1908_2"
3195 #  comparisons:
3196 #    - title: "Diff"
3197 #      reference: 1
3198 #      compare: 2
3199 #  legend:
3200 #    - "Legend to Table:"
3201 #    - "1908.1, 1908.2 - VPP versions tested."
3202 #    - "Diff - difference between the previous and the current VPP version."
3203 #
3204 ## VPP Performance changes 3n-skx-xxv710 2t1c pdr
3205 #- type: "table"
3206 #  title: "VPP Performance changes 3n-skx-xxv710 2t1c pdr"
3207 #  algorithm: "table_comparison"
3208 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-3n-skx-2t1c-pdr"
3209 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3210 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3211 #  columns:
3212 #    - title: "1908.1"
3213 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3214 #    - title: "1908.2"
3215 #      data-set: "vpp-perf-changes-3n-skx-new1908_2"
3216 #  comparisons:
3217 #    - title: "Diff"
3218 #      reference: 1
3219 #      compare: 2
3220 #  legend:
3221 #    - "Legend to Table:"
3222 #    - "1908.1, 1908.2 - VPP versions tested."
3223 #    - "Diff - difference between the previous and the current VPP version."
3224 #
3225 ## VPP Performance changes 2n-clx-xxv710 2t1c ndr
3226 #- type: "table"
3227 #  title: "VPP Performance changes 2n-clx-xxv710 2t1c ndr"
3228 #  algorithm: "table_comparison"
3229 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-clx-2t1c-ndr"
3230 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3231 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3232 #  columns:
3233 #    - title: "1908.1"
3234 #      data-set: "vpp-perf-changes-2n-clx-new1908_1"
3235 #    - title: "1908.2"
3236 #      data-set: "vpp-perf-changes-2n-clx-new1908_2"
3237 #  comparisons:
3238 #    - title: "Diff"
3239 #      reference: 1
3240 #      compare: 2
3241 #  legend:
3242 #    - "Legend to Table:"
3243 #    - "1908.1, 1908.2 - VPP versions tested."
3244 #    - "Diff - difference between the previous and the current VPP version."
3245 #
3246 ## VPP Performance changes 2n-clx-xxv710 2t1c pdr
3247 #- type: "table"
3248 #  title: "VPP Performance changes 2n-clx-xxv710 2t1c pdr"
3249 #  algorithm: "table_comparison"
3250 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-clx-2t1c-pdr"
3251 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3252 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3253 #  columns:
3254 #    - title: "1908.1"
3255 #      data-set: "vpp-perf-changes-2n-clx-new1908_1"
3256 #    - title: "1908.2"
3257 #      data-set: "vpp-perf-changes-2n-clx-new1908_2"
3258 #  comparisons:
3259 #    - title: "Diff"
3260 #      reference: 1
3261 #      compare: 2
3262 #  legend:
3263 #    - "Legend to Table:"
3264 #    - "1908.1, 1908.2 - VPP versions tested."
3265 #    - "Diff - difference between the previous and the current VPP version."
3266
3267 # VPP Performance Changes 3n-hsw 1t1c pdr
3268 - type: "table"
3269   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3270   algorithm: "table_comparison"
3271   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3272   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3273   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3274   columns:
3275     - title: "1908"
3276       data-set: "vpp-performance-changes-3n-hsw-h1"
3277     - title: "2001"
3278       data-set: "vpp-performance-changes-3n-hsw-ref"
3279     - title: "2005"
3280       data-set: "vpp-performance-changes-3n-hsw-cmp"
3281   comparisons:
3282     - title: "Diff"
3283       reference: 2
3284       compare: 3
3285   legend:
3286     - "Legend to Table"
3287     - "1908, 2001, 2005 - VPP versions tested."
3288     - "Diff - difference between 2001 and 2008 VPP version."
3289
3290 # VPP Performance Changes 3n-hsw 2t2c pdr
3291 - type: "table"
3292   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3293   algorithm: "table_comparison"
3294   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3295   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3296   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3297   columns:
3298     - title: "1908"
3299       data-set: "vpp-performance-changes-3n-hsw-h1"
3300     - title: "2001"
3301       data-set: "vpp-performance-changes-3n-hsw-ref"
3302     - title: "2005"
3303       data-set: "vpp-performance-changes-3n-hsw-cmp"
3304   comparisons:
3305     - title: "Diff"
3306       reference: 2
3307       compare: 3
3308   legend:
3309     - "Legend to Table"
3310     - "1908, 2001, 2005 - VPP versions tested."
3311     - "Diff - difference between 2001 and 2008 VPP version."
3312
3313 # VPP Performance Changes 3n-hsw 1t1c ndr
3314 - type: "table"
3315   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3316   algorithm: "table_comparison"
3317   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3318   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3319   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3320   columns:
3321     - title: "1908"
3322       data-set: "vpp-performance-changes-3n-hsw-h1"
3323     - title: "2001"
3324       data-set: "vpp-performance-changes-3n-hsw-ref"
3325     - title: "2005"
3326       data-set: "vpp-performance-changes-3n-hsw-cmp"
3327   comparisons:
3328     - title: "Diff"
3329       reference: 2
3330       compare: 3
3331   legend:
3332     - "Legend to Table"
3333     - "1908, 2001, 2005 - VPP versions tested."
3334     - "Diff - difference between 2001 and 2008 VPP version."
3335
3336 # VPP Performance Changes 3n-hsw 2t2c ndr
3337 - type: "table"
3338   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3339   algorithm: "table_comparison"
3340   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3341   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3342   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3343   columns:
3344     - title: "1908"
3345       data-set: "vpp-performance-changes-3n-hsw-h1"
3346     - title: "2001"
3347       data-set: "vpp-performance-changes-3n-hsw-ref"
3348     - title: "2005"
3349       data-set: "vpp-performance-changes-3n-hsw-cmp"
3350   comparisons:
3351     - title: "Diff"
3352       reference: 2
3353       compare: 3
3354   legend:
3355     - "Legend to Table"
3356     - "1908, 2001, 2005 - VPP versions tested."
3357     - "Diff - difference between 2001 and 2008 VPP version."
3358
3359 ## VPP Root Cause Analysis 3n-skx-xxv710 2t1c pdr
3360 #- type: "table"
3361 #  title: "VPP Root Cause Analysis 3n-skx-xxv710 2t1c pdr"
3362 #  algorithm: "table_comparison"
3363 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-3n-skx-2t1c-pdr"
3364 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3365 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3366 #  rca:
3367 #    - title: "RCA1"
3368 #      data: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3369 #    - title: "RCA2"
3370 #      data: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3371 #  columns:
3372 #    - title: "1908.0-1"
3373 #      data-set: "vpp-perf-changes-3n-skx-old1908_0"
3374 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3375 #    - title: "1908.1-1"
3376 #      data-set: "vpp-perf-changes-3n-skx-old1908_1"
3377 #    - title: "1908.1-2"
3378 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3379 #    - title: "2001.0-2"
3380 #      data-set: "vpp-perf-changes-3n-skx-new2001_0"
3381 #  comparisons:
3382 #    - title: "Diff1"
3383 #      reference: 2
3384 #      reference-alt: 1
3385 #      compare: 3
3386 #    - title: "Diff2"
3387 #      reference: 3
3388 #      compare: 4
3389 #  legend:
3390 #    - 'Legend to Table:'
3391 #    - '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).'
3392 #    - '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).'
3393 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3394 #    - 'RCA1 - root cause analysis reference for Diff1.'
3395 #    - 'RCA2 - root cause analysis reference for Diff2.'
3396 #
3397 ## VPP Root Cause Analysis 3n-skx-xxv710 2t1c ndr
3398 #- type: "table"
3399 #  title: "VPP Root Cause Analysis 3n-skx-xxv710 2t1c ndr"
3400 #  algorithm: "table_comparison"
3401 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-3n-skx-2t1c-ndr"
3402 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3403 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3404 #  rca:
3405 #    - title: "RCA1"
3406 #      data: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3407 #    - title: "RCA2"
3408 #      data: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3409 #  columns:
3410 #    - title: "1908.0-1"
3411 #      data-set: "vpp-perf-changes-3n-skx-old1908_0"
3412 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3413 #    - title: "1908.1-1"
3414 #      data-set: "vpp-perf-changes-3n-skx-old1908_1"
3415 #    - title: "1908.1-2"
3416 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3417 #    - title: "2001.0-2"
3418 #      data-set: "vpp-perf-changes-3n-skx-new2001_0"
3419 #  comparisons:
3420 #    - title: "Diff1"
3421 #      reference: 2
3422 #      reference-alt: 1
3423 #      compare: 3
3424 #    - title: "Diff2"
3425 #      reference: 3
3426 #      compare: 4
3427 #  legend:
3428 #    - 'Legend to Table:'
3429 #    - '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).'
3430 #    - '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).'
3431 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3432 #    - 'RCA1 - root cause analysis reference for Diff1.'
3433 #    - 'RCA2 - root cause analysis reference for Diff2.'
3434
3435 # VPP Performance Changes 3n-skx 2t1c pdr
3436 - type: "table"
3437   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3438   algorithm: "table_comparison"
3439   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3440   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3441   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3442   columns:
3443     - title: "1908"
3444       data-set: "vpp-performance-changes-3n-skx-h1"
3445     - title: "2001"
3446       data-set: "vpp-performance-changes-3n-skx-ref"
3447     - title: "2005"
3448       data-set: "vpp-performance-changes-3n-skx-cmp"
3449   comparisons:
3450     - title: "Diff"
3451       reference: 2
3452       compare: 3
3453   legend:
3454     - "Legend to Table"
3455     - "1908, 2001, 2005 - VPP versions tested."
3456     - "Diff - difference between 2001 and 2005 VPP version."
3457
3458 # VPP Performance Changes 3n-skx 4t2c pdr
3459 - type: "table"
3460   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3461   algorithm: "table_comparison"
3462   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3463   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3464   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3465   columns:
3466     - title: "1908"
3467       data-set: "vpp-performance-changes-3n-skx-h1"
3468     - title: "2001"
3469       data-set: "vpp-performance-changes-3n-skx-ref"
3470     - title: "2005"
3471       data-set: "vpp-performance-changes-3n-skx-cmp"
3472   comparisons:
3473     - title: "Diff"
3474       reference: 2
3475       compare: 3
3476   legend:
3477     - "Legend to Table"
3478     - "1908, 2001, 2005 - VPP versions tested."
3479     - "Diff - difference between 2001 and 2005 VPP version."
3480
3481 # VPP Performance Changes 3n-skx 2t1c ndr
3482 - type: "table"
3483   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3484   algorithm: "table_comparison"
3485   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3486   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3487   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3488   columns:
3489     - title: "1908"
3490       data-set: "vpp-performance-changes-3n-skx-h1"
3491     - title: "2001"
3492       data-set: "vpp-performance-changes-3n-skx-ref"
3493     - title: "2005"
3494       data-set: "vpp-performance-changes-3n-skx-cmp"
3495   comparisons:
3496     - title: "Diff"
3497       reference: 2
3498       compare: 3
3499   legend:
3500     - "Legend to Table"
3501     - "1908, 2001, 2005 - VPP versions tested."
3502     - "Diff - difference between 2001 and 2005 VPP version."
3503
3504 # VPP Performance Changes 3n-skx 4t2c ndr
3505 - type: "table"
3506   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3507   algorithm: "table_comparison"
3508   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3509   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3510   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3511   columns:
3512     - title: "1908"
3513       data-set: "vpp-performance-changes-3n-skx-h1"
3514     - title: "2001"
3515       data-set: "vpp-performance-changes-3n-skx-ref"
3516     - title: "2005"
3517       data-set: "vpp-performance-changes-3n-skx-cmp"
3518   comparisons:
3519     - title: "Diff"
3520       reference: 2
3521       compare: 3
3522   legend:
3523     - "Legend to Table"
3524     - "1908, 2001, 2005 - VPP versions tested."
3525     - "Diff - difference between 2001 and 2005 VPP version."
3526
3527 ## VPP Root Cause Analysis 2n-skx-xxv710 2t1c pdr
3528 #- type: "table"
3529 #  title: "VPP Root Cause Analysis 2n-skx-xxv710 2t1c pdr"
3530 #  algorithm: "table_comparison"
3531 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-2n-skx-2t1c-pdr"
3532 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3533 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3534 #  rca:
3535 #    - title: "RCA1"
3536 #      data: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3537 #    - title: "RCA2"
3538 #      data: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3539 #  columns:
3540 #    - title: "1908.0-1"
3541 #      data-set: "vpp-perf-changes-2n-skx-old1908_0"
3542 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3543 #    - title: "1908.1-1"
3544 #      data-set: "vpp-perf-changes-2n-skx-old1908_1"
3545 #    - title: "1908.1-2"
3546 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3547 #    - title: "2001.0-2"
3548 #      data-set: "vpp-perf-changes-2n-skx-new2001_0"
3549 #  comparisons:
3550 #    - title: "Diff1"
3551 #      reference: 2
3552 #      reference-alt: 1
3553 #      compare: 3
3554 #    - title: "Diff2"
3555 #      reference: 3
3556 #      compare: 4
3557 #  legend:
3558 #    - 'Legend to Table:'
3559 #    - '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).'
3560 #    - '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).'
3561 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3562 #    - 'RCA1 - root cause analysis reference for Diff1.'
3563 #    - 'RCA2 - root cause analysis reference for Diff2.'
3564 #
3565 ## VPP Root Cause Analysis 2n-skx-xxv710 2t1c ndr
3566 #- type: "table"
3567 #  title: "VPP Root Cause Analysis 2n-skx-xxv710 2t1c ndr"
3568 #  algorithm: "table_comparison"
3569 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-2n-skx-2t1c-ndr"
3570 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3571 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3572 #  rca:
3573 #    - title: "RCA1"
3574 #      data: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3575 #    - title: "RCA2"
3576 #      data: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3577 #  columns:
3578 #    - title: "1908.0-1"
3579 #      data-set: "vpp-perf-changes-2n-skx-old1908_0"
3580 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3581 #    - title: "1908.1-1"
3582 #      data-set: "vpp-perf-changes-2n-skx-old1908_1"
3583 #    - title: "1908.1-2"
3584 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3585 #    - title: "2001.0-2"
3586 #      data-set: "vpp-perf-changes-2n-skx-new2001_0"
3587 #  comparisons:
3588 #    - title: "Diff1"
3589 #      reference: 2
3590 #      reference-alt: 1
3591 #      compare: 3
3592 #    - title: "Diff2"
3593 #      reference: 3
3594 #      compare: 4
3595 #  legend:
3596 #    - 'Legend to Table:'
3597 #    - '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).'
3598 #    - '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).'
3599 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3600 #    - 'RCA1 - root cause analysis reference for Diff1.'
3601 #    - 'RCA2 - root cause analysis reference for Diff2.'
3602
3603 # VPP Performance Changes 2n-skx 2t1c pdr
3604 - type: "table"
3605   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3606   algorithm: "table_comparison"
3607   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3608   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3609   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3610   columns:
3611     - title: "1908"
3612       data-set: "vpp-performance-changes-2n-skx-h1"
3613     - title: "2001"
3614       data-set: "vpp-performance-changes-2n-skx-ref"
3615     - title: "2005"
3616       data-set: "vpp-performance-changes-2n-skx-cmp"
3617   comparisons:
3618     - title: "Diff"
3619       reference: 2
3620       compare: 3
3621   legend:
3622     - "Legend to Table"
3623     - "1908, 2001, 2005 - VPP versions tested."
3624     - "Diff - difference between 2001 and 2005 VPP version."
3625
3626 # VPP Performance Changes 2n-skx 4t2c pdr
3627 - type: "table"
3628   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3629   algorithm: "table_comparison"
3630   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3631   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3632   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3633   columns:
3634     - title: "1908"
3635       data-set: "vpp-performance-changes-2n-skx-h1"
3636     - title: "2001"
3637       data-set: "vpp-performance-changes-2n-skx-ref"
3638     - title: "2005"
3639       data-set: "vpp-performance-changes-2n-skx-cmp"
3640   comparisons:
3641     - title: "Diff"
3642       reference: 2
3643       compare: 3
3644   legend:
3645     - "Legend to Table"
3646     - "1908, 2001, 2005 - VPP versions tested."
3647     - "Diff - difference between 2001 and 2005 VPP version."
3648
3649 # VPP Performance Changes 2n-skx 2t1c ndr
3650 - type: "table"
3651   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3652   algorithm: "table_comparison"
3653   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3654   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3655   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3656   columns:
3657     - title: "1908"
3658       data-set: "vpp-performance-changes-2n-skx-h1"
3659     - title: "2001"
3660       data-set: "vpp-performance-changes-2n-skx-ref"
3661     - title: "2005"
3662       data-set: "vpp-performance-changes-2n-skx-cmp"
3663   comparisons:
3664     - title: "Diff"
3665       reference: 2
3666       compare: 3
3667   legend:
3668     - "Legend to Table"
3669     - "1908, 2001, 2005 - VPP versions tested."
3670     - "Diff - difference between 2001 and 2005 VPP version."
3671
3672 # VPP Performance Changes 2n-skx 4t2c ndr
3673 - type: "table"
3674   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3675   algorithm: "table_comparison"
3676   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3677   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3678   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3679   columns:
3680     - title: "1908"
3681       data-set: "vpp-performance-changes-2n-skx-h1"
3682     - title: "2001"
3683       data-set: "vpp-performance-changes-2n-skx-ref"
3684     - title: "2005"
3685       data-set: "vpp-performance-changes-2n-skx-cmp"
3686   comparisons:
3687     - title: "Diff"
3688       reference: 2
3689       compare: 3
3690   legend:
3691     - "Legend to Table"
3692     - "1908, 2001, 2005 - VPP versions tested."
3693     - "Diff - difference between 2001 and 2005 VPP version."
3694
3695 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
3696 - type: "table"
3697   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
3698   algorithm: "table_comparison"
3699   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
3700   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3701   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3702   columns:
3703     - title: "2001"
3704       data-set: "vpp-performance-changes-2n-clx-ref"
3705     - title: "2005"
3706       data-set: "vpp-performance-changes-2n-clx-cmp"
3707   comparisons:
3708     - title: "Diff"
3709       reference: 1
3710       compare: 2
3711   legend:
3712     - "Legend to Table"
3713     - "2001, 2005 - VPP versions tested."
3714     - "Diff - difference between 2001 and 2005 VPP version."
3715
3716 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
3717 - type: "table"
3718   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
3719   algorithm: "table_comparison"
3720   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
3721   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3722   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3723   columns:
3724     - title: "2001"
3725       data-set: "vpp-performance-changes-2n-clx-ref"
3726     - title: "2005"
3727       data-set: "vpp-performance-changes-2n-clx-cmp"
3728   comparisons:
3729     - title: "Diff"
3730       reference: 1
3731       compare: 2
3732   legend:
3733     - "Legend to Table"
3734     - "2001, 2005 - VPP versions tested."
3735     - "Diff - difference between 2001 and 2005 VPP version."
3736
3737 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
3738 - type: "table"
3739   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
3740   algorithm: "table_comparison"
3741   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
3742   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3743   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3744   columns:
3745     - title: "2001"
3746       data-set: "vpp-performance-changes-2n-clx-ref"
3747     - title: "2005"
3748       data-set: "vpp-performance-changes-2n-clx-cmp"
3749   comparisons:
3750     - title: "Diff"
3751       reference: 1
3752       compare: 2
3753   legend:
3754     - "Legend to Table"
3755     - "2001, 2005 - VPP versions tested."
3756     - "Diff - difference between 2001 and 2005 VPP version."
3757
3758 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
3759 - type: "table"
3760   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
3761   algorithm: "table_comparison"
3762   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
3763   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3764   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3765   columns:
3766     - title: "2001"
3767       data-set: "vpp-performance-changes-2n-clx-ref"
3768     - title: "2005"
3769       data-set: "vpp-performance-changes-2n-clx-cmp"
3770   comparisons:
3771     - title: "Diff"
3772       reference: 1
3773       compare: 2
3774   legend:
3775     - "Legend to Table"
3776     - "2001, 2005 - VPP versions tested."
3777     - "Diff - difference between 2001 and 2005 VPP version."
3778
3779 # VPP Performance Changes 2n-clx-x556 2t1c pdr
3780 - type: "table"
3781   title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
3782   algorithm: "table_comparison"
3783   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
3784   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3785   filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3786   columns:
3787     - title: "2001"
3788       data-set: "vpp-performance-changes-2n-clx-ref"
3789     - title: "2005"
3790       data-set: "vpp-performance-changes-2n-clx-cmp"
3791   comparisons:
3792     - title: "Diff"
3793       reference: 1
3794       compare: 2
3795   legend:
3796     - "Legend to Table"
3797     - "2001, 2005 - VPP versions tested."
3798     - "Diff - difference between 2001 and 2005 VPP version."
3799
3800 # VPP Performance Changes 2n-clx-x556 4t2c pdr
3801 - type: "table"
3802   title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
3803   algorithm: "table_comparison"
3804   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
3805   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3806   filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3807   columns:
3808     - title: "2001"
3809       data-set: "vpp-performance-changes-2n-clx-ref"
3810     - title: "2005"
3811       data-set: "vpp-performance-changes-2n-clx-cmp"
3812   comparisons:
3813     - title: "Diff"
3814       reference: 1
3815       compare: 2
3816   legend:
3817     - "Legend to Table"
3818     - "2001, 2005 - VPP versions tested."
3819     - "Diff - difference between 2001 and 2005 VPP version."
3820
3821 # VPP Performance Changes 2n-clx-x556 2t1c ndr
3822 - type: "table"
3823   title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
3824   algorithm: "table_comparison"
3825   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
3826   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3827   filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3828   columns:
3829     - title: "2001"
3830       data-set: "vpp-performance-changes-2n-clx-ref"
3831     - title: "2005"
3832       data-set: "vpp-performance-changes-2n-clx-cmp"
3833   comparisons:
3834     - title: "Diff"
3835       reference: 1
3836       compare: 2
3837   legend:
3838     - "Legend to Table"
3839     - "2001, 2005 - VPP versions tested."
3840     - "Diff - difference between 2001 and 2005 VPP version."
3841
3842 # VPP Performance Changes 2n-clx-x556 4t2c ndr
3843 - type: "table"
3844   title: "VPP Performance Changes 2n-clx-x556 ndr"
3845   algorithm: "table_comparison"
3846   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
3847   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3848   filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3849   columns:
3850     - title: "2001"
3851       data-set: "vpp-performance-changes-2n-clx-ref"
3852     - title: "2005"
3853       data-set: "vpp-performance-changes-2n-clx-cmp"
3854   comparisons:
3855     - title: "Diff"
3856       reference: 1
3857       compare: 2
3858   legend:
3859     - "Legend to Table"
3860     - "2001, 2005 - VPP versions tested."
3861     - "Diff - difference between 2001 and 2005 VPP version."
3862
3863 # VPP Performance Changes 2n-dnv 1t1c pdr
3864 - type: "table"
3865   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3866   algorithm: "table_comparison"
3867   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3868   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3869   filter: "'1T1C'"
3870   columns:
3871     - title: "1908"
3872       data-set: "vpp-performance-changes-2n-dnv-h1"
3873     - title: "2001"
3874       data-set: "vpp-performance-changes-2n-dnv-ref"
3875     - title: "2005"
3876       data-set: "vpp-performance-changes-2n-dnv-cmp"
3877   comparisons:
3878     - title: "Diff"
3879       reference: 2
3880       compare: 3
3881   legend:
3882     - "Legend to Table"
3883     - "1908, 2001, 2005 - VPP versions tested."
3884     - "Diff - difference between 2001 and 2005 VPP version."
3885
3886 # VPP Performance Changes 2n-dnv 2t2c pdr
3887 - type: "table"
3888   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3889   algorithm: "table_comparison"
3890   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3891   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3892   filter: "'2T2C'"
3893   columns:
3894     - title: "1908"
3895       data-set: "vpp-performance-changes-2n-dnv-h1"
3896     - title: "2001"
3897       data-set: "vpp-performance-changes-2n-dnv-ref"
3898     - title: "2005"
3899       data-set: "vpp-performance-changes-2n-dnv-cmp"
3900   comparisons:
3901     - title: "Diff"
3902       reference: 2
3903       compare: 3
3904   legend:
3905     - "Legend to Table"
3906     - "1908, 2001, 2005 - VPP versions tested."
3907     - "Diff - difference between 2001 and 2005 VPP version."
3908
3909 # VPP Performance Changes 2n-dnv 1t1c ndr
3910 - type: "table"
3911   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3912   algorithm: "table_comparison"
3913   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3914   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3915   filter: "'1T1C'"
3916   columns:
3917     - title: "1908"
3918       data-set: "vpp-performance-changes-2n-dnv-h1"
3919     - title: "2001"
3920       data-set: "vpp-performance-changes-2n-dnv-ref"
3921     - title: "2005"
3922       data-set: "vpp-performance-changes-2n-dnv-cmp"
3923   comparisons:
3924     - title: "Diff"
3925       reference: 2
3926       compare: 3
3927   legend:
3928     - "Legend to Table"
3929     - "1908, 2001, 2005 - VPP versions tested."
3930     - "Diff - difference between 2001 and 2005 VPP version."
3931
3932 # VPP Performance Changes 2n-dnv 2t2c ndr
3933 - type: "table"
3934   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3935   algorithm: "table_comparison"
3936   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3937   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3938   filter: "'2T2C'"
3939   columns:
3940     - title: "1908"
3941       data-set: "vpp-performance-changes-2n-dnv-h1"
3942     - title: "2001"
3943       data-set: "vpp-performance-changes-2n-dnv-ref"
3944     - title: "2005"
3945       data-set: "vpp-performance-changes-2n-dnv-cmp"
3946   comparisons:
3947     - title: "Diff"
3948       reference: 2
3949       compare: 3
3950   legend:
3951     - "Legend to Table"
3952     - "1908, 2001, 2005 - VPP versions tested."
3953     - "Diff - difference between 2001 and 2005 VPP version."
3954
3955 # VPP Performance Changes 3n-dnv 1t1c pdr
3956 - type: "table"
3957   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3958   algorithm: "table_comparison"
3959   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3960   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3961   filter: "'1T1C'"
3962   columns:
3963     - title: "1908"
3964       data-set: "vpp-performance-changes-3n-dnv-h1"
3965     - title: "2001"
3966       data-set: "vpp-performance-changes-3n-dnv-ref"
3967     - title: "2005"
3968       data-set: "vpp-performance-changes-3n-dnv-cmp"
3969   comparisons:
3970     - title: "Diff"
3971       reference: 2
3972       compare: 3
3973   legend:
3974     - "Legend to Table"
3975     - "1908, 2001, 2005 - VPP versions tested."
3976     - "Diff - difference between 2001 and 2005 VPP version."
3977
3978 # VPP Performance Changes 3n-dnv 2t2c pdr
3979 - type: "table"
3980   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3981   algorithm: "table_comparison"
3982   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3983   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3984   filter: "'2T2C'"
3985   columns:
3986     - title: "1908"
3987       data-set: "vpp-performance-changes-3n-dnv-h1"
3988     - title: "2001"
3989       data-set: "vpp-performance-changes-3n-dnv-ref"
3990     - title: "2005"
3991       data-set: "vpp-performance-changes-3n-dnv-cmp"
3992   comparisons:
3993     - title: "Diff"
3994       reference: 2
3995       compare: 3
3996   legend:
3997     - "Legend to Table"
3998     - "1908, 2001, 2005 - VPP versions tested."
3999     - "Diff - difference between 2001 and 2005 VPP version."
4000
4001 # VPP Performance Changes 3n-dnv 1t1c ndr
4002 - type: "table"
4003   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
4004   algorithm: "table_comparison"
4005   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
4006   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4007   filter: "'1T1C'"
4008   columns:
4009     - title: "1908"
4010       data-set: "vpp-performance-changes-3n-dnv-h1"
4011     - title: "2001"
4012       data-set: "vpp-performance-changes-3n-dnv-ref"
4013     - title: "2005"
4014       data-set: "vpp-performance-changes-3n-dnv-cmp"
4015   comparisons:
4016     - title: "Diff"
4017       reference: 2
4018       compare: 3
4019   legend:
4020     - "Legend to Table"
4021     - "1908, 2001, 2005 - VPP versions tested."
4022     - "Diff - difference between 2001 and 2005 VPP version."
4023
4024 # VPP Performance Changes 3n-dnv 2t2c ndr
4025 - type: "table"
4026   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
4027   algorithm: "table_comparison"
4028   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
4029   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4030   filter: "'2T2C'"
4031   columns:
4032     - title: "1908"
4033       data-set: "vpp-performance-changes-3n-dnv-h1"
4034     - title: "2001"
4035       data-set: "vpp-performance-changes-3n-dnv-ref"
4036     - title: "2005"
4037       data-set: "vpp-performance-changes-3n-dnv-cmp"
4038   comparisons:
4039     - title: "Diff"
4040       reference: 2
4041       compare: 3
4042   legend:
4043     - "Legend to Table"
4044     - "1908, 2001, 2005 - VPP versions tested."
4045     - "Diff - difference between 2001 and 2005 VPP version."
4046
4047 # VPP Performance Changes 3n-tsh 1t1c pdr
4048 - type: "table"
4049   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4050   algorithm: "table_comparison"
4051   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4052   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4053   filter: "'1T1C'"
4054   columns:
4055     - title: "1908"
4056       data-set: "vpp-performance-changes-3n-tsh-h1"
4057     - title: "2001"
4058       data-set: "vpp-performance-changes-3n-tsh-ref"
4059     - title: "2005"
4060       data-set: "vpp-performance-changes-3n-tsh-cmp"
4061   comparisons:
4062     - title: "Diff"
4063       reference: 2
4064       compare: 3
4065   legend:
4066     - "Legend to Table"
4067     - "1908, 2001, 2005 - VPP versions tested."
4068     - "Diff - difference between 2001 and 2005 VPP version."
4069
4070 # VPP Performance Changes 3n-tsh 2t2c pdr
4071 - type: "table"
4072   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4073   algorithm: "table_comparison"
4074   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4075   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4076   filter: "'2T2C'"
4077   columns:
4078     - title: "1908"
4079       data-set: "vpp-performance-changes-3n-tsh-h1"
4080     - title: "2001"
4081       data-set: "vpp-performance-changes-3n-tsh-ref"
4082     - title: "2005"
4083       data-set: "vpp-performance-changes-3n-tsh-cmp"
4084   comparisons:
4085     - title: "Diff"
4086       reference: 2
4087       compare: 3
4088   legend:
4089     - "Legend to Table"
4090     - "1908, 2001, 2005 - VPP versions tested."
4091     - "Diff - difference between 2001 and 2005 VPP version."
4092
4093 # VPP Performance Changes 3n-tsh 1t1c ndr
4094 - type: "table"
4095   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4096   algorithm: "table_comparison"
4097   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4098   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4099   filter: "'1T1C'"
4100   columns:
4101     - title: "1908"
4102       data-set: "vpp-performance-changes-3n-tsh-h1"
4103     - title: "2001"
4104       data-set: "vpp-performance-changes-3n-tsh-ref"
4105     - title: "2005"
4106       data-set: "vpp-performance-changes-3n-tsh-cmp"
4107   comparisons:
4108     - title: "Diff"
4109       reference: 2
4110       compare: 3
4111   legend:
4112     - "Legend to Table"
4113     - "1908, 2001, 2005 - VPP versions tested."
4114     - "Diff - difference between 2001 and 2005 VPP version."
4115
4116 # VPP Performance Changes 3n-tsh 2t2c ndr
4117 - type: "table"
4118   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4119   algorithm: "table_comparison"
4120   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4121   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4122   filter: "'2T2C'"
4123   columns:
4124     - title: "1908"
4125       data-set: "vpp-performance-changes-3n-tsh-h1"
4126     - title: "2001"
4127       data-set: "vpp-performance-changes-3n-tsh-ref"
4128     - title: "2005"
4129       data-set: "vpp-performance-changes-3n-tsh-cmp"
4130   comparisons:
4131     - title: "Diff"
4132       reference: 2
4133       compare: 3
4134   legend:
4135     - "Legend to Table"
4136     - "1908, 2001, 2005 - VPP versions tested."
4137     - "Diff - difference between 2001 and 2005 VPP version."
4138
4139 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4140 - type: "table"
4141   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4142   algorithm: "table_comparison"
4143   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4144   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4145   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4146   columns:
4147     - title: "3n-hsw xl710"
4148       data-set: "vpp-compare-testbeds-ref"
4149       tag: "NIC_Intel-XL710"
4150     - title: "3n-skx xxv710"
4151       data-set: "vpp-compare-testbeds-cmp"
4152       tag: "NIC_Intel-XXV710"
4153   comparisons:
4154     - title: "Diff"
4155       reference: 1
4156       compare: 2
4157   legend:
4158     - "Legend to Table"
4159     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4160     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4161
4162 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4163 - type: "table"
4164   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4165   algorithm: "table_comparison"
4166   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4167   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4168   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4169   columns:
4170     - title: "3n-hsw xl710"
4171       data-set: "vpp-compare-testbeds-ref"
4172       tag: "NIC_Intel-XL710"
4173     - title: "3n-skx xxv710"
4174       data-set: "vpp-compare-testbeds-cmp"
4175       tag: "NIC_Intel-XXV710"
4176   comparisons:
4177     - title: "Diff"
4178       reference: 1
4179       compare: 2
4180   legend:
4181     - "Legend to Table"
4182     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4183     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4184
4185 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
4186 - type: "table"
4187   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
4188   algorithm: "table_comparison"
4189   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
4190   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4191   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4192   columns:
4193     - title: "3n-hsw xl710"
4194       data-set: "vpp-compare-testbeds-ref"
4195       tag: "NIC_Intel-XL710"
4196     - title: "3n-skx xxv710"
4197       data-set: "vpp-compare-testbeds-cmp"
4198       tag: "NIC_Intel-XXV710"
4199   comparisons:
4200     - title: "Diff"
4201       reference: 1
4202       compare: 2
4203   legend:
4204     - "Legend to Table"
4205     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4206     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4207
4208 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4209 - type: "table"
4210   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4211   algorithm: "table_comparison"
4212   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4213   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4214   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4215   columns:
4216     - title: "3n-hsw xl710"
4217       data-set: "vpp-compare-testbeds-ref"
4218       tag: "NIC_Intel-XL710"
4219     - title: "3n-skx xxv710"
4220       data-set: "vpp-compare-testbeds-cmp"
4221       tag: "NIC_Intel-XXV710"
4222   comparisons:
4223     - title: "Diff"
4224       reference: 1
4225       compare: 2
4226   legend:
4227     - "Legend to Table"
4228     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4229     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4230
4231 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4232 - type: "table"
4233   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4234   algorithm: "table_comparison"
4235   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4236   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4237   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4238   columns:
4239     - title: "2n-skx"
4240       data-set: "vpp-compare-testbeds-skx-clx-ref"
4241     - title: "2n-clx"
4242       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4243   comparisons:
4244     - title: "Diff"
4245       reference: 1
4246       compare: 2
4247   legend:
4248     - "Legend to Table"
4249     - "2n-skx, 2n-clx - testbeds and NICs tested."
4250     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4251
4252 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4253 - type: "table"
4254   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4255   algorithm: "table_comparison"
4256   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4257   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4258   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4259   columns:
4260     - title: "2n-skx"
4261       data-set: "vpp-compare-testbeds-skx-clx-ref"
4262     - title: "2n-clx"
4263       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4264   comparisons:
4265     - title: "Diff"
4266       reference: 1
4267       compare: 2
4268   legend:
4269     - "Legend to Table"
4270     - "2n-skx, 2n-clx - testbeds and NICs tested."
4271     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4272
4273 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4274 - type: "table"
4275   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4276   algorithm: "table_comparison"
4277   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4278   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4279   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4280   columns:
4281     - title: "2n-skx"
4282       data-set: "vpp-compare-testbeds-skx-clx-ref"
4283     - title: "2n-clx"
4284       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4285   comparisons:
4286     - title: "Diff"
4287       reference: 1
4288       compare: 2
4289   legend:
4290     - "Legend to Table"
4291     - "2n-skx, 2n-clx - testbeds and NICs tested."
4292     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4293
4294 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4295 - type: "table"
4296   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4297   algorithm: "table_comparison"
4298   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4299   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4300   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4301   columns:
4302     - title: "2n-skx"
4303       data-set: "vpp-compare-testbeds-skx-clx-ref"
4304     - title: "2n-clx"
4305       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4306   comparisons:
4307     - title: "Diff"
4308       reference: 1
4309       compare: 2
4310   legend:
4311     - "Legend to Table"
4312     - "2n-skx, 2n-clx - testbeds and NICs tested."
4313     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4314
4315 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4316 - type: "table"
4317   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4318   algorithm: "table_comparison"
4319   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4320   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4321   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4322   columns:
4323     - title: "3n-hsw xl710"
4324       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4325       tag: "NIC_Intel-XL710"
4326     - title: "2n-clx xxv710"
4327       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4328       tag: "NIC_Intel-XXV710"
4329   comparisons:
4330     - title: "Diff"
4331       reference: 1
4332       compare: 2
4333   legend:
4334     - "Legend to Table"
4335     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4336     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4337
4338 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4339 - type: "table"
4340   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4341   algorithm: "table_comparison"
4342   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4343   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4344   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4345   columns:
4346     - title: "3n-hsw xl710"
4347       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4348       tag: "NIC_Intel-XL710"
4349     - title: "2n-clx xxv710"
4350       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4351       tag: "NIC_Intel-XXV710"
4352   comparisons:
4353     - title: "Diff"
4354       reference: 1
4355       compare: 2
4356   legend:
4357     - "Legend to Table"
4358     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4359     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4360
4361 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4362 - type: "table"
4363   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4364   algorithm: "table_comparison"
4365   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4366   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4367   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4368   columns:
4369     - title: "3n-hsw xl710"
4370       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4371       tag: "NIC_Intel-XL710"
4372     - title: "2n-clx xxv710"
4373       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4374       tag: "NIC_Intel-XXV710"
4375   comparisons:
4376     - title: "Diff"
4377       reference: 1
4378       compare: 2
4379   legend:
4380     - "Legend to Table"
4381     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4382     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4383
4384 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4385 - type: "table"
4386   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4387   algorithm: "table_comparison"
4388   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4389   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4390   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4391   columns:
4392     - title: "3n-hsw xl710"
4393       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4394       tag: "NIC_Intel-XL710"
4395     - title: "2n-clx xxv710"
4396       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4397       tag: "NIC_Intel-XXV710"
4398   comparisons:
4399     - title: "Diff"
4400       reference: 1
4401       compare: 2
4402   legend:
4403     - "Legend to Table"
4404     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4405     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4406
4407 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4408 - type: "table"
4409   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4410   algorithm: "table_comparison"
4411   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4412   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4413   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4414   columns:
4415     - title: "3n-skx"
4416       data-set: "vpp-compare-topologies-ref"
4417     - title: "2n-skx"
4418       data-set: "vpp-compare-topologies-cmp"
4419   comparisons:
4420     - title: "Diff"
4421       reference: 1
4422       compare: 2
4423   legend:
4424     - "Legend to Table"
4425     - "3n-skx, 2n-skx - topologies tested."
4426     - "Diff - difference between 3n-skx and 2n-skx topologies."
4427
4428 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4429 - type: "table"
4430   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4431   algorithm: "table_comparison"
4432   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4433   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4434   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4435   columns:
4436     - title: "3n-skx"
4437       data-set: "vpp-compare-topologies-ref"
4438     - title: "2n-skx"
4439       data-set: "vpp-compare-topologies-cmp"
4440   comparisons:
4441     - title: "Diff"
4442       reference: 1
4443       compare: 2
4444   legend:
4445     - "Legend to Table"
4446     - "3n-skx, 2n-skx - topologies tested."
4447     - "Diff - difference between 3n-skx and 2n-skx topologies."
4448
4449 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4450 - type: "table"
4451   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4452   algorithm: "table_comparison"
4453   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4454   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4455   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4456   columns:
4457     - title: "3n-skx"
4458       data-set: "vpp-compare-topologies-ref"
4459     - title: "2n-skx"
4460       data-set: "vpp-compare-topologies-cmp"
4461   comparisons:
4462     - title: "Diff"
4463       reference: 1
4464       compare: 2
4465   legend:
4466     - "Legend to Table"
4467     - "3n-skx, 2n-skx - topologies tested."
4468     - "Diff - difference between 3n-skx and 2n-skx topologies."
4469
4470 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4471 - type: "table"
4472   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4473   algorithm: "table_comparison"
4474   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4475   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4476   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4477   columns:
4478     - title: "3n-skx"
4479       data-set: "vpp-compare-topologies-ref"
4480     - title: "2n-skx"
4481       data-set: "vpp-compare-topologies-cmp"
4482   comparisons:
4483     - title: "Diff"
4484       reference: 1
4485       compare: 2
4486   legend:
4487     - "Legend to Table"
4488     - "3n-skx, 2n-skx - topologies tested."
4489     - "Diff - difference between 3n-skx and 2n-skx topologies."
4490
4491 # VPP Performance Changes 3n-hsw 1t1c mrr
4492 - type: "table"
4493   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4494   algorithm: "table_comparison"
4495   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4496   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4497   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4498   columns:
4499     - title: "1908"
4500       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4501     - title: "2001"
4502       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4503     - title: "2005"
4504       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4505   comparisons:
4506     - title: "Diff"
4507       reference: 2
4508       compare: 3
4509   legend:
4510     - "Legend to Table"
4511     - "1908, 2001, 2005 - VPP versions tested."
4512     - "Diff - difference between 2001 and 2005 VPP version."
4513
4514 # VPP Performance Changes 3n-hsw 2t2c mrr
4515 - type: "table"
4516   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4517   algorithm: "table_comparison"
4518   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4519   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4520   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4521   columns:
4522     - title: "1908"
4523       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4524     - title: "2001"
4525       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4526     - title: "2005"
4527       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4528   comparisons:
4529     - title: "Diff"
4530       reference: 2
4531       compare: 3
4532   legend:
4533     - "Legend to Table"
4534     - "1908, 2001, 2005 - VPP versions tested."
4535     - "Diff - difference between 2001 and 2005 VPP version."
4536
4537 # VPP Performance Changes 3n-hsw 4t4c mrr
4538 - type: "table"
4539   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
4540   algorithm: "table_comparison"
4541   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4542   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4543   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4544   columns:
4545     - title: "1908"
4546       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4547     - title: "2001"
4548       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4549     - title: "2005"
4550       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4551   comparisons:
4552     - title: "Diff"
4553       reference: 2
4554       compare: 3
4555   legend:
4556     - "Legend to Table"
4557     - "1908, 2001, 2005 - VPP versions tested."
4558     - "Diff - difference between 2001 and 2005 VPP version."
4559
4560 # VPP Performance Changes 3n-skx 2t1c mrr
4561 - type: "table"
4562   title: "VPP Performance Changes 3n-skx 2t1c mrr"
4563   algorithm: "table_comparison"
4564   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4565   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4566   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4567   columns:
4568 #    - title: "1908"
4569 #      data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4570     - title: "2001"
4571       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4572     - title: "2005"
4573       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4574   comparisons:
4575     - title: "Diff"
4576       reference: 1
4577       compare: 2
4578   legend:
4579     - "Legend to Table"
4580     - "2001, 2005 - VPP versions tested."
4581     - "Diff - difference between 2001 and 2005 VPP version."
4582
4583 # VPP Performance Changes 3n-skx 4t2c mrr
4584 - type: "table"
4585   title: "VPP Performance Changes 3n-skx 4t2c mrr"
4586   algorithm: "table_comparison"
4587   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4588   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4589   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4590   columns:
4591 #    - title: "1908"
4592 #      data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4593     - title: "2001"
4594       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4595     - title: "2005"
4596       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4597   comparisons:
4598     - title: "Diff"
4599       reference: 1
4600       compare: 2
4601   legend:
4602     - "Legend to Table"
4603     - "2001, 2005 - VPP versions tested."
4604     - "Diff - difference between 2001 and 2005 VPP version."
4605
4606 # VPP Performance Changes 3n-skx 8t4c mrr
4607 - type: "table"
4608   title: "VPP Performance Changes 3n-skx 8t4c mrr"
4609   algorithm: "table_comparison"
4610   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4611   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4612   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4613   columns:
4614 #    - title: "1908"
4615 #      data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4616     - title: "2001"
4617       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4618     - title: "2005"
4619       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4620   comparisons:
4621     - title: "Diff"
4622       reference: 1
4623       compare: 2
4624   legend:
4625     - "Legend to Table"
4626     - "2001, 2005 - VPP versions tested."
4627     - "Diff - difference between 2001 and 2005 VPP version."
4628
4629 # VPP Performance Changes 2n-skx 2t1c mrr
4630 - type: "table"
4631   title: "VPP Performance Changes 2n-skx 2t1c mrr"
4632   algorithm: "table_comparison"
4633   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4634   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4635   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4636   columns:
4637 #    - title: "1908"
4638 #      data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4639     - title: "2001"
4640       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4641     - title: "2005"
4642       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4643   comparisons:
4644     - title: "Diff"
4645       reference: 1
4646       compare: 2
4647   legend:
4648     - "Legend to Table"
4649     - "2001, 2005 - VPP versions tested."
4650     - "Diff - difference between 2001 and 2005 VPP version."
4651
4652 # VPP Performance Changes 2n-skx 4t2c mrr
4653 - type: "table"
4654   title: "VPP Performance Changes 2n-skx 4t2c mrr"
4655   algorithm: "table_comparison"
4656   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4657   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4658   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4659   columns:
4660 #    - title: "1908"
4661 #      data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4662     - title: "2001"
4663       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4664     - title: "2005"
4665       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4666   comparisons:
4667     - title: "Diff"
4668       reference: 1
4669       compare: 2
4670   legend:
4671     - "Legend to Table"
4672     - "2001, 2005 - VPP versions tested."
4673     - "Diff - difference between 2001 and 2005 VPP version."
4674
4675 # VPP Performance Changes 2n-skx 8t4c mrr
4676 - type: "table"
4677   title: "VPP Performance Changes 2n-skx 8t4c mrr"
4678   algorithm: "table_comparison"
4679   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4680   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4681   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4682   columns:
4683 #    - title: "1908"
4684 #      data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4685     - title: "2001"
4686       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4687     - title: "2005"
4688       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4689   comparisons:
4690     - title: "Diff"
4691       reference: 1
4692       compare: 2
4693   legend:
4694     - "Legend to Table"
4695     - "2001, 2005 - VPP versions tested."
4696     - "Diff - difference between 2001 and 2005 VPP version."
4697
4698 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
4699 - type: "table"
4700   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
4701   algorithm: "table_comparison"
4702   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
4703   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4704   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4705   columns:
4706     - title: "2001"
4707       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4708     - title: "2005"
4709       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4710   comparisons:
4711     - title: "Diff"
4712       reference: 1
4713       compare: 2
4714   legend:
4715     - "Legend to Table"
4716     - "2001, 2005 - VPP versions tested."
4717     - "Diff - difference between 2001 and 2005 VPP version."
4718
4719 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
4720 - type: "table"
4721   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
4722   algorithm: "table_comparison"
4723   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
4724   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4725   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4726   columns:
4727     - title: "2001"
4728       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4729     - title: "2005"
4730       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4731   comparisons:
4732     - title: "Diff"
4733       reference: 1
4734       compare: 2
4735   legend:
4736     - "Legend to Table"
4737     - "2001, 2005 - VPP versions tested."
4738     - "Diff - difference between 2001 and 2005 VPP version."
4739
4740 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
4741 - type: "table"
4742   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
4743   algorithm: "table_comparison"
4744   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
4745   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4746   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4747   columns:
4748     - title: "2001"
4749       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4750     - title: "2005"
4751       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4752   comparisons:
4753     - title: "Diff"
4754       reference: 1
4755       compare: 2
4756   legend:
4757     - "Legend to Table"
4758     - "2001, 2005 - VPP versions tested."
4759     - "Diff - difference between 2001 and 2005 VPP version."
4760
4761 # VPP Performance Changes 2n-clx-clx-x556 2t1c mrr
4762 - type: "table"
4763   title: "VPP Performance Changes 2n-clx-clx-x556 2t1c mrr"
4764   algorithm: "table_comparison"
4765   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-clx-x556-2t1c-mrr"
4766   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4767   filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4768   columns:
4769     - title: "2001"
4770       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4771     - title: "2005"
4772       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4773   comparisons:
4774     - title: "Diff"
4775       reference: 1
4776       compare: 2
4777   legend:
4778     - "Legend to Table"
4779     - "2001, 2005 - VPP versions tested."
4780     - "Diff - difference between 2001 and 2005 VPP version."
4781
4782 # VPP Performance Changes 2n-clx-clx-x556 4t2c mrr
4783 - type: "table"
4784   title: "VPP Performance Changes 2n-clx-clx-x556 4t2c mrr"
4785   algorithm: "table_comparison"
4786   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-clx-x556-4t2c-mrr"
4787   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4788   filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4789   columns:
4790     - title: "2001"
4791       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4792     - title: "2005"
4793       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4794   comparisons:
4795     - title: "Diff"
4796       reference: 1
4797       compare: 2
4798   legend:
4799     - "Legend to Table"
4800     - "2001, 2005 - VPP versions tested."
4801     - "Diff - difference between 2001 and 2005 VPP version."
4802
4803 # VPP Performance Changes 2n-clx-clx-x556 8t4c mrr
4804 - type: "table"
4805   title: "VPP Performance Changes 2n-clx-clx-x556 8t4c mrr"
4806   algorithm: "table_comparison"
4807   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-clx-x556-8t4c-mrr"
4808   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4809   filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4810   columns:
4811     - title: "2001"
4812       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4813     - title: "2005"
4814       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4815   comparisons:
4816     - title: "Diff"
4817       reference: 1
4818       compare: 2
4819   legend:
4820     - "Legend to Table"
4821     - "2001, 2005 - VPP versions tested."
4822     - "Diff - difference between 2001 and 2005 VPP version."
4823
4824 # VPP Performance Changes 2n-dnv 1t1c mrr
4825 - type: "table"
4826   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
4827   algorithm: "table_comparison"
4828   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4829   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4830   filter: "'1T1C'"
4831   columns:
4832     - title: "1908"
4833       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4834     - title: "2001"
4835       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4836     - title: "2005"
4837       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4838   comparisons:
4839     - title: "Diff"
4840       reference: 2
4841       compare: 3
4842   legend:
4843     - "Legend to Table"
4844     - "1908, 2001, 2005 - VPP versions tested."
4845     - "Diff - difference between 2001 and 2005 VPP version."
4846
4847 # VPP Performance Changes 2n-dnv 2t2c mrr
4848 - type: "table"
4849   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
4850   algorithm: "table_comparison"
4851   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4852   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4853   filter: "'2T2C'"
4854   columns:
4855     - title: "1908"
4856       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4857     - title: "2001"
4858       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4859     - title: "2005"
4860       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4861   comparisons:
4862     - title: "Diff"
4863       reference: 2
4864       compare: 3
4865   legend:
4866     - "Legend to Table"
4867     - "1908, 2001, 2005 - VPP versions tested."
4868     - "Diff - difference between 2001 and 2005 VPP version."
4869
4870 # VPP Performance Changes 2n-dnv 4t4c mrr
4871 - type: "table"
4872   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
4873   algorithm: "table_comparison"
4874   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4875   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4876   filter: "'4T4C'"
4877   columns:
4878     - title: "1908"
4879       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4880     - title: "2001"
4881       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4882     - title: "2005"
4883       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4884   comparisons:
4885     - title: "Diff"
4886       reference: 2
4887       compare: 3
4888   legend:
4889     - "Legend to Table"
4890     - "1908, 2001, 2005 - VPP versions tested."
4891     - "Diff - difference between 2001 and 2005 VPP version."
4892
4893 # VPP Performance Changes 3n-dnv 1t1c mrr
4894 - type: "table"
4895   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
4896   algorithm: "table_comparison"
4897   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4898   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4899   filter: "'1T1C'"
4900   columns:
4901     - title: "1908"
4902       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4903     - title: "2001"
4904       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4905     - title: "2005"
4906       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4907   comparisons:
4908     - title: "Diff"
4909       reference: 2
4910       compare: 3
4911   legend:
4912     - "Legend to Table"
4913     - "1908, 2001, 2005 - VPP versions tested."
4914     - "Diff - difference between 2001 and 2005 VPP version."
4915
4916 # VPP Performance Changes 3n-dnv 2t2c mrr
4917 - type: "table"
4918   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
4919   algorithm: "table_comparison"
4920   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4921   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4922   filter: "'2T2C'"
4923   columns:
4924     - title: "1908"
4925       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4926     - title: "2001"
4927       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4928     - title: "2005"
4929       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4930   comparisons:
4931     - title: "Diff"
4932       reference: 2
4933       compare: 3
4934   legend:
4935     - "Legend to Table"
4936     - "1908, 2001, 2005 - VPP versions tested."
4937     - "Diff - difference between 2001 and 2005 VPP version."
4938
4939 # VPP Performance Changes 3n-dnv 4t4c mrr
4940 - type: "table"
4941   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
4942   algorithm: "table_comparison"
4943   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4944   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4945   filter: "'4T4C'"
4946   columns:
4947     - title: "1908"
4948       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4949     - title: "2001"
4950       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4951     - title: "2005"
4952       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4953   comparisons:
4954     - title: "Diff"
4955       reference: 2
4956       compare: 3
4957   legend:
4958     - "Legend to Table"
4959     - "1908, 2001, 2005 - VPP versions tested."
4960     - "Diff - difference between 2001 and 2005 VPP version."
4961
4962 # VPP Performance Changes 3n-tsh 1t1c mrr
4963 - type: "table"
4964   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
4965   algorithm: "table_comparison"
4966   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4967   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4968   filter: "'1T1C'"
4969   columns:
4970     - title: "1908"
4971       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
4972     - title: "2001"
4973       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4974     - title: "2005"
4975       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4976   comparisons:
4977     - title: "Diff"
4978       reference: 2
4979       compare: 3
4980   legend:
4981     - "Legend to Table"
4982     - "1908, 2001, 2005 - VPP versions tested."
4983     - "Diff - difference between 2001 and 2005 VPP version."
4984
4985 # VPP Performance Changes 3n-tsh 2t2c mrr
4986 - type: "table"
4987   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
4988   algorithm: "table_comparison"
4989   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
4990   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4991   filter: "'2T2C'"
4992   columns:
4993     - title: "1908"
4994       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
4995     - title: "2001"
4996       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4997     - title: "2005"
4998       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4999   comparisons:
5000     - title: "Diff"
5001       reference: 2
5002       compare: 3
5003   legend:
5004     - "Legend to Table"
5005     - "1908, 2001, 2005 - VPP versions tested."
5006     - "Diff - difference between 2001 and 2005 VPP version."
5007
5008 # VPP Performance Changes 3n-tsh 4t4c mrr
5009 - type: "table"
5010   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
5011   algorithm: "table_comparison"
5012   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
5013   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5014   filter: "'4T4C'"
5015   columns:
5016     - title: "1908"
5017       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5018     - title: "2001"
5019       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
5020     - title: "2005"
5021       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5022   comparisons:
5023     - title: "Diff"
5024       reference: 2
5025       compare: 3
5026   legend:
5027     - "Legend to Table"
5028     - "1908, 2001, 2005 - VPP versions tested."
5029     - "Diff - difference between 2001 and 2005 VPP version."
5030
5031 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
5032 - type: "table"
5033   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
5034   algorithm: "table_comparison"
5035   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
5036   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5037   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5038   columns:
5039     - title: "3n-hsw xl710"
5040       data-set: "vpp-compare-testbeds-mrr-ref"
5041       tag: "NIC_Intel-XL710"
5042     - title: "3n-skx xxv710"
5043       data-set: "vpp-compare-testbeds-mrr-cmp"
5044       tag: "NIC_Intel-XXV710"
5045   comparisons:
5046     - title: "Diff"
5047       reference: 1
5048       compare: 2
5049   legend:
5050     - "Legend to Table"
5051     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5052     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5053
5054 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
5055 - type: "table"
5056   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
5057   algorithm: "table_comparison"
5058   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
5059   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5060   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5061   columns:
5062     - title: "3n-hsw xl710"
5063       data-set: "vpp-compare-testbeds-mrr-ref"
5064       tag: "NIC_Intel-XL710"
5065     - title: "3n-skx xxv710"
5066       data-set: "vpp-compare-testbeds-mrr-cmp"
5067       tag: "NIC_Intel-XXV710"
5068   comparisons:
5069     - title: "Diff"
5070       reference: 1
5071       compare: 2
5072   legend:
5073     - "Legend to Table"
5074     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5075     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5076
5077 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
5078 - type: "table"
5079   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
5080   algorithm: "table_comparison"
5081   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
5082   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5083   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5084   columns:
5085     - title: "3n-hsw xl710"
5086       data-set: "vpp-compare-testbeds-mrr-ref"
5087       tag: "NIC_Intel-XL710"
5088     - title: "3n-skx xxv710"
5089       data-set: "vpp-compare-testbeds-mrr-cmp"
5090       tag: "NIC_Intel-XXV710"
5091   comparisons:
5092     - title: "Diff"
5093       reference: 1
5094       compare: 2
5095   legend:
5096     - "Legend to Table"
5097     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5098     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5099
5100 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
5101 - type: "table"
5102   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
5103   algorithm: "table_comparison"
5104   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
5105   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5106   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5107   columns:
5108     - title: "2n-skx"
5109       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5110     - title: "2n-clx"
5111       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5112   comparisons:
5113     - title: "Diff"
5114       reference: 1
5115       compare: 2
5116   legend:
5117     - "Legend to Table"
5118     - "2n-skx, 2n-clx - testbeds and NICs tested."
5119     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5120
5121 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
5122 - type: "table"
5123   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
5124   algorithm: "table_comparison"
5125   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
5126   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5127   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5128   columns:
5129     - title: "2n-skx"
5130       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5131     - title: "2n-clx"
5132       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5133   comparisons:
5134     - title: "Diff"
5135       reference: 1
5136       compare: 2
5137   legend:
5138     - "Legend to Table"
5139     - "2n-skx, 2n-clx - testbeds and NICs tested."
5140     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5141
5142 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
5143 - type: "table"
5144   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
5145   algorithm: "table_comparison"
5146   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
5147   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5148   filter: "'8T4C' and 'NIC_Intel-XXV710'"
5149   columns:
5150     - title: "2n-skx"
5151       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5152     - title: "2n-clx"
5153       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5154   comparisons:
5155     - title: "Diff"
5156       reference: 1
5157       compare: 2
5158   legend:
5159     - "Legend to Table"
5160     - "2n-skx, 2n-clx - testbeds and NICs tested."
5161     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5162
5163 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
5164 - type: "table"
5165   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
5166   algorithm: "table_comparison"
5167   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
5168   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5169   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
5170   columns:
5171     - title: "3n-skx"
5172       data-set: "vpp-compare-topologies-mrr-ref"
5173     - title: "2n-skx"
5174       data-set: "vpp-compare-topologies-mrr-cmp"
5175   comparisons:
5176     - title: "Diff"
5177       reference: 1
5178       compare: 2
5179   legend:
5180     - "Legend to Table"
5181     - "3n-skx, 2n-skx - topologies tested."
5182     - "Diff - difference between 3n-skx and 2n-skx topologies."
5183
5184 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
5185 - type: "table"
5186   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
5187   algorithm: "table_comparison"
5188   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
5189   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5190   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
5191   columns:
5192     - title: "3n-skx"
5193       data-set: "vpp-compare-topologies-mrr-ref"
5194     - title: "2n-skx"
5195       data-set: "vpp-compare-topologies-mrr-cmp"
5196   comparisons:
5197     - title: "Diff"
5198       reference: 1
5199       compare: 2
5200   legend:
5201     - "Legend to Table"
5202     - "3n-skx, 2n-skx - topologies tested."
5203     - "Diff - difference between 3n-skx and 2n-skx topologies."
5204
5205 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
5206 - type: "table"
5207   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
5208   algorithm: "table_comparison"
5209   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
5210   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5211   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
5212   columns:
5213     - title: "3n-skx"
5214       data-set: "vpp-compare-topologies-mrr-ref"
5215     - title: "2n-skx"
5216       data-set: "vpp-compare-topologies-mrr-cmp"
5217   comparisons:
5218     - title: "Diff"
5219       reference: 1
5220       compare: 2
5221   legend:
5222     - "Legend to Table"
5223     - "3n-skx, 2n-skx - topologies tested."
5224     - "Diff - difference between 3n-skx and 2n-skx topologies."
5225
5226 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
5227 - type: "table"
5228   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
5229   algorithm: "table_comparison"
5230   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
5231   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5232   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5233   columns:
5234     - title: "3n-hsw xl710"
5235       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5236       tag: "NIC_Intel-XL710"
5237     - title: "2n-clx xxv710"
5238       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5239       tag: "NIC_Intel-XXV710"
5240   comparisons:
5241     - title: "Diff"
5242       reference: 1
5243       compare: 2
5244   legend:
5245     - "Legend to Table"
5246     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5247     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5248
5249 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
5250 - type: "table"
5251   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
5252   algorithm: "table_comparison"
5253   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
5254   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5255   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5256   columns:
5257     - title: "3n-hsw xl710"
5258       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5259       tag: "NIC_Intel-XL710"
5260     - title: "2n-clx xxv710"
5261       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5262       tag: "NIC_Intel-XXV710"
5263   comparisons:
5264     - title: "Diff"
5265       reference: 1
5266       compare: 2
5267   legend:
5268     - "Legend to Table"
5269     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5270     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5271
5272 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
5273 - type: "table"
5274   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
5275   algorithm: "table_comparison"
5276   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
5277   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5278   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5279   columns:
5280     - title: "3n-hsw xl710"
5281       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5282       tag: "NIC_Intel-XL710"
5283     - title: "2n-clx xxv710"
5284       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5285       tag: "NIC_Intel-XXV710"
5286   comparisons:
5287     - title: "Diff"
5288       reference: 1
5289       compare: 2
5290   legend:
5291     - "Legend to Table"
5292     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5293     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5294
5295 # Detailed Test Results - VPP Performance Results 3n-hsw
5296 - type: "table"
5297   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5298   algorithm: "table_merged_details"
5299   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5300   columns:
5301     - title: " |prein| Test Name |preout| "
5302       data: "data name"
5303     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
5304       data: "data msg"
5305   data: "vpp-perf-results-3n-hsw"
5306   filter: "all"
5307   parameters:
5308   - "name"
5309   - "parent"
5310   - "msg"
5311
5312 # Detailed Test Results - VPP Performance Results 3n-skx
5313 - type: "table"
5314   title: "Detailed Test Results - VPP Performance Results 3n-skx"
5315   algorithm: "table_merged_details"
5316   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
5317   columns:
5318     - title: " |prein| Test Name |preout| "
5319       data: "data name"
5320     - 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| "
5321       data: "data msg"
5322   data: "vpp-perf-results-3n-skx"
5323   filter: "all"
5324   remove-ndr: False
5325   parameters:
5326   - "name"
5327   - "parent"
5328   - "msg"
5329
5330 # Detailed Test Results - VPP Performance Results 2n-skx
5331 - type: "table"
5332   title: "Detailed Test Results - VPP Performance Results 2n-skx"
5333   algorithm: "table_merged_details"
5334   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
5335   columns:
5336     - title: " |prein| Test Name |preout| "
5337       data: "data name"
5338     - 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| "
5339       data: "data msg"
5340   data: "vpp-perf-results-2n-skx"
5341   filter: "all"
5342   remove-ndr: False
5343   parameters:
5344   - "name"
5345   - "parent"
5346   - "msg"
5347
5348 # Detailed Test Results - VPP Performance Results 2n-clx
5349 - type: "table"
5350   title: "Detailed Test Results - VPP Performance Results 2n-clx"
5351   algorithm: "table_merged_details"
5352   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
5353   columns:
5354     - title: " |prein| Test Name |preout| "
5355       data: "data name"
5356     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
5357       data: "data msg"
5358   data: "vpp-perf-results-2n-clx"
5359   filter: "all"
5360   parameters:
5361   - "name"
5362   - "parent"
5363   - "msg"
5364
5365 # Detailed Test Results - VPP Performance Results 3n-tsh
5366 - type: "table"
5367   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
5368   algorithm: "table_merged_details"
5369   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
5370   columns:
5371     - title: " |prein| Test Name |preout| "
5372       data: "data name"
5373     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
5374       data: "data msg"
5375   data: "vpp-perf-results-3n-tsh"
5376   filter: "all"
5377   parameters:
5378   - "name"
5379   - "parent"
5380   - "msg"
5381
5382 # Detailed Test Results - VPP Performance Results 3n-dnv
5383 - type: "table"
5384   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
5385   algorithm: "table_merged_details"
5386   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
5387   columns:
5388     - title: " |prein| Test Name |preout| "
5389       data: "data name"
5390     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
5391       data: "data msg"
5392   data: "vpp-perf-results-3n-dnv"
5393   filter: "all"
5394   parameters:
5395   - "name"
5396   - "parent"
5397   - "msg"
5398
5399 # Detailed Test Results - VPP Performance Results 2n-dnv
5400 - type: "table"
5401   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
5402   algorithm: "table_merged_details"
5403   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5404   columns:
5405     - title: " |prein| Test Name |preout| "
5406       data: "data name"
5407     - 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| "
5408       data: "data msg"
5409   data: "vpp-perf-results-2n-dnv"
5410   filter: "all"
5411   parameters:
5412   - "name"
5413   - "parent"
5414   - "msg"
5415
5416 # Test configuration - VPP Performance Test Configs 3n-hsw
5417 - type: "table"
5418   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
5419   algorithm: "table_merged_details"
5420   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
5421   columns:
5422     - title: " |prein| Test Name |preout| "
5423       data: "data name"
5424     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5425       data: "data conf-history"
5426   data: "vpp-perf-results-3n-hsw"
5427   filter: "all"
5428   parameters:
5429   - "parent"
5430   - "name"
5431   - "conf-history"
5432
5433 # Test configuration - VPP Performance Test Configs 3n-skx
5434 - type: "table"
5435   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5436   algorithm: "table_merged_details"
5437   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5438   columns:
5439     - title: " |prein| Test Name |preout| "
5440       data: "data name"
5441     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5442       data: "data conf-history"
5443   data: "vpp-perf-results-3n-skx"
5444   filter: "all"
5445   parameters:
5446   - "parent"
5447   - "name"
5448   - "conf-history"
5449
5450 # Test configuration - VPP Performance Test Configs 2n-skx
5451 - type: "table"
5452   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5453   algorithm: "table_merged_details"
5454   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5455   columns:
5456     - title: " |prein| Test Name |preout| "
5457       data: "data name"
5458     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5459       data: "data conf-history"
5460   data: "vpp-perf-results-2n-skx"
5461   filter: "all"
5462   parameters:
5463   - "parent"
5464   - "name"
5465   - "conf-history"
5466
5467 # Test configuration - VPP Performance Test Configs 2n-clx
5468 - type: "table"
5469   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5470   algorithm: "table_merged_details"
5471   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
5472   columns:
5473     - title: " |prein| Test Name |preout| "
5474       data: "data name"
5475     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5476       data: "data conf-history"
5477   data: "vpp-perf-results-2n-clx"
5478   filter: "all"
5479   parameters:
5480   - "parent"
5481   - "name"
5482   - "conf-history"
5483
5484 # Test configuration - VPP Performance Test Configs 3n-tsh
5485 - type: "table"
5486   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5487   algorithm: "table_merged_details"
5488   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5489   columns:
5490     - title: " |prein| Test Name |preout| "
5491       data: "data name"
5492     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5493       data: "data conf-history"
5494   data: "vpp-perf-results-3n-tsh"
5495   filter: "all"
5496   parameters:
5497   - "parent"
5498   - "name"
5499   - "conf-history"
5500
5501 # Test configuration - VPP Performance Test Configs 3n-dnv
5502 - type: "table"
5503   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5504   algorithm: "table_merged_details"
5505   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5506   columns:
5507     - title: " |prein| Test Name |preout| "
5508       data: "data name"
5509     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5510       data: "data conf-history"
5511   data: "vpp-perf-results-3n-dnv"
5512   filter: "all"
5513   parameters:
5514   - "parent"
5515   - "name"
5516   - "conf-history"
5517
5518 # Test configuration - VPP Performance Test Configs 2n-dnv
5519 - type: "table"
5520   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5521   algorithm: "table_merged_details"
5522   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5523   columns:
5524     - title: " |prein| Test Name |preout| "
5525       data: "data name"
5526     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5527       data: "data conf-history"
5528   data: "vpp-perf-results-2n-dnv"
5529   filter: "all"
5530   parameters:
5531   - "parent"
5532   - "name"
5533   - "conf-history"
5534
5535 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5536 - type: "table"
5537   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5538   algorithm: "table_oper_data_html"
5539   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5540   data: "vpp-perf-results-3n-hsw"
5541   filter: "all"
5542
5543 # Test Operational Data - VPP Performance Operational Data 3n-skx
5544 - type: "table"
5545   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5546   algorithm: "table_oper_data_html"
5547   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5548   data: "vpp-perf-results-3n-skx"
5549   filter: "all"
5550
5551 # Test Operational Data - VPP Performance Operational Data 2n-skx
5552 - type: "table"
5553   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5554   algorithm: "table_oper_data_html"
5555   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5556   data: "vpp-perf-results-2n-skx"
5557   filter: "all"
5558
5559 # Test Operational Data - VPP Performance Operational Data 2n-clx
5560 - type: "table"
5561   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5562   algorithm: "table_oper_data_html"
5563   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5564   data: "vpp-perf-results-2n-clx"
5565   filter: "all"
5566
5567 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5568 - type: "table"
5569   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5570   algorithm: "table_oper_data_html"
5571   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5572   data: "vpp-perf-results-3n-tsh"
5573   filter: "all"
5574
5575 # Test Operational Data - VPP Performance Operational Data 3n-dnv
5576 - type: "table"
5577   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5578   algorithm: "table_oper_data_html"
5579   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5580   data: "vpp-perf-results-3n-dnv"
5581   filter: "all"
5582
5583 # Test Operational Data - VPP Performance Operational Data 2n-dnv
5584 - type: "table"
5585   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5586   algorithm: "table_oper_data_html"
5587   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5588   data: "vpp-perf-results-2n-dnv"
5589   filter: "all"
5590
5591 # Detailed Test Results - VPP MRR Results 3n-hsw
5592 - type: "table"
5593   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5594   algorithm: "table_merged_details"
5595   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5596   columns:
5597     - title: " |prein| Test Name |preout| "
5598       data: "data name"
5599     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5600       data: "data msg"
5601   data: "vpp-mrr-results-3n-hsw"
5602   filter: "all"
5603   parameters:
5604   - "name"
5605   - "parent"
5606   - "msg"
5607
5608 # Detailed Test Results - VPP MRR Results 3n-skx
5609 - type: "table"
5610   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5611   algorithm: "table_merged_details"
5612   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5613   columns:
5614     - title: " |prein| Test Name |preout| "
5615       data: "data name"
5616     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5617       data: "data msg"
5618   data: "vpp-mrr-results-3n-skx"
5619   filter: "all"
5620   parameters:
5621   - "name"
5622   - "parent"
5623   - "msg"
5624
5625 # Detailed Test Results - VPP MRR Results 2n-skx
5626 - type: "table"
5627   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5628   algorithm: "table_merged_details"
5629   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5630   columns:
5631     - title: " |prein| Test Name |preout| "
5632       data: "data name"
5633     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5634       data: "data msg"
5635   data: "vpp-mrr-results-2n-skx"
5636   filter: "all"
5637   parameters:
5638   - "name"
5639   - "parent"
5640   - "msg"
5641
5642 # Detailed Test Results - VPP MRR Results 2n-clx
5643 - type: "table"
5644   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5645   algorithm: "table_merged_details"
5646   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5647   columns:
5648     - title: " |prein| Test Name |preout| "
5649       data: "data name"
5650     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5651       data: "data msg"
5652   data: "vpp-mrr-results-2n-clx"
5653   filter: "all"
5654   parameters:
5655   - "name"
5656   - "parent"
5657   - "msg"
5658
5659 # Detailed Test Results - VPP MRR Results 3n-tsh
5660 - type: "table"
5661   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5662   algorithm: "table_merged_details"
5663   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5664   columns:
5665     - title: " |prein| Test Name |preout| "
5666       data: "data name"
5667     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5668       data: "data msg"
5669   data: "vpp-mrr-results-3n-tsh"
5670   filter: "all"
5671   parameters:
5672   - "name"
5673   - "parent"
5674   - "msg"
5675
5676 # Detailed Test Results - VPP MRR Results 3n-dnv
5677 - type: "table"
5678   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5679   algorithm: "table_merged_details"
5680   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5681   columns:
5682     - title: " |prein| Test Name |preout| "
5683       data: "data name"
5684     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5685       data: "data msg"
5686   data: "vpp-mrr-results-3n-dnv"
5687   filter: "all"
5688   parameters:
5689   - "name"
5690   - "parent"
5691   - "msg"
5692
5693 # Detailed Test Results - VPP MRR Results 2n-dnv
5694 - type: "table"
5695   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5696   algorithm: "table_merged_details"
5697   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5698   columns:
5699     - title: " |prein| Test Name |preout| "
5700       data: "data name"
5701     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5702       data: "data msg"
5703   data: "vpp-mrr-results-2n-dnv"
5704   filter: "all"
5705   parameters:
5706   - "name"
5707   - "parent"
5708   - "msg"
5709
5710 # Test configuration - VPP MRR Test Configs 3n-hsw
5711 - type: "table"
5712   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5713   algorithm: "table_merged_details"
5714   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5715   columns:
5716     - title: " |prein| Test Name |preout| "
5717       data: "data name"
5718     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5719       data: "data conf-history"
5720   data: "vpp-mrr-results-3n-hsw"
5721   filter: "all"
5722   parameters:
5723   - "parent"
5724   - "name"
5725   - "conf-history"
5726
5727 # Test configuration - VPP MRR Test Configs 3n-skx
5728 - type: "table"
5729   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5730   algorithm: "table_merged_details"
5731   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5732   columns:
5733     - title: " |prein| Test Name |preout| "
5734       data: "data name"
5735     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5736       data: "data conf-history"
5737   data: "vpp-mrr-results-3n-skx"
5738   filter: "all"
5739   parameters:
5740   - "parent"
5741   - "name"
5742   - "conf-history"
5743
5744 # Test configuration - VPP MRR Test Configs 2n-skx
5745 - type: "table"
5746   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5747   algorithm: "table_merged_details"
5748   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5749   columns:
5750     - title: " |prein| Test Name |preout| "
5751       data: "data name"
5752     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5753       data: "data conf-history"
5754   data: "vpp-mrr-results-2n-skx"
5755   filter: "all"
5756   parameters:
5757   - "parent"
5758   - "name"
5759   - "conf-history"
5760
5761 # Test configuration - VPP MRR Test Configs 2n-clx
5762 - type: "table"
5763   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5764   algorithm: "table_merged_details"
5765   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5766   columns:
5767     - title: " |prein| Test Name |preout| "
5768       data: "data name"
5769     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5770       data: "data conf-history"
5771   data: "vpp-mrr-results-2n-clx"
5772   filter: "all"
5773   parameters:
5774   - "parent"
5775   - "name"
5776   - "conf-history"
5777
5778 # Test configuration - VPP MRR Test Configs 3n-tsh
5779 - type: "table"
5780   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5781   algorithm: "table_merged_details"
5782   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5783   columns:
5784     - title: " |prein| Test Name |preout| "
5785       data: "data name"
5786     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5787       data: "data conf-history"
5788   data: "vpp-mrr-results-3n-tsh"
5789   filter: "all"
5790   parameters:
5791   - "parent"
5792   - "name"
5793   - "conf-history"
5794
5795 # Test configuration - VPP MRR Test Configs 3n-dnv
5796 - type: "table"
5797   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5798   algorithm: "table_merged_details"
5799   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5800   columns:
5801     - title: " |prein| Test Name |preout| "
5802       data: "data name"
5803     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5804       data: "data conf-history"
5805   data: "vpp-mrr-results-3n-dnv"
5806   filter: "all"
5807   parameters:
5808   - "parent"
5809   - "name"
5810   - "conf-history"
5811
5812 # Test configuration - VPP MRR Test Configs 2n-dnv
5813 - type: "table"
5814   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5815   algorithm: "table_merged_details"
5816   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5817   columns:
5818     - title: " |prein| Test Name |preout| "
5819       data: "data name"
5820     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5821       data: "data conf-history"
5822   data: "vpp-mrr-results-2n-dnv"
5823   filter: "all"
5824   parameters:
5825   - "parent"
5826   - "name"
5827   - "conf-history"
5828
5829 # Detailed Test Results - VPP Device Results - Ubuntu
5830 - type: "table"
5831   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5832   algorithm: "table_merged_details"
5833   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5834   columns:
5835     - title: " |prein| Test Name |preout| "
5836       data: "data name"
5837     - title: " |prein| Status |preout| "
5838       data: "data status"
5839   data: "vpp-device-results-ubuntu"
5840   filter: "all"
5841   parameters:
5842   - "name"
5843   - "parent"
5844   - "doc"
5845   - "status"
5846
5847 # Test configuration - VPP Device Test Configs - Ubuntu
5848 - type: "table"
5849   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5850   algorithm: "table_merged_details"
5851   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5852   columns:
5853     - title: " |prein| Test Name |preout| "
5854       data: "data name"
5855     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5856       data: "data conf-history"
5857   data: "vpp-device-results-ubuntu"
5858   filter: "all"
5859   parameters:
5860   - "parent"
5861   - "name"
5862   - "conf-history"
5863
5864 ################################################################################
5865
5866 # DPDK Performance Changes 3n-hsw 1t1c pdr
5867 - type: "table"
5868   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5869   algorithm: "table_comparison"
5870   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5871   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5872   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5873   columns:
5874     - title: "1908"
5875       data-set: "dpdk-performance-changes-3n-hsw-h1"
5876     - title: "2001"
5877       data-set: "dpdk-performance-changes-3n-hsw-ref"
5878     - title: "2005"
5879       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5880   comparisons:
5881     - title: "Diff"
5882       reference: 2
5883       compare: 3
5884   legend:
5885     - "Legend to Table"
5886     - "1908, 2001, 2005 - DPDK versions tested."
5887     - "Diff - difference between 2001 and 2005 DPDK version."
5888
5889 # DPDK Performance Changes 3n-hsw 2t2c pdr
5890 - type: "table"
5891   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5892   algorithm: "table_comparison"
5893   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5894   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5895   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5896   columns:
5897     - title: "1908"
5898       data-set: "dpdk-performance-changes-3n-hsw-h1"
5899     - title: "2001"
5900       data-set: "dpdk-performance-changes-3n-hsw-ref"
5901     - title: "2005"
5902       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5903   comparisons:
5904     - title: "Diff"
5905       reference: 2
5906       compare: 3
5907   legend:
5908     - "Legend to Table"
5909     - "1908, 2001, 2005 - DPDK versions tested."
5910     - "Diff - difference between 2001 and 2005 DPDK version."
5911
5912 # DPDK Performance Changes 3n-hsw 1t1c pdr
5913 - type: "table"
5914   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5915   algorithm: "table_comparison"
5916   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5917   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5918   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5919   columns:
5920     - title: "1908"
5921       data-set: "dpdk-performance-changes-3n-hsw-h1"
5922     - title: "2001"
5923       data-set: "dpdk-performance-changes-3n-hsw-ref"
5924     - title: "2005"
5925       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5926   comparisons:
5927     - title: "Diff"
5928       reference: 2
5929       compare: 3
5930   legend:
5931     - "Legend to Table"
5932     - "1908, 2001, 2005 - DPDK versions tested."
5933     - "Diff - difference between 2001 and 2005 DPDK version."
5934
5935 # DPDK Performance Changes 3n-hsw 2t2c ndr
5936 - type: "table"
5937   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5938   algorithm: "table_comparison"
5939   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5940   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5941   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5942   columns:
5943     - title: "1908"
5944       data-set: "dpdk-performance-changes-3n-hsw-h1"
5945     - title: "2001"
5946       data-set: "dpdk-performance-changes-3n-hsw-ref"
5947     - title: "2005"
5948       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5949   comparisons:
5950     - title: "Diff"
5951       reference: 2
5952       compare: 3
5953   legend:
5954     - "Legend to Table"
5955     - "1908, 2001, 2005 - DPDK versions tested."
5956     - "Diff - difference between 2001 and 2005 DPDK version."
5957
5958 # DPDK Performance Changes 3n-skx 2t1c pdr
5959 - type: "table"
5960   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
5961   algorithm: "table_comparison"
5962   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
5963   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5964   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5965   columns:
5966     - title: "1908"
5967       data-set: "dpdk-performance-changes-3n-skx-h1"
5968     - title: "2001"
5969       data-set: "dpdk-performance-changes-3n-skx-ref"
5970     - title: "2005"
5971       data-set: "dpdk-performance-changes-3n-skx-cmp"
5972   comparisons:
5973     - title: "Diff"
5974       reference: 2
5975       compare: 3
5976   legend:
5977     - "Legend to Table"
5978     - "1908, 2001, 2005 - DPDK versions tested."
5979     - "Diff - difference between 2001 and 2005 DPDK version."
5980
5981 # DPDK Performance Changes 3n-skx 4t2c pdr
5982 - type: "table"
5983   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
5984   algorithm: "table_comparison"
5985   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
5986   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5987   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5988   columns:
5989     - title: "1908"
5990       data-set: "dpdk-performance-changes-3n-skx-h1"
5991     - title: "2001"
5992       data-set: "dpdk-performance-changes-3n-skx-ref"
5993     - title: "2005"
5994       data-set: "dpdk-performance-changes-3n-skx-cmp"
5995   comparisons:
5996     - title: "Diff"
5997       reference: 2
5998       compare: 3
5999   legend:
6000     - "Legend to Table"
6001     - "1908, 2001, 2005 - DPDK versions tested."
6002     - "Diff - difference between 2001 and 2005 DPDK version."
6003
6004 # DPDK Performance Changes 3n-skx 2t1c ndr
6005 - type: "table"
6006   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
6007   algorithm: "table_comparison"
6008   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
6009   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6010   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6011   columns:
6012     - title: "1908"
6013       data-set: "dpdk-performance-changes-3n-skx-h1"
6014     - title: "2001"
6015       data-set: "dpdk-performance-changes-3n-skx-ref"
6016     - title: "2005"
6017       data-set: "dpdk-performance-changes-3n-skx-cmp"
6018   comparisons:
6019     - title: "Diff"
6020       reference: 2
6021       compare: 3
6022   legend:
6023     - "Legend to Table"
6024     - "1908, 2001, 2005 - DPDK versions tested."
6025     - "Diff - difference between 2001 and 2005 DPDK version."
6026
6027 # DPDK Performance Changes 3n-skx 4t2c ndr
6028 - type: "table"
6029   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
6030   algorithm: "table_comparison"
6031   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
6032   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6033   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6034   columns:
6035     - title: "1908"
6036       data-set: "dpdk-performance-changes-3n-skx-h1"
6037     - title: "2001"
6038       data-set: "dpdk-performance-changes-3n-skx-ref"
6039     - title: "2005"
6040       data-set: "dpdk-performance-changes-3n-skx-cmp"
6041   comparisons:
6042     - title: "Diff"
6043       reference: 2
6044       compare: 3
6045   legend:
6046     - "Legend to Table"
6047     - "1908, 2001, 2005 - DPDK versions tested."
6048     - "Diff - difference between 2001 and 2005 DPDK version."
6049
6050 # DPDK Performance Changes 2n-skx 2t1c pdr
6051 - type: "table"
6052   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
6053   algorithm: "table_comparison"
6054   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
6055   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6056   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6057   columns:
6058     - title: "1908"
6059       data-set: "dpdk-performance-changes-2n-skx-h1"
6060     - title: "2001"
6061       data-set: "dpdk-performance-changes-2n-skx-ref"
6062     - title: "2005"
6063       data-set: "dpdk-performance-changes-2n-skx-cmp"
6064   comparisons:
6065     - title: "Diff"
6066       reference: 2
6067       compare: 3
6068   legend:
6069     - "Legend to Table"
6070     - "1908, 2001, 2005 - DPDK versions tested."
6071     - "Diff - difference between 2001 and 2005 DPDK version."
6072
6073 # DPDK Performance Changes 2n-skx 4t2c pdr
6074 - type: "table"
6075   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
6076   algorithm: "table_comparison"
6077   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
6078   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6079   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6080   columns:
6081     - title: "1908"
6082       data-set: "dpdk-performance-changes-2n-skx-h1"
6083     - title: "2001"
6084       data-set: "dpdk-performance-changes-2n-skx-ref"
6085     - title: "2005"
6086       data-set: "dpdk-performance-changes-2n-skx-cmp"
6087   comparisons:
6088     - title: "Diff"
6089       reference: 2
6090       compare: 3
6091   legend:
6092     - "Legend to Table"
6093     - "1908, 2001, 2005 - DPDK versions tested."
6094     - "Diff - difference between 2001 and 2005 DPDK version."
6095
6096 # DPDK Performance Changes 2n-skx 2t1c ndr
6097 - type: "table"
6098   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
6099   algorithm: "table_comparison"
6100   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
6101   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6102   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6103   columns:
6104     - title: "1908"
6105       data-set: "dpdk-performance-changes-2n-skx-h1"
6106     - title: "2001"
6107       data-set: "dpdk-performance-changes-2n-skx-ref"
6108     - title: "2005"
6109       data-set: "dpdk-performance-changes-2n-skx-cmp"
6110   comparisons:
6111     - title: "Diff"
6112       reference: 2
6113       compare: 3
6114   legend:
6115     - "Legend to Table"
6116     - "1908, 2001, 2005 - DPDK versions tested."
6117     - "Diff - difference between 2001 and 2005 DPDK version."
6118
6119 # DPDK Performance Changes 2n-skx 4t2c ndr
6120 - type: "table"
6121   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
6122   algorithm: "table_comparison"
6123   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
6124   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6125   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6126   columns:
6127     - title: "1908"
6128       data-set: "dpdk-performance-changes-2n-skx-h1"
6129     - title: "2001"
6130       data-set: "dpdk-performance-changes-2n-skx-ref"
6131     - title: "2005"
6132       data-set: "dpdk-performance-changes-2n-skx-cmp"
6133   comparisons:
6134     - title: "Diff"
6135       reference: 2
6136       compare: 3
6137   legend:
6138     - "Legend to Table"
6139     - "1908, 2001, 2005 - DPDK versions tested."
6140     - "Diff - difference between 2001 and 2005 DPDK version."
6141
6142 # DPDK Performance Changes 2n-clx 2t1c pdr
6143 - type: "table"
6144   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
6145   algorithm: "table_comparison"
6146   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
6147   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6148   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6149   columns:
6150     - title: "2001"
6151       data-set: "dpdk-performance-changes-2n-clx-ref"
6152     - title: "2005"
6153       data-set: "dpdk-performance-changes-2n-clx-cmp"
6154   comparisons:
6155     - title: "Diff"
6156       reference: 1
6157       compare: 2
6158   legend:
6159     - "Legend to Table"
6160     - "2001, 2005 - DPDK versions tested."
6161     - "Diff - difference between 2001 and 2005 DPDK version."
6162
6163 # DPDK Performance Changes 2n-clx 4t2c pdr
6164 - type: "table"
6165   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
6166   algorithm: "table_comparison"
6167   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
6168   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6169   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6170   columns:
6171     - title: "2001"
6172       data-set: "dpdk-performance-changes-2n-clx-ref"
6173     - title: "2005"
6174       data-set: "dpdk-performance-changes-2n-clx-cmp"
6175   comparisons:
6176     - title: "Diff"
6177       reference: 1
6178       compare: 2
6179   legend:
6180     - "Legend to Table"
6181     - "2001, 2005 - DPDK versions tested."
6182     - "Diff - difference between 2001 and 2005 DPDK version."
6183
6184 # DPDK Performance Changes 2n-clx 2t1c ndr
6185 - type: "table"
6186   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
6187   algorithm: "table_comparison"
6188   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
6189   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6190   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6191   columns:
6192     - title: "2001"
6193       data-set: "dpdk-performance-changes-2n-clx-ref"
6194     - title: "2005"
6195       data-set: "dpdk-performance-changes-2n-clx-cmp"
6196   comparisons:
6197     - title: "Diff"
6198       reference: 1
6199       compare: 2
6200   legend:
6201     - "Legend to Table"
6202     - "2001, 2005 - DPDK versions tested."
6203     - "Diff - difference between 2001 and 2005 DPDK version."
6204
6205 # DPDK Performance Changes 2n-clx 4t2c ndr
6206 - type: "table"
6207   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
6208   algorithm: "table_comparison"
6209   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
6210   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6211   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6212   columns:
6213     - title: "2001"
6214       data-set: "dpdk-performance-changes-2n-clx-ref"
6215     - title: "2005"
6216       data-set: "dpdk-performance-changes-2n-clx-cmp"
6217   comparisons:
6218     - title: "Diff"
6219       reference: 1
6220       compare: 2
6221   legend:
6222     - "Legend to Table"
6223     - "2001, 2005 - DPDK versions tested."
6224     - "Diff - difference between 2001 and 2005 DPDK version."
6225
6226 # DPDK Performance Changes 2n-dnv 1t1c pdr
6227 - type: "table"
6228   title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
6229   algorithm: "table_comparison"
6230   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
6231   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6232   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6233   columns:
6234     - title: "2001"
6235       data-set: "dpdk-performance-changes-2n-dnv-ref"
6236     - title: "2005"
6237       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6238   comparisons:
6239     - title: "Diff"
6240       reference: 1
6241       compare: 2
6242   legend:
6243     - "Legend to Table"
6244     - "2001, 2005 - DPDK versions tested."
6245     - "Diff - difference between 2001 and 2005 DPDK version."
6246
6247 # DPDK Performance Changes 2n-dnv 2t2c pdr
6248 - type: "table"
6249   title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
6250   algorithm: "table_comparison"
6251   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
6252   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6253   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6254   columns:
6255     - title: "2001"
6256       data-set: "dpdk-performance-changes-2n-dnv-ref"
6257     - title: "2005"
6258       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6259   comparisons:
6260     - title: "Diff"
6261       reference: 1
6262       compare: 2
6263   legend:
6264     - "Legend to Table"
6265     - "2001, 2005 - DPDK versions tested."
6266     - "Diff - difference between 2001 and 2005 DPDK version."
6267
6268 # DPDK Performance Changes 2n-dnv 1t1c ndr
6269 - type: "table"
6270   title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
6271   algorithm: "table_comparison"
6272   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
6273   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6274   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6275   columns:
6276     - title: "2001"
6277       data-set: "dpdk-performance-changes-2n-dnv-ref"
6278     - title: "2005"
6279       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6280   comparisons:
6281     - title: "Diff"
6282       reference: 1
6283       compare: 2
6284   legend:
6285     - "Legend to Table"
6286     - "2001, 2005 - DPDK versions tested."
6287     - "Diff - difference between 2001 and 2005 DPDK version."
6288
6289 # DPDK Performance Changes 2n-dnv 2t2c ndr
6290 - type: "table"
6291   title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
6292   algorithm: "table_comparison"
6293   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
6294   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6295   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6296   columns:
6297     - title: "2001"
6298       data-set: "dpdk-performance-changes-2n-dnv-ref"
6299     - title: "2005"
6300       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6301   comparisons:
6302     - title: "Diff"
6303       reference: 1
6304       compare: 2
6305   legend:
6306     - "Legend to Table"
6307     - "2001, 2005 - DPDK versions tested."
6308     - "Diff - difference between 2001 and 2005 DPDK version."
6309
6310 # DPDK Performance Changes 3n-dnv 1t1c pdr
6311 - type: "table"
6312   title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
6313   algorithm: "table_comparison"
6314   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
6315   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6316   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6317   columns:
6318     - title: "2001"
6319       data-set: "dpdk-performance-changes-3n-dnv-ref"
6320     - title: "2005"
6321       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6322   comparisons:
6323     - title: "Diff"
6324       reference: 1
6325       compare: 2
6326   legend:
6327     - "Legend to Table"
6328     - "2001, 2005 - DPDK versions tested."
6329     - "Diff - difference between 2001 and 2005 DPDK version."
6330
6331 # DPDK Performance Changes 3n-dnv 2t2c pdr
6332 - type: "table"
6333   title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
6334   algorithm: "table_comparison"
6335   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
6336   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6337   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6338   columns:
6339     - title: "2001"
6340       data-set: "dpdk-performance-changes-3n-dnv-ref"
6341     - title: "2005"
6342       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6343   comparisons:
6344     - title: "Diff"
6345       reference: 1
6346       compare: 2
6347   legend:
6348     - "Legend to Table"
6349     - "2001, 2005 - DPDK versions tested."
6350     - "Diff - difference between 2001 and 2005 DPDK version."
6351
6352 # DPDK Performance Changes 3n-dnv 1t1c ndr
6353 - type: "table"
6354   title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
6355   algorithm: "table_comparison"
6356   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
6357   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6358   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6359   columns:
6360     - title: "2001"
6361       data-set: "dpdk-performance-changes-3n-dnv-ref"
6362     - title: "2005"
6363       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6364   comparisons:
6365     - title: "Diff"
6366       reference: 1
6367       compare: 2
6368   legend:
6369     - "Legend to Table"
6370     - "2001, 2005 - DPDK versions tested."
6371     - "Diff - difference between 2001 and 2005 DPDK version."
6372
6373 # DPDK Performance Changes 3n-dnv 2t2c ndr
6374 - type: "table"
6375   title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
6376   algorithm: "table_comparison"
6377   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
6378   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6379   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6380   columns:
6381     - title: "2001"
6382       data-set: "dpdk-performance-changes-3n-dnv-ref"
6383     - title: "2005"
6384       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6385   comparisons:
6386     - title: "Diff"
6387       reference: 1
6388       compare: 2
6389   legend:
6390     - "Legend to Table"
6391     - "2001, 2005 - DPDK versions tested."
6392     - "Diff - difference between 2001 and 2005 DPDK version."
6393
6394 # DPDK Performance Changes 3n-tsh 1t1c pdr
6395 - type: "table"
6396   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
6397   algorithm: "table_comparison"
6398   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
6399   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6400   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6401   columns:
6402     - title: "2001"
6403       data-set: "dpdk-performance-changes-3n-tsh-ref"
6404     - title: "2005"
6405       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6406   comparisons:
6407     - title: "Diff"
6408       reference: 1
6409       compare: 2
6410   legend:
6411     - "Legend to Table"
6412     - "2001, 2005 - DPDK versions tested."
6413     - "Diff - difference between 2001 and 2005 DPDK version."
6414
6415 # DPDK Performance Changes 3n-tsh 2t2c pdr
6416 - type: "table"
6417   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
6418   algorithm: "table_comparison"
6419   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
6420   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6421   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6422   columns:
6423     - title: "2001"
6424       data-set: "dpdk-performance-changes-3n-tsh-ref"
6425     - title: "2005"
6426       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6427   comparisons:
6428     - title: "Diff"
6429       reference: 1
6430       compare: 2
6431   legend:
6432     - "Legend to Table"
6433     - "2001, 2005 - DPDK versions tested."
6434     - "Diff - difference between 2001 and 2005 DPDK version."
6435
6436 # DPDK Performance Changes 3n-tsh 1t1c ndr
6437 - type: "table"
6438   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
6439   algorithm: "table_comparison"
6440   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
6441   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6442   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6443   columns:
6444     - title: "2001"
6445       data-set: "dpdk-performance-changes-3n-tsh-ref"
6446     - title: "2005"
6447       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6448   comparisons:
6449     - title: "Diff"
6450       reference: 1
6451       compare: 2
6452   legend:
6453     - "Legend to Table"
6454     - "2001, 2005 - DPDK versions tested."
6455     - "Diff - difference between 2001 and 2005 DPDK version."
6456
6457 # DPDK Performance Changes 3n-tsh 2t2c ndr
6458 - type: "table"
6459   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
6460   algorithm: "table_comparison"
6461   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
6462   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6463   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6464   columns:
6465     - title: "2001"
6466       data-set: "dpdk-performance-changes-3n-tsh-ref"
6467     - title: "2005"
6468       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6469   comparisons:
6470     - title: "Diff"
6471       reference: 1
6472       compare: 2
6473   legend:
6474     - "Legend to Table"
6475     - "2001, 2005 - DPDK versions tested."
6476     - "Diff - difference between 2001 and 2005 DPDK version."
6477
6478 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
6479 - type: "table"
6480   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
6481   algorithm: "table_comparison"
6482   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
6483   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6484   filter: "'NIC_Intel-X710'"
6485   columns:
6486     - title: "3n-hsw x710"
6487       data-set: "dpdk-compare-testbeds-ref"
6488     - title: "3n-skx x710"
6489       data-set: "dpdk-compare-testbeds-cmp"
6490   comparisons:
6491     - title: "Diff"
6492       reference: 1
6493       compare: 2
6494   legend:
6495     - "Legend to Table"
6496     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6497     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6498
6499 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
6500 - type: "table"
6501   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
6502   algorithm: "table_comparison"
6503   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
6504   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6505   filter: "'NIC_Intel-X710'"
6506   columns:
6507     - title: "3n-hsw x710"
6508       data-set: "dpdk-compare-testbeds-ref"
6509     - title: "3n-skx x710"
6510       data-set: "dpdk-compare-testbeds-cmp"
6511   comparisons:
6512     - title: "Diff"
6513       reference: 1
6514       compare: 2
6515   legend:
6516     - "Legend to Table"
6517     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6518     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6519
6520 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
6521 - type: "table"
6522   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
6523   algorithm: "table_comparison"
6524   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
6525   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6526   filter: "'NIC_Intel-XXV710'"
6527   columns:
6528     - title: "2n-skx"
6529       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6530     - title: "2n-clx"
6531       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6532   comparisons:
6533     - title: "Diff"
6534       reference: 1
6535       compare: 2
6536   legend:
6537     - "Legend to Table"
6538     - "2n-skx, 2n-clx - testbeds and NICs tested."
6539     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6540
6541 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
6542 - type: "table"
6543   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
6544   algorithm: "table_comparison"
6545   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
6546   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6547   filter: "'NIC_Intel-XXV710'"
6548   columns:
6549     - title: "2n-skx"
6550       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6551     - title: "2n-clx"
6552       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6553   comparisons:
6554     - title: "Diff"
6555       reference: 1
6556       compare: 2
6557   legend:
6558     - "Legend to Table"
6559     - "2n-skx, 2n-clx - testbeds and NICs tested."
6560     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6561
6562 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
6563 - type: "table"
6564   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
6565   algorithm: "table_comparison"
6566   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
6567   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6568   filter: "'NIC_Intel-XXV710'"
6569   columns:
6570     - title: "3n-skx"
6571       data-set: "dpdk-compare-topologies-ref"
6572     - title: "2n-skx"
6573       data-set: "dpdk-compare-topologies-cmp"
6574   comparisons:
6575     - title: "Diff"
6576       reference: 1
6577       compare: 2
6578   legend:
6579     - "Legend to Table"
6580     - "3n-skx, 2n-skx - topologies tested."
6581     - "Diff - difference between 3n-skx and 2n-skx topologies."
6582
6583 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
6584 - type: "table"
6585   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
6586   algorithm: "table_comparison"
6587   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
6588   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6589   filter: "'NIC_Intel-XXV710'"
6590   columns:
6591     - title: "3n-skx"
6592       data-set: "dpdk-compare-topologies-ref"
6593     - title: "2n-skx"
6594       data-set: "dpdk-compare-topologies-cmp"
6595   comparisons:
6596     - title: "Diff"
6597       reference: 1
6598       compare: 2
6599   legend:
6600     - "Legend to Table"
6601     - "3n-skx, 2n-skx - topologies tested."
6602     - "Diff - difference between 3n-skx and 2n-skx topologies."
6603
6604 # Detailed Test Results - DPDK Performance Results 3n-hsw
6605 - type: "table"
6606   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
6607   algorithm: "table_merged_details"
6608   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
6609   columns:
6610     - title: " |prein| Test Name |preout| "
6611       data: "data name"
6612     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
6613       data: "data msg"
6614   data: "dpdk-perf-results-3n-hsw"
6615   filter: "all"
6616   parameters:
6617   - "name"
6618   - "parent"
6619   - "msg"
6620
6621 # Detailed Test Results - DPDK Performance Results 3n-skx
6622 - type: "table"
6623   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
6624   algorithm: "table_merged_details"
6625   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
6626   columns:
6627     - title: " |prein| Test Name |preout| "
6628       data: "data name"
6629     - 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| "
6630       data: "data msg"
6631   data: "dpdk-perf-results-3n-skx"
6632   filter: "all"
6633   remove-ndr: False
6634   parameters:
6635   - "name"
6636   - "parent"
6637   - "msg"
6638
6639 # Detailed Test Results - DPDK Performance Results 2n-skx
6640 - type: "table"
6641   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
6642   algorithm: "table_merged_details"
6643   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
6644   columns:
6645     - title: " |prein| Test Name |preout| "
6646       data: "data name"
6647     - 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| "
6648       data: "data msg"
6649   data: "dpdk-perf-results-2n-skx"
6650   filter: "all"
6651   remove-ndr: False
6652   parameters:
6653   - "name"
6654   - "parent"
6655   - "msg"
6656
6657 # Detailed Test Results - DPDK Performance Results 2n-clx
6658 - type: "table"
6659   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
6660   algorithm: "table_merged_details"
6661   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
6662   columns:
6663     - title: " |prein| Test Name |preout| "
6664       data: "data name"
6665     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
6666       data: "data msg"
6667   data: "dpdk-perf-results-2n-clx"
6668   filter: "all"
6669   parameters:
6670   - "name"
6671   - "parent"
6672   - "msg"
6673
6674 # Detailed Test Results - DPDK Performance Results 2n-dnv
6675 - type: "table"
6676   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
6677   algorithm: "table_merged_details"
6678   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
6679   columns:
6680     - title: " |prein| Test Name |preout| "
6681       data: "data name"
6682     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
6683       data: "data msg"
6684   data: "dpdk-perf-results-2n-dnv"
6685   filter: "all"
6686   parameters:
6687   - "name"
6688   - "parent"
6689   - "msg"
6690
6691 # Detailed Test Results - DPDK Performance Results 3n-dnv
6692 - type: "table"
6693   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
6694   algorithm: "table_merged_details"
6695   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
6696   columns:
6697     - title: " |prein| Test Name |preout| "
6698       data: "data name"
6699     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
6700       data: "data msg"
6701   data: "dpdk-perf-results-3n-dnv"
6702   filter: "all"
6703   parameters:
6704   - "name"
6705   - "parent"
6706   - "msg"
6707
6708 # Detailed Test Results - DPDK Performance Results 3n-tsh
6709 - type: "table"
6710   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
6711   algorithm: "table_merged_details"
6712   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
6713   columns:
6714     - title: " |prein| Test Name |preout| "
6715       data: "data name"
6716     - 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| "
6717       data: "data msg"
6718   data: "dpdk-perf-results-3n-tsh"
6719   filter: "all"
6720   parameters:
6721   - "name"
6722   - "parent"
6723   - "msg"
6724
6725 ################################################################################
6726 ###                                F I L E S                                 ###
6727 ################################################################################
6728
6729 # VPP Performance Results
6730 - type: "file"
6731   title: "VPP Performance Results"
6732   algorithm: "file_details_split"
6733   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
6734   dir-tables:
6735     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
6736     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
6737     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
6738     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
6739     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
6740     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
6741     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
6742   data:
6743     - "vpp-perf-results-2n-skx"
6744     - "vpp-perf-results-3n-skx"
6745     - "vpp-perf-results-2n-clx"
6746     - "vpp-perf-results-3n-hsw"
6747     - "vpp-perf-results-3n-tsh"
6748     - "vpp-perf-results-2n-dnv"
6749     - "vpp-perf-results-3n-dnv"
6750   filter: "all"
6751   data-start-level: 4
6752   order-chapters:
6753     level-1:
6754       - "l2"
6755       - "ip4"
6756       - "ip6"
6757       - "srv6"
6758       - "ip4_tunnels"
6759       - "ip6_tunnels"
6760       - "vm_vhost"
6761       - "container_memif"
6762       - "crypto"
6763       - "vts"
6764       - "lb"
6765       - "nfv_density"
6766       - "hoststack"
6767     level-2:
6768       - "2n-skx"
6769       - "3n-skx"
6770       - "2n-clx"
6771       - "3n-hsw"
6772       - "3n-tsh"
6773       - "2n-dnv"
6774       - "3n-dnv"
6775     level-3:
6776       - "xl710"
6777       - "x520"
6778       - "xxv710"
6779       - "x710"
6780       - "x553"
6781       - "cx556a"
6782       - "vic1227"
6783       - "vic1385"
6784
6785 # VPP Performance Configuration
6786 - type: "file"
6787   title: "VPP Performance Configuration"
6788   algorithm: "file_details_split"
6789   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
6790   dir-tables:
6791     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
6792     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
6793     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
6794     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
6795     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
6796     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
6797     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
6798   data:
6799     - "vpp-perf-results-2n-skx"
6800     - "vpp-perf-results-3n-skx"
6801     - "vpp-perf-results-2n-clx"
6802     - "vpp-perf-results-3n-hsw"
6803     - "vpp-perf-results-3n-tsh"
6804     - "vpp-perf-results-2n-dnv"
6805     - "vpp-perf-results-3n-dnv"
6806   filter: "all"
6807   data-start-level: 4
6808   order-chapters:
6809     level-1:
6810       - "l2"
6811       - "ip4"
6812       - "ip6"
6813       - "srv6"
6814       - "ip4_tunnels"
6815       - "ip6_tunnels"
6816       - "vm_vhost"
6817       - "container_memif"
6818       - "crypto"
6819       - "vts"
6820       - "lb"
6821       - "nfv_density"
6822       - "hoststack"
6823     level-2:
6824       - "2n-skx"
6825       - "3n-skx"
6826       - "2n-clx"
6827       - "3n-hsw"
6828       - "3n-tsh"
6829       - "2n-dnv"
6830       - "3n-dnv"
6831     level-3:
6832       - "xl710"
6833       - "x520"
6834       - "xxv710"
6835       - "x710"
6836       - "x553"
6837       - "cx556a"
6838       - "vic1227"
6839       - "vic1385"
6840
6841 # VPP Performance Operational
6842 - type: "file"
6843   title: "VPP Performance Operational"
6844   algorithm: "file_details_split_html"
6845   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
6846   dir-tables:
6847     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
6848     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
6849     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
6850     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
6851     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
6852     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
6853     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
6854   data:
6855     - "vpp-perf-results-2n-skx"
6856     - "vpp-perf-results-3n-skx"
6857     - "vpp-perf-results-2n-clx"
6858     - "vpp-perf-results-3n-hsw"
6859     - "vpp-perf-results-3n-tsh"
6860     - "vpp-perf-results-2n-dnv"
6861     - "vpp-perf-results-3n-dnv"
6862   filter: "all"
6863   data-start-level: 4
6864   order-chapters:
6865     level-1:
6866       - "l2"
6867       - "ip4"
6868       - "ip6"
6869       - "srv6"
6870       - "ip4_tunnels"
6871       - "ip6_tunnels"
6872       - "vm_vhost"
6873       - "container_memif"
6874       - "crypto"
6875       - "vts"
6876       - "lb"
6877       - "nfv_density"
6878       - "hoststack"
6879     level-2:
6880       - "2n-skx"
6881       - "3n-skx"
6882       - "2n-clx"
6883       - "3n-hsw"
6884       - "3n-tsh"
6885       - "2n-dnv"
6886       - "3n-dnv"
6887     level-3:
6888       - "xl710"
6889       - "x520"
6890       - "xxv710"
6891       - "x710"
6892       - "x553"
6893       - "cx556a"
6894       - "vic1227"
6895       - "vic1385"
6896
6897 # VPP MRR Results
6898 - type: "file"
6899   title: "VPP MRR Results"
6900   algorithm: "file_details_split"
6901   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
6902   dir-tables:
6903     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
6904     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
6905     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
6906     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
6907     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
6908     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
6909     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
6910   data:
6911     - "vpp-mrr-results-2n-skx"
6912     - "vpp-mrr-results-3n-skx"
6913     - "vpp-mrr-results-2n-clx"
6914     - "vpp-mrr-results-3n-hsw"
6915     - "vpp-mrr-results-3n-tsh"
6916     - "vpp-mrr-results-2n-dnv"
6917     - "vpp-mrr-results-3n-dnv"
6918   filter: "all"
6919   data-start-level: 4
6920   order-chapters:
6921     level-1:
6922       - "l2"
6923       - "ip4"
6924       - "ip6"
6925       - "srv6"
6926       - "ip4_tunnels"
6927       - "ip6_tunnels"
6928       - "vm_vhost"
6929       - "container_memif"
6930       - "crypto"
6931       - "vts"
6932       - "lb"
6933       - "nfv_density"
6934       - "hoststack"
6935     level-2:
6936       - "2n-skx"
6937       - "3n-skx"
6938       - "2n-clx"
6939       - "3n-hsw"
6940       - "3n-tsh"
6941       - "2n-dnv"
6942       - "3n-dnv"
6943     level-3:
6944       - "xl710"
6945       - "x520"
6946       - "xxv710"
6947       - "x710"
6948       - "x553"
6949       - "cx556a"
6950       - "vic1227"
6951       - "vic1385"
6952
6953 # VPP MRR Configuration
6954 - type: "file"
6955   title: "VPP MRR Configuration"
6956   algorithm: "file_details_split"
6957   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
6958   dir-tables:
6959     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
6960     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
6961     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
6962     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
6963     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
6964     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
6965     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
6966   data:
6967     - "vpp-mrr-results-2n-skx"
6968     - "vpp-mrr-results-3n-skx"
6969     - "vpp-mrr-results-2n-clx"
6970     - "vpp-mrr-results-3n-hsw"
6971     - "vpp-mrr-results-3n-tsh"
6972     - "vpp-mrr-results-2n-dnv"
6973     - "vpp-mrr-results-3n-dnv"
6974   filter: "all"
6975   data-start-level: 4
6976   order-chapters:
6977     level-1:
6978       - "l2"
6979       - "ip4"
6980       - "ip6"
6981       - "srv6"
6982       - "ip4_tunnels"
6983       - "ip6_tunnels"
6984       - "vm_vhost"
6985       - "container_memif"
6986       - "crypto"
6987       - "vts"
6988       - "lb"
6989       - "nfv_density"
6990       - "hoststack"
6991     level-2:
6992       - "2n-skx"
6993       - "3n-skx"
6994       - "2n-clx"
6995       - "3n-hsw"
6996       - "3n-tsh"
6997       - "2n-dnv"
6998       - "3n-dnv"
6999     level-3:
7000       - "xl710"
7001       - "x520"
7002       - "xxv710"
7003       - "x710"
7004       - "x553"
7005       - "cx556a"
7006       - "vic1227"
7007       - "vic1385"
7008
7009 # VPP Device Results - Ubuntu
7010 - type: "file"
7011   title: "VPP Device Results - Ubuntu"
7012   algorithm: "file_test_results"
7013   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7014   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7015   data: "vpp-device-results-ubuntu"
7016   filter: "all"
7017   data-start-level: 4
7018
7019 # VPP Device Configuration - Ubuntu
7020 - type: "file"
7021   title: "VPP Device Configuration - Ubuntu"
7022   algorithm: "file_test_results"
7023   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7024   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7025   data: "vpp-device-results-ubuntu"
7026   filter: "all"
7027   data-start-level: 4
7028
7029 # DPDK Performance Results 3n-hsw
7030 - type: "file"
7031   title: "DPDK Performance Results 3n-hsw"
7032   algorithm: "file_test_results"
7033   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7034   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7035   data: "dpdk-perf-results-3n-hsw"
7036   filter: "all"
7037   data-start-level: 4
7038
7039 # DPDK Performance Results 3n-skx
7040 - type: "file"
7041   title: "DPDK Performance Results 3n-skx"
7042   algorithm: "file_test_results"
7043   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7044   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7045   data: "dpdk-perf-results-3n-skx"
7046   filter: "all"
7047   data-start-level: 4
7048
7049 # DPDK Performance Results 2n-skx
7050 - type: "file"
7051   title: "DPDK Performance Results 2n-skx"
7052   algorithm: "file_test_results"
7053   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7054   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7055   data: "dpdk-perf-results-2n-skx"
7056   filter: "all"
7057   data-start-level: 4
7058
7059 # DPDK Performance Results 2n-clx
7060 - type: "file"
7061   title: "DPDK Performance Results 2n-clx"
7062   algorithm: "file_test_results"
7063   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7064   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7065   data: "dpdk-perf-results-2n-clx"
7066   filter: "all"
7067   data-start-level: 4
7068
7069 # DPDK Performance Results 2n-dnv
7070 - type: "file"
7071   title: "DPDK Performance Results 2n-dnv"
7072   algorithm: "file_test_results"
7073   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7074   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7075   data: "dpdk-perf-results-2n-dnv"
7076   filter: "all"
7077   data-start-level: 4
7078
7079 # DPDK Performance Results 3n-dnv
7080 - type: "file"
7081   title: "DPDK Performance Results 3n-dnv"
7082   algorithm: "file_test_results"
7083   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7084   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7085   data: "dpdk-perf-results-3n-dnv"
7086   filter: "all"
7087   data-start-level: 4
7088
7089 # DPDK Performance Results 3n-tsh
7090 - type: "file"
7091   title: "DPDK Performance Results 3n-tsh"
7092   algorithm: "file_test_results"
7093   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7094   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7095   data: "dpdk-perf-results-3n-tsh"
7096   filter: "all"
7097   data-start-level: 4
7098
7099 ################################################################################
7100 ###                                P L O T S                                 ###
7101 ################################################################################
7102
7103 # Hoststack tests 3n-hsw
7104
7105 - type: "plot"
7106   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7107   algorithm: "plot_perf_box_name"
7108   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
7109   data: "plot-vpp-hoststack-3n-hsw"
7110   include:
7111     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
7112     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
7113   layout:
7114     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7115     layout: "plot-hoststack"
7116
7117 - type: "plot"
7118   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7119   algorithm: "plot_perf_box_name"
7120   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
7121   data: "plot-vpp-hoststack-3n-hsw"
7122   include:
7123     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
7124     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
7125   layout:
7126     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7127     layout: "plot-hoststack"
7128
7129 - type: "plot"
7130   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7131   algorithm: "plot_perf_box_name"
7132   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
7133   data: "plot-vpp-hoststack-3n-hsw"
7134   include:
7135     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
7136     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
7137     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
7138     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
7139   layout:
7140     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7141     layout: "plot-hoststack"
7142
7143 ## Plots VPP HTTP Server Performance
7144 #- type: "plot"
7145 #  title: "VPP HTTP Server Performance"
7146 #  algorithm: "plot_http_server_perf_box"
7147 #  output-file-type: ".html"
7148 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
7149 #  data:
7150 #    "plot-vpp-http-server-performance"
7151 #  filter: "'HTTP' and 'TCP_CPS' and not '8T4C'"
7152 #  parameters:
7153 #  - "result"
7154 #  - "name"
7155 #  traces:
7156 #    hoverinfo: "y+name"
7157 #    boxpoints: "outliers"
7158 #    whiskerwidth: 0
7159 #  layout:
7160 #    title: "VPP HTTP Server Performance"
7161 #    layout:
7162 #      "plot-cps"
7163 #
7164 #- type: "plot"
7165 #  title: "VPP HTTP Server Performance"
7166 #  algorithm: "plot_http_server_perf_box"
7167 #  output-file-type: ".html"
7168 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
7169 #  data:
7170 #    "plot-vpp-http-server-performance"
7171 #  filter: "'HTTP' and 'TCP_RPS' and not '8T4C'"
7172 #  parameters:
7173 #  - "result"
7174 #  - "name"
7175 #  traces:
7176 #    hoverinfo: "y+name"
7177 #    boxpoints: "outliers"
7178 #    whiskerwidth: 0
7179 #  layout:
7180 #    title: "VPP HTTP Server Performance"
7181 #    layout:
7182 #      "plot-rps"
7183
7184 ################################################################################
7185
7186 # Soak Test (PLRsearch), boxes - 2n-clx
7187 - type: "plot"
7188   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7189   algorithm: "plot_perf_box_name"
7190   output-file-type: ".html"
7191   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
7192   data: "plot-vpp-soak-2n-clx"
7193   include:
7194     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7195     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7196     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7197     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7198     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7199     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7200   layout:
7201     title: "30 Minutes Soak Test (PLRsearch)"
7202     layout: "plot-soak-throughput"
7203
7204 # Soak Test (PLRsearch), boxes - 2n-clx
7205 - type: "plot"
7206   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7207   algorithm: "plot_perf_box_name"
7208   output-file-type: ".html"
7209   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
7210   data: "plot-vpp-soak-2n-clx"
7211   include:
7212     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7213     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7214     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7215     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7216     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7217     - "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"
7218   layout:
7219     title: "30 Minutes Soak Test (PLRsearch)"
7220     layout: "plot-soak-throughput"
7221
7222 # Soak Test (PLRsearch), boxes - 2n-skx
7223 - type: "plot"
7224   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7225   algorithm: "plot_perf_box_name"
7226   output-file-type: ".html"
7227   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
7228   data: "plot-vpp-soak-2n-skx"
7229   include:
7230     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7231     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7232     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7233     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7234     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7235     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7236   layout:
7237     title: "30 Minutes Soak Test (PLRsearch)"
7238     layout: "plot-soak-throughput"
7239
7240 # Soak Test (PLRsearch), boxes - 2n-skx
7241 - type: "plot"
7242   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7243   algorithm: "plot_perf_box_name"
7244   output-file-type: ".html"
7245   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
7246   data: "plot-vpp-soak-2n-skx"
7247   include:
7248     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7249     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7250     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7251     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7252     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7253     - "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"
7254   layout:
7255     title: "30 Minutes Soak Test (PLRsearch)"
7256     layout: "plot-soak-throughput"
7257
7258 ###############################################################################
7259
7260 # Reconf tests 2n-skx
7261
7262 - type: "plot"
7263   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7264   algorithm: "plot_nf_reconf_box_name"
7265   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7266   data: "plot-vpp-nfv-reconf-2n-skx"
7267   include:
7268     - "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"
7269     - "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"
7270     - "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"
7271     - "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"
7272     - "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"
7273     - "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"
7274   layout:
7275     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7276     layout: "plot-throughput"
7277
7278 - type: "plot"
7279   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7280   algorithm: "plot_nf_reconf_box_name"
7281   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7282   data: "plot-vpp-nfv-reconf-2n-skx"
7283   include:
7284     - "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"
7285     - "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"
7286     - "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"
7287     - "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"
7288     - "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"
7289     - "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"
7290   layout:
7291     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7292     layout: "plot-throughput"
7293
7294 - type: "plot"
7295   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7296   algorithm: "plot_nf_reconf_box_name"
7297   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7298   data: "plot-vpp-nfv-reconf-2n-skx"
7299   include:
7300     - "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"
7301     - "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"
7302     - "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"
7303     - "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"
7304     - "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"
7305     - "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"
7306   layout:
7307     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7308     layout: "plot-throughput"
7309
7310 ###############################################################################
7311
7312 # Reconf tests 2n-clx
7313
7314 - type: "plot"
7315   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7316   algorithm: "plot_nf_reconf_box_name"
7317   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7318   data: "plot-vpp-nfv-reconf-2n-clx"
7319   include:
7320     - "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"
7321     - "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"
7322     - "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"
7323     - "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"
7324   layout:
7325     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7326     layout: "plot-throughput"
7327
7328 - type: "plot"
7329   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7330   algorithm: "plot_nf_reconf_box_name"
7331   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7332   data: "plot-vpp-nfv-reconf-2n-clx"
7333   include:
7334     - "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"
7335     - "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"
7336     - "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"
7337     - "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"
7338   layout:
7339     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7340     layout: "plot-throughput"
7341
7342 - type: "plot"
7343   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7344   algorithm: "plot_nf_reconf_box_name"
7345   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7346   data: "plot-vpp-nfv-reconf-2n-clx"
7347   include:
7348     - "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"
7349     - "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"
7350     - "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"
7351     - "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"
7352   layout:
7353     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7354     layout: "plot-throughput"
7355
7356 ################################################################################
7357 ## Plots - NF Density - VSC - MRR 64b
7358 #- type: "plot"
7359 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7360 #  algorithm: "plot_nf_heatmap"
7361 #  output-file-type: ".html"
7362 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
7363 #  data: "plot-vpp-nfv-2n-skx-mrr"
7364 #  filter: "'NIC_Intel-XXV710' and
7365 #           'NF_DENSITY' and
7366 #           'VHOST' and
7367 #           not 'VXLAN' and
7368 #           'CHAIN' and
7369 #           'NF_VPPIP4' and
7370 #           '64B' and
7371 #           '2T1C' and
7372 #           'MRR'"
7373 #  parameters:
7374 #  - "result"
7375 #  - "name"
7376 #  - "tags"
7377 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7378 #  x-axis: "X = VNFs per Service Chain"
7379 #  y-axis: "Y = Number of Service Chains"
7380 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7381 #  layout:
7382 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7383 #    layout: "plot-service-density"
7384 #
7385 #- type: "plot"
7386 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7387 #  algorithm: "plot_nf_heatmap"
7388 #  output-file-type: ".html"
7389 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
7390 #  data: "plot-vpp-nfv-2n-skx-mrr"
7391 #  filter: "'NIC_Intel-XXV710' and
7392 #           'NF_DENSITY' and
7393 #           'VHOST' and
7394 #           not 'VXLAN' and
7395 #           'CHAIN' and
7396 #           'NF_VPPIP4' and
7397 #           '64B' and
7398 #           '4T2C' and
7399 #           'MRR'"
7400 #  parameters:
7401 #  - "result"
7402 #  - "name"
7403 #  - "tags"
7404 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7405 #  x-axis: "X = VNFs per Service Chain"
7406 #  y-axis: "Y = Number of Service Chains"
7407 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7408 #  layout:
7409 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7410 #    layout: "plot-service-density"
7411 #
7412 #- type: "plot"
7413 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7414 #  algorithm: "plot_nf_heatmap"
7415 #  output-file-type: ".html"
7416 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
7417 #  data: "plot-vpp-nfv-2n-skx-mrr"
7418 #  filter: "'NIC_Intel-XXV710' and
7419 #           'NF_DENSITY' and
7420 #           'VHOST' and
7421 #           not 'VXLAN' and
7422 #           'CHAIN' and
7423 #           'NF_VPPIP4' and
7424 #           '64B' and
7425 #           '8T4C' and
7426 #           'MRR'"
7427 #  parameters:
7428 #  - "result"
7429 #  - "name"
7430 #  - "tags"
7431 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7432 #  x-axis: "X = VNFs per Service Chain"
7433 #  y-axis: "Y = Number of Service Chains"
7434 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7435 #  layout:
7436 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7437 #    layout: "plot-service-density"
7438 #
7439 ## Plots - NF Density - VSC - MRR IMIX
7440 #- type: "plot"
7441 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7442 #  algorithm: "plot_nf_heatmap"
7443 #  output-file-type: ".html"
7444 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
7445 #  data: "plot-vpp-nfv-2n-skx-mrr"
7446 #  filter: "'NIC_Intel-XXV710' and
7447 #           'NF_DENSITY' and
7448 #           'VHOST' and
7449 #           not 'VXLAN' and
7450 #           'CHAIN' and
7451 #           'NF_VPPIP4' and
7452 #           'IMIX' and
7453 #           '2T1C' and
7454 #           'MRR'"
7455 #  parameters:
7456 #  - "result"
7457 #  - "name"
7458 #  - "tags"
7459 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7460 #  x-axis: "X = VNFs per Service Chain"
7461 #  y-axis: "Y = Number of Service Chains"
7462 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7463 #  layout:
7464 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7465 #    layout: "plot-service-density"
7466 #
7467 #- type: "plot"
7468 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7469 #  algorithm: "plot_nf_heatmap"
7470 #  output-file-type: ".html"
7471 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
7472 #  data: "plot-vpp-nfv-2n-skx-mrr"
7473 #  filter: "'NIC_Intel-XXV710' and
7474 #           'NF_DENSITY' and
7475 #           'VHOST' and
7476 #           not 'VXLAN' and
7477 #           'CHAIN' and
7478 #           'NF_VPPIP4' and
7479 #           'IMIX' and
7480 #           '4T2C' and
7481 #           'MRR'"
7482 #  parameters:
7483 #  - "result"
7484 #  - "name"
7485 #  - "tags"
7486 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7487 #  x-axis: "X = VNFs per Service Chain"
7488 #  y-axis: "Y = Number of Service Chains"
7489 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7490 #  layout:
7491 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7492 #    layout: "plot-service-density"
7493 #
7494 #- type: "plot"
7495 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7496 #  algorithm: "plot_nf_heatmap"
7497 #  output-file-type: ".html"
7498 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
7499 #  data: "plot-vpp-nfv-2n-skx-mrr"
7500 #  filter: "'NIC_Intel-XXV710' and
7501 #           'NF_DENSITY' and
7502 #           'VHOST' and
7503 #           not 'VXLAN' and
7504 #           'CHAIN' and
7505 #           'NF_VPPIP4' and
7506 #           'IMIX' and
7507 #           '8T4C' and
7508 #           'MRR'"
7509 #  parameters:
7510 #  - "result"
7511 #  - "name"
7512 #  - "tags"
7513 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7514 #  x-axis: "X = VNFs per Service Chain"
7515 #  y-axis: "Y = Number of Service Chains"
7516 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7517 #  layout:
7518 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7519 #    layout: "plot-service-density"
7520 #
7521 ## Plots - NF Density - VSC - NDR 64b
7522 #- type: "plot"
7523 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7524 #  algorithm: "plot_nf_heatmap"
7525 #  output-file-type: ".html"
7526 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
7527 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7528 #  filter: "'NIC_Intel-XXV710' and
7529 #           'NF_DENSITY' and
7530 #           'VHOST' and
7531 #           not 'VXLAN' and
7532 #           'CHAIN' and
7533 #           'NF_VPPIP4' and
7534 #           '64B' and
7535 #           '2T1C' and
7536 #           'NDRPDR'"
7537 #  parameters:
7538 #  - "throughput"
7539 #  - "name"
7540 #  - "tags"
7541 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7542 #  x-axis: "X = VNFs per Service Chain"
7543 #  y-axis: "Y = Number of Service Chains"
7544 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7545 #  layout:
7546 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7547 #    layout: "plot-service-density"
7548 #
7549 #- type: "plot"
7550 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7551 #  algorithm: "plot_nf_heatmap"
7552 #  output-file-type: ".html"
7553 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
7554 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7555 #  filter: "'NIC_Intel-XXV710' and
7556 #           'NF_DENSITY' and
7557 #           'VHOST' and
7558 #           not 'VXLAN' and
7559 #           'CHAIN' and
7560 #           'NF_VPPIP4' and
7561 #           '64B' and
7562 #           '4T2C' and
7563 #           'NDRPDR'"
7564 #  parameters:
7565 #  - "throughput"
7566 #  - "name"
7567 #  - "tags"
7568 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7569 #  x-axis: "X = VNFs per Service Chain"
7570 #  y-axis: "Y = Number of Service Chains"
7571 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7572 #  layout:
7573 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7574 #    layout: "plot-service-density"
7575 #
7576 #- type: "plot"
7577 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7578 #  algorithm: "plot_nf_heatmap"
7579 #  output-file-type: ".html"
7580 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
7581 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7582 #  filter: "'NIC_Intel-XXV710' and
7583 #           'NF_DENSITY' and
7584 #           'VHOST' and
7585 #           not 'VXLAN' and
7586 #           'CHAIN' and
7587 #           'NF_VPPIP4' and
7588 #           '64B' and
7589 #           '8T4C' and
7590 #           'NDRPDR'"
7591 #  parameters:
7592 #  - "throughput"
7593 #  - "name"
7594 #  - "tags"
7595 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7596 #  x-axis: "X = VNFs per Service Chain"
7597 #  y-axis: "Y = Number of Service Chains"
7598 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7599 #  layout:
7600 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7601 #    layout: "plot-service-density"
7602 #
7603 ## Plots - NF Density - VSC - NDR IMIX
7604 #- type: "plot"
7605 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7606 #  algorithm: "plot_nf_heatmap"
7607 #  output-file-type: ".html"
7608 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
7609 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7610 #  filter: "'NIC_Intel-XXV710' and
7611 #           'NF_DENSITY' and
7612 #           'VHOST' and
7613 #           not 'VXLAN' and
7614 #           'CHAIN' and
7615 #           'NF_VPPIP4' and
7616 #           'IMIX' and
7617 #           '2T1C' and
7618 #           'NDRPDR'"
7619 #  parameters:
7620 #  - "throughput"
7621 #  - "name"
7622 #  - "tags"
7623 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7624 #  x-axis: "X = VNFs per Service Chain"
7625 #  y-axis: "Y = Number of Service Chains"
7626 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7627 #  layout:
7628 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7629 #    layout: "plot-service-density"
7630 #
7631 #- type: "plot"
7632 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7633 #  algorithm: "plot_nf_heatmap"
7634 #  output-file-type: ".html"
7635 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
7636 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7637 #  filter: "'NIC_Intel-XXV710' and
7638 #           'NF_DENSITY' and
7639 #           'VHOST' and
7640 #           not 'VXLAN' and
7641 #           'CHAIN' and
7642 #           'NF_VPPIP4' and
7643 #           'IMIX' and
7644 #           '4T2C' and
7645 #           'NDRPDR'"
7646 #  parameters:
7647 #  - "throughput"
7648 #  - "name"
7649 #  - "tags"
7650 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7651 #  x-axis: "X = VNFs per Service Chain"
7652 #  y-axis: "Y = Number of Service Chains"
7653 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7654 #  layout:
7655 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7656 #    layout: "plot-service-density"
7657 #
7658 #- type: "plot"
7659 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7660 #  algorithm: "plot_nf_heatmap"
7661 #  output-file-type: ".html"
7662 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
7663 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7664 #  filter: "'NIC_Intel-XXV710' and
7665 #           'NF_DENSITY' and
7666 #           'VHOST' and
7667 #           not 'VXLAN' and
7668 #           'CHAIN' and
7669 #           'NF_VPPIP4' and
7670 #           'IMIX' and
7671 #           '8T4C' and
7672 #           'NDRPDR'"
7673 #  parameters:
7674 #  - "throughput"
7675 #  - "name"
7676 #  - "tags"
7677 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7678 #  x-axis: "X = VNFs per Service Chain"
7679 #  y-axis: "Y = Number of Service Chains"
7680 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7681 #  layout:
7682 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7683 #    layout: "plot-service-density"
7684 #
7685 ## Plots - NF Density - VSC - PDR 64b
7686 #- type: "plot"
7687 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7688 #  algorithm: "plot_nf_heatmap"
7689 #  output-file-type: ".html"
7690 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
7691 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7692 #  filter: "'NIC_Intel-XXV710' and
7693 #           'NF_DENSITY' and
7694 #           'VHOST' and
7695 #           not 'VXLAN' and
7696 #           'CHAIN' and
7697 #           'NF_VPPIP4' and
7698 #           '64B' and
7699 #           '2T1C' and
7700 #           'NDRPDR'"
7701 #  parameters:
7702 #  - "throughput"
7703 #  - "name"
7704 #  - "tags"
7705 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7706 #  x-axis: "X = VNFs per Service Chain"
7707 #  y-axis: "Y = Number of Service Chains"
7708 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7709 #  layout:
7710 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7711 #    layout: "plot-service-density"
7712 #
7713 #- type: "plot"
7714 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7715 #  algorithm: "plot_nf_heatmap"
7716 #  output-file-type: ".html"
7717 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
7718 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7719 #  filter: "'NIC_Intel-XXV710' and
7720 #           'NF_DENSITY' and
7721 #           'VHOST' and
7722 #           not 'VXLAN' and
7723 #           'CHAIN' and
7724 #           'NF_VPPIP4' and
7725 #           '64B' and
7726 #           '4T2C' and
7727 #           'NDRPDR'"
7728 #  parameters:
7729 #  - "throughput"
7730 #  - "name"
7731 #  - "tags"
7732 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7733 #  x-axis: "X = VNFs per Service Chain"
7734 #  y-axis: "Y = Number of Service Chains"
7735 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7736 #  layout:
7737 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7738 #    layout: "plot-service-density"
7739 #
7740 #- type: "plot"
7741 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7742 #  algorithm: "plot_nf_heatmap"
7743 #  output-file-type: ".html"
7744 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
7745 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7746 #  filter: "'NIC_Intel-XXV710' and
7747 #           'NF_DENSITY' and
7748 #           'VHOST' and
7749 #           not 'VXLAN' and
7750 #           'CHAIN' and
7751 #           'NF_VPPIP4' and
7752 #           '64B' and
7753 #           '8T4C' and
7754 #           'NDRPDR'"
7755 #  parameters:
7756 #  - "throughput"
7757 #  - "name"
7758 #  - "tags"
7759 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7760 #  x-axis: "X = VNFs per Service Chain"
7761 #  y-axis: "Y = Number of Service Chains"
7762 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7763 #  layout:
7764 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7765 #    layout: "plot-service-density"
7766 #
7767 ## Plots - NF Density - VSC - PDR IMIX
7768 #- type: "plot"
7769 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7770 #  algorithm: "plot_nf_heatmap"
7771 #  output-file-type: ".html"
7772 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
7773 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7774 #  filter: "'NIC_Intel-XXV710' and
7775 #           'NF_DENSITY' and
7776 #           'VHOST' and
7777 #           not 'VXLAN' and
7778 #           'CHAIN' and
7779 #           'NF_VPPIP4' and
7780 #           'IMIX' and
7781 #           '2T1C' and
7782 #           'NDRPDR'"
7783 #  parameters:
7784 #  - "throughput"
7785 #  - "name"
7786 #  - "tags"
7787 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7788 #  x-axis: "X = VNFs per Service Chain"
7789 #  y-axis: "Y = Number of Service Chains"
7790 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7791 #  layout:
7792 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7793 #    layout: "plot-service-density"
7794 #
7795 #- type: "plot"
7796 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7797 #  algorithm: "plot_nf_heatmap"
7798 #  output-file-type: ".html"
7799 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
7800 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7801 #  filter: "'NIC_Intel-XXV710' and
7802 #           'NF_DENSITY' and
7803 #           'VHOST' and
7804 #           not 'VXLAN' and
7805 #           'CHAIN' and
7806 #           'NF_VPPIP4' and
7807 #           'IMIX' and
7808 #           '4T2C' and
7809 #           'NDRPDR'"
7810 #  parameters:
7811 #  - "throughput"
7812 #  - "name"
7813 #  - "tags"
7814 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7815 #  x-axis: "X = VNFs per Service Chain"
7816 #  y-axis: "Y = Number of Service Chains"
7817 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7818 #  layout:
7819 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7820 #    layout: "plot-service-density"
7821 #
7822 #- type: "plot"
7823 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7824 #  algorithm: "plot_nf_heatmap"
7825 #  output-file-type: ".html"
7826 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
7827 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7828 #  filter: "'NIC_Intel-XXV710' and
7829 #           'NF_DENSITY' and
7830 #           'VHOST' and
7831 #           not 'VXLAN' and
7832 #           'CHAIN' and
7833 #           'NF_VPPIP4' and
7834 #           'IMIX' and
7835 #           '8T4C' and
7836 #           'NDRPDR'"
7837 #  parameters:
7838 #  - "throughput"
7839 #  - "name"
7840 #  - "tags"
7841 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7842 #  x-axis: "X = VNFs per Service Chain"
7843 #  y-axis: "Y = Number of Service Chains"
7844 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7845 #  layout:
7846 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7847 #    layout: "plot-service-density"
7848 #
7849 ################################################################################
7850 ## Plots - NF Density - VSC - MRR 64b
7851 #- type: "plot"
7852 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7853 #  algorithm: "plot_nf_heatmap"
7854 #  output-file-type: ".html"
7855 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
7856 #  data: "plot-vpp-nfv-2n-skx-mrr"
7857 #  filter: "'NIC_Intel-XXV710' and
7858 #           'NF_DENSITY' and
7859 #           'VHOST' and
7860 #           'VXLAN' and
7861 #           'CHAIN' and
7862 #           '118' and
7863 #           '2T1C' and
7864 #           'MRR'"
7865 #  parameters:
7866 #  - "result"
7867 #  - "name"
7868 #  - "tags"
7869 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7870 #  x-axis: "X = VNFs per Service Chain"
7871 #  y-axis: "Y = Number of Service Chains"
7872 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7873 #  layout:
7874 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7875 #    layout: "plot-service-density"
7876 #
7877 #- type: "plot"
7878 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7879 #  algorithm: "plot_nf_heatmap"
7880 #  output-file-type: ".html"
7881 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
7882 #  data: "plot-vpp-nfv-2n-skx-mrr"
7883 #  filter: "'NIC_Intel-XXV710' and
7884 #           'NF_DENSITY' and
7885 #           'VHOST' and
7886 #           'VXLAN' and
7887 #           'CHAIN' and
7888 #           '118' and
7889 #           '4T2C' and
7890 #           'MRR'"
7891 #  parameters:
7892 #  - "result"
7893 #  - "name"
7894 #  - "tags"
7895 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7896 #  x-axis: "X = VNFs per Service Chain"
7897 #  y-axis: "Y = Number of Service Chains"
7898 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7899 #  layout:
7900 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7901 #    layout: "plot-service-density"
7902 #
7903 #- type: "plot"
7904 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7905 #  algorithm: "plot_nf_heatmap"
7906 #  output-file-type: ".html"
7907 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
7908 #  data: "plot-vpp-nfv-2n-skx-mrr"
7909 #  filter: "'NIC_Intel-XXV710' and
7910 #           'NF_DENSITY' and
7911 #           'VHOST' and
7912 #           'VXLAN' and
7913 #           'CHAIN' and
7914 #           '118' and
7915 #           '8T4C' and
7916 #           'MRR'"
7917 #  parameters:
7918 #  - "result"
7919 #  - "name"
7920 #  - "tags"
7921 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7922 #  x-axis: "X = VNFs per Service Chain"
7923 #  y-axis: "Y = Number of Service Chains"
7924 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7925 #  layout:
7926 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7927 #    layout: "plot-service-density"
7928 #
7929 ## Plots - NF Density - VSC - MRR IMIX
7930 #- type: "plot"
7931 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7932 #  algorithm: "plot_nf_heatmap"
7933 #  output-file-type: ".html"
7934 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7935 #  data: "plot-vpp-nfv-2n-skx-mrr"
7936 #  filter: "'NIC_Intel-XXV710' and
7937 #           'NF_DENSITY' and
7938 #           'VHOST' and
7939 #           'VXLAN' and
7940 #           'CHAIN' and
7941 #           'IMIX' and
7942 #           '2T1C' and
7943 #           'MRR'"
7944 #  parameters:
7945 #  - "result"
7946 #  - "name"
7947 #  - "tags"
7948 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7949 #  x-axis: "X = VNFs per Service Chain"
7950 #  y-axis: "Y = Number of Service Chains"
7951 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7952 #  layout:
7953 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7954 #    layout: "plot-service-density"
7955 #
7956 #- type: "plot"
7957 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7958 #  algorithm: "plot_nf_heatmap"
7959 #  output-file-type: ".html"
7960 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7961 #  data: "plot-vpp-nfv-2n-skx-mrr"
7962 #  filter: "'NIC_Intel-XXV710' and
7963 #           'NF_DENSITY' and
7964 #           'VHOST' and
7965 #           'VXLAN' and
7966 #           'CHAIN' and
7967 #           'IMIX' and
7968 #           '4T2C' and
7969 #           'MRR'"
7970 #  parameters:
7971 #  - "result"
7972 #  - "name"
7973 #  - "tags"
7974 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7975 #  x-axis: "X = VNFs per Service Chain"
7976 #  y-axis: "Y = Number of Service Chains"
7977 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7978 #  layout:
7979 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7980 #    layout: "plot-service-density"
7981 #
7982 #- type: "plot"
7983 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7984 #  algorithm: "plot_nf_heatmap"
7985 #  output-file-type: ".html"
7986 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7987 #  data: "plot-vpp-nfv-2n-skx-mrr"
7988 #  filter: "'NIC_Intel-XXV710' and
7989 #           'NF_DENSITY' and
7990 #           'VHOST' and
7991 #           'VXLAN' and
7992 #           'CHAIN' and
7993 #           'IMIX' and
7994 #           '8T4C' and
7995 #           'MRR'"
7996 #  parameters:
7997 #  - "result"
7998 #  - "name"
7999 #  - "tags"
8000 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8001 #  x-axis: "X = VNFs per Service Chain"
8002 #  y-axis: "Y = Number of Service Chains"
8003 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8004 #  layout:
8005 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8006 #    layout: "plot-service-density"
8007 #
8008 ## Plots - NF Density - VSC - NDR 64b
8009 #- type: "plot"
8010 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8011 #  algorithm: "plot_nf_heatmap"
8012 #  output-file-type: ".html"
8013 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
8014 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8015 #  filter: "'NIC_Intel-XXV710' and
8016 #           'NF_DENSITY' and
8017 #           'VHOST' and
8018 #           'VXLAN' and
8019 #           'CHAIN' and
8020 #           '118' and
8021 #           '2T1C' and
8022 #           'NDRPDR'"
8023 #  parameters:
8024 #  - "throughput"
8025 #  - "name"
8026 #  - "tags"
8027 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8028 #  x-axis: "X = VNFs per Service Chain"
8029 #  y-axis: "Y = Number of Service Chains"
8030 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8031 #  layout:
8032 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8033 #    layout: "plot-service-density"
8034 #
8035 #- type: "plot"
8036 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8037 #  algorithm: "plot_nf_heatmap"
8038 #  output-file-type: ".html"
8039 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
8040 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8041 #  filter: "'NIC_Intel-XXV710' and
8042 #           'NF_DENSITY' and
8043 #           'VHOST' and
8044 #           'VXLAN' and
8045 #           'CHAIN' and
8046 #           '118' and
8047 #           '4T2C' and
8048 #           'NDRPDR'"
8049 #  parameters:
8050 #  - "throughput"
8051 #  - "name"
8052 #  - "tags"
8053 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8054 #  x-axis: "X = VNFs per Service Chain"
8055 #  y-axis: "Y = Number of Service Chains"
8056 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8057 #  layout:
8058 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8059 #    layout: "plot-service-density"
8060 #
8061 #- type: "plot"
8062 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8063 #  algorithm: "plot_nf_heatmap"
8064 #  output-file-type: ".html"
8065 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
8066 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8067 #  filter: "'NIC_Intel-XXV710' and
8068 #           'NF_DENSITY' and
8069 #           'VHOST' and
8070 #           'VXLAN' and
8071 #           'CHAIN' and
8072 #           '118' and
8073 #           '8T4C' and
8074 #           'NDRPDR'"
8075 #  parameters:
8076 #  - "throughput"
8077 #  - "name"
8078 #  - "tags"
8079 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8080 #  x-axis: "X = VNFs per Service Chain"
8081 #  y-axis: "Y = Number of Service Chains"
8082 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8083 #  layout:
8084 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8085 #    layout: "plot-service-density"
8086 #
8087 ## Plots - NF Density - VSC - NDR IMIX
8088 #- type: "plot"
8089 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8090 #  algorithm: "plot_nf_heatmap"
8091 #  output-file-type: ".html"
8092 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
8093 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8094 #  filter: "'NIC_Intel-XXV710' and
8095 #           'NF_DENSITY' and
8096 #           'VHOST' and
8097 #           'VXLAN' and
8098 #           'CHAIN' and
8099 #           'IMIX' and
8100 #           '2T1C' and
8101 #           'NDRPDR'"
8102 #  parameters:
8103 #  - "throughput"
8104 #  - "name"
8105 #  - "tags"
8106 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8107 #  x-axis: "X = VNFs per Service Chain"
8108 #  y-axis: "Y = Number of Service Chains"
8109 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8110 #  layout:
8111 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8112 #    layout: "plot-service-density"
8113 #
8114 #- type: "plot"
8115 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8116 #  algorithm: "plot_nf_heatmap"
8117 #  output-file-type: ".html"
8118 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
8119 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8120 #  filter: "'NIC_Intel-XXV710' and
8121 #           'NF_DENSITY' and
8122 #           'VHOST' and
8123 #           'VXLAN' and
8124 #           'CHAIN' and
8125 #           'IMIX' and
8126 #           '4T2C' and
8127 #           'NDRPDR'"
8128 #  parameters:
8129 #  - "throughput"
8130 #  - "name"
8131 #  - "tags"
8132 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8133 #  x-axis: "X = VNFs per Service Chain"
8134 #  y-axis: "Y = Number of Service Chains"
8135 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8136 #  layout:
8137 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8138 #    layout: "plot-service-density"
8139 #
8140 #- type: "plot"
8141 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8142 #  algorithm: "plot_nf_heatmap"
8143 #  output-file-type: ".html"
8144 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
8145 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8146 #  filter: "'NIC_Intel-XXV710' and
8147 #           'NF_DENSITY' and
8148 #           'VHOST' and
8149 #           'VXLAN' and
8150 #           'CHAIN' and
8151 #           'IMIX' and
8152 #           '8T4C' and
8153 #           'NDRPDR'"
8154 #  parameters:
8155 #  - "throughput"
8156 #  - "name"
8157 #  - "tags"
8158 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8159 #  x-axis: "X = VNFs per Service Chain"
8160 #  y-axis: "Y = Number of Service Chains"
8161 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8162 #  layout:
8163 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8164 #    layout: "plot-service-density"
8165 #
8166 ## Plots - NF Density - VSC - PDR 64b
8167 #- type: "plot"
8168 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8169 #  algorithm: "plot_nf_heatmap"
8170 #  output-file-type: ".html"
8171 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
8172 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8173 #  filter: "'NIC_Intel-XXV710' and
8174 #           'NF_DENSITY' and
8175 #           'VHOST' and
8176 #           'VXLAN' and
8177 #           'CHAIN' and
8178 #           '118' and
8179 #           '2T1C' and
8180 #           'NDRPDR'"
8181 #  parameters:
8182 #  - "throughput"
8183 #  - "name"
8184 #  - "tags"
8185 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8186 #  x-axis: "X = VNFs per Service Chain"
8187 #  y-axis: "Y = Number of Service Chains"
8188 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8189 #  layout:
8190 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8191 #    layout: "plot-service-density"
8192 #
8193 #- type: "plot"
8194 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8195 #  algorithm: "plot_nf_heatmap"
8196 #  output-file-type: ".html"
8197 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
8198 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8199 #  filter: "'NIC_Intel-XXV710' and
8200 #           'NF_DENSITY' and
8201 #           'VHOST' and
8202 #           'VXLAN' and
8203 #           'CHAIN' and
8204 #           '118' and
8205 #           '4T2C' and
8206 #           'NDRPDR'"
8207 #  parameters:
8208 #  - "throughput"
8209 #  - "name"
8210 #  - "tags"
8211 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8212 #  x-axis: "X = VNFs per Service Chain"
8213 #  y-axis: "Y = Number of Service Chains"
8214 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8215 #  layout:
8216 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8217 #    layout: "plot-service-density"
8218 #
8219 #- type: "plot"
8220 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8221 #  algorithm: "plot_nf_heatmap"
8222 #  output-file-type: ".html"
8223 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
8224 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8225 #  filter: "'NIC_Intel-XXV710' and
8226 #           'NF_DENSITY' and
8227 #           'VHOST' and
8228 #           'VXLAN' and
8229 #           'CHAIN' and
8230 #           '118' and
8231 #           '8T4C' and
8232 #           'NDRPDR'"
8233 #  parameters:
8234 #  - "throughput"
8235 #  - "name"
8236 #  - "tags"
8237 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8238 #  x-axis: "X = VNFs per Service Chain"
8239 #  y-axis: "Y = Number of Service Chains"
8240 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8241 #  layout:
8242 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8243 #    layout: "plot-service-density"
8244 #
8245 ## Plots - NF Density - VSC - PDR IMIX
8246 #- type: "plot"
8247 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8248 #  algorithm: "plot_nf_heatmap"
8249 #  output-file-type: ".html"
8250 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
8251 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8252 #  filter: "'NIC_Intel-XXV710' and
8253 #           'NF_DENSITY' and
8254 #           'VHOST' and
8255 #           'VXLAN' and
8256 #           'CHAIN' and
8257 #           'IMIX' and
8258 #           '2T1C' and
8259 #           'NDRPDR'"
8260 #  parameters:
8261 #  - "throughput"
8262 #  - "name"
8263 #  - "tags"
8264 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8265 #  x-axis: "X = VNFs per Service Chain"
8266 #  y-axis: "Y = Number of Service Chains"
8267 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8268 #  layout:
8269 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8270 #    layout: "plot-service-density"
8271 #
8272 #- type: "plot"
8273 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8274 #  algorithm: "plot_nf_heatmap"
8275 #  output-file-type: ".html"
8276 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
8277 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8278 #  filter: "'NIC_Intel-XXV710' and
8279 #           'NF_DENSITY' and
8280 #           'VHOST' and
8281 #           'VXLAN' and
8282 #           'CHAIN' and
8283 #           'IMIX' and
8284 #           '4T2C' and
8285 #           'NDRPDR'"
8286 #  parameters:
8287 #  - "throughput"
8288 #  - "name"
8289 #  - "tags"
8290 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8291 #  x-axis: "X = VNFs per Service Chain"
8292 #  y-axis: "Y = Number of Service Chains"
8293 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8294 #  layout:
8295 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8296 #    layout: "plot-service-density"
8297 #
8298 #- type: "plot"
8299 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8300 #  algorithm: "plot_nf_heatmap"
8301 #  output-file-type: ".html"
8302 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
8303 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8304 #  filter: "'NIC_Intel-XXV710' and
8305 #           'NF_DENSITY' and
8306 #           'VHOST' and
8307 #           'VXLAN' and
8308 #           'CHAIN' and
8309 #           'IMIX' and
8310 #           '8T4C' and
8311 #           'NDRPDR'"
8312 #  parameters:
8313 #  - "throughput"
8314 #  - "name"
8315 #  - "tags"
8316 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8317 #  x-axis: "X = VNFs per Service Chain"
8318 #  y-axis: "Y = Number of Service Chains"
8319 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8320 #  layout:
8321 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8322 #    layout: "plot-service-density"
8323 #
8324 ################################################################################
8325 ## Plots - NF Density - CSC - MRR 64b
8326 #- type: "plot"
8327 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8328 #  algorithm: "plot_nf_heatmap"
8329 #  output-file-type: ".html"
8330 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
8331 #  data: "plot-vpp-nfv-2n-skx-mrr"
8332 #  filter: "'NIC_Intel-XXV710' and
8333 #           'NF_DENSITY' and
8334 #           'DOCKER' and
8335 #           'CHAIN' and
8336 #           'NF_VPPIP4' and
8337 #           '64B' and
8338 #           '2T1C' and
8339 #           'MRR'"
8340 #  parameters:
8341 #  - "result"
8342 #  - "name"
8343 #  - "tags"
8344 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8345 #  x-axis: "X = CNFs per Service Chain"
8346 #  y-axis: "Y = Number of Service Chains"
8347 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
8348 #  layout:
8349 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8350 #    layout: "plot-service-density"
8351 #
8352 #- type: "plot"
8353 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8354 #  algorithm: "plot_nf_heatmap"
8355 #  output-file-type: ".html"
8356 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
8357 #  data: "plot-vpp-nfv-2n-skx-mrr"
8358 #  filter: "'NIC_Intel-XXV710' and
8359 #           'NF_DENSITY' and
8360 #           'DOCKER' and
8361 #           'CHAIN' and
8362 #           'NF_VPPIP4' and
8363 #           '64B' and
8364 #           '4T2C' and
8365 #           'MRR'"
8366 #  parameters:
8367 #  - "result"
8368 #  - "name"
8369 #  - "tags"
8370 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8371 #  x-axis: "X = CNFs per Service Chain"
8372 #  y-axis: "Y = Number of Service Chains"
8373 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
8374 #  layout:
8375 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8376 #    layout: "plot-service-density"
8377 #
8378 #- type: "plot"
8379 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8380 #  algorithm: "plot_nf_heatmap"
8381 #  output-file-type: ".html"
8382 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
8383 #  data: "plot-vpp-nfv-2n-skx-mrr"
8384 #  filter: "'NIC_Intel-XXV710' and
8385 #           'NF_DENSITY' and
8386 #           'DOCKER' and
8387 #           'CHAIN' and
8388 #           'NF_VPPIP4' and
8389 #           '64B' and
8390 #           '8T4C' and
8391 #           'MRR'"
8392 #  parameters:
8393 #  - "result"
8394 #  - "name"
8395 #  - "tags"
8396 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8397 #  x-axis: "X = CNFs per Service Chain"
8398 #  y-axis: "Y = Number of Service Chains"
8399 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
8400 #  layout:
8401 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8402 #    layout: "plot-service-density"
8403 #
8404 ## Plots - NF Density - CSC - MRR IMIX
8405 #- type: "plot"
8406 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8407 #  algorithm: "plot_nf_heatmap"
8408 #  output-file-type: ".html"
8409 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
8410 #  data: "plot-vpp-nfv-2n-skx-mrr"
8411 #  filter: "'NIC_Intel-XXV710' and
8412 #           'NF_DENSITY' and
8413 #           'DOCKER' and
8414 #           'CHAIN' and
8415 #           'NF_VPPIP4' and
8416 #           'IMIX' and
8417 #           '2T1C' and
8418 #           'MRR'"
8419 #  parameters:
8420 #  - "result"
8421 #  - "name"
8422 #  - "tags"
8423 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8424 #  x-axis: "X = CNFs per Service Chain"
8425 #  y-axis: "Y = Number of Service Chains"
8426 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8427 #  layout:
8428 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8429 #    layout: "plot-service-density"
8430 #
8431 #- type: "plot"
8432 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8433 #  algorithm: "plot_nf_heatmap"
8434 #  output-file-type: ".html"
8435 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
8436 #  data: "plot-vpp-nfv-2n-skx-mrr"
8437 #  filter: "'NIC_Intel-XXV710' and
8438 #           'NF_DENSITY' and
8439 #           'DOCKER' and
8440 #           'CHAIN' and
8441 #           'NF_VPPIP4' and
8442 #           'IMIX' and
8443 #           '4T2C' and
8444 #           'MRR'"
8445 #  parameters:
8446 #  - "result"
8447 #  - "name"
8448 #  - "tags"
8449 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8450 #  x-axis: "X = CNFs per Service Chain"
8451 #  y-axis: "Y = Number of Service Chains"
8452 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8453 #  layout:
8454 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8455 #    layout: "plot-service-density"
8456 #
8457 #- type: "plot"
8458 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8459 #  algorithm: "plot_nf_heatmap"
8460 #  output-file-type: ".html"
8461 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
8462 #  data: "plot-vpp-nfv-2n-skx-mrr"
8463 #  filter: "'NIC_Intel-XXV710' and
8464 #           'NF_DENSITY' and
8465 #           'DOCKER' and
8466 #           'CHAIN' and
8467 #           'NF_VPPIP4' and
8468 #           'IMIX' and
8469 #           '8T4C' and
8470 #           'MRR'"
8471 #  parameters:
8472 #  - "result"
8473 #  - "name"
8474 #  - "tags"
8475 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8476 #  x-axis: "X = CNFs per Service Chain"
8477 #  y-axis: "Y = Number of Service Chains"
8478 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8479 #  layout:
8480 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8481 #    layout: "plot-service-density"
8482 #
8483 ## Plots - NF Density - CSC - NDR 64b
8484 #- type: "plot"
8485 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8486 #  algorithm: "plot_nf_heatmap"
8487 #  output-file-type: ".html"
8488 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
8489 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8490 #  filter: "'NIC_Intel-XXV710' and
8491 #           'NF_DENSITY' and
8492 #           'DOCKER' and
8493 #           'CHAIN' and
8494 #           'NF_VPPIP4' and
8495 #           '64B' and
8496 #           '2T1C' and
8497 #           'NDRPDR'"
8498 #  parameters:
8499 #  - "throughput"
8500 #  - "name"
8501 #  - "tags"
8502 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8503 #  x-axis: "X = CNFs per Service Chain"
8504 #  y-axis: "Y = Number of Service Chains"
8505 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8506 #  layout:
8507 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8508 #    layout: "plot-service-density"
8509 #
8510 #- type: "plot"
8511 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8512 #  algorithm: "plot_nf_heatmap"
8513 #  output-file-type: ".html"
8514 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
8515 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8516 #  filter: "'NIC_Intel-XXV710' and
8517 #           'NF_DENSITY' and
8518 #           'DOCKER' and
8519 #           'CHAIN' and
8520 #           'NF_VPPIP4' and
8521 #           '64B' and
8522 #           '4T2C' and
8523 #           'NDRPDR'"
8524 #  parameters:
8525 #  - "throughput"
8526 #  - "name"
8527 #  - "tags"
8528 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8529 #  x-axis: "X = CNFs per Service Chain"
8530 #  y-axis: "Y = Number of Service Chains"
8531 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8532 #  layout:
8533 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8534 #    layout: "plot-service-density"
8535 #
8536 #- type: "plot"
8537 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8538 #  algorithm: "plot_nf_heatmap"
8539 #  output-file-type: ".html"
8540 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
8541 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8542 #  filter: "'NIC_Intel-XXV710' and
8543 #           'NF_DENSITY' and
8544 #           'DOCKER' and
8545 #           'CHAIN' and
8546 #           'NF_VPPIP4' and
8547 #           '64B' and
8548 #           '8T4C' and
8549 #           'NDRPDR'"
8550 #  parameters:
8551 #  - "throughput"
8552 #  - "name"
8553 #  - "tags"
8554 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8555 #  x-axis: "X = CNFs per Service Chain"
8556 #  y-axis: "Y = Number of Service Chains"
8557 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8558 #  layout:
8559 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8560 #    layout: "plot-service-density"
8561 #
8562 ## Plots - NF Density - CSC - NDR IMIX
8563 #- type: "plot"
8564 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8565 #  algorithm: "plot_nf_heatmap"
8566 #  output-file-type: ".html"
8567 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8568 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8569 #  filter: "'NIC_Intel-XXV710' and
8570 #           'NF_DENSITY' and
8571 #           'DOCKER' and
8572 #           'CHAIN' and
8573 #           'NF_VPPIP4' and
8574 #           'IMIX' and
8575 #           '2T1C' and
8576 #           'NDRPDR'"
8577 #  parameters:
8578 #  - "throughput"
8579 #  - "name"
8580 #  - "tags"
8581 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8582 #  x-axis: "X = CNFs per Service Chain"
8583 #  y-axis: "Y = Number of Service Chains"
8584 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8585 #  layout:
8586 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8587 #    layout: "plot-service-density"
8588 #
8589 #- type: "plot"
8590 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8591 #  algorithm: "plot_nf_heatmap"
8592 #  output-file-type: ".html"
8593 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8594 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8595 #  filter: "'NIC_Intel-XXV710' and
8596 #           'NF_DENSITY' and
8597 #           'DOCKER' and
8598 #           'CHAIN' and
8599 #           'NF_VPPIP4' and
8600 #           'IMIX' and
8601 #           '4T2C' and
8602 #           'NDRPDR'"
8603 #  parameters:
8604 #  - "throughput"
8605 #  - "name"
8606 #  - "tags"
8607 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8608 #  x-axis: "X = CNFs per Service Chain"
8609 #  y-axis: "Y = Number of Service Chains"
8610 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8611 #  layout:
8612 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8613 #    layout: "plot-service-density"
8614 #
8615 #- type: "plot"
8616 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8617 #  algorithm: "plot_nf_heatmap"
8618 #  output-file-type: ".html"
8619 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8620 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8621 #  filter: "'NIC_Intel-XXV710' and
8622 #           'NF_DENSITY' and
8623 #           'DOCKER' and
8624 #           'CHAIN' and
8625 #           'NF_VPPIP4' and
8626 #           'IMIX' and
8627 #           '8T4C' and
8628 #           'NDRPDR'"
8629 #  parameters:
8630 #  - "throughput"
8631 #  - "name"
8632 #  - "tags"
8633 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8634 #  x-axis: "X = CNFs per Service Chain"
8635 #  y-axis: "Y = Number of Service Chains"
8636 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8637 #  layout:
8638 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8639 #    layout: "plot-service-density"
8640 #
8641 ## Plots - NF Density - CSC - PDR 64b
8642 #- type: "plot"
8643 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8644 #  algorithm: "plot_nf_heatmap"
8645 #  output-file-type: ".html"
8646 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
8647 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8648 #  filter: "'NIC_Intel-XXV710' and
8649 #           'NF_DENSITY' and
8650 #           'DOCKER' and
8651 #           'CHAIN' and
8652 #           'NF_VPPIP4' and
8653 #           '64B' and
8654 #           '2T1C' and
8655 #           'NDRPDR'"
8656 #  parameters:
8657 #  - "throughput"
8658 #  - "name"
8659 #  - "tags"
8660 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8661 #  x-axis: "X = CNFs per Service Chain"
8662 #  y-axis: "Y = Number of Service Chains"
8663 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8664 #  layout:
8665 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8666 #    layout: "plot-service-density"
8667 #
8668 #- type: "plot"
8669 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8670 #  algorithm: "plot_nf_heatmap"
8671 #  output-file-type: ".html"
8672 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
8673 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8674 #  filter: "'NIC_Intel-XXV710' and
8675 #           'NF_DENSITY' and
8676 #           'DOCKER' and
8677 #           'CHAIN' and
8678 #           'NF_VPPIP4' and
8679 #           '64B' and
8680 #           '4T2C' and
8681 #           'NDRPDR'"
8682 #  parameters:
8683 #  - "throughput"
8684 #  - "name"
8685 #  - "tags"
8686 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8687 #  x-axis: "X = CNFs per Service Chain"
8688 #  y-axis: "Y = Number of Service Chains"
8689 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8690 #  layout:
8691 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8692 #    layout: "plot-service-density"
8693 #
8694 #- type: "plot"
8695 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8696 #  algorithm: "plot_nf_heatmap"
8697 #  output-file-type: ".html"
8698 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
8699 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8700 #  filter: "'NIC_Intel-XXV710' and
8701 #           'NF_DENSITY' and
8702 #           'DOCKER' and
8703 #           'CHAIN' and
8704 #           'NF_VPPIP4' and
8705 #           '64B' and
8706 #           '8T4C' and
8707 #           'NDRPDR'"
8708 #  parameters:
8709 #  - "throughput"
8710 #  - "name"
8711 #  - "tags"
8712 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8713 #  x-axis: "X = CNFs per Service Chain"
8714 #  y-axis: "Y = Number of Service Chains"
8715 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8716 #  layout:
8717 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8718 #    layout: "plot-service-density"
8719 #
8720 ## Plots - NF Density - CSC - PDR IMIX
8721 #- type: "plot"
8722 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8723 #  algorithm: "plot_nf_heatmap"
8724 #  output-file-type: ".html"
8725 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8726 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8727 #  filter: "'NIC_Intel-XXV710' and
8728 #           'NF_DENSITY' and
8729 #           'DOCKER' and
8730 #           'CHAIN' and
8731 #           'NF_VPPIP4' and
8732 #           'IMIX' and
8733 #           '2T1C' and
8734 #           'NDRPDR'"
8735 #  parameters:
8736 #  - "throughput"
8737 #  - "name"
8738 #  - "tags"
8739 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8740 #  x-axis: "X = CNFs per Service Chain"
8741 #  y-axis: "Y = Number of Service Chains"
8742 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8743 #  layout:
8744 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8745 #    layout: "plot-service-density"
8746 #
8747 #- type: "plot"
8748 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8749 #  algorithm: "plot_nf_heatmap"
8750 #  output-file-type: ".html"
8751 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8752 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8753 #  filter: "'NIC_Intel-XXV710' and
8754 #           'NF_DENSITY' and
8755 #           'DOCKER' and
8756 #           'CHAIN' and
8757 #           'NF_VPPIP4' and
8758 #           'IMIX' and
8759 #           '4T2C' and
8760 #           'NDRPDR'"
8761 #  parameters:
8762 #  - "throughput"
8763 #  - "name"
8764 #  - "tags"
8765 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8766 #  x-axis: "X = CNFs per Service Chain"
8767 #  y-axis: "Y = Number of Service Chains"
8768 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8769 #  layout:
8770 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8771 #    layout: "plot-service-density"
8772 #
8773 #- type: "plot"
8774 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8775 #  algorithm: "plot_nf_heatmap"
8776 #  output-file-type: ".html"
8777 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8778 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8779 #  filter: "'NIC_Intel-XXV710' and
8780 #           'NF_DENSITY' and
8781 #           'DOCKER' and
8782 #           'CHAIN' and
8783 #           'NF_VPPIP4' and
8784 #           'IMIX' and
8785 #           '8T4C' and
8786 #           'NDRPDR'"
8787 #  parameters:
8788 #  - "throughput"
8789 #  - "name"
8790 #  - "tags"
8791 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8792 #  x-axis: "X = CNFs per Service Chain"
8793 #  y-axis: "Y = Number of Service Chains"
8794 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8795 #  layout:
8796 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8797 #    layout: "plot-service-density"
8798 #
8799 ################################################################################
8800 #
8801 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8802 #- type: "plot"
8803 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8804 #  algorithm: "plot_nf_heatmap"
8805 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8806 #  data: "plot-vpp-nfv-3n-skx-mrr"
8807 #  filter: "'NIC_Intel-XXV710' and
8808 #           'NF_DENSITY' and
8809 #           'DOCKER' and
8810 #           'CHAIN' and
8811 #           'NF_VPPIP4' and
8812 #           'IPSEC' and
8813 #           'TNL_4' and
8814 #           'IMIX' and
8815 #           '2T1C' and
8816 #           'MRR'"
8817 #  parameters:
8818 #  - "result"
8819 #  - "name"
8820 #  - "tags"
8821 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8822 #  x-axis: "X = CNFs per Service Chain"
8823 #  y-axis: "Y = Number of Service Chains"
8824 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8825 #  layout:
8826 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8827 #    layout: "plot-service-density"
8828 #
8829 #- type: "plot"
8830 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8831 #  algorithm: "plot_nf_heatmap"
8832 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8833 #  data: "plot-vpp-nfv-3n-skx-mrr"
8834 #  filter: "'NIC_Intel-XXV710' and
8835 #           'NF_DENSITY' and
8836 #           'DOCKER' and
8837 #           'CHAIN' and
8838 #           'NF_VPPIP4' and
8839 #           'IPSEC' and
8840 #           'TNL_4' and
8841 #           'IMIX' and
8842 #           '4T2C' and
8843 #           'MRR'"
8844 #  parameters:
8845 #  - "result"
8846 #  - "name"
8847 #  - "tags"
8848 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8849 #  x-axis: "X = CNFs per Service Chain"
8850 #  y-axis: "Y = Number of Service Chains"
8851 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8852 #  layout:
8853 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8854 #    layout: "plot-service-density"
8855 #
8856 #- type: "plot"
8857 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8858 #  algorithm: "plot_nf_heatmap"
8859 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8860 #  data: "plot-vpp-nfv-3n-skx-mrr"
8861 #  filter: "'NIC_Intel-XXV710' and
8862 #           'NF_DENSITY' and
8863 #           'DOCKER' and
8864 #           'CHAIN' and
8865 #           'NF_VPPIP4' and
8866 #           'IPSEC' and
8867 #           'TNL_4' and
8868 #           'IMIX' and
8869 #           '8T4C' and
8870 #           'MRR'"
8871 #  parameters:
8872 #  - "result"
8873 #  - "name"
8874 #  - "tags"
8875 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8876 #  x-axis: "X = CNFs per Service Chain"
8877 #  y-axis: "Y = Number of Service Chains"
8878 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8879 #  layout:
8880 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8881 #    layout: "plot-service-density"
8882
8883 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8884 - type: "plot"
8885   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8886   algorithm: "plot_nf_heatmap"
8887   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8888   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8889   filter: "'NIC_Intel-XXV710' and
8890            'NF_DENSITY' and
8891            'DOCKER' and
8892            'CHAIN' and
8893            'NF_VPPIP4' and
8894            'IPSEC' and
8895            'TNL_4' and
8896            'IMIX' and
8897            '2T1C' and
8898            'NDRPDR'"
8899   parameters:
8900   - "throughput"
8901   - "name"
8902   - "tags"
8903   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8904   x-axis: "X = CNFs per Service Chain"
8905   y-axis: "Y = Number of Service Chains"
8906   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8907   layout:
8908     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8909     layout: "plot-service-density"
8910
8911 - type: "plot"
8912   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8913   algorithm: "plot_nf_heatmap"
8914   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8915   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8916   filter: "'NIC_Intel-XXV710' and
8917            'NF_DENSITY' and
8918            'DOCKER' and
8919            'CHAIN' and
8920            'NF_VPPIP4' and
8921            'IPSEC' and
8922            'TNL_4' and
8923            'IMIX' and
8924            '4T2C' and
8925            'NDRPDR'"
8926   parameters:
8927   - "throughput"
8928   - "name"
8929   - "tags"
8930   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8931   x-axis: "X = CNFs per Service Chain"
8932   y-axis: "Y = Number of Service Chains"
8933   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8934   layout:
8935     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8936     layout: "plot-service-density"
8937
8938 - type: "plot"
8939   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8940   algorithm: "plot_nf_heatmap"
8941   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8942   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8943   filter: "'NIC_Intel-XXV710' and
8944            'NF_DENSITY' and
8945            'DOCKER' and
8946            'CHAIN' and
8947            'NF_VPPIP4' and
8948            'IPSEC' and
8949            'TNL_4' and
8950            'IMIX' and
8951            '8T4C' and
8952            'NDRPDR'"
8953   parameters:
8954   - "throughput"
8955   - "name"
8956   - "tags"
8957   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8958   x-axis: "X = CNFs per Service Chain"
8959   y-axis: "Y = Number of Service Chains"
8960   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8961   layout:
8962     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8963     layout: "plot-service-density"
8964
8965 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8966 - type: "plot"
8967   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8968   algorithm: "plot_nf_heatmap"
8969   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8970   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8971   filter: "'NIC_Intel-XXV710' and
8972            'NF_DENSITY' and
8973            'DOCKER' and
8974            'CHAIN' and
8975            'NF_VPPIP4' and
8976            'IPSEC' and
8977            'TNL_4' and
8978            'IMIX' and
8979            '2T1C' and
8980            'NDRPDR'"
8981   parameters:
8982   - "throughput"
8983   - "name"
8984   - "tags"
8985   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8986   x-axis: "X = CNFs per Service Chain"
8987   y-axis: "Y = Number of Service Chains"
8988   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8989   layout:
8990     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8991     layout: "plot-service-density"
8992
8993 - type: "plot"
8994   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8995   algorithm: "plot_nf_heatmap"
8996   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8997   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8998   filter: "'NIC_Intel-XXV710' and
8999            'NF_DENSITY' and
9000            'DOCKER' and
9001            'CHAIN' and
9002            'NF_VPPIP4' and
9003            'IPSEC' and
9004            'TNL_4' and
9005            'IMIX' and
9006            '4T2C' and
9007            'NDRPDR'"
9008   parameters:
9009   - "throughput"
9010   - "name"
9011   - "tags"
9012   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9013   x-axis: "X = CNFs per Service Chain"
9014   y-axis: "Y = Number of Service Chains"
9015   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9016   layout:
9017     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9018     layout: "plot-service-density"
9019
9020 - type: "plot"
9021   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9022   algorithm: "plot_nf_heatmap"
9023   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
9024   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9025   filter: "'NIC_Intel-XXV710' and
9026            'NF_DENSITY' and
9027            'DOCKER' and
9028            'CHAIN' and
9029            'NF_VPPIP4' and
9030            'IPSEC' and
9031            'TNL_4' and
9032            'IMIX' and
9033            '8T4C' and
9034            'NDRPDR'"
9035   parameters:
9036   - "throughput"
9037   - "name"
9038   - "tags"
9039   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9040   x-axis: "X = CNFs per Service Chain"
9041   y-axis: "Y = Number of Service Chains"
9042   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9043   layout:
9044     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9045     layout: "plot-service-density"
9046
9047 ###############################################################################
9048
9049 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
9050 #- type: "plot"
9051 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9052 #  algorithm: "plot_nf_heatmap"
9053 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
9054 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9055 #  filter: "'NIC_Intel-XL710' and
9056 #           'NF_DENSITY' and
9057 #           'DOCKER' and
9058 #           'CHAIN' and
9059 #           'NF_VPPIP4' and
9060 #           'IMIX' and
9061 #           'TNL_4' and
9062 #           '1T1C' and
9063 #           'MRR'"
9064 #  parameters:
9065 #  - "result"
9066 #  - "name"
9067 #  - "tags"
9068 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9069 #  x-axis: "X = CNFs per Service Chain"
9070 #  y-axis: "Y = Number of Service Chains"
9071 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9072 #  layout:
9073 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9074 #    layout: "plot-service-density"
9075 #
9076 #- type: "plot"
9077 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9078 #  algorithm: "plot_nf_heatmap"
9079 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
9080 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9081 #  filter: "'NIC_Intel-XL710' and
9082 #           'NF_DENSITY' and
9083 #           'DOCKER' and
9084 #           'CHAIN' and
9085 #           'NF_VPPIP4' and
9086 #           'IPSEC' and
9087 #           'TNL_4' and
9088 #           'IMIX' and
9089 #           '2T2C' and
9090 #           'MRR'"
9091 #  parameters:
9092 #  - "result"
9093 #  - "name"
9094 #  - "tags"
9095 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9096 #  x-axis: "X = CNFs per Service Chain"
9097 #  y-axis: "Y = Number of Service Chains"
9098 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9099 #  layout:
9100 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9101 #    layout: "plot-service-density"
9102 #
9103 #- type: "plot"
9104 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9105 #  algorithm: "plot_nf_heatmap"
9106 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
9107 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9108 #  filter: "'NIC_Intel-XL710' and
9109 #           'NF_DENSITY' and
9110 #           'DOCKER' and
9111 #           'CHAIN' and
9112 #           'NF_VPPIP4' and
9113 #           'IPSEC' and
9114 #           'TNL_4' and
9115 #           'IMIX' and
9116 #           '4T4C' and
9117 #           'MRR'"
9118 #  parameters:
9119 #  - "result"
9120 #  - "name"
9121 #  - "tags"
9122 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9123 #  x-axis: "X = CNFs per Service Chain"
9124 #  y-axis: "Y = Number of Service Chains"
9125 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9126 #  layout:
9127 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9128 #    layout: "plot-service-density"
9129
9130 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
9131 #- type: "plot"
9132 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9133 #  algorithm: "plot_nf_heatmap"
9134 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
9135 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9136 #  filter: "'NIC_Intel-XL710' and
9137 #           'NF_DENSITY' and
9138 #           'DOCKER' and
9139 #           'CHAIN' and
9140 #           'NF_VPPIP4' and
9141 #           'IPSEC' and
9142 #           'TNL_4' and
9143 #           'IMIX' and
9144 #           '1T1C' and
9145 #           'NDRPDR'"
9146 #  parameters:
9147 #  - "throughput"
9148 #  - "name"
9149 #  - "tags"
9150 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9151 #  x-axis: "X = CNFs per Service Chain"
9152 #  y-axis: "Y = Number of Service Chains"
9153 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9154 #  layout:
9155 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9156 #    layout: "plot-service-density"
9157 #
9158 #- type: "plot"
9159 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9160 #  algorithm: "plot_nf_heatmap"
9161 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
9162 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9163 #  filter: "'NIC_Intel-XL710' and
9164 #           'NF_DENSITY' and
9165 #           'DOCKER' and
9166 #           'CHAIN' and
9167 #           'NF_VPPIP4' and
9168 #           'IPSEC' and
9169 #           'TNL_4' and
9170 #           'IMIX' and
9171 #           '2T2C' and
9172 #           'NDRPDR'"
9173 #  parameters:
9174 #  - "throughput"
9175 #  - "name"
9176 #  - "tags"
9177 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9178 #  x-axis: "X = CNFs per Service Chain"
9179 #  y-axis: "Y = Number of Service Chains"
9180 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9181 #  layout:
9182 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9183 #    layout: "plot-service-density"
9184 #
9185 #- type: "plot"
9186 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9187 #  algorithm: "plot_nf_heatmap"
9188 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
9189 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9190 #  filter: "'NIC_Intel-XL710' and
9191 #           'NF_DENSITY' and
9192 #           'DOCKER' and
9193 #           'CHAIN' and
9194 #           'NF_VPPIP4' and
9195 #           'IPSEC' and
9196 #           'TNL_4' and
9197 #           'IMIX' and
9198 #           '4T4C' and
9199 #           'NDRPDR'"
9200 #  parameters:
9201 #  - "throughput"
9202 #  - "name"
9203 #  - "tags"
9204 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9205 #  x-axis: "X = CNFs per Service Chain"
9206 #  y-axis: "Y = Number of Service Chains"
9207 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9208 #  layout:
9209 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9210 #    layout: "plot-service-density"
9211 #
9212 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
9213 #- type: "plot"
9214 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9215 #  algorithm: "plot_nf_heatmap"
9216 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
9217 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9218 #  filter: "'NIC_Intel-XL710' and
9219 #           'NF_DENSITY' and
9220 #           'DOCKER' and
9221 #           'CHAIN' and
9222 #           'NF_VPPIP4' and
9223 #           'IPSEC' and
9224 #           'TNL_4' and
9225 #           'IMIX' and
9226 #           '1T1C' and
9227 #           'NDRPDR'"
9228 #  parameters:
9229 #  - "throughput"
9230 #  - "name"
9231 #  - "tags"
9232 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9233 #  x-axis: "X = CNFs per Service Chain"
9234 #  y-axis: "Y = Number of Service Chains"
9235 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9236 #  layout:
9237 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9238 #    layout: "plot-service-density"
9239 #
9240 #- type: "plot"
9241 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9242 #  algorithm: "plot_nf_heatmap"
9243 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
9244 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9245 #  filter: "'NIC_Intel-XL710' and
9246 #           'NF_DENSITY' and
9247 #           'DOCKER' and
9248 #           'CHAIN' and
9249 #           'NF_VPPIP4' and
9250 #           'IPSEC' and
9251 #           'TNL_4' and
9252 #           'IMIX' and
9253 #           '2T2C' and
9254 #           'NDRPDR'"
9255 #  parameters:
9256 #  - "throughput"
9257 #  - "name"
9258 #  - "tags"
9259 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9260 #  x-axis: "X = CNFs per Service Chain"
9261 #  y-axis: "Y = Number of Service Chains"
9262 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9263 #  layout:
9264 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9265 #    layout: "plot-service-density"
9266 #
9267 #- type: "plot"
9268 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9269 #  algorithm: "plot_nf_heatmap"
9270 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
9271 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9272 #  filter: "'NIC_Intel-XL710' and
9273 #           'NF_DENSITY' and
9274 #           'DOCKER' and
9275 #           'CHAIN' and
9276 #           'NF_VPPIP4' and
9277 #           'IPSEC' and
9278 #           'TNL_4' and
9279 #           'IMIX' and
9280 #           '4T4C' and
9281 #           'NDRPDR'"
9282 #  parameters:
9283 #  - "throughput"
9284 #  - "name"
9285 #  - "tags"
9286 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9287 #  x-axis: "X = CNFs per Service Chain"
9288 #  y-axis: "Y = Number of Service Chains"
9289 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9290 #  layout:
9291 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9292 #    layout: "plot-service-density"
9293
9294 ###############################################################################
9295
9296 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9297 #- type: "plot"
9298 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9299 #  algorithm: "plot_nf_heatmap"
9300 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
9301 #  data: "plot-vpp-nfv-3n-skx-mrr"
9302 #  filter: "'NIC_Intel-XXV710' and
9303 #           'NF_DENSITY' and
9304 #           'DOCKER' and
9305 #           'CHAIN' and
9306 #           'NF_VPPIP4' and
9307 #           'IPSEC' and
9308 #           'TNL_1000' and
9309 #           'IMIX' and
9310 #           '2T1C' and
9311 #           'MRR'"
9312 #  parameters:
9313 #  - "result"
9314 #  - "name"
9315 #  - "tags"
9316 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9317 #  x-axis: "X = CNFs per Service Chain"
9318 #  y-axis: "Y = Number of Service Chains"
9319 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9320 #  layout:
9321 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9322 #    layout: "plot-service-density"
9323 #
9324 #- type: "plot"
9325 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9326 #  algorithm: "plot_nf_heatmap"
9327 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
9328 #  data: "plot-vpp-nfv-3n-skx-mrr"
9329 #  filter: "'NIC_Intel-XXV710' and
9330 #           'NF_DENSITY' and
9331 #           'DOCKER' and
9332 #           'CHAIN' and
9333 #           'NF_VPPIP4' and
9334 #           'IPSEC' and
9335 #           'TNL_1000' and
9336 #           'IMIX' and
9337 #           '4T2C' and
9338 #           'MRR'"
9339 #  parameters:
9340 #  - "result"
9341 #  - "name"
9342 #  - "tags"
9343 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9344 #  x-axis: "X = CNFs per Service Chain"
9345 #  y-axis: "Y = Number of Service Chains"
9346 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9347 #  layout:
9348 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9349 #    layout: "plot-service-density"
9350 #
9351 #- type: "plot"
9352 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9353 #  algorithm: "plot_nf_heatmap"
9354 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
9355 #  data: "plot-vpp-nfv-3n-skx-mrr"
9356 #  filter: "'NIC_Intel-XXV710' and
9357 #           'NF_DENSITY' and
9358 #           'DOCKER' and
9359 #           'CHAIN' and
9360 #           'NF_VPPIP4' and
9361 #           'IPSEC' and
9362 #           'TNL_1000' and
9363 #           'IMIX' and
9364 #           '8T4C' and
9365 #           'MRR'"
9366 #  parameters:
9367 #  - "result"
9368 #  - "name"
9369 #  - "tags"
9370 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9371 #  x-axis: "X = CNFs per Service Chain"
9372 #  y-axis: "Y = Number of Service Chains"
9373 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9374 #  layout:
9375 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9376 #    layout: "plot-service-density"
9377
9378 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9379 - type: "plot"
9380   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9381   algorithm: "plot_nf_heatmap"
9382   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
9383   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9384   filter: "'NIC_Intel-XXV710' and
9385            'NF_DENSITY' and
9386            'DOCKER' and
9387            'CHAIN' and
9388            'NF_VPPIP4' and
9389            'IPSEC' and
9390            'TNL_1000' and
9391            'IMIX' and
9392            '2T1C' and
9393            'NDRPDR'"
9394   parameters:
9395   - "throughput"
9396   - "name"
9397   - "tags"
9398   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9399   x-axis: "X = CNFs per Service Chain"
9400   y-axis: "Y = Number of Service Chains"
9401   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9402   layout:
9403     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9404     layout: "plot-service-density"
9405
9406 - type: "plot"
9407   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9408   algorithm: "plot_nf_heatmap"
9409   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
9410   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9411   filter: "'NIC_Intel-XXV710' and
9412            'NF_DENSITY' and
9413            'DOCKER' and
9414            'CHAIN' and
9415            'NF_VPPIP4' and
9416            'IPSEC' and
9417            'TNL_1000' and
9418            'IMIX' and
9419            '4T2C' and
9420            'NDRPDR'"
9421   parameters:
9422   - "throughput"
9423   - "name"
9424   - "tags"
9425   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9426   x-axis: "X = CNFs per Service Chain"
9427   y-axis: "Y = Number of Service Chains"
9428   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9429   layout:
9430     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9431     layout: "plot-service-density"
9432
9433 - type: "plot"
9434   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9435   algorithm: "plot_nf_heatmap"
9436   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
9437   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9438   filter: "'NIC_Intel-XXV710' and
9439            'NF_DENSITY' and
9440            'DOCKER' and
9441            'CHAIN' and
9442            'NF_VPPIP4' and
9443            'IPSEC' and
9444            'TNL_1000' and
9445            'IMIX' and
9446            '8T4C' and
9447            'NDRPDR'"
9448   parameters:
9449   - "throughput"
9450   - "name"
9451   - "tags"
9452   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9453   x-axis: "X = CNFs per Service Chain"
9454   y-axis: "Y = Number of Service Chains"
9455   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9456   layout:
9457     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9458     layout: "plot-service-density"
9459
9460 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9461 - type: "plot"
9462   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9463   algorithm: "plot_nf_heatmap"
9464   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
9465   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9466   filter: "'NIC_Intel-XXV710' and
9467            'NF_DENSITY' and
9468            'DOCKER' and
9469            'CHAIN' and
9470            'NF_VPPIP4' and
9471            'IPSEC' and
9472            'TNL_1000' and
9473            'IMIX' and
9474            '2T1C' and
9475            'NDRPDR'"
9476   parameters:
9477   - "throughput"
9478   - "name"
9479   - "tags"
9480   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9481   x-axis: "X = CNFs per Service Chain"
9482   y-axis: "Y = Number of Service Chains"
9483   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9484   layout:
9485     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9486     layout: "plot-service-density"
9487
9488 - type: "plot"
9489   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9490   algorithm: "plot_nf_heatmap"
9491   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
9492   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9493   filter: "'NIC_Intel-XXV710' and
9494            'NF_DENSITY' and
9495            'DOCKER' and
9496            'CHAIN' and
9497            'NF_VPPIP4' and
9498            'IPSEC' and
9499            'TNL_1000' and
9500            'IMIX' and
9501            '4T2C' and
9502            'NDRPDR'"
9503   parameters:
9504   - "throughput"
9505   - "name"
9506   - "tags"
9507   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9508   x-axis: "X = CNFs per Service Chain"
9509   y-axis: "Y = Number of Service Chains"
9510   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9511   layout:
9512     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9513     layout: "plot-service-density"
9514
9515 - type: "plot"
9516   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9517   algorithm: "plot_nf_heatmap"
9518   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
9519   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9520   filter: "'NIC_Intel-XXV710' and
9521            'NF_DENSITY' and
9522            'DOCKER' and
9523            'CHAIN' and
9524            'NF_VPPIP4' and
9525            'IPSEC' and
9526            'TNL_1000' and
9527            'IMIX' and
9528            '8T4C' and
9529            'NDRPDR'"
9530   parameters:
9531   - "throughput"
9532   - "name"
9533   - "tags"
9534   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9535   x-axis: "X = CNFs per Service Chain"
9536   y-axis: "Y = Number of Service Chains"
9537   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9538   layout:
9539     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9540     layout: "plot-service-density"
9541
9542 ###############################################################################
9543
9544 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9545 #- type: "plot"
9546 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9547 #  algorithm: "plot_nf_heatmap"
9548 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
9549 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9550 #  filter: "'NIC_Intel-XL710' and
9551 #           'NF_DENSITY' and
9552 #           'DOCKER' and
9553 #           'CHAIN' and
9554 #           'NF_VPPIP4' and
9555 #           'IMIX' and
9556 #           'TNL_1000' and
9557 #           '1T1C' and
9558 #           'MRR'"
9559 #  parameters:
9560 #  - "result"
9561 #  - "name"
9562 #  - "tags"
9563 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9564 #  x-axis: "X = CNFs per Service Chain"
9565 #  y-axis: "Y = Number of Service Chains"
9566 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9567 #  layout:
9568 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9569 #    layout: "plot-service-density"
9570 #
9571 #- type: "plot"
9572 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9573 #  algorithm: "plot_nf_heatmap"
9574 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
9575 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9576 #  filter: "'NIC_Intel-XL710' and
9577 #           'NF_DENSITY' and
9578 #           'DOCKER' and
9579 #           'CHAIN' and
9580 #           'NF_VPPIP4' and
9581 #           'IPSEC' and
9582 #           'TNL_1000' and
9583 #           'IMIX' and
9584 #           '2T2C' and
9585 #           'MRR'"
9586 #  parameters:
9587 #  - "result"
9588 #  - "name"
9589 #  - "tags"
9590 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9591 #  x-axis: "X = CNFs per Service Chain"
9592 #  y-axis: "Y = Number of Service Chains"
9593 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9594 #  layout:
9595 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9596 #    layout: "plot-service-density"
9597 #
9598 #- type: "plot"
9599 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9600 #  algorithm: "plot_nf_heatmap"
9601 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9602 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9603 #  filter: "'NIC_Intel-XL710' and
9604 #           'NF_DENSITY' and
9605 #           'DOCKER' and
9606 #           'CHAIN' and
9607 #           'NF_VPPIP4' and
9608 #           'IPSEC' and
9609 #           'TNL_1000' and
9610 #           'IMIX' and
9611 #           '4T4C' and
9612 #           'MRR'"
9613 #  parameters:
9614 #  - "result"
9615 #  - "name"
9616 #  - "tags"
9617 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9618 #  x-axis: "X = CNFs per Service Chain"
9619 #  y-axis: "Y = Number of Service Chains"
9620 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9621 #  layout:
9622 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9623 #    layout: "plot-service-density"
9624
9625 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9626 #- type: "plot"
9627 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9628 #  algorithm: "plot_nf_heatmap"
9629 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9630 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9631 #  filter: "'NIC_Intel-XL710' and
9632 #           'NF_DENSITY' and
9633 #           'DOCKER' and
9634 #           'CHAIN' and
9635 #           'NF_VPPIP4' and
9636 #           'IPSEC' and
9637 #           'TNL_1000' and
9638 #           'IMIX' and
9639 #           '1T1C' and
9640 #           'NDRPDR'"
9641 #  parameters:
9642 #  - "throughput"
9643 #  - "name"
9644 #  - "tags"
9645 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9646 #  x-axis: "X = CNFs per Service Chain"
9647 #  y-axis: "Y = Number of Service Chains"
9648 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9649 #  layout:
9650 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9651 #    layout: "plot-service-density"
9652 #
9653 #- type: "plot"
9654 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9655 #  algorithm: "plot_nf_heatmap"
9656 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9657 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9658 #  filter: "'NIC_Intel-XL710' and
9659 #           'NF_DENSITY' and
9660 #           'DOCKER' and
9661 #           'CHAIN' and
9662 #           'NF_VPPIP4' and
9663 #           'IPSEC' and
9664 #           'TNL_1000' and
9665 #           'IMIX' and
9666 #           '2T2C' and
9667 #           'NDRPDR'"
9668 #  parameters:
9669 #  - "throughput"
9670 #  - "name"
9671 #  - "tags"
9672 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9673 #  x-axis: "X = CNFs per Service Chain"
9674 #  y-axis: "Y = Number of Service Chains"
9675 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9676 #  layout:
9677 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9678 #    layout: "plot-service-density"
9679 #
9680 #- type: "plot"
9681 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9682 #  algorithm: "plot_nf_heatmap"
9683 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9684 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9685 #  filter: "'NIC_Intel-XL710' and
9686 #           'NF_DENSITY' and
9687 #           'DOCKER' and
9688 #           'CHAIN' and
9689 #           'NF_VPPIP4' and
9690 #           'IPSEC' and
9691 #           'TNL_1000' and
9692 #           'IMIX' and
9693 #           '4T4C' and
9694 #           'NDRPDR'"
9695 #  parameters:
9696 #  - "throughput"
9697 #  - "name"
9698 #  - "tags"
9699 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9700 #  x-axis: "X = CNFs per Service Chain"
9701 #  y-axis: "Y = Number of Service Chains"
9702 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9703 #  layout:
9704 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9705 #    layout: "plot-service-density"
9706 #
9707 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9708 #- type: "plot"
9709 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9710 #  algorithm: "plot_nf_heatmap"
9711 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9712 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9713 #  filter: "'NIC_Intel-XL710' and
9714 #           'NF_DENSITY' and
9715 #           'DOCKER' and
9716 #           'CHAIN' and
9717 #           'NF_VPPIP4' and
9718 #           'IPSEC' and
9719 #           'TNL_1000' and
9720 #           'IMIX' and
9721 #           '1T1C' and
9722 #           'NDRPDR'"
9723 #  parameters:
9724 #  - "throughput"
9725 #  - "name"
9726 #  - "tags"
9727 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9728 #  x-axis: "X = CNFs per Service Chain"
9729 #  y-axis: "Y = Number of Service Chains"
9730 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9731 #  layout:
9732 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9733 #    layout: "plot-service-density"
9734 #
9735 #- type: "plot"
9736 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9737 #  algorithm: "plot_nf_heatmap"
9738 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9739 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9740 #  filter: "'NIC_Intel-XL710' and
9741 #           'NF_DENSITY' and
9742 #           'DOCKER' and
9743 #           'CHAIN' and
9744 #           'NF_VPPIP4' and
9745 #           'IPSEC' and
9746 #           'TNL_1000' and
9747 #           'IMIX' and
9748 #           '2T2C' and
9749 #           'NDRPDR'"
9750 #  parameters:
9751 #  - "throughput"
9752 #  - "name"
9753 #  - "tags"
9754 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9755 #  x-axis: "X = CNFs per Service Chain"
9756 #  y-axis: "Y = Number of Service Chains"
9757 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9758 #  layout:
9759 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9760 #    layout: "plot-service-density"
9761 #
9762 #- type: "plot"
9763 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9764 #  algorithm: "plot_nf_heatmap"
9765 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9766 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9767 #  filter: "'NIC_Intel-XL710' and
9768 #           'NF_DENSITY' and
9769 #           'DOCKER' and
9770 #           'CHAIN' and
9771 #           'NF_VPPIP4' and
9772 #           'IPSEC' and
9773 #           'TNL_1000' and
9774 #           'IMIX' and
9775 #           '4T4C' and
9776 #           'NDRPDR'"
9777 #  parameters:
9778 #  - "throughput"
9779 #  - "name"
9780 #  - "tags"
9781 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9782 #  x-axis: "X = CNFs per Service Chain"
9783 #  y-axis: "Y = Number of Service Chains"
9784 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9785 #  layout:
9786 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9787 #    layout: "plot-service-density"
9788
9789 ###############################################################################
9790
9791 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9792 #- type: "plot"
9793 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9794 #  algorithm: "plot_nf_heatmap"
9795 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9796 #  data: "plot-vpp-nfv-3n-skx-mrr"
9797 #  filter: "'NIC_Intel-XXV710' and
9798 #           'NF_DENSITY' and
9799 #           'DOCKER' and
9800 #           'CHAIN' and
9801 #           'NF_VPPIP4' and
9802 #           'IPSEC' and
9803 #           'TNL_10000' and
9804 #           'IMIX' and
9805 #           '2T1C' and
9806 #           'MRR'"
9807 #  parameters:
9808 #  - "result"
9809 #  - "name"
9810 #  - "tags"
9811 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9812 #  x-axis: "X = CNFs per Service Chain"
9813 #  y-axis: "Y = Number of Service Chains"
9814 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9815 #  layout:
9816 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9817 #    layout: "plot-service-density"
9818 #
9819 #- type: "plot"
9820 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9821 #  algorithm: "plot_nf_heatmap"
9822 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9823 #  data: "plot-vpp-nfv-3n-skx-mrr"
9824 #  filter: "'NIC_Intel-XXV710' and
9825 #           'NF_DENSITY' and
9826 #           'DOCKER' and
9827 #           'CHAIN' and
9828 #           'NF_VPPIP4' and
9829 #           'IPSEC' and
9830 #           'TNL_10000' and
9831 #           'IMIX' and
9832 #           '4T2C' and
9833 #           'MRR'"
9834 #  parameters:
9835 #  - "result"
9836 #  - "name"
9837 #  - "tags"
9838 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9839 #  x-axis: "X = CNFs per Service Chain"
9840 #  y-axis: "Y = Number of Service Chains"
9841 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9842 #  layout:
9843 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9844 #    layout: "plot-service-density"
9845 #
9846 #- type: "plot"
9847 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9848 #  algorithm: "plot_nf_heatmap"
9849 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9850 #  data: "plot-vpp-nfv-3n-skx-mrr"
9851 #  filter: "'NIC_Intel-XXV710' and
9852 #           'NF_DENSITY' and
9853 #           'DOCKER' and
9854 #           'CHAIN' and
9855 #           'NF_VPPIP4' and
9856 #           'IPSEC' and
9857 #           'TNL_10000' and
9858 #           'IMIX' and
9859 #           '8T4C' and
9860 #           'MRR'"
9861 #  parameters:
9862 #  - "result"
9863 #  - "name"
9864 #  - "tags"
9865 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9866 #  x-axis: "X = CNFs per Service Chain"
9867 #  y-axis: "Y = Number of Service Chains"
9868 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9869 #  layout:
9870 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9871 #    layout: "plot-service-density"
9872
9873 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9874 - type: "plot"
9875   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9876   algorithm: "plot_nf_heatmap"
9877   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9878   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9879   filter: "'NIC_Intel-XXV710' and
9880            'NF_DENSITY' and
9881            'DOCKER' and
9882            'CHAIN' and
9883            'NF_VPPIP4' and
9884            'IPSEC' and
9885            'TNL_10000' and
9886            'IMIX' and
9887            '2T1C' and
9888            'NDRPDR'"
9889   parameters:
9890   - "throughput"
9891   - "name"
9892   - "tags"
9893   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9894   x-axis: "X = CNFs per Service Chain"
9895   y-axis: "Y = Number of Service Chains"
9896   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9897   layout:
9898     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9899     layout: "plot-service-density"
9900
9901 - type: "plot"
9902   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9903   algorithm: "plot_nf_heatmap"
9904   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9905   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9906   filter: "'NIC_Intel-XXV710' and
9907            'NF_DENSITY' and
9908            'DOCKER' and
9909            'CHAIN' and
9910            'NF_VPPIP4' and
9911            'IPSEC' and
9912            'TNL_10000' and
9913            'IMIX' and
9914            '4T2C' and
9915            'NDRPDR'"
9916   parameters:
9917   - "throughput"
9918   - "name"
9919   - "tags"
9920   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9921   x-axis: "X = CNFs per Service Chain"
9922   y-axis: "Y = Number of Service Chains"
9923   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9924   layout:
9925     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9926     layout: "plot-service-density"
9927
9928 - type: "plot"
9929   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9930   algorithm: "plot_nf_heatmap"
9931   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9932   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9933   filter: "'NIC_Intel-XXV710' and
9934            'NF_DENSITY' and
9935            'DOCKER' and
9936            'CHAIN' and
9937            'NF_VPPIP4' and
9938            'IPSEC' and
9939            'TNL_10000' and
9940            'IMIX' and
9941            '8T4C' and
9942            'NDRPDR'"
9943   parameters:
9944   - "throughput"
9945   - "name"
9946   - "tags"
9947   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9948   x-axis: "X = CNFs per Service Chain"
9949   y-axis: "Y = Number of Service Chains"
9950   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9951   layout:
9952     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9953     layout: "plot-service-density"
9954
9955 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9956 - type: "plot"
9957   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9958   algorithm: "plot_nf_heatmap"
9959   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9960   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9961   filter: "'NIC_Intel-XXV710' and
9962            'NF_DENSITY' and
9963            'DOCKER' and
9964            'CHAIN' and
9965            'NF_VPPIP4' and
9966            'IPSEC' and
9967            'TNL_10000' and
9968            'IMIX' and
9969            '2T1C' and
9970            'NDRPDR'"
9971   parameters:
9972   - "throughput"
9973   - "name"
9974   - "tags"
9975   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9976   x-axis: "X = CNFs per Service Chain"
9977   y-axis: "Y = Number of Service Chains"
9978   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9979   layout:
9980     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9981     layout: "plot-service-density"
9982
9983 - type: "plot"
9984   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9985   algorithm: "plot_nf_heatmap"
9986   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9987   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9988   filter: "'NIC_Intel-XXV710' and
9989            'NF_DENSITY' and
9990            'DOCKER' and
9991            'CHAIN' and
9992            'NF_VPPIP4' and
9993            'IPSEC' and
9994            'TNL_10000' and
9995            'IMIX' and
9996            '4T2C' and
9997            'NDRPDR'"
9998   parameters:
9999   - "throughput"
10000   - "name"
10001   - "tags"
10002   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10003   x-axis: "X = CNFs per Service Chain"
10004   y-axis: "Y = Number of Service Chains"
10005   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10006   layout:
10007     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10008     layout: "plot-service-density"
10009
10010 - type: "plot"
10011   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10012   algorithm: "plot_nf_heatmap"
10013   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
10014   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10015   filter: "'NIC_Intel-XXV710' and
10016            'NF_DENSITY' and
10017            'DOCKER' and
10018            'CHAIN' and
10019            'NF_VPPIP4' and
10020            'IPSEC' and
10021            'TNL_10000' and
10022            'IMIX' and
10023            '8T4C' and
10024            'NDRPDR'"
10025   parameters:
10026   - "throughput"
10027   - "name"
10028   - "tags"
10029   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10030   x-axis: "X = CNFs per Service Chain"
10031   y-axis: "Y = Number of Service Chains"
10032   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10033   layout:
10034     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10035     layout: "plot-service-density"
10036
10037 ###############################################################################
10038
10039 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
10040 #- type: "plot"
10041 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10042 #  algorithm: "plot_nf_heatmap"
10043 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
10044 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10045 #  filter: "'NIC_Intel-XL710' and
10046 #           'NF_DENSITY' and
10047 #           'DOCKER' and
10048 #           'CHAIN' and
10049 #           'NF_VPPIP4' and
10050 #           'IMIX' and
10051 #           'TNL_10000' and
10052 #           '1T1C' and
10053 #           'MRR'"
10054 #  parameters:
10055 #  - "result"
10056 #  - "name"
10057 #  - "tags"
10058 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10059 #  x-axis: "X = CNFs per Service Chain"
10060 #  y-axis: "Y = Number of Service Chains"
10061 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10062 #  layout:
10063 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10064 #    layout: "plot-service-density"
10065 #
10066 #- type: "plot"
10067 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10068 #  algorithm: "plot_nf_heatmap"
10069 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
10070 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10071 #  filter: "'NIC_Intel-XL710' and
10072 #           'NF_DENSITY' and
10073 #           'DOCKER' and
10074 #           'CHAIN' and
10075 #           'NF_VPPIP4' and
10076 #           'IPSEC' and
10077 #           'TNL_10000' and
10078 #           'IMIX' and
10079 #           '2T2C' and
10080 #           'MRR'"
10081 #  parameters:
10082 #  - "result"
10083 #  - "name"
10084 #  - "tags"
10085 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10086 #  x-axis: "X = CNFs per Service Chain"
10087 #  y-axis: "Y = Number of Service Chains"
10088 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10089 #  layout:
10090 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10091 #    layout: "plot-service-density"
10092 #
10093 #- type: "plot"
10094 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10095 #  algorithm: "plot_nf_heatmap"
10096 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
10097 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10098 #  filter: "'NIC_Intel-XL710' and
10099 #           'NF_DENSITY' and
10100 #           'DOCKER' and
10101 #           'CHAIN' and
10102 #           'NF_VPPIP4' and
10103 #           'IPSEC' and
10104 #           'TNL_10000' and
10105 #           'IMIX' and
10106 #           '4T4C' and
10107 #           'MRR'"
10108 #  parameters:
10109 #  - "result"
10110 #  - "name"
10111 #  - "tags"
10112 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10113 #  x-axis: "X = CNFs per Service Chain"
10114 #  y-axis: "Y = Number of Service Chains"
10115 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10116 #  layout:
10117 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10118 #    layout: "plot-service-density"
10119
10120 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
10121 #- type: "plot"
10122 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10123 #  algorithm: "plot_nf_heatmap"
10124 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
10125 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10126 #  filter: "'NIC_Intel-XL710' and
10127 #           'NF_DENSITY' and
10128 #           'DOCKER' and
10129 #           'CHAIN' and
10130 #           'NF_VPPIP4' and
10131 #           'IPSEC' and
10132 #           'TNL_10000' and
10133 #           'IMIX' and
10134 #           '1T1C' and
10135 #           'NDRPDR'"
10136 #  parameters:
10137 #  - "throughput"
10138 #  - "name"
10139 #  - "tags"
10140 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10141 #  x-axis: "X = CNFs per Service Chain"
10142 #  y-axis: "Y = Number of Service Chains"
10143 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10144 #  layout:
10145 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10146 #    layout: "plot-service-density"
10147 #
10148 #- type: "plot"
10149 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10150 #  algorithm: "plot_nf_heatmap"
10151 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
10152 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10153 #  filter: "'NIC_Intel-XL710' and
10154 #           'NF_DENSITY' and
10155 #           'DOCKER' and
10156 #           'CHAIN' and
10157 #           'NF_VPPIP4' and
10158 #           'IPSEC' and
10159 #           'TNL_10000' and
10160 #           'IMIX' and
10161 #           '2T2C' and
10162 #           'NDRPDR'"
10163 #  parameters:
10164 #  - "throughput"
10165 #  - "name"
10166 #  - "tags"
10167 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10168 #  x-axis: "X = CNFs per Service Chain"
10169 #  y-axis: "Y = Number of Service Chains"
10170 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10171 #  layout:
10172 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10173 #    layout: "plot-service-density"
10174 #
10175 #- type: "plot"
10176 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10177 #  algorithm: "plot_nf_heatmap"
10178 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
10179 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10180 #  filter: "'NIC_Intel-XL710' and
10181 #           'NF_DENSITY' and
10182 #           'DOCKER' and
10183 #           'CHAIN' and
10184 #           'NF_VPPIP4' and
10185 #           'IPSEC' and
10186 #           'TNL_10000' and
10187 #           'IMIX' and
10188 #           '4T4C' and
10189 #           'NDRPDR'"
10190 #  parameters:
10191 #  - "throughput"
10192 #  - "name"
10193 #  - "tags"
10194 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10195 #  x-axis: "X = CNFs per Service Chain"
10196 #  y-axis: "Y = Number of Service Chains"
10197 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10198 #  layout:
10199 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10200 #    layout: "plot-service-density"
10201 #
10202 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
10203 #- type: "plot"
10204 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10205 #  algorithm: "plot_nf_heatmap"
10206 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
10207 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10208 #  filter: "'NIC_Intel-XL710' and
10209 #           'NF_DENSITY' and
10210 #           'DOCKER' and
10211 #           'CHAIN' and
10212 #           'NF_VPPIP4' and
10213 #           'IPSEC' and
10214 #           'TNL_10000' and
10215 #           'IMIX' and
10216 #           '1T1C' and
10217 #           'NDRPDR'"
10218 #  parameters:
10219 #  - "throughput"
10220 #  - "name"
10221 #  - "tags"
10222 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10223 #  x-axis: "X = CNFs per Service Chain"
10224 #  y-axis: "Y = Number of Service Chains"
10225 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10226 #  layout:
10227 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10228 #    layout: "plot-service-density"
10229 #
10230 #- type: "plot"
10231 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10232 #  algorithm: "plot_nf_heatmap"
10233 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
10234 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10235 #  filter: "'NIC_Intel-XL710' and
10236 #           'NF_DENSITY' and
10237 #           'DOCKER' and
10238 #           'CHAIN' and
10239 #           'NF_VPPIP4' and
10240 #           'IPSEC' and
10241 #           'TNL_10000' and
10242 #           'IMIX' and
10243 #           '2T2C' and
10244 #           'NDRPDR'"
10245 #  parameters:
10246 #  - "throughput"
10247 #  - "name"
10248 #  - "tags"
10249 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10250 #  x-axis: "X = CNFs per Service Chain"
10251 #  y-axis: "Y = Number of Service Chains"
10252 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10253 #  layout:
10254 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10255 #    layout: "plot-service-density"
10256 #
10257 #- type: "plot"
10258 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10259 #  algorithm: "plot_nf_heatmap"
10260 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
10261 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10262 #  filter: "'NIC_Intel-XL710' and
10263 #           'NF_DENSITY' and
10264 #           'DOCKER' and
10265 #           'CHAIN' and
10266 #           'NF_VPPIP4' and
10267 #           'IPSEC' and
10268 #           'TNL_10000' and
10269 #           'IMIX' and
10270 #           '4T4C' and
10271 #           'NDRPDR'"
10272 #  parameters:
10273 #  - "throughput"
10274 #  - "name"
10275 #  - "tags"
10276 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10277 #  x-axis: "X = CNFs per Service Chain"
10278 #  y-axis: "Y = Number of Service Chains"
10279 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10280 #  layout:
10281 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10282 #    layout: "plot-service-density"
10283
10284 ###############################################################################
10285
10286 # Plots - NF Density - CSP - MRR 64b
10287
10288 #- type: "plot"
10289 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10290 #  algorithm: "plot_nf_heatmap"
10291 #  output-file-type: ".html"
10292 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
10293 #  data: "plot-vpp-nfv-2n-skx-mrr"
10294 #  filter: "'NIC_Intel-XXV710' and
10295 #           'NF_DENSITY' and
10296 #           'DOCKER' and
10297 #           'PIPELINE' and
10298 #           'NF_VPPIP4' and
10299 #           '64B' and
10300 #           '2T1C' and
10301 #           'MRR'"
10302 #  parameters:
10303 #  - "result"
10304 #  - "name"
10305 #  - "tags"
10306 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10307 #  x-axis: "X = CNFs per Service Pipeline"
10308 #  y-axis: "Y = Number of Service Pipelines"
10309 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
10310 #  layout:
10311 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10312 #    layout: "plot-service-density"
10313 #
10314 #- type: "plot"
10315 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10316 #  algorithm: "plot_nf_heatmap"
10317 #  output-file-type: ".html"
10318 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
10319 #  data: "plot-vpp-nfv-2n-skx-mrr"
10320 #  filter: "'NIC_Intel-XXV710' and
10321 #           'NF_DENSITY' and
10322 #           'DOCKER' and
10323 #           'PIPELINE' and
10324 #           'NF_VPPIP4' and
10325 #           '64B' and
10326 #           '4T2C' and
10327 #           'MRR'"
10328 #  parameters:
10329 #  - "result"
10330 #  - "name"
10331 #  - "tags"
10332 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10333 #  x-axis: "X = CNFs per Service Pipeline"
10334 #  y-axis: "Y = Number of Service Pipelines"
10335 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
10336 #  layout:
10337 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10338 #    layout: "plot-service-density"
10339 #
10340 #- type: "plot"
10341 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10342 #  algorithm: "plot_nf_heatmap"
10343 #  output-file-type: ".html"
10344 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
10345 #  data: "plot-vpp-nfv-2n-skx-mrr"
10346 #  filter: "'NIC_Intel-XXV710' and
10347 #           'NF_DENSITY' and
10348 #           'DOCKER' and
10349 #           'PIPELINE' and
10350 #           'NF_VPPIP4' and
10351 #           '64B' and
10352 #           '8T4C' and
10353 #           'MRR'"
10354 #  parameters:
10355 #  - "result"
10356 #  - "name"
10357 #  - "tags"
10358 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10359 #  x-axis: "X = CNFs per Service Pipeline"
10360 #  y-axis: "Y = Number of Service Pipelines"
10361 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
10362 #  layout:
10363 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10364 #    layout: "plot-service-density"
10365 #
10366 ## Plots - NF Density - CSP - MRR IMIX
10367 #- type: "plot"
10368 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10369 #  algorithm: "plot_nf_heatmap"
10370 #  output-file-type: ".html"
10371 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
10372 #  data: "plot-vpp-nfv-2n-skx-mrr"
10373 #  filter: "'NIC_Intel-XXV710' and
10374 #           'NF_DENSITY' and
10375 #           'DOCKER' and
10376 #           'PIPELINE' and
10377 #           'NF_VPPIP4' and
10378 #           'IMIX' and
10379 #           '2T1C' and
10380 #           'MRR'"
10381 #  parameters:
10382 #  - "result"
10383 #  - "name"
10384 #  - "tags"
10385 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10386 #  x-axis: "X = CNFs per Service Pipeline"
10387 #  y-axis: "Y = Number of Service Pipelines"
10388 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10389 #  layout:
10390 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10391 #    layout: "plot-service-density"
10392 #
10393 #- type: "plot"
10394 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10395 #  algorithm: "plot_nf_heatmap"
10396 #  output-file-type: ".html"
10397 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
10398 #  data: "plot-vpp-nfv-2n-skx-mrr"
10399 #  filter: "'NIC_Intel-XXV710' and
10400 #           'NF_DENSITY' and
10401 #           'DOCKER' and
10402 #           'PIPELINE' and
10403 #           'NF_VPPIP4' and
10404 #           'IMIX' and
10405 #           '4T2C' and
10406 #           'MRR'"
10407 #  parameters:
10408 #  - "result"
10409 #  - "name"
10410 #  - "tags"
10411 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10412 #  x-axis: "X = CNFs per Service Pipeline"
10413 #  y-axis: "Y = Number of Service Pipelines"
10414 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10415 #  layout:
10416 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10417 #    layout: "plot-service-density"
10418 #
10419 #- type: "plot"
10420 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10421 #  algorithm: "plot_nf_heatmap"
10422 #  output-file-type: ".html"
10423 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
10424 #  data: "plot-vpp-nfv-2n-skx-mrr"
10425 #  filter: "'NIC_Intel-XXV710' and
10426 #           'NF_DENSITY' and
10427 #           'DOCKER' and
10428 #           'PIPELINE' and
10429 #           'NF_VPPIP4' and
10430 #           'IMIX' and
10431 #           '8T4C' and
10432 #           'MRR'"
10433 #  parameters:
10434 #  - "result"
10435 #  - "name"
10436 #  - "tags"
10437 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10438 #  x-axis: "X = CNFs per Service Pipeline"
10439 #  y-axis: "Y = Number of Service Pipelines"
10440 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10441 #  layout:
10442 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10443 #    layout: "plot-service-density"
10444 #
10445 ## Plots - NF Density - CSP - NDR 64b
10446 #- type: "plot"
10447 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10448 #  algorithm: "plot_nf_heatmap"
10449 #  output-file-type: ".html"
10450 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
10451 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10452 #  filter: "'NIC_Intel-XXV710' and
10453 #           'NF_DENSITY' and
10454 #           'DOCKER' and
10455 #           'PIPELINE' and
10456 #           'NF_VPPIP4' and
10457 #           '64B' and
10458 #           '2T1C' and
10459 #           'NDRPDR'"
10460 #  parameters:
10461 #  - "throughput"
10462 #  - "name"
10463 #  - "tags"
10464 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10465 #  x-axis: "X = CNFs per Service Pipeline"
10466 #  y-axis: "Y = Number of Service Pipelines"
10467 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10468 #  layout:
10469 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10470 #    layout: "plot-service-density"
10471 #
10472 #- type: "plot"
10473 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10474 #  algorithm: "plot_nf_heatmap"
10475 #  output-file-type: ".html"
10476 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
10477 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10478 #  filter: "'NIC_Intel-XXV710' and
10479 #           'NF_DENSITY' and
10480 #           'DOCKER' and
10481 #           'PIPELINE' and
10482 #           'NF_VPPIP4' and
10483 #           '64B' and
10484 #           '4T2C' and
10485 #           'NDRPDR'"
10486 #  parameters:
10487 #  - "throughput"
10488 #  - "name"
10489 #  - "tags"
10490 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10491 #  x-axis: "X = CNFs per Service Pipeline"
10492 #  y-axis: "Y = Number of Service Pipelines"
10493 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10494 #  layout:
10495 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10496 #    layout: "plot-service-density"
10497 #
10498 #- type: "plot"
10499 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10500 #  algorithm: "plot_nf_heatmap"
10501 #  output-file-type: ".html"
10502 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
10503 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10504 #  filter: "'NIC_Intel-XXV710' and
10505 #           'NF_DENSITY' and
10506 #           'DOCKER' and
10507 #           'PIPELINE' and
10508 #           'NF_VPPIP4' and
10509 #           '64B' and
10510 #           '8T4C' and
10511 #           'NDRPDR'"
10512 #  parameters:
10513 #  - "throughput"
10514 #  - "name"
10515 #  - "tags"
10516 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10517 #  x-axis: "X = CNFs per Service Pipeline"
10518 #  y-axis: "Y = Number of Service Pipelines"
10519 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10520 #  layout:
10521 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10522 #    layout: "plot-service-density"
10523 #
10524 ## Plots - NF Density - CSP - NDR IMIX
10525 #- type: "plot"
10526 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10527 #  algorithm: "plot_nf_heatmap"
10528 #  output-file-type: ".html"
10529 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
10530 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10531 #  filter: "'NIC_Intel-XXV710' and
10532 #           'NF_DENSITY' and
10533 #           'DOCKER' and
10534 #           'PIPELINE' and
10535 #           'NF_VPPIP4' and
10536 #           'IMIX' and
10537 #           '2T1C' and
10538 #           'NDRPDR'"
10539 #  parameters:
10540 #  - "throughput"
10541 #  - "name"
10542 #  - "tags"
10543 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10544 #  x-axis: "X = CNFs per Service Pipeline"
10545 #  y-axis: "Y = Number of Service Pipelines"
10546 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10547 #  layout:
10548 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10549 #    layout: "plot-service-density"
10550 #
10551 #- type: "plot"
10552 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10553 #  algorithm: "plot_nf_heatmap"
10554 #  output-file-type: ".html"
10555 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
10556 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10557 #  filter: "'NIC_Intel-XXV710' and
10558 #           'NF_DENSITY' and
10559 #           'DOCKER' and
10560 #           'PIPELINE' and
10561 #           'NF_VPPIP4' and
10562 #           'IMIX' and
10563 #           '4T2C' and
10564 #           'NDRPDR'"
10565 #  parameters:
10566 #  - "throughput"
10567 #  - "name"
10568 #  - "tags"
10569 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10570 #  x-axis: "X = CNFs per Service Pipeline"
10571 #  y-axis: "Y = Number of Service Pipelines"
10572 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10573 #  layout:
10574 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10575 #    layout: "plot-service-density"
10576 #
10577 #- type: "plot"
10578 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10579 #  algorithm: "plot_nf_heatmap"
10580 #  output-file-type: ".html"
10581 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
10582 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10583 #  filter: "'NIC_Intel-XXV710' and
10584 #           'NF_DENSITY' and
10585 #           'DOCKER' and
10586 #           'PIPELINE' and
10587 #           'NF_VPPIP4' and
10588 #           'IMIX' and
10589 #           '8T4C' and
10590 #           'NDRPDR'"
10591 #  parameters:
10592 #  - "throughput"
10593 #  - "name"
10594 #  - "tags"
10595 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10596 #  x-axis: "X = CNFs per Service Pipeline"
10597 #  y-axis: "Y = Number of Service Pipelines"
10598 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10599 #  layout:
10600 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10601 #    layout: "plot-service-density"
10602 #
10603 ## Plots - NF Density - CSP - PDR 64b
10604 #- type: "plot"
10605 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10606 #  algorithm: "plot_nf_heatmap"
10607 #  output-file-type: ".html"
10608 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
10609 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10610 #  filter: "'NIC_Intel-XXV710' and
10611 #           'NF_DENSITY' and
10612 #           'DOCKER' and
10613 #           'PIPELINE' and
10614 #           'NF_VPPIP4' and
10615 #           '64B' and
10616 #           '2T1C' and
10617 #           'NDRPDR'"
10618 #  parameters:
10619 #  - "throughput"
10620 #  - "name"
10621 #  - "tags"
10622 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10623 #  x-axis: "X = CNFs per Service Pipeline"
10624 #  y-axis: "Y = Number of Service Pipelines"
10625 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10626 #  layout:
10627 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10628 #    layout: "plot-service-density"
10629 #
10630 #- type: "plot"
10631 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10632 #  algorithm: "plot_nf_heatmap"
10633 #  output-file-type: ".html"
10634 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
10635 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10636 #  filter: "'NIC_Intel-XXV710' and
10637 #           'NF_DENSITY' and
10638 #           'DOCKER' and
10639 #           'PIPELINE' and
10640 #           'NF_VPPIP4' and
10641 #           '64B' and
10642 #           '4T2C' and
10643 #           'NDRPDR'"
10644 #  parameters:
10645 #  - "throughput"
10646 #  - "name"
10647 #  - "tags"
10648 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10649 #  x-axis: "X = CNFs per Service Pipeline"
10650 #  y-axis: "Y = Number of Service Pipelines"
10651 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10652 #  layout:
10653 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10654 #    layout: "plot-service-density"
10655 #
10656 #- type: "plot"
10657 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10658 #  algorithm: "plot_nf_heatmap"
10659 #  output-file-type: ".html"
10660 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
10661 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10662 #  filter: "'NIC_Intel-XXV710' and
10663 #           'NF_DENSITY' and
10664 #           'DOCKER' and
10665 #           'PIPELINE' and
10666 #           'NF_VPPIP4' and
10667 #           '64B' and
10668 #           '8T4C' and
10669 #           'NDRPDR'"
10670 #  parameters:
10671 #  - "throughput"
10672 #  - "name"
10673 #  - "tags"
10674 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10675 #  x-axis: "X = CNFs per Service Pipeline"
10676 #  y-axis: "Y = Number of Service Pipelines"
10677 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10678 #  layout:
10679 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10680 #    layout: "plot-service-density"
10681 #
10682 ## Plots - NF Density - CSP - PDR IMIX
10683 #- type: "plot"
10684 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10685 #  algorithm: "plot_nf_heatmap"
10686 #  output-file-type: ".html"
10687 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
10688 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10689 #  filter: "'NIC_Intel-XXV710' and
10690 #           'NF_DENSITY' and
10691 #           'DOCKER' and
10692 #           'PIPELINE' and
10693 #           'NF_VPPIP4' and
10694 #           'IMIX' and
10695 #           '2T1C' and
10696 #           'NDRPDR'"
10697 #  parameters:
10698 #  - "throughput"
10699 #  - "name"
10700 #  - "tags"
10701 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10702 #  x-axis: "X = CNFs per Service Pipeline"
10703 #  y-axis: "Y = Number of Service Pipelines"
10704 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10705 #  layout:
10706 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10707 #    layout: "plot-service-density"
10708 #
10709 #- type: "plot"
10710 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10711 #  algorithm: "plot_nf_heatmap"
10712 #  output-file-type: ".html"
10713 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
10714 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10715 #  filter: "'NIC_Intel-XXV710' and
10716 #           'NF_DENSITY' and
10717 #           'DOCKER' and
10718 #           'PIPELINE' and
10719 #           'NF_VPPIP4' and
10720 #           'IMIX' and
10721 #           '4T2C' and
10722 #           'NDRPDR'"
10723 #  parameters:
10724 #  - "throughput"
10725 #  - "name"
10726 #  - "tags"
10727 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10728 #  x-axis: "X = CNFs per Service Pipeline"
10729 #  y-axis: "Y = Number of Service Pipelines"
10730 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10731 #  layout:
10732 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10733 #    layout: "plot-service-density"
10734 #
10735 #- type: "plot"
10736 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10737 #  algorithm: "plot_nf_heatmap"
10738 #  output-file-type: ".html"
10739 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
10740 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10741 #  filter: "'NIC_Intel-XXV710' and
10742 #           'NF_DENSITY' and
10743 #           'DOCKER' and
10744 #           'PIPELINE' and
10745 #           'NF_VPPIP4' and
10746 #           'IMIX' and
10747 #           '8T4C' and
10748 #           'NDRPDR'"
10749 #  parameters:
10750 #  - "throughput"
10751 #  - "name"
10752 #  - "tags"
10753 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10754 #  x-axis: "X = CNFs per Service Pipeline"
10755 #  y-axis: "Y = Number of Service Pipelines"
10756 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10757 #  layout:
10758 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10759 #    layout: "plot-service-density"
10760
10761 ###############################################################################
10762 # Plots - 2n-clx NF Density - VSC - MRR IMIX
10763
10764 - type: "plot"
10765   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10766   algorithm: "plot_nf_heatmap"
10767   output-file-type: ".html"
10768   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
10769   data: "plot-vpp-nfv-2n-clx-mrr"
10770   filter: "'NIC_Intel-XXV710' and
10771            'NF_DENSITY' and
10772            'VHOST' and
10773            not 'VXLAN' and
10774            'CHAIN' and
10775            'NF_VPPIP4' and
10776            'IMIX' and
10777            '2T1C' and
10778            'MRR'"
10779   parameters:
10780   - "result"
10781   - "name"
10782   - "tags"
10783   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10784   x-axis: "X = VNFs per Service Chain"
10785   y-axis: "Y = Number of Service Chains"
10786   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10787   layout:
10788     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10789     layout: "plot-service-density"
10790
10791 - type: "plot"
10792   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10793   algorithm: "plot_nf_heatmap"
10794   output-file-type: ".html"
10795   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10796   data: "plot-vpp-nfv-2n-clx-mrr"
10797   filter: "'NIC_Intel-XXV710' and
10798            'NF_DENSITY' and
10799            'VHOST' and
10800            not 'VXLAN' and
10801            'CHAIN' and
10802            'NF_VPPIP4' and
10803            'IMIX' and
10804            '4T2C' and
10805            'MRR'"
10806   parameters:
10807   - "result"
10808   - "name"
10809   - "tags"
10810   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10811   x-axis: "X = VNFs per Service Chain"
10812   y-axis: "Y = Number of Service Chains"
10813   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10814   layout:
10815     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10816     layout: "plot-service-density"
10817
10818 - type: "plot"
10819   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10820   algorithm: "plot_nf_heatmap"
10821   output-file-type: ".html"
10822   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10823   data: "plot-vpp-nfv-2n-clx-mrr"
10824   filter: "'NIC_Intel-XXV710' and
10825            'NF_DENSITY' and
10826            'VHOST' and
10827            not 'VXLAN' and
10828            'CHAIN' and
10829            'NF_VPPIP4' and
10830            'IMIX' and
10831            '8T4C' and
10832            'MRR'"
10833   parameters:
10834   - "result"
10835   - "name"
10836   - "tags"
10837   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10838   x-axis: "X = VNFs per Service Chain"
10839   y-axis: "Y = Number of Service Chains"
10840   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10841   layout:
10842     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10843     layout: "plot-service-density"
10844
10845 # Plots - NF Density - VSC - NDR IMIX
10846 - type: "plot"
10847   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10848   algorithm: "plot_nf_heatmap"
10849   output-file-type: ".html"
10850   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10851   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10852   filter: "'NIC_Intel-XXV710' and
10853            'NF_DENSITY' and
10854            'VHOST' and
10855            not 'VXLAN' and
10856            'CHAIN' and
10857            'NF_VPPIP4' and
10858            'IMIX' and
10859            '2T1C' and
10860            'NDRPDR'"
10861   parameters:
10862   - "throughput"
10863   - "name"
10864   - "tags"
10865   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10866   x-axis: "X = VNFs per Service Chain"
10867   y-axis: "Y = Number of Service Chains"
10868   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10869   layout:
10870     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10871     layout: "plot-service-density"
10872
10873 - type: "plot"
10874   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10875   algorithm: "plot_nf_heatmap"
10876   output-file-type: ".html"
10877   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10878   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10879   filter: "'NIC_Intel-XXV710' and
10880            'NF_DENSITY' and
10881            'VHOST' and
10882            not 'VXLAN' and
10883            'CHAIN' and
10884            'NF_VPPIP4' and
10885            'IMIX' and
10886            '4T2C' and
10887            'NDRPDR'"
10888   parameters:
10889   - "throughput"
10890   - "name"
10891   - "tags"
10892   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10893   x-axis: "X = VNFs per Service Chain"
10894   y-axis: "Y = Number of Service Chains"
10895   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10896   layout:
10897     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10898     layout: "plot-service-density"
10899
10900 - type: "plot"
10901   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10902   algorithm: "plot_nf_heatmap"
10903   output-file-type: ".html"
10904   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10905   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10906   filter: "'NIC_Intel-XXV710' and
10907            'NF_DENSITY' and
10908            'VHOST' and
10909            not 'VXLAN' and
10910            'CHAIN' and
10911            'NF_VPPIP4' and
10912            'IMIX' and
10913            '8T4C' and
10914            'NDRPDR'"
10915   parameters:
10916   - "throughput"
10917   - "name"
10918   - "tags"
10919   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10920   x-axis: "X = VNFs per Service Chain"
10921   y-axis: "Y = Number of Service Chains"
10922   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10923   layout:
10924     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10925     layout: "plot-service-density"
10926
10927 # Plots - NF Density - VSC - PDR IMIX
10928 - type: "plot"
10929   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10930   algorithm: "plot_nf_heatmap"
10931   output-file-type: ".html"
10932   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10933   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10934   filter: "'NIC_Intel-XXV710' and
10935            'NF_DENSITY' and
10936            'VHOST' and
10937            not 'VXLAN' and
10938            'CHAIN' and
10939            'NF_VPPIP4' and
10940            'IMIX' and
10941            '2T1C' and
10942            'NDRPDR'"
10943   parameters:
10944   - "throughput"
10945   - "name"
10946   - "tags"
10947   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10948   x-axis: "X = VNFs per Service Chain"
10949   y-axis: "Y = Number of Service Chains"
10950   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10951   layout:
10952     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10953     layout: "plot-service-density"
10954
10955 - type: "plot"
10956   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10957   algorithm: "plot_nf_heatmap"
10958   output-file-type: ".html"
10959   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10960   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10961   filter: "'NIC_Intel-XXV710' and
10962            'NF_DENSITY' and
10963            'VHOST' and
10964            not 'VXLAN' and
10965            'CHAIN' and
10966            'NF_VPPIP4' and
10967            'IMIX' and
10968            '4T2C' and
10969            'NDRPDR'"
10970   parameters:
10971   - "throughput"
10972   - "name"
10973   - "tags"
10974   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10975   x-axis: "X = VNFs per Service Chain"
10976   y-axis: "Y = Number of Service Chains"
10977   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10978   layout:
10979     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10980     layout: "plot-service-density"
10981
10982 - type: "plot"
10983   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10984   algorithm: "plot_nf_heatmap"
10985   output-file-type: ".html"
10986   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10987   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10988   filter: "'NIC_Intel-XXV710' and
10989            'NF_DENSITY' and
10990            'VHOST' and
10991            not 'VXLAN' and
10992            'CHAIN' and
10993            'NF_VPPIP4' and
10994            'IMIX' and
10995            '8T4C' and
10996            'NDRPDR'"
10997   parameters:
10998   - "throughput"
10999   - "name"
11000   - "tags"
11001   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11002   x-axis: "X = VNFs per Service Chain"
11003   y-axis: "Y = Number of Service Chains"
11004   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11005   layout:
11006     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11007     layout: "plot-service-density"
11008
11009 # Plots - NF Density - VSC - MRR IMIX
11010 - type: "plot"
11011   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11012   algorithm: "plot_nf_heatmap"
11013   output-file-type: ".html"
11014   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
11015   data: "plot-vpp-nfv-2n-clx-mrr"
11016   filter: "'NIC_Intel-XXV710' and
11017            'NF_DENSITY' and
11018            'VHOST' and
11019            'VXLAN' and
11020            'CHAIN' and
11021            'IMIX' and
11022            '2T1C' and
11023            'MRR'"
11024   parameters:
11025   - "result"
11026   - "name"
11027   - "tags"
11028   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11029   x-axis: "X = VNFs per Service Chain"
11030   y-axis: "Y = Number of Service Chains"
11031   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11032   layout:
11033     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11034     layout: "plot-service-density"
11035
11036 - type: "plot"
11037   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11038   algorithm: "plot_nf_heatmap"
11039   output-file-type: ".html"
11040   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
11041   data: "plot-vpp-nfv-2n-clx-mrr"
11042   filter: "'NIC_Intel-XXV710' and
11043            'NF_DENSITY' and
11044            'VHOST' and
11045            'VXLAN' and
11046            'CHAIN' and
11047            'IMIX' and
11048            '4T2C' and
11049            'MRR'"
11050   parameters:
11051   - "result"
11052   - "name"
11053   - "tags"
11054   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11055   x-axis: "X = VNFs per Service Chain"
11056   y-axis: "Y = Number of Service Chains"
11057   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11058   layout:
11059     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11060     layout: "plot-service-density"
11061
11062 - type: "plot"
11063   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11064   algorithm: "plot_nf_heatmap"
11065   output-file-type: ".html"
11066   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
11067   data: "plot-vpp-nfv-2n-clx-mrr"
11068   filter: "'NIC_Intel-XXV710' and
11069            'NF_DENSITY' and
11070            'VHOST' and
11071            'VXLAN' and
11072            'CHAIN' and
11073            'IMIX' and
11074            '8T4C' and
11075            'MRR'"
11076   parameters:
11077   - "result"
11078   - "name"
11079   - "tags"
11080   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11081   x-axis: "X = VNFs per Service Chain"
11082   y-axis: "Y = Number of Service Chains"
11083   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11084   layout:
11085     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11086     layout: "plot-service-density"
11087
11088 # Plots - NF Density - VSC - NDR IMIX
11089 - type: "plot"
11090   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11091   algorithm: "plot_nf_heatmap"
11092   output-file-type: ".html"
11093   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
11094   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11095   filter: "'NIC_Intel-XXV710' and
11096            'NF_DENSITY' and
11097            'VHOST' and
11098            'VXLAN' and
11099            'CHAIN' and
11100            'IMIX' and
11101            '2T1C' and
11102            'NDRPDR'"
11103   parameters:
11104   - "throughput"
11105   - "name"
11106   - "tags"
11107   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11108   x-axis: "X = VNFs per Service Chain"
11109   y-axis: "Y = Number of Service Chains"
11110   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11111   layout:
11112     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11113     layout: "plot-service-density"
11114
11115 - type: "plot"
11116   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11117   algorithm: "plot_nf_heatmap"
11118   output-file-type: ".html"
11119   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
11120   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11121   filter: "'NIC_Intel-XXV710' and
11122            'NF_DENSITY' and
11123            'VHOST' and
11124            'VXLAN' and
11125            'CHAIN' and
11126            'IMIX' and
11127            '4T2C' and
11128            'NDRPDR'"
11129   parameters:
11130   - "throughput"
11131   - "name"
11132   - "tags"
11133   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11134   x-axis: "X = VNFs per Service Chain"
11135   y-axis: "Y = Number of Service Chains"
11136   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11137   layout:
11138     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11139     layout: "plot-service-density"
11140
11141 - type: "plot"
11142   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11143   algorithm: "plot_nf_heatmap"
11144   output-file-type: ".html"
11145   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
11146   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11147   filter: "'NIC_Intel-XXV710' and
11148            'NF_DENSITY' and
11149            'VHOST' and
11150            'VXLAN' and
11151            'CHAIN' and
11152            'IMIX' and
11153            '8T4C' and
11154            'NDRPDR'"
11155   parameters:
11156   - "throughput"
11157   - "name"
11158   - "tags"
11159   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11160   x-axis: "X = VNFs per Service Chain"
11161   y-axis: "Y = Number of Service Chains"
11162   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11163   layout:
11164     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11165     layout: "plot-service-density"
11166
11167 # Plots - NF Density - VSC - PDR IMIX
11168 - type: "plot"
11169   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11170   algorithm: "plot_nf_heatmap"
11171   output-file-type: ".html"
11172   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
11173   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11174   filter: "'NIC_Intel-XXV710' and
11175            'NF_DENSITY' and
11176            'VHOST' and
11177            'VXLAN' and
11178            'CHAIN' and
11179            'IMIX' and
11180            '2T1C' and
11181            'NDRPDR'"
11182   parameters:
11183   - "throughput"
11184   - "name"
11185   - "tags"
11186   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11187   x-axis: "X = VNFs per Service Chain"
11188   y-axis: "Y = Number of Service Chains"
11189   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11190   layout:
11191     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11192     layout: "plot-service-density"
11193
11194 - type: "plot"
11195   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11196   algorithm: "plot_nf_heatmap"
11197   output-file-type: ".html"
11198   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
11199   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11200   filter: "'NIC_Intel-XXV710' and
11201            'NF_DENSITY' and
11202            'VHOST' and
11203            'VXLAN' and
11204            'CHAIN' and
11205            'IMIX' and
11206            '4T2C' and
11207            'NDRPDR'"
11208   parameters:
11209   - "throughput"
11210   - "name"
11211   - "tags"
11212   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11213   x-axis: "X = VNFs per Service Chain"
11214   y-axis: "Y = Number of Service Chains"
11215   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11216   layout:
11217     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11218     layout: "plot-service-density"
11219
11220 - type: "plot"
11221   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11222   algorithm: "plot_nf_heatmap"
11223   output-file-type: ".html"
11224   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
11225   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11226   filter: "'NIC_Intel-XXV710' and
11227            'NF_DENSITY' and
11228            'VHOST' and
11229            'VXLAN' and
11230            'CHAIN' and
11231            'IMIX' and
11232            '8T4C' and
11233            'NDRPDR'"
11234   parameters:
11235   - "throughput"
11236   - "name"
11237   - "tags"
11238   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11239   x-axis: "X = VNFs per Service Chain"
11240   y-axis: "Y = Number of Service Chains"
11241   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11242   layout:
11243     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11244     layout: "plot-service-density"
11245
11246 # Plots - NF Density - CSC - MRR IMIX
11247 - type: "plot"
11248   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11249   algorithm: "plot_nf_heatmap"
11250   output-file-type: ".html"
11251   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
11252   data: "plot-vpp-nfv-2n-clx-mrr"
11253   filter: "'NIC_Intel-XXV710' and
11254            'NF_DENSITY' and
11255            'DOCKER' and
11256            'CHAIN' and
11257            'NF_VPPIP4' and
11258            'IMIX' and
11259            '2T1C' and
11260            'MRR'"
11261   parameters:
11262   - "result"
11263   - "name"
11264   - "tags"
11265   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11266   x-axis: "X = CNFs per Service Chain"
11267   y-axis: "Y = Number of Service Chains"
11268   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11269   layout:
11270     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11271     layout: "plot-service-density"
11272
11273 - type: "plot"
11274   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11275   algorithm: "plot_nf_heatmap"
11276   output-file-type: ".html"
11277   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
11278   data: "plot-vpp-nfv-2n-clx-mrr"
11279   filter: "'NIC_Intel-XXV710' and
11280            'NF_DENSITY' and
11281            'DOCKER' and
11282            'CHAIN' and
11283            'NF_VPPIP4' and
11284            'IMIX' and
11285            '4T2C' and
11286            'MRR'"
11287   parameters:
11288   - "result"
11289   - "name"
11290   - "tags"
11291   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11292   x-axis: "X = CNFs per Service Chain"
11293   y-axis: "Y = Number of Service Chains"
11294   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11295   layout:
11296     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11297     layout: "plot-service-density"
11298
11299 - type: "plot"
11300   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11301   algorithm: "plot_nf_heatmap"
11302   output-file-type: ".html"
11303   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
11304   data: "plot-vpp-nfv-2n-clx-mrr"
11305   filter: "'NIC_Intel-XXV710' and
11306            'NF_DENSITY' and
11307            'DOCKER' and
11308            'CHAIN' and
11309            'NF_VPPIP4' and
11310            'IMIX' and
11311            '8T4C' and
11312            'MRR'"
11313   parameters:
11314   - "result"
11315   - "name"
11316   - "tags"
11317   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11318   x-axis: "X = CNFs per Service Chain"
11319   y-axis: "Y = Number of Service Chains"
11320   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11321   layout:
11322     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11323     layout: "plot-service-density"
11324
11325 # Plots - NF Density - CSC - NDR IMIX
11326 - type: "plot"
11327   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11328   algorithm: "plot_nf_heatmap"
11329   output-file-type: ".html"
11330   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
11331   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11332   filter: "'NIC_Intel-XXV710' and
11333            'NF_DENSITY' and
11334            'DOCKER' and
11335            'CHAIN' and
11336            'NF_VPPIP4' and
11337            'IMIX' and
11338            '2T1C' and
11339            'NDRPDR'"
11340   parameters:
11341   - "throughput"
11342   - "name"
11343   - "tags"
11344   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11345   x-axis: "X = CNFs per Service Chain"
11346   y-axis: "Y = Number of Service Chains"
11347   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11348   layout:
11349     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11350     layout: "plot-service-density"
11351
11352 - type: "plot"
11353   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11354   algorithm: "plot_nf_heatmap"
11355   output-file-type: ".html"
11356   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
11357   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11358   filter: "'NIC_Intel-XXV710' and
11359            'NF_DENSITY' and
11360            'DOCKER' and
11361            'CHAIN' and
11362            'NF_VPPIP4' and
11363            'IMIX' and
11364            '4T2C' and
11365            'NDRPDR'"
11366   parameters:
11367   - "throughput"
11368   - "name"
11369   - "tags"
11370   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11371   x-axis: "X = CNFs per Service Chain"
11372   y-axis: "Y = Number of Service Chains"
11373   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11374   layout:
11375     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11376     layout: "plot-service-density"
11377
11378 - type: "plot"
11379   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11380   algorithm: "plot_nf_heatmap"
11381   output-file-type: ".html"
11382   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
11383   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11384   filter: "'NIC_Intel-XXV710' and
11385            'NF_DENSITY' and
11386            'DOCKER' and
11387            'CHAIN' and
11388            'NF_VPPIP4' and
11389            'IMIX' and
11390            '8T4C' and
11391            'NDRPDR'"
11392   parameters:
11393   - "throughput"
11394   - "name"
11395   - "tags"
11396   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11397   x-axis: "X = CNFs per Service Chain"
11398   y-axis: "Y = Number of Service Chains"
11399   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11400   layout:
11401     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11402     layout: "plot-service-density"
11403
11404 # Plots - NF Density - CSC - PDR IMIX
11405 - type: "plot"
11406   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11407   algorithm: "plot_nf_heatmap"
11408   output-file-type: ".html"
11409   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
11410   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11411   filter: "'NIC_Intel-XXV710' and
11412            'NF_DENSITY' and
11413            'DOCKER' and
11414            'CHAIN' and
11415            'NF_VPPIP4' and
11416            'IMIX' and
11417            '2T1C' and
11418            'NDRPDR'"
11419   parameters:
11420   - "throughput"
11421   - "name"
11422   - "tags"
11423   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11424   x-axis: "X = CNFs per Service Chain"
11425   y-axis: "Y = Number of Service Chains"
11426   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11427   layout:
11428     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11429     layout: "plot-service-density"
11430
11431 - type: "plot"
11432   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11433   algorithm: "plot_nf_heatmap"
11434   output-file-type: ".html"
11435   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
11436   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11437   filter: "'NIC_Intel-XXV710' and
11438            'NF_DENSITY' and
11439            'DOCKER' and
11440            'CHAIN' and
11441            'NF_VPPIP4' and
11442            'IMIX' and
11443            '4T2C' and
11444            'NDRPDR'"
11445   parameters:
11446   - "throughput"
11447   - "name"
11448   - "tags"
11449   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11450   x-axis: "X = CNFs per Service Chain"
11451   y-axis: "Y = Number of Service Chains"
11452   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11453   layout:
11454     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11455     layout: "plot-service-density"
11456
11457 - type: "plot"
11458   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11459   algorithm: "plot_nf_heatmap"
11460   output-file-type: ".html"
11461   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
11462   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11463   filter: "'NIC_Intel-XXV710' and
11464            'NF_DENSITY' and
11465            'DOCKER' and
11466            'CHAIN' and
11467            'NF_VPPIP4' and
11468            'IMIX' and
11469            '8T4C' and
11470            'NDRPDR'"
11471   parameters:
11472   - "throughput"
11473   - "name"
11474   - "tags"
11475   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11476   x-axis: "X = CNFs per Service Chain"
11477   y-axis: "Y = Number of Service Chains"
11478   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11479   layout:
11480     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11481     layout: "plot-service-density"
11482
11483 # Plots - NF Density - CSP - MRR IMIX
11484 - type: "plot"
11485   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11486   algorithm: "plot_nf_heatmap"
11487   output-file-type: ".html"
11488   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
11489   data: "plot-vpp-nfv-2n-clx-mrr"
11490   filter: "'NIC_Intel-XXV710' and
11491            'NF_DENSITY' and
11492            'DOCKER' and
11493            'PIPELINE' and
11494            'NF_VPPIP4' and
11495            'IMIX' and
11496            '2T1C' and
11497            'MRR'"
11498   parameters:
11499   - "result"
11500   - "name"
11501   - "tags"
11502   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11503   x-axis: "X = CNFs per Service Pipeline"
11504   y-axis: "Y = Number of Service Pipelines"
11505   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11506   layout:
11507     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11508     layout: "plot-service-density"
11509
11510 - type: "plot"
11511   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11512   algorithm: "plot_nf_heatmap"
11513   output-file-type: ".html"
11514   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
11515   data: "plot-vpp-nfv-2n-clx-mrr"
11516   filter: "'NIC_Intel-XXV710' and
11517            'NF_DENSITY' and
11518            'DOCKER' and
11519            'PIPELINE' and
11520            'NF_VPPIP4' and
11521            'IMIX' and
11522            '4T2C' and
11523            'MRR'"
11524   parameters:
11525   - "result"
11526   - "name"
11527   - "tags"
11528   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11529   x-axis: "X = CNFs per Service Pipeline"
11530   y-axis: "Y = Number of Service Pipelines"
11531   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11532   layout:
11533     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11534     layout: "plot-service-density"
11535
11536 - type: "plot"
11537   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11538   algorithm: "plot_nf_heatmap"
11539   output-file-type: ".html"
11540   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
11541   data: "plot-vpp-nfv-2n-clx-mrr"
11542   filter: "'NIC_Intel-XXV710' and
11543            'NF_DENSITY' and
11544            'DOCKER' and
11545            'PIPELINE' and
11546            'NF_VPPIP4' and
11547            'IMIX' and
11548            '8T4C' and
11549            'MRR'"
11550   parameters:
11551   - "result"
11552   - "name"
11553   - "tags"
11554   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11555   x-axis: "X = CNFs per Service Pipeline"
11556   y-axis: "Y = Number of Service Pipelines"
11557   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11558   layout:
11559     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11560     layout: "plot-service-density"
11561
11562 # Plots - NF Density - CSP - NDR IMIX
11563 - type: "plot"
11564   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11565   algorithm: "plot_nf_heatmap"
11566   output-file-type: ".html"
11567   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
11568   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11569   filter: "'NIC_Intel-XXV710' and
11570            'NF_DENSITY' and
11571            'DOCKER' and
11572            'PIPELINE' and
11573            'NF_VPPIP4' and
11574            'IMIX' and
11575            '2T1C' and
11576            'NDRPDR'"
11577   parameters:
11578   - "throughput"
11579   - "name"
11580   - "tags"
11581   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11582   x-axis: "X = CNFs per Service Pipeline"
11583   y-axis: "Y = Number of Service Pipelines"
11584   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11585   layout:
11586     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11587     layout: "plot-service-density"
11588
11589 - type: "plot"
11590   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11591   algorithm: "plot_nf_heatmap"
11592   output-file-type: ".html"
11593   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
11594   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11595   filter: "'NIC_Intel-XXV710' and
11596            'NF_DENSITY' and
11597            'DOCKER' and
11598            'PIPELINE' and
11599            'NF_VPPIP4' and
11600            'IMIX' and
11601            '4T2C' and
11602            'NDRPDR'"
11603   parameters:
11604   - "throughput"
11605   - "name"
11606   - "tags"
11607   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11608   x-axis: "X = CNFs per Service Pipeline"
11609   y-axis: "Y = Number of Service Pipelines"
11610   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11611   layout:
11612     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11613     layout: "plot-service-density"
11614
11615 - type: "plot"
11616   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11617   algorithm: "plot_nf_heatmap"
11618   output-file-type: ".html"
11619   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
11620   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11621   filter: "'NIC_Intel-XXV710' and
11622            'NF_DENSITY' and
11623            'DOCKER' and
11624            'PIPELINE' and
11625            'NF_VPPIP4' and
11626            'IMIX' and
11627            '8T4C' and
11628            'NDRPDR'"
11629   parameters:
11630   - "throughput"
11631   - "name"
11632   - "tags"
11633   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11634   x-axis: "X = CNFs per Service Pipeline"
11635   y-axis: "Y = Number of Service Pipelines"
11636   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11637   layout:
11638     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11639     layout: "plot-service-density"
11640
11641 # Plots - NF Density - CSP - PDR IMIX
11642 - type: "plot"
11643   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11644   algorithm: "plot_nf_heatmap"
11645   output-file-type: ".html"
11646   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
11647   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11648   filter: "'NIC_Intel-XXV710' and
11649            'NF_DENSITY' and
11650            'DOCKER' and
11651            'PIPELINE' and
11652            'NF_VPPIP4' and
11653            'IMIX' and
11654            '2T1C' and
11655            'NDRPDR'"
11656   parameters:
11657   - "throughput"
11658   - "name"
11659   - "tags"
11660   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11661   x-axis: "X = CNFs per Service Pipeline"
11662   y-axis: "Y = Number of Service Pipelines"
11663   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11664   layout:
11665     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11666     layout: "plot-service-density"
11667
11668 - type: "plot"
11669   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11670   algorithm: "plot_nf_heatmap"
11671   output-file-type: ".html"
11672   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
11673   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11674   filter: "'NIC_Intel-XXV710' and
11675            'NF_DENSITY' and
11676            'DOCKER' and
11677            'PIPELINE' and
11678            'NF_VPPIP4' and
11679            'IMIX' and
11680            '4T2C' and
11681            'NDRPDR'"
11682   parameters:
11683   - "throughput"
11684   - "name"
11685   - "tags"
11686   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11687   x-axis: "X = CNFs per Service Pipeline"
11688   y-axis: "Y = Number of Service Pipelines"
11689   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11690   layout:
11691     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11692     layout: "plot-service-density"
11693
11694 - type: "plot"
11695   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11696   algorithm: "plot_nf_heatmap"
11697   output-file-type: ".html"
11698   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
11699   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11700   filter: "'NIC_Intel-XXV710' and
11701            'NF_DENSITY' and
11702            'DOCKER' and
11703            'PIPELINE' and
11704            'NF_VPPIP4' and
11705            'IMIX' and
11706            '8T4C' and
11707            'NDRPDR'"
11708   parameters:
11709   - "throughput"
11710   - "name"
11711   - "tags"
11712   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11713   x-axis: "X = CNFs per Service Pipeline"
11714   y-axis: "Y = Number of Service Pipelines"
11715   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11716   layout:
11717     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11718     layout: "plot-service-density"
11719
11720 ################################################################################
11721
11722 # Packet Throughput
11723
11724 - type: "plot"
11725   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11726   algorithm: "plot_perf_box_name"
11727   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11728   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11729   include:
11730     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11731     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11732     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11733     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11734   layout:
11735     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11736     layout: "plot-throughput"
11737
11738 - type: "plot"
11739   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11740   algorithm: "plot_perf_box_name"
11741   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11742   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11743   include:
11744     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11745     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11746     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11747     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11748   layout:
11749     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11750     layout: "plot-throughput"
11751
11752 - type: "plot"
11753   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11754   algorithm: "plot_perf_box_name"
11755   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11756   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11757   include:
11758     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11759     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11760     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11761     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11762   layout:
11763     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11764     layout: "plot-throughput"
11765
11766 - type: "plot"
11767   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11768   algorithm: "plot_perf_box_name"
11769   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11770   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11771   include:
11772     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11773     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11774     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11775     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11776   layout:
11777     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11778     layout: "plot-throughput"
11779
11780 - type: "plot"
11781   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11782   algorithm: "plot_perf_box_name"
11783   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11784   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11785   include:
11786     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11787     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11788     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11789     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11790     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11791   layout:
11792     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11793     layout: "plot-throughput"
11794
11795 - type: "plot"
11796   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11797   algorithm: "plot_perf_box_name"
11798   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11799   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11800   include:
11801     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11802     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11803     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11804     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11805     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11806   layout:
11807     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11808     layout: "plot-throughput"
11809
11810 - type: "plot"
11811   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11812   algorithm: "plot_perf_box_name"
11813   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11814   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11815   include:
11816     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11817     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11818     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11819     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11820     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11821   layout:
11822     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11823     layout: "plot-throughput"
11824
11825 - type: "plot"
11826   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11827   algorithm: "plot_perf_box_name"
11828   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11829   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11830   include:
11831     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11832     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11833     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11834     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11835     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11836   layout:
11837     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11838     layout: "plot-throughput"
11839
11840 - type: "plot"
11841   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11842   algorithm: "plot_perf_box_name"
11843   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11844   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11845   include:
11846     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11847     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11848     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11849     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11850     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11851   layout:
11852     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11853     layout: "plot-throughput"
11854
11855 - type: "plot"
11856   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11857   algorithm: "plot_perf_box_name"
11858   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11859   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11860   include:
11861     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11862     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11863     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11864     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11865     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11866   layout:
11867     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11868     layout: "plot-throughput"
11869
11870 - type: "plot"
11871   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11872   algorithm: "plot_perf_box_name"
11873   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11874   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11875   include:
11876     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11877     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11878     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11879     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11880     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11881     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11882   layout:
11883     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11884     layout: "plot-throughput"
11885
11886 - type: "plot"
11887   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11888   algorithm: "plot_perf_box_name"
11889   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11890   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11891   include:
11892     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11893     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11894     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11895     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11896     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11897     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11898   layout:
11899     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11900     layout: "plot-throughput"
11901
11902 - type: "plot"
11903   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11904   algorithm: "plot_perf_box_name"
11905   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11906   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11907   include:
11908     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11909     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11910     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11911     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11912     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11913   layout:
11914     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11915     layout: "plot-throughput"
11916
11917 - type: "plot"
11918   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11919   algorithm: "plot_perf_box_name"
11920   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11921   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11922   include:
11923     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11924     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11925     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11926     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11927     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11928   layout:
11929     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11930     layout: "plot-throughput"
11931
11932 - type: "plot"
11933   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11934   algorithm: "plot_perf_box_name"
11935   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11936   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11937   include:
11938     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11939     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11940     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11941   layout:
11942     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11943     layout: "plot-throughput"
11944
11945 - type: "plot"
11946   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11947   algorithm: "plot_perf_box_name"
11948   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11949   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11950   include:
11951     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11952     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11953     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11954   layout:
11955     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11956     layout: "plot-throughput"
11957
11958 - type: "plot"
11959   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11960   algorithm: "plot_perf_box_name"
11961   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11962   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11963   include:
11964     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11965     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11966     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11967     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11968     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11969   layout:
11970     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11971     layout: "plot-throughput"
11972
11973 - type: "plot"
11974   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11975   algorithm: "plot_perf_box_name"
11976   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11977   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11978   include:
11979     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11980     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11981     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11982     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11983     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11984   layout:
11985     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11986     layout: "plot-throughput"
11987
11988 - type: "plot"
11989   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11990   algorithm: "plot_perf_box_name"
11991   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11992   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11993   include:
11994     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11995     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11996     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11997   layout:
11998     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11999     layout: "plot-throughput"
12000
12001 - type: "plot"
12002   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
12003   algorithm: "plot_perf_box_name"
12004   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
12005   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12006   include:
12007     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
12008     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
12009     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
12010   layout:
12011     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
12012     layout: "plot-throughput"
12013
12014 - type: "plot"
12015   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12016   algorithm: "plot_perf_box_name"
12017   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12018   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12019   include:
12020     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12021     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12022     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12023     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12024     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12025     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12026   layout:
12027     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12028     layout: "plot-throughput"
12029
12030 - type: "plot"
12031   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12032   algorithm: "plot_perf_box_name"
12033   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12034   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12035   include:
12036     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12037     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12038     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12039     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12040     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12041     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12042   layout:
12043     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12044     layout: "plot-throughput"
12045
12046 - type: "plot"
12047   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12048   algorithm: "plot_perf_box_name"
12049   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12050   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12051   include:
12052     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12053     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12054     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12055     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12056     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12057     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12058   layout:
12059     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12060     layout: "plot-throughput"
12061
12062 - type: "plot"
12063   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12064   algorithm: "plot_perf_box_name"
12065   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12066   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12067   include:
12068     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12069     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12070     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12071     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12072     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12073     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12074   layout:
12075     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12076     layout: "plot-throughput"
12077
12078 - type: "plot"
12079   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12080   algorithm: "plot_perf_box_name"
12081   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12082   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12083   include:
12084     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12085     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12086     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12087   layout:
12088     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12089     layout: "plot-throughput"
12090
12091 - type: "plot"
12092   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12093   algorithm: "plot_perf_box_name"
12094   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12095   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12096   include:
12097     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12098     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12099     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12100   layout:
12101     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12102     layout: "plot-throughput"
12103
12104 - type: "plot"
12105   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12106   algorithm: "plot_perf_box_name"
12107   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12108   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12109   include:
12110     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12111     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12112 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12113 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12114 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12115   layout:
12116     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12117     layout: "plot-throughput"
12118
12119 - type: "plot"
12120   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12121   algorithm: "plot_perf_box_name"
12122   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12123   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12124   include:
12125     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12126     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12127 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12128 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12129 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12130   layout:
12131     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12132     layout: "plot-throughput"
12133
12134 - type: "plot"
12135   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12136   algorithm: "plot_perf_box_name"
12137   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12138   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12139   include:
12140     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12141     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12142     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12143     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12144     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12145   layout:
12146     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12147     layout: "plot-throughput"
12148
12149 - type: "plot"
12150   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12151   algorithm: "plot_perf_box_name"
12152   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12153   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12154   include:
12155     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12156     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12157     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12158     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12159     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12160   layout:
12161     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12162     layout: "plot-throughput"
12163
12164 - type: "plot"
12165   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12166   algorithm: "plot_perf_box_name"
12167   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12168   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12169   include:
12170     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12171     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12172     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12173     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12174     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12175   layout:
12176     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12177     layout: "plot-throughput"
12178
12179 - type: "plot"
12180   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12181   algorithm: "plot_perf_box_name"
12182   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12183   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12184   include:
12185     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12186     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12187     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12188     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12189     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12190   layout:
12191     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12192     layout: "plot-throughput"
12193
12194 - type: "plot"
12195   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12196   algorithm: "plot_perf_box_name"
12197   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12198   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12199   include:
12200     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12201     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12202     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12203     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12204     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12205     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12206   layout:
12207     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12208     layout: "plot-throughput"
12209
12210 - type: "plot"
12211   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12212   algorithm: "plot_perf_box_name"
12213   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12214   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12215   include:
12216     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12217     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12218     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12219     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12220     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12221     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12222   layout:
12223     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12224     layout: "plot-throughput"
12225
12226 - type: "plot"
12227   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12228   algorithm: "plot_perf_box_name"
12229   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12230   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12231   include:
12232     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12233     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12234     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12235     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12236     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12237     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12238   layout:
12239     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12240     layout: "plot-throughput"
12241
12242 - type: "plot"
12243   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12244   algorithm: "plot_perf_box_name"
12245   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12246   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12247   include:
12248     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12249     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12250     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12251     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12252     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12253     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12254   layout:
12255     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12256     layout: "plot-throughput"
12257
12258 - type: "plot"
12259   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12260   algorithm: "plot_perf_box_name"
12261   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12262   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12263   include:
12264     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12265     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12266     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12267     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12268     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12269   layout:
12270     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12271     layout: "plot-throughput"
12272
12273 - type: "plot"
12274   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12275   algorithm: "plot_perf_box_name"
12276   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12277   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12278   include:
12279     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12280     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12281     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12282     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12283     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12284   layout:
12285     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12286     layout: "plot-throughput"
12287
12288 - type: "plot"
12289   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12290   algorithm: "plot_perf_box_name"
12291   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12292   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12293   include:
12294     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12295     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12296     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12297     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12298     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12299     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12300   layout:
12301     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12302     layout: "plot-throughput"
12303
12304 - type: "plot"
12305   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12306   algorithm: "plot_perf_box_name"
12307   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12308   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12309   include:
12310     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12311     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12312     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12313     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12314     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12315     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12316   layout:
12317     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12318     layout: "plot-throughput"
12319
12320 - type: "plot"
12321   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12322   algorithm: "plot_perf_box_name"
12323   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12324   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12325   include:
12326     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12327     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12328     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12329     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12330     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12331   layout:
12332     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12333     layout: "plot-throughput"
12334
12335 - type: "plot"
12336   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12337   algorithm: "plot_perf_box_name"
12338   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12339   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12340   include:
12341     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12342     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12343     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12344     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12345     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12346   layout:
12347     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12348     layout: "plot-throughput"
12349
12350 - type: "plot"
12351   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12352   algorithm: "plot_perf_box_name"
12353   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12354   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12355   include:
12356     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12357     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12358     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12359     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12360     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12361     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12362   layout:
12363     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12364     layout: "plot-throughput"
12365
12366 - type: "plot"
12367   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12368   algorithm: "plot_perf_box_name"
12369   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12370   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12371   include:
12372     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12373     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12374     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12375     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12376     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12377     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12378   layout:
12379     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12380     layout: "plot-throughput"
12381
12382 - type: "plot"
12383   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12384   algorithm: "plot_perf_box_name"
12385   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12386   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12387   include:
12388     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12389     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12390     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12391     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12392     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12393   layout:
12394     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12395     layout: "plot-throughput"
12396
12397 - type: "plot"
12398   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12399   algorithm: "plot_perf_box_name"
12400   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12401   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12402   include:
12403     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12404     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12405     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12406     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12407     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12408   layout:
12409     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12410     layout: "plot-throughput"
12411
12412 - type: "plot"
12413   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12414   algorithm: "plot_perf_box_name"
12415   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12416   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12417   include:
12418     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12419     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12420     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12421     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12422     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12423     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12424   layout:
12425     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12426     layout: "plot-throughput"
12427
12428 - type: "plot"
12429   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12430   algorithm: "plot_perf_box_name"
12431   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12432   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12433   include:
12434     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12435     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12436     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12437     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12438     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12439     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12440   layout:
12441     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12442     layout: "plot-throughput"
12443
12444 - type: "plot"
12445   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12446   algorithm: "plot_perf_box_name"
12447   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12448   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12449   include:
12450     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12451     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12452   layout:
12453     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12454     layout: "plot-throughput"
12455
12456 - type: "plot"
12457   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12458   algorithm: "plot_perf_box_name"
12459   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12460   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12461   include:
12462     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12463     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12464   layout:
12465     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12466     layout: "plot-throughput"
12467
12468 - type: "plot"
12469   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12470   algorithm: "plot_perf_box_name"
12471   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12472   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12473   include:
12474     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12475     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12476     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12477     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12478   layout:
12479     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12480     layout: "plot-throughput"
12481
12482 - type: "plot"
12483   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12484   algorithm: "plot_perf_box_name"
12485   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12486   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12487   include:
12488     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12489     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12490     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12491     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12492   layout:
12493     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12494     layout: "plot-throughput"
12495
12496 - type: "plot"
12497   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12498   algorithm: "plot_perf_box_name"
12499   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12500   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12501   include:
12502     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12503     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12504     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12505     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12506   layout:
12507     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12508     layout: "plot-throughput"
12509
12510 - type: "plot"
12511   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12512   algorithm: "plot_perf_box_name"
12513   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12514   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12515   include:
12516     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12517     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12518     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12519     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12520   layout:
12521     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12522     layout: "plot-throughput"
12523
12524 - type: "plot"
12525   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12526   algorithm: "plot_perf_box_name"
12527   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12528   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12529   include:
12530     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12531     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12532     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12533     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12534   layout:
12535     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12536     layout: "plot-throughput"
12537
12538 - type: "plot"
12539   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12540   algorithm: "plot_perf_box_name"
12541   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12542   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12543   include:
12544     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12545     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12546     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12547     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12548   layout:
12549     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12550     layout: "plot-throughput"
12551
12552 - type: "plot"
12553   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12554   algorithm: "plot_perf_box_name"
12555   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12556   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12557   include:
12558     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12559     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12560     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12561     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12562   layout:
12563     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12564     layout: "plot-throughput"
12565
12566 - type: "plot"
12567   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12568   algorithm: "plot_perf_box_name"
12569   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12570   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12571   include:
12572     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12573     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12574     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12575     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12576   layout:
12577     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12578     layout: "plot-throughput"
12579
12580 - type: "plot"
12581   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12582   algorithm: "plot_perf_box_name"
12583   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12584   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12585   include:
12586     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12587     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12588     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12589     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12590     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12591     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12592   layout:
12593     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12594     layout: "plot-throughput"
12595
12596 - type: "plot"
12597   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12598   algorithm: "plot_perf_box_name"
12599   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12600   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12601   include:
12602     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12603     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12604     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12605     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12606     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12607     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12608   layout:
12609     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12610     layout: "plot-throughput"
12611
12612 - type: "plot"
12613   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12614   algorithm: "plot_perf_box_name"
12615   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12616   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12617   include:
12618     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12619     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12620     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12621     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12622     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12623   layout:
12624     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12625     layout: "plot-throughput"
12626
12627 - type: "plot"
12628   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12629   algorithm: "plot_perf_box_name"
12630   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12631   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12632   include:
12633     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12634     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12635     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12636     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12637     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12638   layout:
12639     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12640     layout: "plot-throughput"
12641
12642 - type: "plot"
12643   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12644   algorithm: "plot_perf_box_name"
12645   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12646   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12647   include:
12648     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12649     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12650     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12651     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12652     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12653   layout:
12654     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12655     layout: "plot-throughput"
12656
12657 - type: "plot"
12658   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12659   algorithm: "plot_perf_box_name"
12660   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12661   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12662   include:
12663     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12664     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12665     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12666     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12667     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12668   layout:
12669     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12670     layout: "plot-throughput"
12671
12672 - type: "plot"
12673   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12674   algorithm: "plot_perf_box_name"
12675   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12676   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12677   include:
12678     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12679     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12680     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12681   layout:
12682     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12683     layout: "plot-throughput"
12684
12685 - type: "plot"
12686   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12687   algorithm: "plot_perf_box_name"
12688   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12689   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12690   include:
12691     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12692     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12693     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12694   layout:
12695     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12696     layout: "plot-throughput"
12697
12698 - type: "plot"
12699   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12700   algorithm: "plot_perf_box_name"
12701   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12702   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12703   include:
12704     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12705     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12706     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12707   layout:
12708     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12709     layout: "plot-throughput"
12710
12711 - type: "plot"
12712   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12713   algorithm: "plot_perf_box_name"
12714   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12715   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12716   include:
12717     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12718     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12719     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12720   layout:
12721     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12722     layout: "plot-throughput"
12723
12724 - type: "plot"
12725   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12726   algorithm: "plot_perf_box_name"
12727   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12728   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12729   include:
12730     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12731     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12732     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12733     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12734     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12735   layout:
12736     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12737     layout: "plot-throughput"
12738
12739 - type: "plot"
12740   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12741   algorithm: "plot_perf_box_name"
12742   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12743   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12744   include:
12745     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12746     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12747     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12748     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12749     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12750   layout:
12751     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12752     layout: "plot-throughput"
12753
12754 - type: "plot"
12755   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12756   algorithm: "plot_perf_box_name"
12757   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12758   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12759   include:
12760     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12761     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12762     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12763     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12764     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12765   layout:
12766     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12767     layout: "plot-throughput"
12768
12769 - type: "plot"
12770   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12771   algorithm: "plot_perf_box_name"
12772   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12773   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12774   include:
12775     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12776     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12777     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12778     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12779     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12780   layout:
12781     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12782     layout: "plot-throughput"
12783
12784 - type: "plot"
12785   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12786   algorithm: "plot_perf_box_name"
12787   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12788   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12789   include:
12790     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12791     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12792     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12793     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12794     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12795   layout:
12796     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12797     layout: "plot-throughput"
12798
12799 - type: "plot"
12800   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12801   algorithm: "plot_perf_box_name"
12802   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12803   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12804   include:
12805     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12806     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12807     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12808     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12809     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12810   layout:
12811     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12812     layout: "plot-throughput"
12813
12814 - type: "plot"
12815   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12816   algorithm: "plot_perf_box_name"
12817   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12818   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12819   include:
12820     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12821     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12822     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12823     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12824     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12825   layout:
12826     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12827     layout: "plot-throughput"
12828
12829 - type: "plot"
12830   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12831   algorithm: "plot_perf_box_name"
12832   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12833   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12834   include:
12835     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12836     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12837     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12838     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12839     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12840   layout:
12841     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12842     layout: "plot-throughput"
12843
12844 - type: "plot"
12845   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12846   algorithm: "plot_perf_box_name"
12847   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12848   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12849   include:
12850     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12851     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12852     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12853     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12854     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12855   layout:
12856     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12857     layout: "plot-throughput"
12858
12859 - type: "plot"
12860   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12861   algorithm: "plot_perf_box_name"
12862   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12863   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12864   include:
12865     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12866     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12867     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12868     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12869     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12870   layout:
12871     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12872     layout: "plot-throughput"
12873
12874 - type: "plot"
12875   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12876   algorithm: "plot_perf_box_name"
12877   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12878   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12879   include:
12880     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12881     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12882     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12883     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12884     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12885     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12886   layout:
12887     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12888     layout: "plot-throughput"
12889
12890 - type: "plot"
12891   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12892   algorithm: "plot_perf_box_name"
12893   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12894   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12895   include:
12896     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12897     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12898     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12899     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12900     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12901     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12902   layout:
12903     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12904     layout: "plot-throughput"
12905
12906 - type: "plot"
12907   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12908   algorithm: "plot_perf_box_name"
12909   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12910   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12911   include:
12912     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12913     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12914     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12915     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12916   layout:
12917     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12918     layout: "plot-throughput"
12919
12920 - type: "plot"
12921   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12922   algorithm: "plot_perf_box_name"
12923   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12924   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12925   include:
12926     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12927     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12928     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12929     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12930   layout:
12931     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12932     layout: "plot-throughput"
12933
12934 - type: "plot"
12935   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12936   algorithm: "plot_perf_box_name"
12937   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12938   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12939   include:
12940     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12941     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12942     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12943     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12944     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12945     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12946   layout:
12947     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12948     layout: "plot-throughput"
12949
12950 - type: "plot"
12951   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12952   algorithm: "plot_perf_box_name"
12953   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12954   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12955   include:
12956     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12957     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12958     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12959     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12960     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12961     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12962   layout:
12963     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12964     layout: "plot-throughput"
12965
12966 - type: "plot"
12967   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12968   algorithm: "plot_perf_box_name"
12969   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12970   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12971   include:
12972     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12973     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12974     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12975     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12976     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12977     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12978   layout:
12979     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12980     layout: "plot-throughput"
12981
12982 - type: "plot"
12983   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12984   algorithm: "plot_perf_box_name"
12985   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12986   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12987   include:
12988     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12989     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12990     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12991     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12992     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12993     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12994   layout:
12995     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12996     layout: "plot-throughput"
12997
12998 - type: "plot"
12999   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13000   algorithm: "plot_perf_box_name"
13001   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13002   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13003   include:
13004     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13005     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13006     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13007     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13008     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13009     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13010   layout:
13011     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13012     layout: "plot-throughput"
13013
13014 - type: "plot"
13015   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13016   algorithm: "plot_perf_box_name"
13017   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13018   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13019   include:
13020     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13021     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13022     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13023     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13024     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13025     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13026   layout:
13027     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13028     layout: "plot-throughput"
13029
13030 - type: "plot"
13031   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13032   algorithm: "plot_perf_box_name"
13033   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13034   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13035   include:
13036     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13037     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13038     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13039     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13040     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13041     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13042   layout:
13043     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13044     layout: "plot-throughput"
13045
13046 - type: "plot"
13047   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13048   algorithm: "plot_perf_box_name"
13049   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13050   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13051   include:
13052     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13053     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13054     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13055     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13056     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13057     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13058   layout:
13059     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13060     layout: "plot-throughput"
13061
13062 - type: "plot"
13063   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13064   algorithm: "plot_perf_box_name"
13065   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13066   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13067   include:
13068     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13069     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13070     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13071     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13072     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13073     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13074   layout:
13075     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13076     layout: "plot-throughput"
13077
13078 - type: "plot"
13079   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13080   algorithm: "plot_perf_box_name"
13081   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13082   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13083   include:
13084     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13085     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13086     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13087     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13088     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13089     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13090   layout:
13091     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13092     layout: "plot-throughput"
13093
13094 - type: "plot"
13095   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13096   algorithm: "plot_perf_box_name"
13097   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13098   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13099   include:
13100     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13101     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13102     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13103     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13104     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13105     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13106   layout:
13107     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13108     layout: "plot-throughput"
13109
13110 - type: "plot"
13111   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13112   algorithm: "plot_perf_box_name"
13113   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13114   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13115   include:
13116     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13117     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13118     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13119     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13120     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13121     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13122   layout:
13123     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13124     layout: "plot-throughput"
13125
13126 - type: "plot"
13127   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13128   algorithm: "plot_perf_box_name"
13129   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13130   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13131   include:
13132     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13133     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13134     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13135     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13136     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13137     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13138   layout:
13139     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13140     layout: "plot-throughput"
13141
13142 - type: "plot"
13143   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13144   algorithm: "plot_perf_box_name"
13145   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13146   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13147   include:
13148     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13149     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13150     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13151     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13152     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13153     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13154   layout:
13155     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13156     layout: "plot-throughput"
13157
13158 - type: "plot"
13159   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13160   algorithm: "plot_perf_box_name"
13161   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13162   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13163   include:
13164     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13165     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13166     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13167     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13168     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13169     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13170   layout:
13171     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13172     layout: "plot-throughput"
13173
13174 - type: "plot"
13175   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13176   algorithm: "plot_perf_box_name"
13177   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13178   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13179   include:
13180     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13181     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13182     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13183     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13184     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13185     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13186   layout:
13187     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13188     layout: "plot-throughput"
13189
13190 - type: "plot"
13191   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13192   algorithm: "plot_perf_box_name"
13193   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13194   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13195   include:
13196     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13197     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13198     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13199     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13200   layout:
13201     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13202     layout: "plot-throughput"
13203
13204 - type: "plot"
13205   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13206   algorithm: "plot_perf_box_name"
13207   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13208   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13209   include:
13210     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13211     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13212     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13213     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13214   layout:
13215     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13216     layout: "plot-throughput"
13217
13218 - type: "plot"
13219   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13220   algorithm: "plot_perf_box_name"
13221   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13222   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13223   include:
13224     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13225     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13226     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13227     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13228   layout:
13229     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13230     layout: "plot-throughput"
13231
13232 - type: "plot"
13233   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13234   algorithm: "plot_perf_box_name"
13235   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13236   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13237   include:
13238     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13239     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13240     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13241     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13242   layout:
13243     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13244     layout: "plot-throughput"
13245
13246 - type: "plot"
13247   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13248   algorithm: "plot_perf_box_name"
13249   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13250   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13251   include:
13252     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13253     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13254     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13255     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13256     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13257     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13258   layout:
13259     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13260     layout: "plot-throughput"
13261
13262 - type: "plot"
13263   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13264   algorithm: "plot_perf_box_name"
13265   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13266   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13267   include:
13268     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13269     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13270     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13271     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13272     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13273     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13274   layout:
13275     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13276     layout: "plot-throughput"
13277
13278 - type: "plot"
13279   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13280   algorithm: "plot_perf_box_name"
13281   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13282   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13283   include:
13284     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13285     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13286     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13287     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13288     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13289   layout:
13290     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13291     layout: "plot-throughput"
13292
13293 - type: "plot"
13294   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13295   algorithm: "plot_perf_box_name"
13296   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13297   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13298   include:
13299     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13300     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13301     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13302     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13303     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13304   layout:
13305     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13306     layout: "plot-throughput"
13307
13308 - type: "plot"
13309   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13310   algorithm: "plot_perf_box_name"
13311   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13312   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13313   include:
13314     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13315     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13316     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13317     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13318     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13319   layout:
13320     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13321     layout: "plot-throughput"
13322
13323 - type: "plot"
13324   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13325   algorithm: "plot_perf_box_name"
13326   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13327   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13328   include:
13329     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13330     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13331     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13332     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13333     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13334   layout:
13335     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13336     layout: "plot-throughput"
13337
13338 - type: "plot"
13339   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13340   algorithm: "plot_perf_box_name"
13341   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13342   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13343   include:
13344     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13345     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13346     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13347     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13348   layout:
13349     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13350     layout: "plot-throughput"
13351
13352 - type: "plot"
13353   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13354   algorithm: "plot_perf_box_name"
13355   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13356   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13357   include:
13358     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13359     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13360     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13361     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13362   layout:
13363     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13364     layout: "plot-throughput"
13365
13366 - type: "plot"
13367   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13368   algorithm: "plot_perf_box_name"
13369   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13370   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13371   include:
13372     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13373     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13374     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13375     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13376     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13377     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13378   layout:
13379     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13380     layout: "plot-throughput"
13381
13382 - type: "plot"
13383   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13384   algorithm: "plot_perf_box_name"
13385   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13386   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13387   include:
13388     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13389     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13390     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13391     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13392     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13393     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13394   layout:
13395     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13396     layout: "plot-throughput"
13397
13398 - type: "plot"
13399   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13400   algorithm: "plot_perf_box_name"
13401   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13402   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13403   include:
13404     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13405     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13406     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13407     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13408     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13409     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13410   layout:
13411     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13412     layout: "plot-throughput"
13413
13414 - type: "plot"
13415   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13416   algorithm: "plot_perf_box_name"
13417   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13418   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13419   include:
13420     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13421     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13422     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13423     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13424     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13425     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13426   layout:
13427     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13428     layout: "plot-throughput"
13429
13430 - type: "plot"
13431   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13432   algorithm: "plot_perf_box_name"
13433   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13434   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13435   include:
13436     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13437     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13438     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13439     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13440     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13441     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13442   layout:
13443     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13444     layout: "plot-throughput"
13445
13446 - type: "plot"
13447   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13448   algorithm: "plot_perf_box_name"
13449   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13450   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13451   include:
13452     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13453     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13454     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13455     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13456     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13457     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13458   layout:
13459     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13460     layout: "plot-throughput"
13461
13462 - type: "plot"
13463   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13464   algorithm: "plot_perf_box_name"
13465   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13466   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13467   include:
13468     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13469     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13470     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13471     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13472     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13473     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13474   layout:
13475     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13476     layout: "plot-throughput"
13477
13478 - type: "plot"
13479   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13480   algorithm: "plot_perf_box_name"
13481   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13482   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13483   include:
13484     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13485     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13486     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13487     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13488     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13489     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13490   layout:
13491     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13492     layout: "plot-throughput"
13493
13494 - type: "plot"
13495   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13496   algorithm: "plot_perf_box_name"
13497   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13498   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13499   include:
13500     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13501     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13502     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13503     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13504   layout:
13505     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13506     layout: "plot-throughput"
13507
13508 - type: "plot"
13509   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13510   algorithm: "plot_perf_box_name"
13511   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13512   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13513   include:
13514     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13515     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13516     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13517     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13518   layout:
13519     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13520     layout: "plot-throughput"
13521
13522 - type: "plot"
13523   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13524   algorithm: "plot_perf_box_name"
13525   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13526   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13527   include:
13528     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13529     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13530     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13531     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13532     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13533     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13534   layout:
13535     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13536     layout: "plot-throughput"
13537
13538 - type: "plot"
13539   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13540   algorithm: "plot_perf_box_name"
13541   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13542   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13543   include:
13544     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13545     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13546     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13547     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13548     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13549     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13550   layout:
13551     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13552     layout: "plot-throughput"
13553
13554 - type: "plot"
13555   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13556   algorithm: "plot_perf_box_name"
13557   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13558   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13559   include:
13560     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13561     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13562     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13563     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13564     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13565     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13566   layout:
13567     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13568     layout: "plot-throughput"
13569
13570 - type: "plot"
13571   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13572   algorithm: "plot_perf_box_name"
13573   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13574   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13575   include:
13576     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13577     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13578     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13579     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13580     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13581     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13582   layout:
13583     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13584     layout: "plot-throughput"
13585
13586 #- type: "plot"
13587 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13588 #  algorithm: "plot_perf_box_name"
13589 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13590 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13591 #  include:
13592 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13593 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13594 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13595 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13596 #  layout:
13597 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13598 #    layout: "plot-throughput"
13599 #
13600 #- type: "plot"
13601 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13602 #  algorithm: "plot_perf_box_name"
13603 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13604 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13605 #  include:
13606 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13607 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13608 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13609 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13610 #  layout:
13611 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13612 #    layout: "plot-throughput"
13613
13614 - type: "plot"
13615   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13616   algorithm: "plot_perf_box_name"
13617   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13618   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13619   include:
13620     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13621     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13622     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13623     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13624     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13625     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13626   layout:
13627     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13628     layout: "plot-throughput"
13629
13630 - type: "plot"
13631   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13632   algorithm: "plot_perf_box_name"
13633   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13634   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13635   include:
13636     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13637     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13638     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13639     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13640     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13641     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13642   layout:
13643     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13644     layout: "plot-throughput"
13645
13646 #- type: "plot"
13647 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13648 #  algorithm: "plot_perf_box_name"
13649 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13650 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13651 #  include:
13652 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13653 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13654 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13655 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13656 #  layout:
13657 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13658 #    layout: "plot-throughput"
13659 #
13660 #- type: "plot"
13661 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13662 #  algorithm: "plot_perf_box_name"
13663 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13664 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13665 #  include:
13666 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13667 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13668 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13669 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13670 #  layout:
13671 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13672 #    layout: "plot-throughput"
13673
13674 - type: "plot"
13675   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13676   algorithm: "plot_perf_box_name"
13677   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13678   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13679   include:
13680     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13681     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13682     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13683     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13684     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13685     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13686   layout:
13687     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13688     layout: "plot-throughput"
13689
13690 - type: "plot"
13691   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13692   algorithm: "plot_perf_box_name"
13693   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13694   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13695   include:
13696     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13697     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13698     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13699     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13700     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13701     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13702   layout:
13703     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13704     layout: "plot-throughput"
13705
13706 #- type: "plot"
13707 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13708 #  algorithm: "plot_perf_box_name"
13709 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13710 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13711 #  include:
13712 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13713 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13714 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13715 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13716 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13717 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13718 #  layout:
13719 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13720 #    layout: "plot-throughput"
13721 #
13722 #- type: "plot"
13723 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13724 #  algorithm: "plot_perf_box_name"
13725 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13726 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13727 #  include:
13728 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13729 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13730 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13731 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13732 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13733 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13734 #  layout:
13735 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13736 #    layout: "plot-throughput"
13737
13738 - type: "plot"
13739   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13740   algorithm: "plot_perf_box_name"
13741   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13742   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13743   include:
13744     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13745     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13746     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13747     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13748     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13749     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13750   layout:
13751     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13752     layout: "plot-throughput"
13753
13754 - type: "plot"
13755   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13756   algorithm: "plot_perf_box_name"
13757   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13758   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13759   include:
13760     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13761     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13762     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13763     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13764     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13765     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13766   layout:
13767     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13768     layout: "plot-throughput"
13769
13770 - type: "plot"
13771   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13772   algorithm: "plot_perf_box_name"
13773   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13774   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13775   include:
13776     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13777     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13778     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13779 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13780 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13781 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13782   layout:
13783     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13784     layout: "plot-throughput"
13785
13786 - type: "plot"
13787   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13788   algorithm: "plot_perf_box_name"
13789   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13790   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13791   include:
13792     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13793     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13794     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13795 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13796 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13797 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13798   layout:
13799     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13800     layout: "plot-throughput"
13801
13802 - type: "plot"
13803   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13804   algorithm: "plot_perf_box_name"
13805   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13806   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13807   include:
13808     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13809     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13810     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13811     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13812     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13813     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13814   layout:
13815     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13816     layout: "plot-throughput"
13817
13818 - type: "plot"
13819   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13820   algorithm: "plot_perf_box_name"
13821   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13822   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13823   include:
13824     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13825     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13826     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13827     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13828     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13829     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13830   layout:
13831     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13832     layout: "plot-throughput"
13833
13834 - type: "plot"
13835   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13836   algorithm: "plot_perf_box_name"
13837   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13838   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13839   include:
13840     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13841     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13842     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13843     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13844     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13845     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13846   layout:
13847     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13848     layout: "plot-throughput"
13849
13850 - type: "plot"
13851   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13852   algorithm: "plot_perf_box_name"
13853   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13854   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13855   include:
13856     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13857     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13858     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13859     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13860     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13861     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13862   layout:
13863     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13864     layout: "plot-throughput"
13865
13866 #- type: "plot"
13867 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13868 #  algorithm: "plot_perf_box_name"
13869 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13870 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13871 #  include:
13872 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13873 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13874 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13875 #  layout:
13876 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13877 #    layout: "plot-throughput"
13878 #
13879 #- type: "plot"
13880 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13881 #  algorithm: "plot_perf_box_name"
13882 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13883 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13884 #  include:
13885 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13886 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13887 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13888 #  layout:
13889 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13890 #    layout: "plot-throughput"
13891
13892 - type: "plot"
13893   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13894   algorithm: "plot_perf_box_name"
13895   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13896   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13897   include:
13898     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13899     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13900     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13901     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13902     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13903   layout:
13904     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13905     layout: "plot-throughput"
13906
13907 - type: "plot"
13908   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13909   algorithm: "plot_perf_box_name"
13910   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13911   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13912   include:
13913     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13914     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13915     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13916     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13917     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13918   layout:
13919     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13920     layout: "plot-throughput"
13921
13922 - type: "plot"
13923   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13924   algorithm: "plot_perf_box_name"
13925   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13926   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13927   include:
13928     - "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"
13929     - "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"
13930     - "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"
13931     - "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"
13932     - "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"
13933   layout:
13934     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13935     layout: "plot-throughput"
13936
13937 - type: "plot"
13938   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13939   algorithm: "plot_perf_box_name"
13940   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13941   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13942   include:
13943     - "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"
13944     - "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"
13945     - "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"
13946     - "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"
13947     - "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"
13948   layout:
13949     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13950     layout: "plot-throughput"
13951
13952 - type: "plot"
13953   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13954   algorithm: "plot_perf_box_name"
13955   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13956   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13957   include:
13958     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13959     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13960     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13961     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13962     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13963   layout:
13964     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13965     layout: "plot-throughput"
13966
13967 - type: "plot"
13968   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13969   algorithm: "plot_perf_box_name"
13970   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13971   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13972   include:
13973     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13974     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13975     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13976     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13977     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13978   layout:
13979     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13980     layout: "plot-throughput"
13981
13982 - type: "plot"
13983   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13984   algorithm: "plot_perf_box_name"
13985   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13986   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13987   include:
13988     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13989     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13990     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13991     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13992     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13993   layout:
13994     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13995     layout: "plot-throughput"
13996
13997 - type: "plot"
13998   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13999   algorithm: "plot_perf_box_name"
14000   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14001   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14002   include:
14003     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14004     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14005     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14006     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14007     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14008   layout:
14009     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14010     layout: "plot-throughput"
14011
14012 - type: "plot"
14013   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14014   algorithm: "plot_perf_box_name"
14015   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14016   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14017   include:
14018     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14019     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14020     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14021     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14022     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14023   layout:
14024     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14025     layout: "plot-throughput"
14026
14027 - type: "plot"
14028   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14029   algorithm: "plot_perf_box_name"
14030   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14031   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14032   include:
14033     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14034     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14035     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14036     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14037     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14038   layout:
14039     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14040     layout: "plot-throughput"
14041
14042 - type: "plot"
14043   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14044   algorithm: "plot_perf_box_name"
14045   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14046   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14047   include:
14048     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14049     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14050     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14051     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14052     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14053   layout:
14054     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14055     layout: "plot-throughput"
14056
14057 - type: "plot"
14058   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14059   algorithm: "plot_perf_box_name"
14060   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14061   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14062   include:
14063     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14064     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14065     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14066     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14067     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14068   layout:
14069     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14070     layout: "plot-throughput"
14071
14072 - type: "plot"
14073   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14074   algorithm: "plot_perf_box_name"
14075   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14076   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14077   include:
14078     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14079     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14080     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14081     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14082   layout:
14083     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14084     layout: "plot-throughput"
14085
14086 - type: "plot"
14087   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14088   algorithm: "plot_perf_box_name"
14089   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14090   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14091   include:
14092     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14093     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14094     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14095     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14096   layout:
14097     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14098     layout: "plot-throughput"
14099
14100 - type: "plot"
14101   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14102   algorithm: "plot_perf_box_name"
14103   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14104   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14105   include:
14106     - "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"
14107     - "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"
14108     - "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"
14109     - "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"
14110   layout:
14111     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14112     layout: "plot-throughput"
14113
14114 - type: "plot"
14115   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14116   algorithm: "plot_perf_box_name"
14117   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14118   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14119   include:
14120     - "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"
14121     - "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"
14122     - "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"
14123     - "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"
14124   layout:
14125     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14126     layout: "plot-throughput"
14127
14128 - type: "plot"
14129   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14130   algorithm: "plot_perf_box_name"
14131   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14132   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14133   include:
14134     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14135     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14136     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14137     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14138     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14139     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14140   layout:
14141     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14142     layout: "plot-throughput"
14143
14144 - type: "plot"
14145   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14146   algorithm: "plot_perf_box_name"
14147   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14148   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14149   include:
14150     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14151     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14152     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14153     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14154     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14155     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14156   layout:
14157     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14158     layout: "plot-throughput"
14159
14160 - type: "plot"
14161   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14162   algorithm: "plot_perf_box_name"
14163   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14164   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14165   include:
14166     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14167     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14168     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14169     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14170     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14171     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14172   layout:
14173     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14174     layout: "plot-throughput"
14175
14176 - type: "plot"
14177   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14178   algorithm: "plot_perf_box_name"
14179   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14180   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14181   include:
14182     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14183     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14184     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14185     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14186     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14187     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14188   layout:
14189     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14190     layout: "plot-throughput"
14191
14192 - type: "plot"
14193   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14194   algorithm: "plot_perf_box_name"
14195   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14196   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14197   include:
14198     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14199     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14200     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14201     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14202     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14203     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14204   layout:
14205     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14206     layout: "plot-throughput"
14207
14208 - type: "plot"
14209   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14210   algorithm: "plot_perf_box_name"
14211   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14212   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14213   include:
14214     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14215     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14216     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14217     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14218     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14219     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14220   layout:
14221     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14222     layout: "plot-throughput"
14223
14224 - type: "plot"
14225   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14226   algorithm: "plot_perf_box_name"
14227   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14228   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14229   include:
14230     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14231     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14232     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14233     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14234     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14235   layout:
14236     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14237     layout: "plot-throughput"
14238
14239 - type: "plot"
14240   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14241   algorithm: "plot_perf_box_name"
14242   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14243   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14244   include:
14245     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14246     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14247     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14248     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14249     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14250   layout:
14251     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14252     layout: "plot-throughput"
14253
14254 - type: "plot"
14255   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14256   algorithm: "plot_perf_box_name"
14257   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14258   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14259   include:
14260     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14261     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14262   layout:
14263     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14264     layout: "plot-throughput"
14265
14266 - type: "plot"
14267   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14268   algorithm: "plot_perf_box_name"
14269   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14270   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14271   include:
14272     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14273     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14274   layout:
14275     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14276     layout: "plot-throughput"
14277
14278 - type: "plot"
14279   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14280   algorithm: "plot_perf_box_name"
14281   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14282   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14283   include:
14284     - "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"
14285     - "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"
14286   layout:
14287     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14288     layout: "plot-throughput"
14289
14290 - type: "plot"
14291   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14292   algorithm: "plot_perf_box_name"
14293   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14294   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14295   include:
14296     - "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"
14297     - "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"
14298   layout:
14299     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14300     layout: "plot-throughput"
14301
14302 - type: "plot"
14303   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14304   algorithm: "plot_perf_box_name"
14305   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14306   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14307   include:
14308     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14309     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14310   layout:
14311     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14312     layout: "plot-throughput"
14313
14314 - type: "plot"
14315   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14316   algorithm: "plot_perf_box_name"
14317   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14318   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14319   include:
14320     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14321     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14322   layout:
14323     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14324     layout: "plot-throughput"
14325
14326 - type: "plot"
14327   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14328   algorithm: "plot_perf_box_name"
14329   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14330   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14331   include:
14332     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14333     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14334   layout:
14335     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14336     layout: "plot-throughput"
14337
14338 - type: "plot"
14339   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14340   algorithm: "plot_perf_box_name"
14341   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14342   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14343   include:
14344     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14345     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14346   layout:
14347     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14348     layout: "plot-throughput"
14349
14350 - type: "plot"
14351   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14352   algorithm: "plot_perf_box_name"
14353   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14354   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14355   include:
14356     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14357     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14358     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14359     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14360     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14361     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14362   layout:
14363     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14364     layout: "plot-throughput"
14365
14366 - type: "plot"
14367   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14368   algorithm: "plot_perf_box_name"
14369   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14370   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14371   include:
14372     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14373     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14374     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14375     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14376     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14377     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14378   layout:
14379     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14380     layout: "plot-throughput"
14381
14382 - type: "plot"
14383   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14384   algorithm: "plot_perf_box_name"
14385   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14386   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14387   include:
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-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14390     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14391     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14392     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14393     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14394   layout:
14395     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14396     layout: "plot-throughput"
14397
14398 - type: "plot"
14399   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14400   algorithm: "plot_perf_box_name"
14401   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14402   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14403   include:
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-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14406     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14407     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14408     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14409     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14410   layout:
14411     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14412     layout: "plot-throughput"
14413
14414 #- type: "plot"
14415 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14416 #  algorithm: "plot_perf_box_name"
14417 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14418 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14419 #  include:
14420 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14421 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14422 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14423 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14424 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14425 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14426 #  layout:
14427 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14428 #    layout: "plot-throughput"
14429 #
14430 #- type: "plot"
14431 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14432 #  algorithm: "plot_perf_box_name"
14433 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14434 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14435 #  include:
14436 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14437 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14438 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14439 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14440 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14441 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14442 #  layout:
14443 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14444 #    layout: "plot-throughput"
14445
14446 - type: "plot"
14447   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14448   algorithm: "plot_perf_box_name"
14449   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14450   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14451   include:
14452     - "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"
14453     - "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"
14454     - "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"
14455     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14456     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14457     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14458   layout:
14459     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
14460     layout: "plot-throughput"
14461
14462 - type: "plot"
14463   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14464   algorithm: "plot_perf_box_name"
14465   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14466   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14467   include:
14468     - "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"
14469     - "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"
14470     - "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"
14471     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14472     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14473     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14474   layout:
14475     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
14476     layout: "plot-throughput"
14477
14478 ################################################################################
14479
14480 # Packet Speedup
14481
14482 - type: "plot"
14483   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14484   algorithm: "plot_tsa_name"
14485   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14486   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14487   include:
14488     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14489     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14490     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14491     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14492   layout:
14493     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
14494     layout: "plot-throughput-speedup-analysis"
14495
14496 - type: "plot"
14497   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14498   algorithm: "plot_tsa_name"
14499   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14500   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14501   include:
14502     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14503     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14504     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14505     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14506   layout:
14507     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
14508     layout: "plot-throughput-speedup-analysis"
14509
14510 - type: "plot"
14511   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14512   algorithm: "plot_tsa_name"
14513   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14514   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14515   include:
14516     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14517     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14518     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14519     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14520   layout:
14521     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
14522     layout: "plot-throughput-speedup-analysis"
14523
14524 - type: "plot"
14525   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14526   algorithm: "plot_tsa_name"
14527   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14528   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14529   include:
14530     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14531     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14532     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14533     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14534   layout:
14535     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
14536     layout: "plot-throughput-speedup-analysis"
14537
14538 - type: "plot"
14539   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14540   algorithm: "plot_tsa_name"
14541   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14542   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14543   include:
14544     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14545     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14546     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14547     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14548     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14549   layout:
14550     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
14551     layout: "plot-throughput-speedup-analysis"
14552
14553 - type: "plot"
14554   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14555   algorithm: "plot_tsa_name"
14556   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14557   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14558   include:
14559     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14560     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14561     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14562     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14563     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14564   layout:
14565     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14566     layout: "plot-throughput-speedup-analysis"
14567
14568 - type: "plot"
14569   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14570   algorithm: "plot_tsa_name"
14571   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14572   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14573   include:
14574     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14575     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14576     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14577     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14578     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14579   layout:
14580     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
14581     layout: "plot-throughput-speedup-analysis"
14582
14583 - type: "plot"
14584   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14585   algorithm: "plot_tsa_name"
14586   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14587   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14588   include:
14589     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14590     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14591     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14592     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14593     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14594   layout:
14595     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14596     layout: "plot-throughput-speedup-analysis"
14597
14598 - type: "plot"
14599   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14600   algorithm: "plot_tsa_name"
14601   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14602   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14603   include:
14604     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14605     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14606     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14607     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14608     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14609     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14610   layout:
14611     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
14612     layout: "plot-throughput-speedup-analysis"
14613
14614 - type: "plot"
14615   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14616   algorithm: "plot_tsa_name"
14617   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14618   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14619   include:
14620     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14621     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14622     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14623     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14624     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14625     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14626   layout:
14627     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14628     layout: "plot-throughput-speedup-analysis"
14629
14630 - type: "plot"
14631   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14632   algorithm: "plot_tsa_name"
14633   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14634   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14635   include:
14636     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14637     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14638     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14639     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14640     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14641   layout:
14642     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14643     layout: "plot-throughput-speedup-analysis"
14644
14645 - type: "plot"
14646   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14647   algorithm: "plot_tsa_name"
14648   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14649   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14650   include:
14651     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14652     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14653     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14654     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14655     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14656   layout:
14657     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14658     layout: "plot-throughput-speedup-analysis"
14659
14660 - type: "plot"
14661   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14662   algorithm: "plot_tsa_name"
14663   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14664   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14665   include:
14666     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14667     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14668     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14669   layout:
14670     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14671     layout: "plot-throughput-speedup-analysis"
14672
14673 - type: "plot"
14674   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14675   algorithm: "plot_tsa_name"
14676   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14677   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14678   include:
14679     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14680     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14681     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14682   layout:
14683     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14684     layout: "plot-throughput-speedup-analysis"
14685
14686 - type: "plot"
14687   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14688   algorithm: "plot_tsa_name"
14689   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14690   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14691   include:
14692     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14693     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14694     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14695     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14696     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14697   layout:
14698     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14699     layout: "plot-throughput-speedup-analysis"
14700
14701 - type: "plot"
14702   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14703   algorithm: "plot_tsa_name"
14704   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14705   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14706   include:
14707     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14708     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14709     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14710     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14711     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14712   layout:
14713     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14714     layout: "plot-throughput-speedup-analysis"
14715
14716 - type: "plot"
14717   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14718   algorithm: "plot_tsa_name"
14719   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14720   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14721   include:
14722     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14723     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14724     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14725   layout:
14726     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14727     layout: "plot-throughput-speedup-analysis"
14728
14729 - type: "plot"
14730   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14731   algorithm: "plot_tsa_name"
14732   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14733   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14734   include:
14735     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14736     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14737     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14738   layout:
14739     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14740     layout: "plot-throughput-speedup-analysis"
14741
14742 - type: "plot"
14743   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14744   algorithm: "plot_tsa_name"
14745   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14746   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14747   include:
14748     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14749     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14750     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14751     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14752     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14753     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14754   layout:
14755     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14756     layout: "plot-throughput-speedup-analysis"
14757
14758 - type: "plot"
14759   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14760   algorithm: "plot_tsa_name"
14761   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14762   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14763   include:
14764     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14765     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14766     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14767     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14768     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14769     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14770   layout:
14771     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14772     layout: "plot-throughput-speedup-analysis"
14773
14774 - type: "plot"
14775   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14776   algorithm: "plot_tsa_name"
14777   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14778   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14779   include:
14780     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14781     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14782     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14783     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14784     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14785     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14786   layout:
14787     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14788     layout: "plot-throughput-speedup-analysis"
14789
14790 - type: "plot"
14791   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14792   algorithm: "plot_tsa_name"
14793   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14794   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14795   include:
14796     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14797     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14798     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14799     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14800     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14801     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14802   layout:
14803     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14804     layout: "plot-throughput-speedup-analysis"
14805
14806 - type: "plot"
14807   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14808   algorithm: "plot_tsa_name"
14809   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14810   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14811   include:
14812     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14813     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14814     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14815   layout:
14816     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14817     layout: "plot-throughput-speedup-analysis"
14818
14819 - type: "plot"
14820   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14821   algorithm: "plot_tsa_name"
14822   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14823   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14824   include:
14825     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14826     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14827     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14828   layout:
14829     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14830     layout: "plot-throughput-speedup-analysis"
14831
14832 - type: "plot"
14833   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14834   algorithm: "plot_tsa_name"
14835   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14836   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14837   include:
14838     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14839     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14840     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14841 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14842 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14843   layout:
14844     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14845     layout: "plot-throughput-speedup-analysis"
14846
14847 - type: "plot"
14848   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14849   algorithm: "plot_tsa_name"
14850   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14851   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14852   include:
14853     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14854     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14855     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14856 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14857 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14858   layout:
14859     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14860     layout: "plot-throughput-speedup-analysis"
14861
14862 - type: "plot"
14863   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14864   algorithm: "plot_tsa_name"
14865   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14866   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14867   include:
14868     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14869     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14870     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14871     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14872     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14873   layout:
14874     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14875     layout: "plot-throughput-speedup-analysis"
14876
14877 - type: "plot"
14878   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14879   algorithm: "plot_tsa_name"
14880   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14881   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14882   include:
14883     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14884     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14885     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14886     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14887     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14888   layout:
14889     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14890     layout: "plot-throughput-speedup-analysis"
14891
14892 - type: "plot"
14893   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14894   algorithm: "plot_tsa_name"
14895   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14896   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14897   include:
14898     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14899     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14900     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14901     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14902     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14903   layout:
14904     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14905     layout: "plot-throughput-speedup-analysis"
14906
14907 - type: "plot"
14908   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14909   algorithm: "plot_tsa_name"
14910   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14911   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14912   include:
14913     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14914     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14915     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14916     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14917     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14918   layout:
14919     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14920     layout: "plot-throughput-speedup-analysis"
14921
14922 - type: "plot"
14923   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14924   algorithm: "plot_tsa_name"
14925   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14926   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14927   include:
14928     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14929     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14930     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14931     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14932     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14933     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14934   layout:
14935     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14936     layout: "plot-throughput-speedup-analysis"
14937
14938 - type: "plot"
14939   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14940   algorithm: "plot_tsa_name"
14941   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14942   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14943   include:
14944     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14945     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14946     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14947     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14948     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14949     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14950   layout:
14951     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14952     layout: "plot-throughput-speedup-analysis"
14953
14954 - type: "plot"
14955   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14956   algorithm: "plot_tsa_name"
14957   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14958   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14959   include:
14960     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14961     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14962     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14963     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14964     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14965     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14966   layout:
14967     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14968     layout: "plot-throughput-speedup-analysis"
14969
14970 - type: "plot"
14971   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14972   algorithm: "plot_tsa_name"
14973   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14974   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14975   include:
14976     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14977     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14978     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14979     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14980     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14981     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14982   layout:
14983     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14984     layout: "plot-throughput-speedup-analysis"
14985
14986 - type: "plot"
14987   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14988   algorithm: "plot_tsa_name"
14989   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14990   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14991   include:
14992     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14993     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14994   layout:
14995     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
14996     layout: "plot-throughput-speedup-analysis"
14997
14998 - type: "plot"
14999   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
15000   algorithm: "plot_tsa_name"
15001   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
15002   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15003   include:
15004     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15005     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15006   layout:
15007     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
15008     layout: "plot-throughput-speedup-analysis"
15009
15010 - type: "plot"
15011   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
15012   algorithm: "plot_tsa_name"
15013   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
15014   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15015   include:
15016     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15017     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15018     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15019     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15020   layout:
15021     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
15022     layout: "plot-throughput-speedup-analysis"
15023
15024 - type: "plot"
15025   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15026   algorithm: "plot_tsa_name"
15027   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15028   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15029   include:
15030     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15031     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15032     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15033     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15034   layout:
15035     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
15036     layout: "plot-throughput-speedup-analysis"
15037
15038 - type: "plot"
15039   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15040   algorithm: "plot_tsa_name"
15041   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15042   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15043   include:
15044     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15045     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15046     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15047     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15048   layout:
15049     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
15050     layout: "plot-throughput-speedup-analysis"
15051
15052 - type: "plot"
15053   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15054   algorithm: "plot_tsa_name"
15055   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15056   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15057   include:
15058     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15059     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15060     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15061     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15062   layout:
15063     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
15064     layout: "plot-throughput-speedup-analysis"
15065
15066 - type: "plot"
15067   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15068   algorithm: "plot_tsa_name"
15069   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15070   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15071   include:
15072     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15073     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15074     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15075     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15076     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15077     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15078   layout:
15079     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
15080     layout: "plot-throughput-speedup-analysis"
15081
15082 - type: "plot"
15083   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15084   algorithm: "plot_tsa_name"
15085   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15086   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15087   include:
15088     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15089     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15090     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15091     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15092     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15093     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15094   layout:
15095     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
15096     layout: "plot-throughput-speedup-analysis"
15097
15098 - type: "plot"
15099   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15100   algorithm: "plot_tsa_name"
15101   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15102   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15103   include:
15104     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15105     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15106     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15107     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15108     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15109   layout:
15110     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15111     layout: "plot-throughput-speedup-analysis"
15112
15113 - type: "plot"
15114   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15115   algorithm: "plot_tsa_name"
15116   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15117   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15118   include:
15119     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15120     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15121     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15122     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15123     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15124   layout:
15125     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15126     layout: "plot-throughput-speedup-analysis"
15127
15128 - type: "plot"
15129   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15130   algorithm: "plot_tsa_name"
15131   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15132   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15133   include:
15134     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15135     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15136     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15137     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15138     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15139   layout:
15140     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15141     layout: "plot-throughput-speedup-analysis"
15142
15143 - type: "plot"
15144   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15145   algorithm: "plot_tsa_name"
15146   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15147   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15148   include:
15149     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15150     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15151     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15152     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15153     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15154   layout:
15155     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15156     layout: "plot-throughput-speedup-analysis"
15157
15158 - type: "plot"
15159   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15160   algorithm: "plot_tsa_name"
15161   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15162   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15163   include:
15164     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15165     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15166     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15167   layout:
15168     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
15169     layout: "plot-throughput-speedup-analysis"
15170
15171 - type: "plot"
15172   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15173   algorithm: "plot_tsa_name"
15174   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15175   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15176   include:
15177     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15178     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15179     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15180   layout:
15181     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
15182     layout: "plot-throughput-speedup-analysis"
15183
15184 - type: "plot"
15185   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15186   algorithm: "plot_tsa_name"
15187   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15188   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15189   include:
15190     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15191     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15192     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15193   layout:
15194     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
15195     layout: "plot-throughput-speedup-analysis"
15196
15197 - type: "plot"
15198   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15199   algorithm: "plot_tsa_name"
15200   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15201   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15202   include:
15203     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15204     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15205     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15206   layout:
15207     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
15208     layout: "plot-throughput-speedup-analysis"
15209
15210 - type: "plot"
15211   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15212   algorithm: "plot_tsa_name"
15213   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15214   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15215   include:
15216     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15217     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15218     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15219     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15220     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15221   layout:
15222     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15223     layout: "plot-throughput-speedup-analysis"
15224
15225 - type: "plot"
15226   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15227   algorithm: "plot_tsa_name"
15228   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15229   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15230   include:
15231     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15232     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15233     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15234     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15235     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15236   layout:
15237     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15238     layout: "plot-throughput-speedup-analysis"
15239
15240 - type: "plot"
15241   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15242   algorithm: "plot_tsa_name"
15243   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15244   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15245   include:
15246     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15247     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15248     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15249     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15250     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15251   layout:
15252     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15253     layout: "plot-throughput-speedup-analysis"
15254
15255 - type: "plot"
15256   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15257   algorithm: "plot_tsa_name"
15258   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15259   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15260   include:
15261     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15262     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15263     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15264     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15265     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15266   layout:
15267     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15268     layout: "plot-throughput-speedup-analysis"
15269
15270 - type: "plot"
15271   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15272   algorithm: "plot_tsa_name"
15273   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15274   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15275   include:
15276     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15277     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15278     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15279     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15280     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15281     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15282   layout:
15283     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
15284     layout: "plot-throughput-speedup-analysis"
15285
15286 - type: "plot"
15287   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15288   algorithm: "plot_tsa_name"
15289   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15290   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15291   include:
15292     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15293     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15294     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15295     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15296     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15297     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15298   layout:
15299     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
15300     layout: "plot-throughput-speedup-analysis"
15301
15302 - type: "plot"
15303   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15304   algorithm: "plot_tsa_name"
15305   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15306   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15307   include:
15308     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15309     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15310     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15311     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15312   layout:
15313     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
15314     layout: "plot-throughput-speedup-analysis"
15315
15316 - type: "plot"
15317   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15318   algorithm: "plot_tsa_name"
15319   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15320   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15321   include:
15322     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15323     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15324     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15325     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15326   layout:
15327     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
15328     layout: "plot-throughput-speedup-analysis"
15329
15330 - type: "plot"
15331   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15332   algorithm: "plot_tsa_name"
15333   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15334   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15335   include:
15336     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15337     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15338     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15339     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15340     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15341     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15342   layout:
15343     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
15344     layout: "plot-throughput-speedup-analysis"
15345
15346 - type: "plot"
15347   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15348   algorithm: "plot_tsa_name"
15349   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15350   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15351   include:
15352     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15353     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15354     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15355     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15356     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15357     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15358   layout:
15359     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
15360     layout: "plot-throughput-speedup-analysis"
15361
15362 - type: "plot"
15363   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15364   algorithm: "plot_tsa_name"
15365   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15366   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15367   include:
15368     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15369     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15370     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15371     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15372     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15373     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15374   layout:
15375     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
15376     layout: "plot-throughput-speedup-analysis"
15377
15378 - type: "plot"
15379   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15380   algorithm: "plot_tsa_name"
15381   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15382   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15383   include:
15384     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15385     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15386     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15387     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15388     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15389     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15390   layout:
15391     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
15392     layout: "plot-throughput-speedup-analysis"
15393
15394 - type: "plot"
15395   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15396   algorithm: "plot_tsa_name"
15397   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15398   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15399   include:
15400     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15401     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15402     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15403     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15404     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15405     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15406   layout:
15407     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
15408     layout: "plot-throughput-speedup-analysis"
15409
15410 - type: "plot"
15411   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15412   algorithm: "plot_tsa_name"
15413   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15414   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15415   include:
15416     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15417     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15418     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15419     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15420     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15421     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15422   layout:
15423     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
15424     layout: "plot-throughput-speedup-analysis"
15425
15426 - type: "plot"
15427   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15428   algorithm: "plot_tsa_name"
15429   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15430   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15431   include:
15432     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15433     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15434     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15435     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15436     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15437     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15438   layout:
15439     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
15440     layout: "plot-throughput-speedup-analysis"
15441
15442 - type: "plot"
15443   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15444   algorithm: "plot_tsa_name"
15445   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15446   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15447   include:
15448     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15449     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15450     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15451     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15452     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15453     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15454   layout:
15455     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
15456     layout: "plot-throughput-speedup-analysis"
15457
15458 - type: "plot"
15459   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15460   algorithm: "plot_tsa_name"
15461   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15462   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15463   include:
15464     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15465     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15466     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15467     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15468     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15469     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15470   layout:
15471     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15472     layout: "plot-throughput-speedup-analysis"
15473
15474 - type: "plot"
15475   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15476   algorithm: "plot_tsa_name"
15477   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15478   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15479   include:
15480     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15481     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15482     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15483     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15484     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15485     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15486   layout:
15487     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15488     layout: "plot-throughput-speedup-analysis"
15489
15490 - type: "plot"
15491   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15492   algorithm: "plot_tsa_name"
15493   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15494   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15495   include:
15496     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15497     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15498     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15499     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15500   layout:
15501     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15502     layout: "plot-throughput-speedup-analysis"
15503
15504 - type: "plot"
15505   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15506   algorithm: "plot_tsa_name"
15507   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15508   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15509   include:
15510     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15511     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15512     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15513     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15514   layout:
15515     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15516     layout: "plot-throughput-speedup-analysis"
15517
15518 - type: "plot"
15519   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15520   algorithm: "plot_tsa_name"
15521   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15522   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15523   include:
15524     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15525     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15526     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15527     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15528   layout:
15529     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15530     layout: "plot-throughput-speedup-analysis"
15531
15532 - type: "plot"
15533   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15534   algorithm: "plot_tsa_name"
15535   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15536   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15537   include:
15538     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15539     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15540     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15541     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15542   layout:
15543     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15544     layout: "plot-throughput-speedup-analysis"
15545
15546 - type: "plot"
15547   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15548   algorithm: "plot_tsa_name"
15549   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15550   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15551   include:
15552     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15553     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15554     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15555     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15556     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15557     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15558   layout:
15559     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15560     layout: "plot-throughput-speedup-analysis"
15561
15562 - type: "plot"
15563   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15564   algorithm: "plot_tsa_name"
15565   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15566   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15567   include:
15568     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15569     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15570     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15571     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15572     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15573     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15574   layout:
15575     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15576     layout: "plot-throughput-speedup-analysis"
15577
15578 - type: "plot"
15579   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15580   algorithm: "plot_tsa_name"
15581   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15582   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15583   include:
15584     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15585     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15586     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15587     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15588     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15589   layout:
15590     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15591     layout: "plot-throughput-speedup-analysis"
15592
15593 - type: "plot"
15594   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15595   algorithm: "plot_tsa_name"
15596   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15597   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15598   include:
15599     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15600     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15601     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15602     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15603     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15604   layout:
15605     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15606     layout: "plot-throughput-speedup-analysis"
15607
15608 - type: "plot"
15609   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15610   algorithm: "plot_tsa_name"
15611   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15612   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15613   include:
15614     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15615     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15616     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15617     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15618     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15619   layout:
15620     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15621     layout: "plot-throughput-speedup-analysis"
15622
15623 - type: "plot"
15624   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15625   algorithm: "plot_tsa_name"
15626   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15627   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15628   include:
15629     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15630     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15631     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15632     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15633     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15634   layout:
15635     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15636     layout: "plot-throughput-speedup-analysis"
15637
15638 - type: "plot"
15639   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15640   algorithm: "plot_tsa_name"
15641   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15642   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15643   include:
15644     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15645     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15646     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15647     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15648   layout:
15649     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15650     layout: "plot-throughput-speedup-analysis"
15651
15652 - type: "plot"
15653   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15654   algorithm: "plot_tsa_name"
15655   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15656   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15657   include:
15658     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15659     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15660     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15661     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15662   layout:
15663     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15664     layout: "plot-throughput-speedup-analysis"
15665
15666 - type: "plot"
15667   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15668   algorithm: "plot_tsa_name"
15669   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15670   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15671   include:
15672     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15673     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15674     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15675     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15676     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15677     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15678   layout:
15679     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15680     layout: "plot-throughput-speedup-analysis"
15681
15682 - type: "plot"
15683   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15684   algorithm: "plot_tsa_name"
15685   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15686   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15687   include:
15688     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15689     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15690     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15691     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15692     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15693     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15694   layout:
15695     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15696     layout: "plot-throughput-speedup-analysis"
15697
15698 - type: "plot"
15699   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15700   algorithm: "plot_tsa_name"
15701   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15702   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15703   include:
15704     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15705     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15706     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15707     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15708     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15709     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15710   layout:
15711     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15712     layout: "plot-throughput-speedup-analysis"
15713
15714 - type: "plot"
15715   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15716   algorithm: "plot_tsa_name"
15717   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15718   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15719   include:
15720     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15721     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15722     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15723     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15724     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15725     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15726   layout:
15727     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15728     layout: "plot-throughput-speedup-analysis"
15729
15730 - type: "plot"
15731   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15732   algorithm: "plot_tsa_name"
15733   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15734   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15735   include:
15736     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15737     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15738     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15739     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15740     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15741     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15742   layout:
15743     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15744     layout: "plot-throughput-speedup-analysis"
15745
15746 - type: "plot"
15747   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15748   algorithm: "plot_tsa_name"
15749   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15750   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15751   include:
15752     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15753     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15754     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15755     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15756     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15757     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15758   layout:
15759     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15760     layout: "plot-throughput-speedup-analysis"
15761
15762 - type: "plot"
15763   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15764   algorithm: "plot_tsa_name"
15765   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15766   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15767   include:
15768     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15769     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15770     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15771     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15772     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15773     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15774   layout:
15775     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15776     layout: "plot-throughput-speedup-analysis"
15777
15778 - type: "plot"
15779   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15780   algorithm: "plot_tsa_name"
15781   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15782   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15783   include:
15784     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15785     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15786     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15787     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15788     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15789     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15790   layout:
15791     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15792     layout: "plot-throughput-speedup-analysis"
15793
15794 - type: "plot"
15795   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15796   algorithm: "plot_tsa_name"
15797   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15798   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15799   include:
15800     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15801     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15802     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15803     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15804     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15805     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15806   layout:
15807     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15808     layout: "plot-throughput-speedup-analysis"
15809
15810 - type: "plot"
15811   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15812   algorithm: "plot_tsa_name"
15813   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15814   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15815   include:
15816     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15817     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15818     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15819     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15820     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15821     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15822   layout:
15823     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15824     layout: "plot-throughput-speedup-analysis"
15825
15826 - type: "plot"
15827   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15828   algorithm: "plot_tsa_name"
15829   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15830   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15831   include:
15832     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15833     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15834     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15835     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15836     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15837   layout:
15838     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15839     layout: "plot-throughput-speedup-analysis"
15840
15841 - type: "plot"
15842   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15843   algorithm: "plot_tsa_name"
15844   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15845   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15846   include:
15847     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15848     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15849     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15850     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15851     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15852   layout:
15853     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15854     layout: "plot-throughput-speedup-analysis"
15855
15856 - type: "plot"
15857   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15858   algorithm: "plot_tsa_name"
15859   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15860   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15861   include:
15862     - "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"
15863     - "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"
15864     - "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"
15865     - "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"
15866     - "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"
15867   layout:
15868     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15869     layout: "plot-throughput-speedup-analysis"
15870
15871 - type: "plot"
15872   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15873   algorithm: "plot_tsa_name"
15874   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15875   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15876   include:
15877     - "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"
15878     - "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"
15879     - "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"
15880     - "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"
15881     - "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"
15882   layout:
15883     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15884     layout: "plot-throughput-speedup-analysis"
15885
15886 - type: "plot"
15887   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15888   algorithm: "plot_tsa_name"
15889   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15890   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15891   include:
15892     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15893     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15894     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15895     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15896     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15897   layout:
15898     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15899     layout: "plot-throughput-speedup-analysis"
15900
15901 - type: "plot"
15902   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15903   algorithm: "plot_tsa_name"
15904   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15905   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15906   include:
15907     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15908     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15909     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15910     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15911     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15912   layout:
15913     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15914     layout: "plot-throughput-speedup-analysis"
15915
15916 - type: "plot"
15917   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15918   algorithm: "plot_tsa_name"
15919   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15920   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15921   include:
15922     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15923     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15924     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15925     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15926     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15927   layout:
15928     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15929     layout: "plot-throughput-speedup-analysis"
15930
15931 - type: "plot"
15932   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15933   algorithm: "plot_tsa_name"
15934   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15935   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15936   include:
15937     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15938     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15939     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15940     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15941     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15942   layout:
15943     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15944     layout: "plot-throughput-speedup-analysis"
15945
15946 - type: "plot"
15947   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15948   algorithm: "plot_tsa_name"
15949   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15950   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15951   include:
15952     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15953     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15954     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15955     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15956     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15957   layout:
15958     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15959     layout: "plot-throughput-speedup-analysis"
15960
15961 - type: "plot"
15962   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15963   algorithm: "plot_tsa_name"
15964   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15965   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15966   include:
15967     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15968     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15969     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15970     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15971     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15972   layout:
15973     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15974     layout: "plot-throughput-speedup-analysis"
15975
15976 - type: "plot"
15977   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15978   algorithm: "plot_tsa_name"
15979   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15980   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15981   include:
15982     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15983     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15984     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15985     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15986     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15987   layout:
15988     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15989     layout: "plot-throughput-speedup-analysis"
15990
15991 - type: "plot"
15992   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15993   algorithm: "plot_tsa_name"
15994   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15995   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15996   include:
15997     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15998     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15999     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16000     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16001     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16002   layout:
16003     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
16004     layout: "plot-throughput-speedup-analysis"
16005
16006 - type: "plot"
16007   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
16008   algorithm: "plot_tsa_name"
16009   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16010   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16011   include:
16012     - "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"
16013     - "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"
16014     - "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"
16015     - "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"
16016   layout:
16017     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
16018     layout: "plot-throughput-speedup-analysis"
16019
16020 - type: "plot"
16021   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16022   algorithm: "plot_tsa_name"
16023   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16024   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16025   include:
16026     - "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"
16027     - "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"
16028     - "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"
16029     - "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"
16030   layout:
16031     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16032     layout: "plot-throughput-speedup-analysis"
16033
16034 - type: "plot"
16035   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16036   algorithm: "plot_tsa_name"
16037   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16038   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16039   include:
16040     - "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"
16041     - "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"
16042     - "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"
16043     - "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"
16044   layout:
16045     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16046     layout: "plot-throughput-speedup-analysis"
16047
16048 - type: "plot"
16049   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16050   algorithm: "plot_tsa_name"
16051   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16052   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16053   include:
16054     - "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"
16055     - "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"
16056     - "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"
16057     - "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"
16058   layout:
16059     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16060     layout: "plot-throughput-speedup-analysis"
16061
16062 - type: "plot"
16063   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
16064   algorithm: "plot_tsa_name"
16065   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
16066   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16067   include:
16068     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16069     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16070     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16071     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16072     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16073     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16074   layout:
16075     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
16076     layout: "plot-throughput-speedup-analysis"
16077
16078 - type: "plot"
16079   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
16080   algorithm: "plot_tsa_name"
16081   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
16082   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16083   include:
16084     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16085     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16086     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16087     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16088     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16089     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16090   layout:
16091     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
16092     layout: "plot-throughput-speedup-analysis"
16093
16094 - type: "plot"
16095   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16096   algorithm: "plot_tsa_name"
16097   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
16098   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16099   include:
16100     - "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"
16101     - "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"
16102     - "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"
16103     - "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"
16104     - "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"
16105     - "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"
16106   layout:
16107     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16108     layout: "plot-throughput-speedup-analysis"
16109
16110 - type: "plot"
16111   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16112   algorithm: "plot_tsa_name"
16113   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
16114   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16115   include:
16116     - "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"
16117     - "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"
16118     - "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"
16119     - "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"
16120     - "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"
16121     - "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"
16122   layout:
16123     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16124     layout: "plot-throughput-speedup-analysis"
16125
16126 - type: "plot"
16127   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16128   algorithm: "plot_tsa_name"
16129   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16130   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16131   include:
16132     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16133     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16134     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16135     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16136     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16137     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16138   layout:
16139     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16140     layout: "plot-throughput-speedup-analysis"
16141
16142 - type: "plot"
16143   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16144   algorithm: "plot_tsa_name"
16145   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16146   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16147   include:
16148     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16149     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16150     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16151     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16152     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16153     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16154   layout:
16155     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16156     layout: "plot-throughput-speedup-analysis"
16157
16158 - type: "plot"
16159   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16160   algorithm: "plot_tsa_name"
16161   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16162   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16163   include:
16164     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16165     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16166     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16167     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16168     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16169   layout:
16170     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16171     layout: "plot-throughput-speedup-analysis"
16172
16173 - type: "plot"
16174   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16175   algorithm: "plot_tsa_name"
16176   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16177   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16178   include:
16179     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16180     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16181     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16182     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16183     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16184   layout:
16185     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16186     layout: "plot-throughput-speedup-analysis"
16187
16188 - type: "plot"
16189   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16190   algorithm: "plot_tsa_name"
16191   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16192   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16193   include:
16194     - "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"
16195     - "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"
16196   layout:
16197     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16198     layout: "plot-throughput-speedup-analysis"
16199
16200 - type: "plot"
16201   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16202   algorithm: "plot_tsa_name"
16203   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16204   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16205   include:
16206     - "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"
16207     - "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"
16208   layout:
16209     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16210     layout: "plot-throughput-speedup-analysis"
16211
16212 - type: "plot"
16213   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16214   algorithm: "plot_tsa_name"
16215   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16216   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16217   include:
16218     - "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"
16219     - "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"
16220   layout:
16221     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16222     layout: "plot-throughput-speedup-analysis"
16223
16224 - type: "plot"
16225   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16226   algorithm: "plot_tsa_name"
16227   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16228   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16229   include:
16230     - "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"
16231     - "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"
16232   layout:
16233     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16234     layout: "plot-throughput-speedup-analysis"
16235
16236 - type: "plot"
16237   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16238   algorithm: "plot_tsa_name"
16239   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16240   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16241   include:
16242     - "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"
16243     - "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"
16244     - "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"
16245     - "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"
16246     - "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"
16247     - "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"
16248   layout:
16249     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
16250     layout: "plot-throughput-speedup-analysis"
16251
16252 - type: "plot"
16253   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16254   algorithm: "plot_tsa_name"
16255   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16256   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16257   include:
16258     - "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"
16259     - "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"
16260     - "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"
16261     - "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"
16262     - "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"
16263     - "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"
16264   layout:
16265     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
16266     layout: "plot-throughput-speedup-analysis"
16267
16268 - type: "plot"
16269   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16270   algorithm: "plot_tsa_name"
16271   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16272   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16273   include:
16274     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16275     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16276     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16277     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16278     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16279   layout:
16280     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
16281     layout: "plot-throughput-speedup-analysis"
16282
16283 - type: "plot"
16284   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16285   algorithm: "plot_tsa_name"
16286   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16287   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16288   include:
16289     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16290     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16291     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16292     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16293     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16294   layout:
16295     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
16296     layout: "plot-throughput-speedup-analysis"
16297
16298 - type: "plot"
16299   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16300   algorithm: "plot_tsa_name"
16301   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16302   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16303   include:
16304     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16305     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16306     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16307     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16308     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16309   layout:
16310     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
16311     layout: "plot-throughput-speedup-analysis"
16312
16313 - type: "plot"
16314   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16315   algorithm: "plot_tsa_name"
16316   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16317   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16318   include:
16319     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16320     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16321     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16322     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16323     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16324   layout:
16325     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
16326     layout: "plot-throughput-speedup-analysis"
16327
16328 - type: "plot"
16329   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16330   algorithm: "plot_tsa_name"
16331   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16332   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16333   include:
16334     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16335     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16336     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16337     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16338     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16339     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16340   layout:
16341     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
16342     layout: "plot-throughput-speedup-analysis"
16343
16344 - type: "plot"
16345   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16346   algorithm: "plot_tsa_name"
16347   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16348   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16349   include:
16350     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16351     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16352     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16353     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16354     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16355     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16356   layout:
16357     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
16358     layout: "plot-throughput-speedup-analysis"
16359
16360 - type: "plot"
16361   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16362   algorithm: "plot_tsa_name"
16363   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16364   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16365   include:
16366     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16367     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16368     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16369     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16370   layout:
16371     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
16372     layout: "plot-throughput-speedup-analysis"
16373
16374 - type: "plot"
16375   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16376   algorithm: "plot_tsa_name"
16377   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16378   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16379   include:
16380     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16381     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16382     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16383     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16384   layout:
16385     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
16386     layout: "plot-throughput-speedup-analysis"
16387
16388 - type: "plot"
16389   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16390   algorithm: "plot_tsa_name"
16391   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16392   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16393   include:
16394     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16395     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16396     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16397     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16398     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16399   layout:
16400     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
16401     layout: "plot-throughput-speedup-analysis"
16402
16403 - type: "plot"
16404   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16405   algorithm: "plot_tsa_name"
16406   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16407   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16408   include:
16409     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16410     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16411     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16412     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16413     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16414   layout:
16415     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
16416     layout: "plot-throughput-speedup-analysis"
16417
16418 - type: "plot"
16419   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16420   algorithm: "plot_tsa_name"
16421   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16422   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16423   include:
16424     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16425     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16426     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16427     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16428     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16429     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16430   layout:
16431     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
16432     layout: "plot-throughput-speedup-analysis"
16433
16434 - type: "plot"
16435   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16436   algorithm: "plot_tsa_name"
16437   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16438   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16439   include:
16440     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16441     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16442     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16443     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16444     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16445     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16446   layout:
16447     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
16448     layout: "plot-throughput-speedup-analysis"
16449
16450 - type: "plot"
16451   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16452   algorithm: "plot_tsa_name"
16453   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16454   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16455   include:
16456     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16457     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16458     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16459     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16460   layout:
16461     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
16462     layout: "plot-throughput-speedup-analysis"
16463
16464 - type: "plot"
16465   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16466   algorithm: "plot_tsa_name"
16467   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16468   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16469   include:
16470     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16471     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16472     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16473     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16474   layout:
16475     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
16476     layout: "plot-throughput-speedup-analysis"
16477
16478 - type: "plot"
16479   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16480   algorithm: "plot_tsa_name"
16481   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16482   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16483   include:
16484     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16485     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16486     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16487     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16488     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16489     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16490   layout:
16491     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16492     layout: "plot-throughput-speedup-analysis"
16493
16494 - type: "plot"
16495   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16496   algorithm: "plot_tsa_name"
16497   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16498   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16499   include:
16500     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16501     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16502     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16503     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16504     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16505     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16506   layout:
16507     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16508     layout: "plot-throughput-speedup-analysis"
16509
16510 - type: "plot"
16511   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16512   algorithm: "plot_tsa_name"
16513   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16514   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16515   include:
16516     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16517     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16518     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16519     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16520     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16521     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16522   layout:
16523     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16524     layout: "plot-throughput-speedup-analysis"
16525
16526 - type: "plot"
16527   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16528   algorithm: "plot_tsa_name"
16529   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16530   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16531   include:
16532     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16533     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16534     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16535     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16536     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16537     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16538   layout:
16539     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16540     layout: "plot-throughput-speedup-analysis"
16541
16542 - type: "plot"
16543   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16544   algorithm: "plot_tsa_name"
16545   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16546   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16547   include:
16548     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16549     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16550     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16551     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16552     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16553     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16554   layout:
16555     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16556     layout: "plot-throughput-speedup-analysis"
16557
16558 - type: "plot"
16559   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16560   algorithm: "plot_tsa_name"
16561   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16562   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16563   include:
16564     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16565     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16566     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16567     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16568     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16569     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16570   layout:
16571     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16572     layout: "plot-throughput-speedup-analysis"
16573
16574 - type: "plot"
16575   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16576   algorithm: "plot_tsa_name"
16577   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16578   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16579   include:
16580     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16581     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16582     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16583     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16584     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16585     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16586   layout:
16587     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16588     layout: "plot-throughput-speedup-analysis"
16589
16590 - type: "plot"
16591   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16592   algorithm: "plot_tsa_name"
16593   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16594   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16595   include:
16596     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16597     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16598     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16599     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16600     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16601     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16602   layout:
16603     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16604     layout: "plot-throughput-speedup-analysis"
16605
16606 - type: "plot"
16607   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16608   algorithm: "plot_tsa_name"
16609   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16610   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16611   include:
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-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16614     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16615     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16616     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16617     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16618   layout:
16619     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16620     layout: "plot-throughput-speedup-analysis"
16621
16622 - type: "plot"
16623   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16624   algorithm: "plot_tsa_name"
16625   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16626   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16627   include:
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-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16630     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16631     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16632     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16633     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16634   layout:
16635     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16636     layout: "plot-throughput-speedup-analysis"
16637
16638 #- type: "plot"
16639 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16640 #  algorithm: "plot_tsa_name"
16641 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16642 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16643 #  include:
16644 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16645 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16646 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16647 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16648 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16649 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16650 #  layout:
16651 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16652 #    layout: "plot-throughput-speedup-analysis"
16653 #
16654 #- type: "plot"
16655 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16656 #  algorithm: "plot_tsa_name"
16657 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16658 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16659 #  include:
16660 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16661 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16662 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16663 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16664 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16665 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16666 #  layout:
16667 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16668 #    layout: "plot-throughput-speedup-analysis"
16669
16670 - type: "plot"
16671   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16672   algorithm: "plot_tsa_name"
16673   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16674   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16675   include:
16676     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16677     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16678     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16679     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16680     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16681   layout:
16682     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16683     layout: "plot-throughput-speedup-analysis"
16684
16685 - type: "plot"
16686   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16687   algorithm: "plot_tsa_name"
16688   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16689   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16690   include:
16691     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16692     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16693     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16694     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16695     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16696   layout:
16697     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16698     layout: "plot-throughput-speedup-analysis"
16699
16700 - type: "plot"
16701   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16702   algorithm: "plot_tsa_name"
16703   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16704   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16705   include:
16706     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16707     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16708     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16709     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16710     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16711     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16712   layout:
16713     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16714     layout: "plot-throughput-speedup-analysis"
16715
16716 - type: "plot"
16717   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16718   algorithm: "plot_tsa_name"
16719   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16720   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16721   include:
16722     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16723     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16724     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16725     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16726     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16727     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16728   layout:
16729     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16730     layout: "plot-throughput-speedup-analysis"
16731
16732 - type: "plot"
16733   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16734   algorithm: "plot_tsa_name"
16735   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16736   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16737   include:
16738     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16739     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16740     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16741     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16742     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16743   layout:
16744     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16745     layout: "plot-throughput-speedup-analysis"
16746
16747 - type: "plot"
16748   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16749   algorithm: "plot_tsa_name"
16750   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16751   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16752   include:
16753     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16754     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16755     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16756     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16757     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16758   layout:
16759     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16760     layout: "plot-throughput-speedup-analysis"
16761
16762 #- type: "plot"
16763 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16764 #  algorithm: "plot_tsa_name"
16765 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16766 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16767 #  include:
16768 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16769 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16770 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16771 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16772 #  layout:
16773 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16774 #    layout: "plot-throughput-speedup-analysis"
16775 #
16776 #- type: "plot"
16777 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16778 #  algorithm: "plot_tsa_name"
16779 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16780 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16781 #  include:
16782 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16783 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16784 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16785 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16786 #  layout:
16787 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16788 #    layout: "plot-throughput-speedup-analysis"
16789
16790 - type: "plot"
16791   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16792   algorithm: "plot_tsa_name"
16793   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16794   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16795   include:
16796     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16797     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16798     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16799     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16800     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16801     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16802   layout:
16803     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16804     layout: "plot-throughput-speedup-analysis"
16805
16806 - type: "plot"
16807   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16808   algorithm: "plot_tsa_name"
16809   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16810   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16811   include:
16812     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16813     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16814     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16815     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16816     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16817     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16818   layout:
16819     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16820     layout: "plot-throughput-speedup-analysis"
16821
16822 - type: "plot"
16823   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16824   algorithm: "plot_tsa_name"
16825   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16826   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16827   include:
16828     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16829     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16830     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16831     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16832     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16833   layout:
16834     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16835     layout: "plot-throughput-speedup-analysis"
16836
16837 - type: "plot"
16838   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16839   algorithm: "plot_tsa_name"
16840   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16841   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16842   include:
16843     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16844     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16845     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16846     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16847     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16848   layout:
16849     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16850     layout: "plot-throughput-speedup-analysis"
16851
16852 - type: "plot"
16853   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16854   algorithm: "plot_tsa_name"
16855   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16856   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16857   include:
16858     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16859     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16860     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16861     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16862     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16863     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16864   layout:
16865     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16866     layout: "plot-throughput-speedup-analysis"
16867
16868 - type: "plot"
16869   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16870   algorithm: "plot_tsa_name"
16871   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16872   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16873   include:
16874     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16875     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16876     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16877     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16878     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16879     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16880   layout:
16881     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16882     layout: "plot-throughput-speedup-analysis"
16883
16884 - type: "plot"
16885   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16886   algorithm: "plot_tsa_name"
16887   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16888   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16889   include:
16890     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16891     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16892     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16893     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16894   layout:
16895     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16896     layout: "plot-throughput-speedup-analysis"
16897
16898 - type: "plot"
16899   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16900   algorithm: "plot_tsa_name"
16901   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16902   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16903   include:
16904     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16905     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16906     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16907     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16908   layout:
16909     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16910     layout: "plot-throughput-speedup-analysis"
16911
16912 - type: "plot"
16913   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16914   algorithm: "plot_tsa_name"
16915   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16916   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16917   include:
16918     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16919     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16920     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16921     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16922     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16923   layout:
16924     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16925     layout: "plot-throughput-speedup-analysis"
16926
16927 - type: "plot"
16928   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16929   algorithm: "plot_tsa_name"
16930   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16931   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16932   include:
16933     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16934     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16935     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16936     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16937     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16938   layout:
16939     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16940     layout: "plot-throughput-speedup-analysis"
16941
16942 - type: "plot"
16943   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16944   algorithm: "plot_tsa_name"
16945   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16946   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16947   include:
16948     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16949     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16950     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16951     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16952     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16953     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16954   layout:
16955     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16956     layout: "plot-throughput-speedup-analysis"
16957
16958 - type: "plot"
16959   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16960   algorithm: "plot_tsa_name"
16961   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16962   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16963   include:
16964     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16965     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16966     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16967     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16968     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16969     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16970   layout:
16971     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16972     layout: "plot-throughput-speedup-analysis"
16973
16974 #- type: "plot"
16975 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16976 #  algorithm: "plot_tsa_name"
16977 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16978 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16979 #  include:
16980 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16981 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16982 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16983 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16984 #  layout:
16985 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16986 #    layout: "plot-throughput-speedup-analysis"
16987 #
16988 #- type: "plot"
16989 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16990 #  algorithm: "plot_tsa_name"
16991 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16992 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16993 #  include:
16994 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16995 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16996 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16997 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16998 #  layout:
16999 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17000 #    layout: "plot-throughput-speedup-analysis"
17001
17002 - type: "plot"
17003   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17004   algorithm: "plot_tsa_name"
17005   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17006   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17007   include:
17008     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17009     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17010     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17011     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17012     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17013     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17014   layout:
17015     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17016     layout: "plot-throughput-speedup-analysis"
17017
17018 - type: "plot"
17019   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17020   algorithm: "plot_tsa_name"
17021   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17022   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17023   include:
17024     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17025     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17026     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17027     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17028     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17029     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17030   layout:
17031     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17032     layout: "plot-throughput-speedup-analysis"
17033
17034 #- type: "plot"
17035 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17036 #  algorithm: "plot_tsa_name"
17037 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17038 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17039 #  include:
17040 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17041 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17042 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17043 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17044 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17045 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17046 #  layout:
17047 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17048 #    layout: "plot-throughput-speedup-analysis"
17049 #
17050 #- type: "plot"
17051 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17052 #  algorithm: "plot_tsa_name"
17053 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17054 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17055 #  include:
17056 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17057 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17058 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17059 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17060 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17061 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17062 #  layout:
17063 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17064 #    layout: "plot-throughput-speedup-analysis"
17065
17066 #- type: "plot"
17067 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17068 #  algorithm: "plot_tsa_name"
17069 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17070 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17071 #  include:
17072 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17073 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17074 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17075 #  layout:
17076 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17077 #    layout: "plot-throughput-speedup-analysis"
17078 #
17079 #- type: "plot"
17080 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17081 #  algorithm: "plot_tsa_name"
17082 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17083 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17084 #  include:
17085 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17086 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17087 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17088 #  layout:
17089 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17090 #    layout: "plot-throughput-speedup-analysis"
17091
17092 ################################################################################
17093
17094 # Packet Throughput - DPDK
17095
17096 # 2n-skx-xxv710
17097
17098 - type: "plot"
17099   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
17100   algorithm: "plot_perf_box_name"
17101   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
17102   data: "plot-dpdk-throughput-latency-2n-skx"
17103   include:
17104     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17105     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17106   layout:
17107     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
17108     layout: "plot-throughput"
17109
17110 - type: "plot"
17111   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
17112   algorithm: "plot_perf_box_name"
17113   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
17114   data: "plot-dpdk-throughput-latency-2n-skx"
17115   include:
17116     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17117     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17118   layout:
17119     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
17120     layout: "plot-throughput"
17121
17122 - type: "plot"
17123   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
17124   algorithm: "plot_perf_box_name"
17125   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
17126   data: "plot-dpdk-throughput-latency-2n-skx"
17127   include:
17128     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17129     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17130   layout:
17131     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
17132     layout: "plot-throughput"
17133
17134 - type: "plot"
17135   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
17136   algorithm: "plot_perf_box_name"
17137   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
17138   data: "plot-dpdk-throughput-latency-2n-skx"
17139   include:
17140     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17141     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17142   layout:
17143     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
17144     layout: "plot-throughput"
17145
17146 # 2n-skx-x710
17147
17148 - type: "plot"
17149   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
17150   algorithm: "plot_perf_box_name"
17151   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
17152   data: "plot-dpdk-throughput-latency-2n-skx"
17153   include:
17154     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17155     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17156   layout:
17157     title: "2n-skx-x710-64b-2t1c-base-ndr"
17158     layout: "plot-throughput"
17159
17160 - type: "plot"
17161   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
17162   algorithm: "plot_perf_box_name"
17163   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
17164   data: "plot-dpdk-throughput-latency-2n-skx"
17165   include:
17166     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17167     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17168   layout:
17169     title: "2n-skx-x710-64b-4t2c-base-ndr"
17170     layout: "plot-throughput"
17171
17172 - type: "plot"
17173   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
17174   algorithm: "plot_perf_box_name"
17175   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
17176   data: "plot-dpdk-throughput-latency-2n-skx"
17177   include:
17178     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17179     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17180   layout:
17181     title: "2n-skx-x710-64b-2t1c-base-pdr"
17182     layout: "plot-throughput"
17183
17184 - type: "plot"
17185   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
17186   algorithm: "plot_perf_box_name"
17187   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
17188   data: "plot-dpdk-throughput-latency-2n-skx"
17189   include:
17190     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17191     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17192   layout:
17193     title: "2n-skx-x710-64b-4t2c-base-pdr"
17194     layout: "plot-throughput"
17195
17196 # 3n-skx-xxv710
17197
17198 - type: "plot"
17199   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
17200   algorithm: "plot_perf_box_name"
17201   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
17202   data: "plot-dpdk-throughput-latency-3n-skx"
17203   include:
17204     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17205     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17206   layout:
17207     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
17208     layout: "plot-throughput"
17209
17210 - type: "plot"
17211   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
17212   algorithm: "plot_perf_box_name"
17213   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
17214   data: "plot-dpdk-throughput-latency-3n-skx"
17215   include:
17216     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17217     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17218   layout:
17219     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
17220     layout: "plot-throughput"
17221
17222 - type: "plot"
17223   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
17224   algorithm: "plot_perf_box_name"
17225   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
17226   data: "plot-dpdk-throughput-latency-3n-skx"
17227   include:
17228     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17229     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17230   layout:
17231     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
17232     layout: "plot-throughput"
17233
17234 - type: "plot"
17235   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
17236   algorithm: "plot_perf_box_name"
17237   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
17238   data: "plot-dpdk-throughput-latency-3n-skx"
17239   include:
17240     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17241     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17242   layout:
17243     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
17244     layout: "plot-throughput"
17245
17246 # 3n-skx-x710
17247
17248 - type: "plot"
17249   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
17250   algorithm: "plot_perf_box_name"
17251   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
17252   data: "plot-dpdk-throughput-latency-3n-skx"
17253   include:
17254     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17255     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17256   layout:
17257     title: "3n-skx-x710-64b-2t1c-base-ndr"
17258     layout: "plot-throughput"
17259
17260 - type: "plot"
17261   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
17262   algorithm: "plot_perf_box_name"
17263   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
17264   data: "plot-dpdk-throughput-latency-3n-skx"
17265   include:
17266     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17267     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17268   layout:
17269     title: "3n-skx-x710-64b-4t2c-base-ndr"
17270     layout: "plot-throughput"
17271
17272 - type: "plot"
17273   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
17274   algorithm: "plot_perf_box_name"
17275   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
17276   data: "plot-dpdk-throughput-latency-3n-skx"
17277   include:
17278     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17279     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17280   layout:
17281     title: "3n-skx-x710-64b-2t1c-base-pdr"
17282     layout: "plot-throughput"
17283
17284 - type: "plot"
17285   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
17286   algorithm: "plot_perf_box_name"
17287   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
17288   data: "plot-dpdk-throughput-latency-3n-skx"
17289   include:
17290     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17291     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17292   layout:
17293     title: "3n-skx-x710-64b-4t2c-base-pdr"
17294     layout: "plot-throughput"
17295
17296 # 3n-hsw-xl710
17297
17298 - type: "plot"
17299   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
17300   algorithm: "plot_perf_box_name"
17301   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
17302   data: "plot-dpdk-throughput-latency-3n-hsw"
17303   include:
17304     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17305     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17306   layout:
17307     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
17308     layout: "plot-throughput"
17309
17310 - type: "plot"
17311   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
17312   algorithm: "plot_perf_box_name"
17313   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
17314   data: "plot-dpdk-throughput-latency-3n-hsw"
17315   include:
17316     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17317     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17318   layout:
17319     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
17320     layout: "plot-throughput"
17321
17322 - type: "plot"
17323   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
17324   algorithm: "plot_perf_box_name"
17325   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
17326   data: "plot-dpdk-throughput-latency-3n-hsw"
17327   include:
17328     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17329     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17330   layout:
17331     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
17332     layout: "plot-throughput"
17333
17334 - type: "plot"
17335   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
17336   algorithm: "plot_perf_box_name"
17337   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
17338   data: "plot-dpdk-throughput-latency-3n-hsw"
17339   include:
17340     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17341     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17342   layout:
17343     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
17344     layout: "plot-throughput"
17345
17346 # 3n-hsw-x710
17347
17348 - type: "plot"
17349   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
17350   algorithm: "plot_perf_box_name"
17351   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
17352   data: "plot-dpdk-throughput-latency-3n-hsw"
17353   include:
17354     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17355     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17356   layout:
17357     title: "3n-hsw-x710-64b-1t1c-base-ndr"
17358     layout: "plot-throughput"
17359
17360 - type: "plot"
17361   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
17362   algorithm: "plot_perf_box_name"
17363   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
17364   data: "plot-dpdk-throughput-latency-3n-hsw"
17365   include:
17366     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17367     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17368   layout:
17369     title: "3n-hsw-x710-64b-2t2c-base-ndr"
17370     layout: "plot-throughput"
17371
17372 - type: "plot"
17373   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
17374   algorithm: "plot_perf_box_name"
17375   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
17376   data: "plot-dpdk-throughput-latency-3n-hsw"
17377   include:
17378     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17379     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17380   layout:
17381     title: "3n-hsw-x710-64b-1t1c-base-pdr"
17382     layout: "plot-throughput"
17383
17384 - type: "plot"
17385   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
17386   algorithm: "plot_perf_box_name"
17387   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
17388   data: "plot-dpdk-throughput-latency-3n-hsw"
17389   include:
17390     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17391     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17392   layout:
17393     title: "3n-hsw-x710-64b-2t2c-base-pdr"
17394     layout: "plot-throughput"
17395
17396 # 2n-dnv-x553
17397
17398 - type: "plot"
17399   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
17400   algorithm: "plot_perf_box_name"
17401   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
17402   data: "plot-dpdk-throughput-latency-2n-dnv"
17403   include:
17404     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17405     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17406   layout:
17407     title: "2n-dnv-x553-64b-1t1c-base-ndr"
17408     layout: "plot-throughput"
17409
17410 - type: "plot"
17411   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
17412   algorithm: "plot_perf_box_name"
17413   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
17414   data: "plot-dpdk-throughput-latency-2n-dnv"
17415   include:
17416     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17417     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17418   layout:
17419     title: "2n-dnv-x553-64b-2t2c-base-ndr"
17420     layout: "plot-throughput"
17421
17422 - type: "plot"
17423   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
17424   algorithm: "plot_perf_box_name"
17425   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
17426   data: "plot-dpdk-throughput-latency-2n-dnv"
17427   include:
17428     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17429     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17430   layout:
17431     title: "2n-dnv-x553-64b-1t1c-base-pdr"
17432     layout: "plot-throughput"
17433
17434 - type: "plot"
17435   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
17436   algorithm: "plot_perf_box_name"
17437   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
17438   data: "plot-dpdk-throughput-latency-2n-dnv"
17439   include:
17440     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17441     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17442   layout:
17443     title: "2n-dnv-x553-64b-2t2c-base-pdr"
17444     layout: "plot-throughput"
17445
17446 # 3n-dnv-x553
17447
17448 - type: "plot"
17449   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
17450   algorithm: "plot_perf_box_name"
17451   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
17452   data: "plot-dpdk-throughput-latency-3n-dnv"
17453   include:
17454     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17455     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17456   layout:
17457     title: "3n-dnv-x553-64b-1t1c-base-ndr"
17458     layout: "plot-throughput"
17459
17460 - type: "plot"
17461   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
17462   algorithm: "plot_perf_box_name"
17463   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
17464   data: "plot-dpdk-throughput-latency-3n-dnv"
17465   include:
17466     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17467     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17468   layout:
17469     title: "3n-dnv-x553-64b-2t2c-base-ndr"
17470     layout: "plot-throughput"
17471
17472 - type: "plot"
17473   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
17474   algorithm: "plot_perf_box_name"
17475   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
17476   data: "plot-dpdk-throughput-latency-3n-dnv"
17477   include:
17478     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17479     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17480   layout:
17481     title: "3n-dnv-x553-64b-1t1c-base-pdr"
17482     layout: "plot-throughput"
17483
17484 - type: "plot"
17485   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17486   algorithm: "plot_perf_box_name"
17487   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
17488   data: "plot-dpdk-throughput-latency-3n-dnv"
17489   include:
17490     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17491     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17492   layout:
17493     title: "3n-dnv-x553-64b-2t2c-base-pdr"
17494     layout: "plot-throughput"
17495
17496 # 3n-tsh-x520
17497
17498 - type: "plot"
17499   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17500   algorithm: "plot_perf_box_name"
17501   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17502   data: "plot-dpdk-throughput-latency-3n-tsh"
17503   include:
17504     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17505     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17506   layout:
17507     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17508     layout: "plot-throughput"
17509
17510 - type: "plot"
17511   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17512   algorithm: "plot_perf_box_name"
17513   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17514   data: "plot-dpdk-throughput-latency-3n-tsh"
17515   include:
17516     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17517     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17518   layout:
17519     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17520     layout: "plot-throughput"
17521
17522 - type: "plot"
17523   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17524   algorithm: "plot_perf_box_name"
17525   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17526   data: "plot-dpdk-throughput-latency-3n-tsh"
17527   include:
17528     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17529     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17530   layout:
17531     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17532     layout: "plot-throughput"
17533
17534 - type: "plot"
17535   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17536   algorithm: "plot_perf_box_name"
17537   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17538   data: "plot-dpdk-throughput-latency-3n-tsh"
17539   include:
17540     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17541     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17542   layout:
17543     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17544     layout: "plot-throughput"
17545
17546 ################################################################################
17547 ###   2n-clx                                                                 ###
17548 ################################################################################
17549
17550 # Packet Throughput
17551
17552 - type: "plot"
17553   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17554   algorithm: "plot_perf_box_name"
17555   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17556   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17557   include:
17558     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17559     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17560     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17561     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17562   layout:
17563     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17564     layout: "plot-throughput"
17565
17566 - type: "plot"
17567   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17568   algorithm: "plot_perf_box_name"
17569   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17570   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17571   include:
17572     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17573     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17574     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17575     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17576   layout:
17577     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17578     layout: "plot-throughput"
17579
17580 - type: "plot"
17581   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17582   algorithm: "plot_perf_box_name"
17583   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17584   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17585   include:
17586     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17587     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17588     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17589     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17590   layout:
17591     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17592     layout: "plot-throughput"
17593
17594 - type: "plot"
17595   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17596   algorithm: "plot_perf_box_name"
17597   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17598   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17599   include:
17600     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17601     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17602     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17603     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17604   layout:
17605     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17606     layout: "plot-throughput"
17607
17608 - type: "plot"
17609   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17610   algorithm: "plot_perf_box_name"
17611   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17612   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17613   include:
17614 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17615     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17616     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17617     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17618   layout:
17619     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17620     layout: "plot-throughput"
17621
17622 - type: "plot"
17623   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17624   algorithm: "plot_perf_box_name"
17625   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17626   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17627   include:
17628 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17629     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17630     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17631     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17632   layout:
17633     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17634     layout: "plot-throughput"
17635
17636 - type: "plot"
17637   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17638   algorithm: "plot_perf_box_name"
17639   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17640   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17641   include:
17642     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17643     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17644     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17645     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17646     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17647     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17648   layout:
17649     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17650     layout: "plot-throughput"
17651
17652 - type: "plot"
17653   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17654   algorithm: "plot_perf_box_name"
17655   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17656   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17657   include:
17658     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17659     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17660     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17661     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17662     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17663     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17664   layout:
17665     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17666     layout: "plot-throughput"
17667
17668 - type: "plot"
17669   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17670   algorithm: "plot_perf_box_name"
17671   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17672   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17673   include:
17674     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17675     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17676     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17677     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17678   layout:
17679     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17680     layout: "plot-throughput"
17681
17682 - type: "plot"
17683   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17684   algorithm: "plot_perf_box_name"
17685   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17686   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17687   include:
17688     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17689     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17690     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17691     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17692   layout:
17693     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17694     layout: "plot-throughput"
17695
17696 - type: "plot"
17697   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17698   algorithm: "plot_perf_box_name"
17699   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17700   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17701   include:
17702     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17703     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17704     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17705   layout:
17706     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17707     layout: "plot-throughput"
17708
17709 - type: "plot"
17710   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17711   algorithm: "plot_perf_box_name"
17712   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17713   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17714   include:
17715     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17716     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17717     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17718   layout:
17719     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17720     layout: "plot-throughput"
17721
17722 - type: "plot"
17723   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17724   algorithm: "plot_perf_box_name"
17725   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17726   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17727   include:
17728     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17729     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17730     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17731     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17732     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17733   layout:
17734     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17735     layout: "plot-throughput"
17736
17737 - type: "plot"
17738   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17739   algorithm: "plot_perf_box_name"
17740   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17741   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17742   include:
17743     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17744     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17745     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17746     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17747     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17748   layout:
17749     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17750     layout: "plot-throughput"
17751
17752 - type: "plot"
17753   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17754   algorithm: "plot_perf_box_name"
17755   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17756   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17757   include:
17758     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17759     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17760     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17761   layout:
17762     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17763     layout: "plot-throughput"
17764
17765 - type: "plot"
17766   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17767   algorithm: "plot_perf_box_name"
17768   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17769   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17770   include:
17771     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17772     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17773     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17774   layout:
17775     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17776     layout: "plot-throughput"
17777
17778 - type: "plot"
17779   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17780   algorithm: "plot_perf_box_name"
17781   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17782   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17783   include:
17784     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17785     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17786     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17787     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17788     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17789     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17790   layout:
17791     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17792     layout: "plot-throughput"
17793
17794 - type: "plot"
17795   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17796   algorithm: "plot_perf_box_name"
17797   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17798   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17799   include:
17800     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17801     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17802     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17803     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17804     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17805     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17806   layout:
17807     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17808     layout: "plot-throughput"
17809
17810 - type: "plot"
17811   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17812   algorithm: "plot_perf_box_name"
17813   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17814   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17815   include:
17816     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17817     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17818     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17819     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17820     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17821     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17822   layout:
17823     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17824     layout: "plot-throughput"
17825
17826 - type: "plot"
17827   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17828   algorithm: "plot_perf_box_name"
17829   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17830   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17831   include:
17832     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17833     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17834     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17835     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17836     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17837     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17838   layout:
17839     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17840     layout: "plot-throughput"
17841
17842 - type: "plot"
17843   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17844   algorithm: "plot_perf_box_name"
17845   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17846   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17847   include:
17848     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17849     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17850   layout:
17851     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17852     layout: "plot-throughput"
17853
17854 - type: "plot"
17855   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17856   algorithm: "plot_perf_box_name"
17857   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17858   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17859   include:
17860     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17861     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17862   layout:
17863     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17864     layout: "plot-throughput"
17865
17866 - type: "plot"
17867   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17868   algorithm: "plot_perf_box_name"
17869   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17870   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17871   include:
17872     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17873     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17874     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17875     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17876     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17877     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17878   layout:
17879     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17880     layout: "plot-throughput"
17881
17882 - type: "plot"
17883   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17884   algorithm: "plot_perf_box_name"
17885   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17886   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17887   include:
17888     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17889     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17890     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17891     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17892     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17893     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17894   layout:
17895     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17896     layout: "plot-throughput"
17897
17898 - type: "plot"
17899   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17900   algorithm: "plot_perf_box_name"
17901   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17902   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17903   include:
17904     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17905     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17906     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17907     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17908     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17909 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17910   layout:
17911     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17912     layout: "plot-throughput"
17913
17914 - type: "plot"
17915   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17916   algorithm: "plot_perf_box_name"
17917   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17918   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17919   include:
17920     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17921     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17922     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17923     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17924     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17925 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17926   layout:
17927     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17928     layout: "plot-throughput"
17929
17930 - type: "plot"
17931   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17932   algorithm: "plot_perf_box_name"
17933   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17934   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17935   include:
17936     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17937     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17938     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17939     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17940     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17941     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17942   layout:
17943     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17944     layout: "plot-throughput"
17945
17946 - type: "plot"
17947   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17948   algorithm: "plot_perf_box_name"
17949   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17950   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17951   include:
17952     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17953     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17954     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17955     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17956     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17957     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17958   layout:
17959     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17960     layout: "plot-throughput"
17961
17962 - type: "plot"
17963   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17964   algorithm: "plot_perf_box_name"
17965   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17966   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17967   include:
17968     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17969     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17970     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17971     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17972     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17973   layout:
17974     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17975     layout: "plot-throughput"
17976
17977 - type: "plot"
17978   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17979   algorithm: "plot_perf_box_name"
17980   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17981   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17982   include:
17983     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17984     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17985     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17986     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17987     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17988   layout:
17989     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17990     layout: "plot-throughput"
17991
17992 - type: "plot"
17993   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17994   algorithm: "plot_perf_box_name"
17995   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17996   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17997   include:
17998     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17999     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18000     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
18001     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
18002     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18003   layout:
18004     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18005     layout: "plot-throughput"
18006
18007 - type: "plot"
18008   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18009   algorithm: "plot_perf_box_name"
18010   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18011   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18012   include:
18013     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18014     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18015     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
18016     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
18017     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18018   layout:
18019     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18020     layout: "plot-throughput"
18021
18022 - type: "plot"
18023   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18024   algorithm: "plot_perf_box_name"
18025   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18026   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18027   include:
18028     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18029     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18030     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18031     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18032     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18033   layout:
18034     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18035     layout: "plot-throughput"
18036
18037 - type: "plot"
18038   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18039   algorithm: "plot_perf_box_name"
18040   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18041   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18042   include:
18043     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18044     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18045     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18046     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18047     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18048   layout:
18049     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18050     layout: "plot-throughput"
18051
18052 - type: "plot"
18053   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18054   algorithm: "plot_perf_box_name"
18055   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18056   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18057   include:
18058     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18059     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18060     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18061     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18062     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18063   layout:
18064     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18065     layout: "plot-throughput"
18066
18067 - type: "plot"
18068   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18069   algorithm: "plot_perf_box_name"
18070   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18071   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18072   include:
18073     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18074     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18075     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18076     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18077     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18078   layout:
18079     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18080     layout: "plot-throughput"
18081
18082 - type: "plot"
18083   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18084   algorithm: "plot_perf_box_name"
18085   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18086   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18087   include:
18088     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18089     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18090     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18091     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18092     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18093   layout:
18094     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18095     layout: "plot-throughput"
18096
18097 - type: "plot"
18098   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18099   algorithm: "plot_perf_box_name"
18100   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18101   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18102   include:
18103     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18104     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18105     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18106     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18107     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18108   layout:
18109     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18110     layout: "plot-throughput"
18111
18112 - type: "plot"
18113   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18114   algorithm: "plot_perf_box_name"
18115   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18116   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18117   include:
18118     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18119     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18120     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18121     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18122     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18123     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18124   layout:
18125     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18126     layout: "plot-throughput"
18127
18128 - type: "plot"
18129   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18130   algorithm: "plot_perf_box_name"
18131   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18132   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18133   include:
18134     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18135     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18136     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18137     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18138     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18139     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18140   layout:
18141     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18142     layout: "plot-throughput"
18143
18144 - type: "plot"
18145   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18146   algorithm: "plot_perf_box_name"
18147   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18148   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18149   include:
18150     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18151     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18152     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18153     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18154   layout:
18155     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18156     layout: "plot-throughput"
18157
18158 - type: "plot"
18159   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18160   algorithm: "plot_perf_box_name"
18161   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18162   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18163   include:
18164     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18165     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18166     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18167     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18168   layout:
18169     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18170     layout: "plot-throughput"
18171
18172 - type: "plot"
18173   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18174   algorithm: "plot_perf_box_name"
18175   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18176   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18177   include:
18178     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18179     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18180     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18181     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18182     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18183     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18184   layout:
18185     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18186     layout: "plot-throughput"
18187
18188 - type: "plot"
18189   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18190   algorithm: "plot_perf_box_name"
18191   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18192   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18193   include:
18194     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18195     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18196     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18197     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18198     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18199     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18200   layout:
18201     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18202     layout: "plot-throughput"
18203
18204 - type: "plot"
18205   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18206   algorithm: "plot_perf_box_name"
18207   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18208   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18209   include:
18210     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18211     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18212     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18213     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18214   layout:
18215     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18216     layout: "plot-throughput"
18217
18218 - type: "plot"
18219   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18220   algorithm: "plot_perf_box_name"
18221   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18222   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18223   include:
18224     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18225     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18226     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18227     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18228   layout:
18229     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18230     layout: "plot-throughput"
18231
18232 - type: "plot"
18233   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18234   algorithm: "plot_perf_box_name"
18235   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18236   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18237   include:
18238     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18239     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18240     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18241     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18242     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18243     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18244   layout:
18245     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18246     layout: "plot-throughput"
18247
18248 - type: "plot"
18249   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18250   algorithm: "plot_perf_box_name"
18251   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18252   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18253   include:
18254     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18255     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18256     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18257     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18258     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18259     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18260   layout:
18261     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18262     layout: "plot-throughput"
18263
18264 - type: "plot"
18265   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18266   algorithm: "plot_perf_box_name"
18267   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18268   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18269   include:
18270     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18271     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18272     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18273     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18274   layout:
18275     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18276     layout: "plot-throughput"
18277
18278 - type: "plot"
18279   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18280   algorithm: "plot_perf_box_name"
18281   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18282   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18283   include:
18284     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18285     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18286     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18287     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18288   layout:
18289     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18290     layout: "plot-throughput"
18291
18292 - type: "plot"
18293   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18294   algorithm: "plot_perf_box_name"
18295   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18296   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18297   include:
18298     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18299     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18300     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18301     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18302     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18303   layout:
18304     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18305     layout: "plot-throughput"
18306
18307 - type: "plot"
18308   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18309   algorithm: "plot_perf_box_name"
18310   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18311   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18312   include:
18313     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18314     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18315     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18316     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18317     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18318   layout:
18319     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18320     layout: "plot-throughput"
18321
18322 - type: "plot"
18323   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18324   algorithm: "plot_perf_box_name"
18325   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18326   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18327   include:
18328     - "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"
18329     - "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"
18330     - "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"
18331     - "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"
18332     - "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"
18333   layout:
18334     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18335     layout: "plot-throughput"
18336
18337 - type: "plot"
18338   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18339   algorithm: "plot_perf_box_name"
18340   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18341   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18342   include:
18343     - "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"
18344     - "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"
18345     - "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"
18346     - "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"
18347     - "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"
18348   layout:
18349     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18350     layout: "plot-throughput"
18351
18352 - type: "plot"
18353   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18354   algorithm: "plot_perf_box_name"
18355   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18356   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18357   include:
18358     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18359     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18360     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18361     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18362     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18363   layout:
18364     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18365     layout: "plot-throughput"
18366
18367 - type: "plot"
18368   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18369   algorithm: "plot_perf_box_name"
18370   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18371   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18372   include:
18373     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18374     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18375     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18376     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18377     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18378   layout:
18379     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18380     layout: "plot-throughput"
18381
18382 - type: "plot"
18383   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18384   algorithm: "plot_perf_box_name"
18385   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18386   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18387   include:
18388     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18389     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18390     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18391     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18392     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18393   layout:
18394     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18395     layout: "plot-throughput"
18396
18397 - type: "plot"
18398   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18399   algorithm: "plot_perf_box_name"
18400   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18401   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18402   include:
18403     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18404     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18405     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18406     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18407     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18408   layout:
18409     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18410     layout: "plot-throughput"
18411
18412 - type: "plot"
18413   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18414   algorithm: "plot_perf_box_name"
18415   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18416   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18417   include:
18418     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18419     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18420     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18421     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18422   layout:
18423     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18424     layout: "plot-throughput"
18425
18426 - type: "plot"
18427   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18428   algorithm: "plot_perf_box_name"
18429   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18430   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18431   include:
18432     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18433     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18434     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18435     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18436   layout:
18437     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18438     layout: "plot-throughput"
18439
18440 - type: "plot"
18441   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18442   algorithm: "plot_perf_box_name"
18443   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18444   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18445   include:
18446     - "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"
18447     - "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"
18448     - "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"
18449     - "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"
18450   layout:
18451     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18452     layout: "plot-throughput"
18453
18454 - type: "plot"
18455   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18456   algorithm: "plot_perf_box_name"
18457   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18458   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18459   include:
18460     - "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"
18461     - "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"
18462     - "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"
18463     - "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"
18464   layout:
18465     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18466     layout: "plot-throughput"
18467
18468 - type: "plot"
18469   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18470   algorithm: "plot_perf_box_name"
18471   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18472   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18473   include:
18474     - "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"
18475     - "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"
18476     - "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"
18477     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18478     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18479     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18480   layout:
18481     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18482     layout: "plot-throughput"
18483
18484 - type: "plot"
18485   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18486   algorithm: "plot_perf_box_name"
18487   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18488   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18489   include:
18490     - "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"
18491     - "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"
18492     - "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"
18493     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18494     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18495     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18496   layout:
18497     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18498     layout: "plot-throughput"
18499
18500 ################################################################################
18501
18502 # Packet Speedup
18503
18504 - type: "plot"
18505   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18506   algorithm: "plot_tsa_name"
18507   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18508   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18509   include:
18510     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18511     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18512     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18513     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18514   layout:
18515     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18516     layout: "plot-throughput-speedup-analysis"
18517
18518 - type: "plot"
18519   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18520   algorithm: "plot_tsa_name"
18521   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18522   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18523   include:
18524     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18525     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18526     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18527     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18528   layout:
18529     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18530     layout: "plot-throughput-speedup-analysis"
18531
18532 - type: "plot"
18533   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18534   algorithm: "plot_tsa_name"
18535   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18536   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18537   include:
18538     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18539     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18540     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18541     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18542   layout:
18543     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18544     layout: "plot-throughput-speedup-analysis"
18545
18546 - type: "plot"
18547   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18548   algorithm: "plot_tsa_name"
18549   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18550   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18551   include:
18552     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18553     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18554     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18555     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18556   layout:
18557     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18558     layout: "plot-throughput-speedup-analysis"
18559
18560 - type: "plot"
18561   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18562   algorithm: "plot_tsa_name"
18563   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18564   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18565   include:
18566     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18567     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18568     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18569     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18570   layout:
18571     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
18572     layout: "plot-throughput-speedup-analysis"
18573
18574 - type: "plot"
18575   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18576   algorithm: "plot_tsa_name"
18577   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18578   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18579   include:
18580     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18581     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18582     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18583     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18584   layout:
18585     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
18586     layout: "plot-throughput-speedup-analysis"
18587
18588 - type: "plot"
18589   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18590   algorithm: "plot_tsa_name"
18591   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18592   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18593   include:
18594     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18595     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18596     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18597     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18598     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18599     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18600   layout:
18601     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
18602     layout: "plot-throughput-speedup-analysis"
18603
18604 - type: "plot"
18605   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18606   algorithm: "plot_tsa_name"
18607   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18608   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18609   include:
18610     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18611     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18612     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18613     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18614     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18615     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18616   layout:
18617     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
18618     layout: "plot-throughput-speedup-analysis"
18619
18620 - type: "plot"
18621   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18622   algorithm: "plot_tsa_name"
18623   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18624   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18625   include:
18626     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18627     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18628     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18629     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18630   layout:
18631     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
18632     layout: "plot-throughput-speedup-analysis"
18633
18634 - type: "plot"
18635   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18636   algorithm: "plot_tsa_name"
18637   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18638   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18639   include:
18640     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18641     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18642     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18643     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18644   layout:
18645     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
18646     layout: "plot-throughput-speedup-analysis"
18647
18648 - type: "plot"
18649   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18650   algorithm: "plot_tsa_name"
18651   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18652   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18653   include:
18654     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18655     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18656     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18657   layout:
18658     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
18659     layout: "plot-throughput-speedup-analysis"
18660
18661 - type: "plot"
18662   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18663   algorithm: "plot_tsa_name"
18664   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18665   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18666   include:
18667     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18668     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18669     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18670   layout:
18671     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
18672     layout: "plot-throughput-speedup-analysis"
18673
18674 - type: "plot"
18675   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18676   algorithm: "plot_tsa_name"
18677   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18678   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18679   include:
18680     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18681     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18682     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18683     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18684     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18685   layout:
18686     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
18687     layout: "plot-throughput-speedup-analysis"
18688
18689 - type: "plot"
18690   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18691   algorithm: "plot_tsa_name"
18692   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18693   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18694   include:
18695     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18696     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18697     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18698     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18699     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18700   layout:
18701     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
18702     layout: "plot-throughput-speedup-analysis"
18703
18704 - type: "plot"
18705   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18706   algorithm: "plot_tsa_name"
18707   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18708   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18709   include:
18710     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18711     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18712     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18713   layout:
18714     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
18715     layout: "plot-throughput-speedup-analysis"
18716
18717 - type: "plot"
18718   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18719   algorithm: "plot_tsa_name"
18720   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18721   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18722   include:
18723     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18724     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18725     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18726   layout:
18727     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
18728     layout: "plot-throughput-speedup-analysis"
18729
18730 - type: "plot"
18731   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18732   algorithm: "plot_tsa_name"
18733   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18734   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18735   include:
18736     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18737     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18738     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18739     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18740     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18741     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18742   layout:
18743     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
18744     layout: "plot-throughput-speedup-analysis"
18745
18746 - type: "plot"
18747   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18748   algorithm: "plot_tsa_name"
18749   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18750   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18751   include:
18752     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18753     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18754     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18755     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18756     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18757     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18758   layout:
18759     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
18760     layout: "plot-throughput-speedup-analysis"
18761
18762 - type: "plot"
18763   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18764   algorithm: "plot_tsa_name"
18765   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18766   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18767   include:
18768     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18769     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18770     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18771     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18772     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18773     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18774   layout:
18775     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
18776     layout: "plot-throughput-speedup-analysis"
18777
18778 - type: "plot"
18779   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18780   algorithm: "plot_tsa_name"
18781   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18782   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18783   include:
18784     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18785     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18786     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18787     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18788     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18789     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18790   layout:
18791     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
18792     layout: "plot-throughput-speedup-analysis"
18793
18794 - type: "plot"
18795   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18796   algorithm: "plot_tsa_name"
18797   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18798   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18799   include:
18800     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18801     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18802   layout:
18803     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
18804     layout: "plot-throughput-speedup-analysis"
18805
18806 - type: "plot"
18807   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18808   algorithm: "plot_tsa_name"
18809   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18810   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18811   include:
18812     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18813     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18814   layout:
18815     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
18816     layout: "plot-throughput-speedup-analysis"
18817
18818 - type: "plot"
18819   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18820   algorithm: "plot_tsa_name"
18821   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18822   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18823   include:
18824     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18825     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18826     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18827     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18828     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18829     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18830   layout:
18831     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
18832     layout: "plot-throughput-speedup-analysis"
18833
18834 - type: "plot"
18835   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18836   algorithm: "plot_tsa_name"
18837   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18838   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18839   include:
18840     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18841     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18842     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18843     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18844     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18845     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18846   layout:
18847     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
18848     layout: "plot-throughput-speedup-analysis"
18849
18850 - type: "plot"
18851   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18852   algorithm: "plot_tsa_name"
18853   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18854   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18855   include:
18856     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18857     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18858     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18859     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18860     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18861     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18862   layout:
18863     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18864     layout: "plot-throughput-speedup-analysis"
18865
18866 - type: "plot"
18867   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18868   algorithm: "plot_tsa_name"
18869   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18870   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18871   include:
18872     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18873     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18874     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18875     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18876     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18877     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18878   layout:
18879     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18880     layout: "plot-throughput-speedup-analysis"
18881
18882 - type: "plot"
18883   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18884   algorithm: "plot_tsa_name"
18885   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18886   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18887   include:
18888     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18889     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18890     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18891     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18892     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18893     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18894   layout:
18895     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18896     layout: "plot-throughput-speedup-analysis"
18897
18898 - type: "plot"
18899   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18900   algorithm: "plot_tsa_name"
18901   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18902   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18903   include:
18904     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18905     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18906     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18907     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18908     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18909     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18910   layout:
18911     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18912     layout: "plot-throughput-speedup-analysis"
18913
18914 - type: "plot"
18915   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18916   algorithm: "plot_tsa_name"
18917   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18918   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18919   include:
18920     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18921     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18922     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18923     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18924     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18925   layout:
18926     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18927     layout: "plot-throughput-speedup-analysis"
18928
18929 - type: "plot"
18930   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18931   algorithm: "plot_tsa_name"
18932   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18933   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18934   include:
18935     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18936     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18937     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18938     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18939     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18940   layout:
18941     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18942     layout: "plot-throughput-speedup-analysis"
18943
18944 - type: "plot"
18945   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18946   algorithm: "plot_tsa_name"
18947   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18948   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18949   include:
18950     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18951     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18952     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18953     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18954     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18955   layout:
18956     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18957     layout: "plot-throughput-speedup-analysis"
18958
18959 - type: "plot"
18960   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18961   algorithm: "plot_tsa_name"
18962   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18963   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18964   include:
18965     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18966     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18967     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18968     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18969     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18970   layout:
18971     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18972     layout: "plot-throughput-speedup-analysis"
18973
18974 - type: "plot"
18975   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18976   algorithm: "plot_tsa_name"
18977   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18978   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18979   include:
18980     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18981     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18982     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18983     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18984     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18985   layout:
18986     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
18987     layout: "plot-throughput-speedup-analysis"
18988
18989 - type: "plot"
18990   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18991   algorithm: "plot_tsa_name"
18992   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18993   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18994   include:
18995     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18996     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18997     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18998     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18999     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
19000   layout:
19001     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
19002     layout: "plot-throughput-speedup-analysis"
19003
19004 - type: "plot"
19005   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
19006   algorithm: "plot_tsa_name"
19007   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
19008   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19009   include:
19010     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19011     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19012     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19013     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19014     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19015   layout:
19016     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
19017     layout: "plot-throughput-speedup-analysis"
19018
19019 - type: "plot"
19020   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19021   algorithm: "plot_tsa_name"
19022   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19023   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19024   include:
19025     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19026     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19027     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19028     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19029     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19030   layout:
19031     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
19032     layout: "plot-throughput-speedup-analysis"
19033
19034 - type: "plot"
19035   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19036   algorithm: "plot_tsa_name"
19037   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19038   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19039   include:
19040     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19041     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19042     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19043     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19044     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19045   layout:
19046     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
19047     layout: "plot-throughput-speedup-analysis"
19048
19049 - type: "plot"
19050   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19051   algorithm: "plot_tsa_name"
19052   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19053   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19054   include:
19055     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19056     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19057     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19058     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19059     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19060   layout:
19061     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
19062     layout: "plot-throughput-speedup-analysis"
19063
19064 - type: "plot"
19065   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19066   algorithm: "plot_tsa_name"
19067   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19068   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19069   include:
19070     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19071     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19072     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19073     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19074     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19075     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19076   layout:
19077     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
19078     layout: "plot-throughput-speedup-analysis"
19079
19080 - type: "plot"
19081   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19082   algorithm: "plot_tsa_name"
19083   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19084   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19085   include:
19086     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19087     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19088     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19089     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19090     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19091     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19092   layout:
19093     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
19094     layout: "plot-throughput-speedup-analysis"
19095
19096 - type: "plot"
19097   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19098   algorithm: "plot_tsa_name"
19099   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19100   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19101   include:
19102     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19103     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19104     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19105     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19106   layout:
19107     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
19108     layout: "plot-throughput-speedup-analysis"
19109
19110 - type: "plot"
19111   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19112   algorithm: "plot_tsa_name"
19113   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19114   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19115   include:
19116     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19117     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19118     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19119     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19120   layout:
19121     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
19122     layout: "plot-throughput-speedup-analysis"
19123
19124 - type: "plot"
19125   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19126   algorithm: "plot_tsa_name"
19127   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19128   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19129   include:
19130     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19131     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19132     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19133     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19134     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19135     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19136   layout:
19137     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
19138     layout: "plot-throughput-speedup-analysis"
19139
19140 - type: "plot"
19141   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19142   algorithm: "plot_tsa_name"
19143   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19144   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19145   include:
19146     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19147     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19148     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19149     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19150     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19151     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19152   layout:
19153     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
19154     layout: "plot-throughput-speedup-analysis"
19155
19156 - type: "plot"
19157   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19158   algorithm: "plot_tsa_name"
19159   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19160   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19161   include:
19162     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19163     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19164     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19165     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19166   layout:
19167     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
19168     layout: "plot-throughput-speedup-analysis"
19169
19170 - type: "plot"
19171   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19172   algorithm: "plot_tsa_name"
19173   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19174   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19175   include:
19176     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19177     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19178     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19179     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19180   layout:
19181     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
19182     layout: "plot-throughput-speedup-analysis"
19183
19184 - type: "plot"
19185   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19186   algorithm: "plot_tsa_name"
19187   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19188   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19189   include:
19190     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19191     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19192     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19193     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19194     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19195     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19196   layout:
19197     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
19198     layout: "plot-throughput-speedup-analysis"
19199
19200 - type: "plot"
19201   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19202   algorithm: "plot_tsa_name"
19203   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19204   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19205   include:
19206     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19207     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19208     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19209     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19210     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19211     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19212   layout:
19213     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
19214     layout: "plot-throughput-speedup-analysis"
19215
19216 - type: "plot"
19217   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19218   algorithm: "plot_tsa_name"
19219   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19220   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19221   include:
19222     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19223     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19224     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19225     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19226   layout:
19227     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
19228     layout: "plot-throughput-speedup-analysis"
19229
19230 - type: "plot"
19231   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19232   algorithm: "plot_tsa_name"
19233   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19234   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19235   include:
19236     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19237     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19238     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19239     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19240   layout:
19241     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
19242     layout: "plot-throughput-speedup-analysis"
19243
19244 - type: "plot"
19245   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
19246   algorithm: "plot_tsa_name"
19247   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
19248   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19249   include:
19250     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19251     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19252     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19253     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19254     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19255   layout:
19256     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
19257     layout: "plot-throughput-speedup-analysis"
19258
19259 - type: "plot"
19260   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
19261   algorithm: "plot_tsa_name"
19262   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
19263   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19264   include:
19265     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19266     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19267     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19268     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19269     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19270   layout:
19271     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
19272     layout: "plot-throughput-speedup-analysis"
19273
19274 - type: "plot"
19275   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19276   algorithm: "plot_tsa_name"
19277   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
19278   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19279   include:
19280     - "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"
19281     - "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"
19282     - "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"
19283     - "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"
19284     - "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"
19285   layout:
19286     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19287     layout: "plot-throughput-speedup-analysis"
19288
19289 - type: "plot"
19290   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19291   algorithm: "plot_tsa_name"
19292   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
19293   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19294   include:
19295     - "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"
19296     - "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"
19297     - "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"
19298     - "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"
19299     - "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"
19300   layout:
19301     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19302     layout: "plot-throughput-speedup-analysis"
19303
19304 - type: "plot"
19305   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19306   algorithm: "plot_tsa_name"
19307   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
19308   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19309   include:
19310     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19311     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19312     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19313     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19314     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19315   layout:
19316     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19317     layout: "plot-throughput-speedup-analysis"
19318
19319 - type: "plot"
19320   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19321   algorithm: "plot_tsa_name"
19322   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
19323   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19324   include:
19325     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19326     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19327     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19328     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19329     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19330   layout:
19331     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19332     layout: "plot-throughput-speedup-analysis"
19333
19334 - type: "plot"
19335   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19336   algorithm: "plot_tsa_name"
19337   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
19338   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19339   include:
19340     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19341     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19342     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19343     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19344     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19345   layout:
19346     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19347     layout: "plot-throughput-speedup-analysis"
19348
19349 - type: "plot"
19350   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19351   algorithm: "plot_tsa_name"
19352   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
19353   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19354   include:
19355     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19356     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19357     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19358     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19359     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19360   layout:
19361     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19362     layout: "plot-throughput-speedup-analysis"
19363
19364 - type: "plot"
19365   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19366   algorithm: "plot_tsa_name"
19367   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19368   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19369   include:
19370     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19371     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19372     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19373     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19374   layout:
19375     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
19376     layout: "plot-throughput-speedup-analysis"
19377
19378 - type: "plot"
19379   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19380   algorithm: "plot_tsa_name"
19381   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19382   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19383   include:
19384     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19385     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19386     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19387     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19388   layout:
19389     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
19390     layout: "plot-throughput-speedup-analysis"
19391
19392 - type: "plot"
19393   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19394   algorithm: "plot_tsa_name"
19395   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19396   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19397   include:
19398     - "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"
19399     - "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"
19400     - "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"
19401     - "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"
19402   layout:
19403     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
19404     layout: "plot-throughput-speedup-analysis"
19405
19406 - type: "plot"
19407   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19408   algorithm: "plot_tsa_name"
19409   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19410   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19411   include:
19412     - "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"
19413     - "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"
19414     - "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"
19415     - "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"
19416   layout:
19417     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
19418     layout: "plot-throughput-speedup-analysis"
19419
19420 - type: "plot"
19421   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19422   algorithm: "plot_tsa_name"
19423   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19424   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19425   include:
19426     - "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"
19427     - "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"
19428     - "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"
19429     - "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"
19430     - "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"
19431     - "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"
19432   layout:
19433     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
19434     layout: "plot-throughput-speedup-analysis"
19435
19436 - type: "plot"
19437   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19438   algorithm: "plot_tsa_name"
19439   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19440   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19441   include:
19442     - "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"
19443     - "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"
19444     - "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"
19445     - "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"
19446     - "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"
19447     - "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"
19448   layout:
19449     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
19450     layout: "plot-throughput-speedup-analysis"
19451
19452 ################################################################################
19453
19454 # Packet Throughput - DPDK
19455
19456 # 2n-clx-xxv710
19457
19458 - type: "plot"
19459   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
19460   algorithm: "plot_perf_box_name"
19461   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
19462   data: "plot-dpdk-throughput-latency-2n-clx"
19463   include:
19464     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19465     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19466   layout:
19467     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
19468     layout: "plot-throughput"
19469
19470 - type: "plot"
19471   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
19472   algorithm: "plot_perf_box_name"
19473   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
19474   data: "plot-dpdk-throughput-latency-2n-clx"
19475   include:
19476     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19477     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19478   layout:
19479     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
19480     layout: "plot-throughput"
19481
19482 - type: "plot"
19483   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
19484   algorithm: "plot_perf_box_name"
19485   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
19486   data: "plot-dpdk-throughput-latency-2n-clx"
19487   include:
19488     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19489     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19490   layout:
19491     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
19492     layout: "plot-throughput"
19493
19494 - type: "plot"
19495   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
19496   algorithm: "plot_perf_box_name"
19497   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
19498   data: "plot-dpdk-throughput-latency-2n-clx"
19499   include:
19500     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19501     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19502   layout:
19503     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
19504     layout: "plot-throughput"
19505
19506 # 2n-clx-x710
19507
19508 - type: "plot"
19509   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
19510   algorithm: "plot_perf_box_name"
19511   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
19512   data: "plot-dpdk-throughput-latency-2n-clx"
19513   include:
19514     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19515     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19516   layout:
19517     title: "2n-clx-x710-64b-2t1c-base-ndr"
19518     layout: "plot-throughput"
19519
19520 - type: "plot"
19521   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
19522   algorithm: "plot_perf_box_name"
19523   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
19524   data: "plot-dpdk-throughput-latency-2n-clx"
19525   include:
19526     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19527     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19528   layout:
19529     title: "2n-clx-x710-64b-4t2c-base-ndr"
19530     layout: "plot-throughput"
19531
19532 - type: "plot"
19533   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
19534   algorithm: "plot_perf_box_name"
19535   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
19536   data: "plot-dpdk-throughput-latency-2n-clx"
19537   include:
19538     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19539     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19540   layout:
19541     title: "2n-clx-x710-64b-2t1c-base-pdr"
19542     layout: "plot-throughput"
19543
19544 - type: "plot"
19545   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
19546   algorithm: "plot_perf_box_name"
19547   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
19548   data: "plot-dpdk-throughput-latency-2n-clx"
19549   include:
19550     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19551     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19552   layout:
19553     title: "2n-clx-x710-64b-4t2c-base-pdr"
19554     layout: "plot-throughput"
19555
19556 ################################################################################
19557
19558 - type: "plot"
19559   title: "Latency by percentile: 2n-skx"
19560   algorithm: "plot_hdrh_lat_by_percentile"
19561   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19562   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19563   target-links: "../../_static/vpp"
19564   data: "plot-vpp-hdrh-lat-2n-skx"
19565   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19566   layout:
19567     layout: "plot-hdrh-latency-by-percentile"
19568
19569 - type: "plot"
19570   title: "Latency by percentile: 3n-skx"
19571   algorithm: "plot_hdrh_lat_by_percentile"
19572   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
19573   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
19574   target-links: "../../_static/vpp"
19575   data: "plot-vpp-hdrh-lat-3n-skx"
19576   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19577   layout:
19578     layout: "plot-hdrh-latency-by-percentile"
19579
19580 - type: "plot"
19581   title: "Latency by percentile: 2n-clx"
19582   algorithm: "plot_hdrh_lat_by_percentile"
19583   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
19584   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
19585   target-links: "../../_static/vpp"
19586   data: "plot-vpp-hdrh-lat-2n-clx"
19587   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19588   layout:
19589     layout: "plot-hdrh-latency-by-percentile"
19590
19591 - type: "plot"
19592   title: "Latency by percentile: 3n-hsw"
19593   algorithm: "plot_hdrh_lat_by_percentile"
19594   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
19595   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
19596   target-links: "../../_static/vpp"
19597   data: "plot-vpp-hdrh-lat-3n-hsw"
19598   filter: "'1T1C' and 'NIC_Intel-XL710'"
19599   layout:
19600     layout: "plot-hdrh-latency-by-percentile"
19601
19602 - type: "plot"
19603   title: "Latency by percentile: 3n-tsh"
19604   algorithm: "plot_hdrh_lat_by_percentile"
19605   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
19606   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
19607   target-links: "../../_static/vpp"
19608   data: "plot-vpp-hdrh-lat-3n-tsh"
19609   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19610   layout:
19611     layout: "plot-hdrh-latency-by-percentile"
19612
19613 - type: "plot"
19614   title: "Latency by percentile: DPDK 2n-skx"
19615   algorithm: "plot_hdrh_lat_by_percentile"
19616   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
19617   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
19618   target-links: "../../_static/dpdk"
19619   data: "plot-dpdk-hdrh-lat-2n-skx"
19620   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19621   layout:
19622     layout: "plot-hdrh-latency-by-percentile"
19623
19624 - type: "plot"
19625   title: "Latency by percentile: DPDK 3n-skx"
19626   algorithm: "plot_hdrh_lat_by_percentile"
19627   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
19628   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
19629   target-links: "../../_static/dpdk"
19630   data: "plot-dpdk-hdrh-lat-3n-skx"
19631   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19632   layout:
19633     layout: "plot-hdrh-latency-by-percentile"
19634
19635 - type: "plot"
19636   title: "Latency by percentile: DPDK 2n-clx"
19637   algorithm: "plot_hdrh_lat_by_percentile"
19638   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
19639   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
19640   target-links: "../../_static/dpdk"
19641   data: "plot-dpdk-hdrh-lat-2n-clx"
19642   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19643   layout:
19644     layout: "plot-hdrh-latency-by-percentile"
19645
19646 - type: "plot"
19647   title: "Latency by percentile: DPDK 3n-hsw"
19648   algorithm: "plot_hdrh_lat_by_percentile"
19649   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
19650   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
19651   target-links: "../../_static/dpdk"
19652   data: "plot-dpdk-hdrh-lat-3n-hsw"
19653   filter: "'1T1C' and 'NIC_Intel-XL710'"
19654   layout:
19655     layout: "plot-hdrh-latency-by-percentile"
19656
19657 - type: "plot"
19658   title: "Latency by percentile: DPDK 3n-tsh"
19659   algorithm: "plot_hdrh_lat_by_percentile"
19660   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
19661   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
19662   target-links: "../../_static/dpdk"
19663   data: "plot-dpdk-hdrh-lat-3n-tsh"
19664   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19665   layout:
19666     layout: "plot-hdrh-latency-by-percentile"