PAL: Use the reconf term from methodology
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,DPDK,2N,CLX]: "{DIR[DTR]}/dpdk_performance_results_2n_clx"
33     DIR[DTR,PERF,DPDK,2N,DNV]: "{DIR[DTR]}/dpdk_performance_results_2n_dnv"
34     DIR[DTR,PERF,DPDK,3N,DNV]: "{DIR[DTR]}/dpdk_performance_results_3n_dnv"
35     DIR[DTR,PERF,DPDK,3N,TSH]: "{DIR[DTR]}/dpdk_performance_results_3n_tsh"
36     DIR[DTR,PERF,VPP,ALL]: "{DIR[DTR]}/vpp_performance_results"
37     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
38     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
39     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
40     DIR[DTR,PERF,VPP,2N,CLX]: "{DIR[DTR]}/vpp_performance_results_2n_clx"
41     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
42     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
43     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
44     DIR[DTR,MRR,VPP,ALL]: "{DIR[DTR]}/vpp_mrr_results"
45     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
46     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
47     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
48     DIR[DTR,MRR,VPP,2N,CLX]: "{DIR[DTR]}/vpp_mrr_results_2n_clx"
49     DIR[DTR,MRR,VPP,3N,TSH]: "{DIR[DTR]}/vpp_mrr_results_3n_tsh"
50     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
51     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
52     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
53
54     # Detailed test configurations
55     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
56     DIR[DTC,PERF,VPP,ALL]: "{DIR[DTC]}/vpp_performance_configuration"
57     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
58     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
59     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
60     DIR[DTC,PERF,VPP,2N,CLX]: "{DIR[DTC]}/vpp_performance_configuration_2n_clx"
61     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
62     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
63     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
64     DIR[DTC,MRR,VPP,ALL]: "{DIR[DTC]}/vpp_mrr_configuration"
65     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
66     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
67     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
68     DIR[DTC,MRR,VPP,2N,CLX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_clx"
69     DIR[DTC,MRR,VPP,3N,TSH]: "{DIR[DTC]}/vpp_mrr_configuration_3n_tsh"
70     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
71     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
72     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
73
74     # Detailed tests operational data
75     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
76     DIR[DTO,PERF,VPP,ALL]: "{DIR[DTO]}/vpp_performance_operational_data"
77     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
78     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
79     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
80     DIR[DTO,PERF,VPP,2N,CLX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_clx"
81     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
82     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
83     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
84
85     # Latencies:
86     DIR[LAT,VPP]: "{DIR[WORKING,SRC]}/vpp_performance_tests/hdrh_packet_latency_by_percentile_graphs"
87     DIR[LAT,DPDK]: "{DIR[WORKING,SRC]}/dpdk_performance_tests/hdrh_packet_latency_by_percentile_graphs"
88
89     # .css patch file to fix tables generated by Sphinx
90     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
91     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
92
93   urls:
94     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
95     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
96     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
97     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
98     DIR[NEXUS,DOC]: "report/_static/archive"
99
100   make-dirs:
101   # List the directories which are created while preparing the environment.
102   # All directories MUST be defined in "paths" section.
103   - "DIR[WORKING,DATA]"
104   - "DIR[STATIC,VPP]"
105   - "DIR[STATIC,DPDK]"
106   - "DIR[STATIC,ARCH]"
107   - "DIR[BUILD,LATEX]"
108   - "DIR[WORKING,SRC]"
109   - "DIR[WORKING,SRC,STATIC]"
110
111   remove-dirs:
112   # List the directories which are deleted while cleaning the environment.
113   # All directories MUST be defined in "paths" section.
114   #- "DIR[BUILD,HTML]"
115   - "DIR[WORKING,DATA]"
116
117   build-dirs:
118   # List the directories where the results (build) is stored.
119   # All directories MUST be defined in "paths" section.
120   - "DIR[BUILD,HTML]"
121   - "DIR[BUILD,LATEX]"
122
123 - type: "configuration"
124
125   mapping-file: "mapping_report.yaml"
126
127   limits:
128     nic:
129       x520: 24460000
130       x553: 29761905
131       x710: 35800000
132       xxv710: 35800000
133       xl710: 35800000
134       cx556a: 60000000
135
136     link:
137       10ge: 14880952.38
138       25ge: 37202380.95
139       40ge: 59523809.52
140       100ge: 148809523.81
141
142     pci:
143       pci-g3-x8: 74404761.90
144       pci-g3-x16: 148809523.81
145
146   data-sets:
147
148     ###########################################################################
149     # Plots:
150
151     # 3n-hsw
152
153     plot-vpp-throughput-lat-tsa-3n-hsw:
154       csit-vpp-perf-report-iterative-2005-3n-hsw:
155         - 3   # NDRPDR sel
156         - 4   # NDRPDR sel
157         - 5   # NDRPDR sel
158         - 10  # NDRPDR sel
159         - 11  # NDRPDR sel
160         - 12  # NDRPDR sel
161         - 15  # NDRPDR sel
162         - 16  # NDRPDR sel
163         - 18  # NDRPDR sel
164         - 19  # NDRPDR sel
165
166     plot-vpp-hdrh-lat-3n-hsw:
167       csit-vpp-perf-report-iterative-2005-3n-hsw:
168         - 3   # NDRPDR sel
169
170 #    plot-vpp-nfv-3n-hsw-ndrpdr:
171 #      csit-vpp-perf-report-iterative-2005-3n-hsw:
172 #        - 3   # NDRPDR sel
173 #        - 4   # NDRPDR sel
174 #        - 5   # NDRPDR sel
175 #        - 10  # NDRPDR sel
176 #        - 11  # NDRPDR sel
177 #        - 12  # NDRPDR sel
178 #        - 15  # NDRPDR sel
179 #        - 16  # NDRPDR sel
180 #        - 18  # NDRPDR sel
181 #        - 19  # NDRPDR sel
182
183 #    plot-vpp-nfv-3n-hsw-mrr:
184 #      csit-vpp-perf-report-iterative-2005-3n-hsw:
185 #        - 13  # MRR
186
187     plot-vpp-hoststack-3n-hsw:
188       csit-vpp-perf-verify-2005-3n-hsw:
189         - 3   # hoststack
190         - 5   # hoststack
191         - 6   # hoststack
192         - 7   # hoststack
193         - 8   # hoststack
194         - 9   # hoststack
195         - 10  # hoststack
196         - 11  # hoststack
197         - 12  # hoststack
198         - 13  # hoststack
199
200     plot-dpdk-throughput-latency-3n-hsw:
201       csit-dpdk-perf-report-iterative-2005-3n-hsw:
202         - 5   # NDRPDR sel
203         - 6   # NDRPDR sel
204         - 7   # NDRPDR sel
205         - 8   # NDRPDR sel
206         - 9   # NDRPDR sel
207         - 10  # NDRPDR sel
208         - 11  # NDRPDR sel
209         - 12  # NDRPDR sel
210         - 13  # NDRPDR sel
211         - 14  # NDRPDR sel
212
213     plot-dpdk-hdrh-lat-3n-hsw:
214       csit-dpdk-perf-report-iterative-2005-3n-hsw:
215         - 5   # NDRPDR sel
216
217     # 3n-skx
218
219     plot-vpp-throughput-lat-tsa-3n-skx:
220       # TODO: Add data:
221       csit-vpp-perf-report-iterative-2005-3n-skx:
222         - 4   # NDRPDR sel
223         - 5   # NDRPDR sel ??? all x710 failed
224         - 33  # NDRPDR sel
225         - 28  # NDRPDR sel
226         - 34  # NDRPDR sel
227         - 36  # NDRPDR sel
228         - 37  # NDRPDR sel
229         - 38  # NDRPDR sel
230         - 39  # NDRPDR sel
231
232     plot-vpp-hdrh-lat-3n-skx:
233       csit-vpp-perf-report-iterative-2005-3n-skx:
234         - 36  # NDRPDR sel
235
236     plot-vpp-nfv-3n-skx-ndrpdr:
237       # TODO: Add data:
238       csit-vpp-perf-report-iterative-2005-3n-skx:
239         - 4   # NDRPDR sel
240         - 5   # NDRPDR sel ??? all x710 failed
241         - 33  # NDRPDR sel
242         - 28  # NDRPDR sel
243         - 34  # NDRPDR sel
244
245     plot-vpp-nfv-3n-skx-mrr:
246       csit-vpp-perf-report-iterative-2005-3n-skx:
247         - 6   # MRR sel
248
249     plot-dpdk-throughput-latency-3n-skx:
250       csit-dpdk-perf-report-iterative-2005-3n-skx:
251         - 4   # NDRPDR sel
252         - 5   # NDRPDR sel
253         - 6   # NDRPDR sel
254         - 7   # NDRPDR sel
255         - 8   # NDRPDR sel
256         - 11  # NDRPDR sel
257         - 12  # NDRPDR sel
258         - 13  # NDRPDR sel
259         - 14  # NDRPDR sel
260         - 15  # NDRPDR sel
261
262     plot-dpdk-hdrh-lat-3n-skx:
263       csit-dpdk-perf-report-iterative-2005-3n-skx:
264         - 4   # NDRPDR sel
265
266     # 2n-skx
267
268     plot-vpp-throughput-lat-tsa-2n-skx:
269       # TODO: Add data:
270       csit-vpp-perf-report-iterative-2005-2n-skx:
271         - 43  # NDRPDR sel
272         - 38  # NDRPDR sel
273         - 7   # NDRPDR sel
274         - 65  # NDRPDR sel
275         - 47  # NDRPDR sel
276         - 55  # NDRPDR sel
277         - 67  # NDRPDR sel
278         - 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       # TODO: Add data:
492       csit-vpp-perf-report-iterative-2005-3n-skx:
493         - 4   # NDRPDR sel
494         - 5   # NDRPDR sel ??? all x710 failed
495         - 33  # NDRPDR sel
496         - 28  # NDRPDR sel
497         - 34  # NDRPDR sel
498         - 36  # NDRPDR sel
499         - 37  # NDRPDR sel
500         - 38  # NDRPDR sel
501         - 39  # NDRPDR sel
502
503     vpp-nic-comparison-2n-skx:
504       # TODO: Add data:
505       csit-vpp-perf-report-iterative-2005-2n-skx:
506         - 43  # NDRPDR sel
507         - 38  # NDRPDR sel
508         - 7   # NDRPDR sel
509         - 65  # NDRPDR sel
510         - 47  # NDRPDR sel
511         - 55  # NDRPDR sel
512         - 67  # NDRPDR sel
513         - 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         - 18  # perf-full-3n-skx-ip4_VII
571
572     vpp-perf-results-2n-skx:
573       # TODO: Add data:
574       csit-vpp-perf-report-coverage-2005-2n-skx:
575         - 3   # perf-full-2n-skx-ip4_II
576         - 7   # perf-full-2n-skx-ip6_I
577
578     vpp-perf-results-2n-clx:
579       csit-vpp-perf-report-coverage-2005-2n-clx:
580         - 21  # perf-full-2n-clx-ip4_I
581         - 2   # perf-full-2n-clx-ip4_II
582         - 3   # perf-full-2n-clx-ip4_III
583         - 4   # perf-full-2n-clx-ip4_IV
584         - 5   # perf-full-2n-clx-ip4_V
585         - 6   # perf-full-2n-clx-ip4_VI
586         - 7   # perf-full-2n-clx-ip6_I
587         - 16  # perf-full-2n-clx-ip6_II
588         - 23  # perf-full-2n-clx-l2_I
589         - 10  # perf-full-2n-clx-l2_II
590         - 11  # perf-full-2n-clx-memif
591         - 12  # perf-full-2n-clx-loadbalancer
592         - 13  # perf-full-2n-clx-vhost I
593         - 22  # perf-full-2n-clx-vhost II
594         - 15  # perf-full-2n-clx-vts
595
596     vpp-perf-results-3n-tsh:
597       csit-vpp-perf-report-iterative-2005-3n-tsh:
598         - 9   # NDRPDR sel
599
600     vpp-perf-results-3n-dnv:
601       csit-vpp-perf-report-coverage-2005-3n-dnv:
602         - 1   # perf-full-3n-dnv-crypto_I
603         - 24  # perf-full-3n-dnv-crypto_II
604         - 5   # perf-full-3n-dnv-ip4_I
605         - 13  # perf-full-3n-dnv-ip4_II
606         - 17  # perf-full-3n-dnv-ip6_I
607         - 18  # perf-full-3n-dnv-ip6_II
608         - 21  # perf-full-3n-dnv-l2_I
609         - 22  # perf-full-3n-dnv-l2_II
610         - 23  # perf-full-3n-dnv-ip4-tunnels_I
611
612     vpp-perf-results-2n-dnv:
613       csit-vpp-perf-report-coverage-2005-2n-dnv:
614         - 1   # perf-full-2n-dnv-ip4_I
615         - 2   # perf-full-2n-dnv-ip4_II
616         - 3   # perf-full-2n-dnv-ip6_I
617         - 4   # perf-full-2n-dnv-ip6_II
618         - 5   # perf-full-2n-dnv-l2_I
619         - 6   # perf-full-2n-dnv-l2_II
620
621     vpp-mrr-results-3n-hsw:
622       csit-vpp-perf-report-iterative-2005-3n-hsw:
623         - 13  # MRR
624
625     vpp-mrr-results-3n-skx:
626       csit-vpp-perf-report-iterative-2005-3n-skx:
627         - 6   # MRR sel
628
629     vpp-mrr-results-2n-skx:
630       csit-vpp-perf-report-iterative-2005-2n-skx:
631         - 42  # MRR sel
632
633     vpp-mrr-results-2n-clx:
634       csit-vpp-perf-report-iterative-2005-2n-clx:
635         - 12   # MRR
636
637     vpp-mrr-results-3n-tsh:
638       csit-vpp-perf-report-iterative-2005-3n-tsh:
639         - 10  # MRR sel
640
641     vpp-mrr-results-3n-dnv:
642       csit-vpp-perf-report-iterative-2005-3n-dnv:
643         - 8   # MRR
644
645     vpp-mrr-results-2n-dnv:
646       csit-vpp-perf-report-iterative-2005-2n-dnv:
647         - 15  # MRR sel
648
649     vpp-device-results-ubuntu:
650       csit-vpp-device-2005-ubuntu1804-1n-skx:
651         - 35
652
653     dpdk-perf-results-3n-hsw:
654       csit-dpdk-perf-report-iterative-2005-3n-hsw:
655         - 5   # NDRPDR sel
656
657     dpdk-perf-results-3n-skx:
658       csit-dpdk-perf-report-iterative-2005-3n-skx:
659         - 4   # NDRPDR sel
660
661     dpdk-perf-results-2n-skx:
662       csit-dpdk-perf-report-iterative-2005-2n-skx:
663         - 1   # NDRPDR sel
664
665     dpdk-perf-results-2n-clx:
666       csit-dpdk-perf-report-iterative-2005-2n-clx:
667         - 1   # NDRPDR sel
668
669     dpdk-perf-results-2n-dnv:
670       csit-dpdk-perf-report-iterative-2005-2n-dnv:
671         - 8   # NDRPDR sel
672
673     dpdk-perf-results-3n-dnv:
674       csit-dpdk-perf-report-iterative-2005-3n-dnv:
675         - 6   # NDRPDR sel
676
677     dpdk-perf-results-3n-tsh:
678       csit-dpdk-perf-report-iterative-2005-3n-tsh:
679         - 5   # NDRPDR sel
680
681 ###########################################################################
682     # Tables (more than one data set)
683
684     # Performance changes
685
686     vpp-performance-changes-3n-hsw-h1:
687       csit-vpp-perf-verify-1908-3n-hsw:
688         - 12  # NDRPDR sel
689         - 13  # NDRPDR sel
690         - 14  # NDRPDR sel
691         - 15  # NDRPDR sel
692         - 16  # NDRPDR sel
693         - 17  # NDRPDR sel
694         - 18  # NDRPDR sel
695         - 19  # NDRPDR sel
696         - 20  # NDRPDR sel
697         - 21  # NDRPDR sel
698     vpp-performance-changes-3n-hsw-ref:
699       csit-vpp-perf-verify-2001-3n-hsw:
700         - 21  # NDRPDR sel
701         - 22  # NDRPDR sel
702         - 23  # NDRPDR sel
703         - 24  # NDRPDR sel
704         - 25  # NDRPDR sel
705         - 29  # NDRPDR sel
706         - 30  # NDRPDR sel
707         - 31  # NDRPDR sel
708         - 32  # NDRPDR sel
709         - 34  # NDRPDR sel
710     vpp-performance-changes-3n-hsw-cmp:
711       csit-vpp-perf-report-iterative-2005-3n-hsw:
712         - 3   # NDRPDR sel
713         - 4   # NDRPDR sel
714         - 5   # NDRPDR sel
715         - 10  # NDRPDR sel
716         - 11  # NDRPDR sel
717         - 12  # NDRPDR sel
718         - 15  # NDRPDR sel
719         - 16  # NDRPDR sel
720         - 18  # NDRPDR sel
721         - 19  # NDRPDR sel
722
723     vpp-performance-changes-3n-skx-h1:
724       csit-vpp-perf-verify-1908_1-3n-skx:
725         - 26  # NDRPDR sel - new1908.1
726         - 27  # NDRPDR sel - new1908.1
727         - 28  # NDRPDR sel - new1908.1
728         - 29  # NDRPDR sel - new1908.1
729         - 30  # NDRPDR sel - new1908.1
730         - 31  # NDRPDR sel - new1908.1
731         - 33  # NDRPDR sel - new1908.1
732         - 34  # NDRPDR sel - new1908.1
733         - 35  # NDRPDR sel - new1908.1
734         - 36  # NDRPDR sel - new1908.1
735     vpp-performance-changes-3n-skx-ref:
736       csit-vpp-perf-verify-2001-3n-skx:
737         - 69  # NDRPDR sel - new2001.0
738         - 71  # NDRPDR sel - new2001.0
739         - 72  # NDRPDR sel - new2001.0
740         - 76  # NDRPDR sel - new2001.0
741         - 77  # NDRPDR sel - new2001.0
742         - 78  # NDRPDR sel - new2001.0
743         - 80  # NDRPDR sel - new2001.0
744     vpp-performance-changes-3n-skx-cmp:
745       # TODO: Add data:
746       csit-vpp-perf-report-iterative-2005-3n-skx:
747         - 4   # NDRPDR sel
748         - 5   # NDRPDR sel ??? all x710 failed
749         - 33  # NDRPDR sel
750         - 28  # NDRPDR sel
751         - 34  # NDRPDR sel
752         - 36  # NDRPDR sel
753         - 37  # NDRPDR sel
754         - 38  # NDRPDR sel
755         - 39  # NDRPDR sel
756
757     vpp-performance-changes-2n-skx-h1:
758       csit-vpp-perf-verify-1908_1-2n-skx:
759         - 39  # NDRPDR sel - new1908.1
760         - 40  # NDRPDR sel - new1908.1
761         - 41  # NDRPDR sel - new1908.1
762         - 43  # NDRPDR sel - new1908.1
763         - 44  # NDRPDR sel - new1908.1
764         - 45  # NDRPDR sel - new1908.1
765         - 46  # NDRPDR sel - new1908.1
766         - 47  # NDRPDR sel - new1908.1
767         - 48  # NDRPDR sel - new1908.1
768         - 49  # NDRPDR sel - new1908.1
769     vpp-performance-changes-2n-skx-ref:
770       csit-vpp-perf-verify-2001-2n-skx:
771         - 143  # NDRPDR sel - new2001.0
772         - 146  # NDRPDR sel - new2001.0
773         - 147  # NDRPDR sel - new2001.0
774         - 148  # NDRPDR sel - new2001.0
775         - 149  # NDRPDR sel - new2001.0
776         - 150  # NDRPDR sel - new2001.0
777         - 151  # NDRPDR sel - new2001.0
778         - 152  # NDRPDR sel - new2001.0
779         - 153  # NDRPDR sel - new2001.0
780         - 154  # NDRPDR sel - new2001.0
781     vpp-performance-changes-2n-skx-cmp:
782       # TODO: Add data:
783       csit-vpp-perf-report-iterative-2005-2n-skx:
784         - 43  # NDRPDR sel
785         - 38  # NDRPDR sel
786         - 7   # NDRPDR sel
787         - 65  # NDRPDR sel
788         - 47  # NDRPDR sel
789         - 55  # NDRPDR sel
790         - 67  # NDRPDR sel
791         - 76  # NDRPDR sel
792         - 73  # NDRPDR sel
793
794 #    vpp-performance-changes-nfv-2n-skx-ref:
795 #      csit-vpp-perf-verify-2001-2n-skx:
796 #        - 30  # NFV
797 #        - 31  # NFV
798 #    vpp-performance-changes-nfv-2n-skx-cmp:
799 #      csit-vpp-perf-report-iterative-2005-2n-skx:
800 #        - 43  # NDRPDR sel
801 #        - 38  # NDRPDR sel
802 #        - 7   # NDRPDR sel
803
804     vpp-performance-changes-2n-clx-ref:
805       csit-vpp-perf-verify-2001-2n-clx:
806         - 28  # NDRPDR sel
807         - 29  # NDRPDR sel
808         - 32  # NDRPDR sel
809         - 40  # NDRPDR sel
810         - 43  # NDRPDR sel
811         - 44  # NDRPDR sel
812         - 45  # NDRPDR sel
813         - 47  # NDRPDR sel
814         - 48  # NDRPDR sel
815         - 49  # NDRPDR sel
816     vpp-performance-changes-2n-clx-cmp:
817       csit-vpp-perf-report-iterative-2005-2n-clx:
818         - 7   # NDRPDR sel
819         - 38  # NDRPDR sel
820         - 9   # NDRPDR sel
821         - 32  # NDRPDR sel ???
822         - 33  # NDRPDR sel ???
823         - 39  # NDRPDR sel
824         - 40  # NDRPDR sel
825         - 43  # NDRPDR sel
826         - 50  # NDRPDR sel
827         - 51  # NDRPDR sel
828
829     vpp-performance-changes-2n-dnv-h1:
830       csit-vpp-perf-verify-1908-2n-dnv:
831         - 1   # NDRPDR sel
832         - 2   # NDRPDR sel
833         - 3   # NDRPDR sel
834         - 4   # NDRPDR sel
835         - 5   # NDRPDR sel
836         - 6   # NDRPDR sel
837         - 7   # NDRPDR sel
838         - 8   # NDRPDR sel
839         - 9   # NDRPDR sel
840         - 10  # NDRPDR sel
841     vpp-performance-changes-2n-dnv-ref:
842       csit-vpp-perf-verify-2001-2n-dnv:
843         - 4   # NDRPDR sel
844         - 5   # NDRPDR sel
845         - 6   # NDRPDR sel
846         - 7   # NDRPDR sel
847         - 8   # NDRPDR sel
848         - 9   # NDRPDR sel
849         - 10  # NDRPDR sel
850         - 11  # NDRPDR sel
851         - 13  # NDRPDR sel
852         - 16  # NDRPDR sel
853     vpp-performance-changes-2n-dnv-cmp:
854       csit-vpp-perf-report-iterative-2005-2n-dnv:
855         - 3   # NDRPDR sel
856         - 6   # NDRPDR sel
857         - 7   # NDRPDR sel
858         - 8   # NDRPDR sel
859         - 9   # NDRPDR sel
860         - 10  # NDRPDR sel
861         - 11  # NDRPDR sel
862         - 12  # NDRPDR sel
863         - 13  # NDRPDR sel
864         - 14  # NDRPDR sel
865
866     vpp-performance-changes-3n-dnv-h1:
867       csit-vpp-perf-verify-1908-3n-dnv:
868         - 6   # NDRPDR sel
869         - 7   # NDRPDR sel
870         - 8   # NDRPDR sel
871         - 9   # NDRPDR sel
872         - 10  # NDRPDR sel
873         - 12  # NDRPDR sel
874         - 13  # NDRPDR sel
875         - 14  # NDRPDR sel
876         - 15  # NDRPDR sel
877         - 16  # NDRPDR sel
878     vpp-performance-changes-3n-dnv-ref:
879       csit-vpp-perf-verify-2001-3n-dnv:
880         - 5   # NDRPDR sel
881         - 6   # NDRPDR sel
882         - 7   # NDRPDR sel
883         - 8   # NDRPDR sel
884         - 9   # NDRPDR sel
885         - 10  # NDRPDR sel
886         - 12  # NDRPDR sel
887         - 16  # NDRPDR sel
888         - 17  # NDRPDR sel
889         - 18  # NDRPDR sel
890     vpp-performance-changes-3n-dnv-cmp:
891       csit-vpp-perf-report-iterative-2005-3n-dnv:
892         - 2   # NDRPDR sel
893         - 3   # NDRPDR sel
894         - 4   # NDRPDR sel
895         - 5   # NDRPDR sel
896         - 6   # NDRPDR sel
897         - 7   # NDRPDR sel
898         - 9   # NDRPDR sel
899         - 10  # NDRPDR sel
900         - 11  # NDRPDR sel
901         - 12  # NDRPDR sel
902
903     vpp-performance-changes-3n-tsh-h1:
904       csit-vpp-perf-verify-1908-3n-tsh:
905         - 7   # NDRPDR sel
906         - 8   # NDRPDR sel
907         - 9   # NDRPDR sel
908         - 10  # NDRPDR sel
909         - 11  # NDRPDR sel
910         - 12  # NDRPDR sel
911         - 13  # NDRPDR sel
912         - 14  # NDRPDR sel
913         - 15  # NDRPDR sel
914         - 16  # NDRPDR sel
915     vpp-performance-changes-3n-tsh-ref:
916       csit-vpp-perf-verify-2001-3n-tsh:
917         - 3   # NDRPDR sel
918         - 4   # NDRPDR sel
919         - 7   # NDRPDR sel
920         - 8   # NDRPDR sel
921         - 10  # NDRPDR sel
922         - 12  # NDRPDR sel
923         - 13  # NDRPDR sel
924         - 14  # NDRPDR sel
925         - 15  # NDRPDR sel
926         - 21  # NDRPDR sel
927     vpp-performance-changes-3n-tsh-cmp:
928       # TODO: Add data:
929       csit-vpp-perf-report-iterative-2005-3n-tsh:
930         - 9   # NDRPDR sel
931         - 11  # NDRPDR sel
932         - 12  # NDRPDR sel
933         - 13  # NDRPDR sel
934
935     vpp-soak-vs-ndr-2n-skx-ref:
936       # TODO: Add data:
937       csit-vpp-perf-report-iterative-2005-2n-skx:
938         - 43  # NDRPDR sel
939         - 38  # NDRPDR sel
940         - 7   # NDRPDR sel
941         - 65  # NDRPDR sel
942         - 47  # NDRPDR sel
943         - 55  # NDRPDR sel
944         - 67  # NDRPDR sel
945         - 76  # NDRPDR sel
946         - 73  # NDRPDR sel
947     vpp-soak-vs-ndr-2n-skx-cmp:
948       csit-vpp-perf-report-iterative-2005-2n-skx:
949         - 49  # Soak
950         - 54  # Soak
951     vpp-soak-vs-ndr-2n-skx:
952       csit-vpp-perf-report-iterative-2005-2n-skx:
953         - 43  # NDRPDR sel
954         - 38  # NDRPDR sel
955         - 7   # NDRPDR sel
956         - 65  # NDRPDR sel
957         - 47  # NDRPDR sel
958         - 55  # NDRPDR sel
959         - 67  # NDRPDR sel
960         - 76  # NDRPDR sel
961         - 73  # NDRPDR sel
962         - 49  # Soak
963         - 54  # Soak
964
965     vpp-soak-vs-ndr-2n-clx-ref:
966       csit-vpp-perf-report-iterative-2005-2n-clx:
967         - 7   # NDRPDR sel
968         - 38  # NDRPDR sel
969         - 9   # NDRPDR sel
970         - 32  # NDRPDR sel ???
971         - 33  # NDRPDR sel ???
972         - 39  # NDRPDR sel
973         - 40  # NDRPDR sel
974         - 43  # NDRPDR sel
975         - 50  # NDRPDR sel
976         - 51  # NDRPDR sel
977     vpp-soak-vs-ndr-2n-clx-cmp:
978       csit-vpp-perf-report-iterative-2005-2n-clx:
979         - 44  # Soak
980         - 49  # Soak
981     vpp-soak-vs-ndr-2n-clx:
982       csit-vpp-perf-report-iterative-2005-2n-clx:
983         - 7   # NDRPDR sel
984         - 38  # NDRPDR sel
985         - 9   # NDRPDR sel
986         - 32  # NDRPDR sel ???
987         - 33  # NDRPDR sel ???
988         - 39  # NDRPDR sel
989         - 40  # NDRPDR sel
990         - 43  # NDRPDR sel
991         - 50  # NDRPDR sel
992         - 51  # NDRPDR sel
993         - 44  # Soak
994         - 49  # Soak
995
996     vpp-performance-changes-3n-hsw-mrr-h1:
997       csit-vpp-perf-verify-1908-3n-hsw:
998         - 39  # MRR sel
999     vpp-performance-changes-3n-hsw-mrr-ref:
1000       csit-vpp-perf-verify-2001-3n-hsw:
1001         - 17  # MRR sel
1002     vpp-performance-changes-3n-hsw-mrr-cmp:
1003       csit-vpp-perf-report-iterative-2005-3n-hsw:
1004         - 13  # MRR
1005
1006 #    vpp-performance-changes-3n-skx-mrr-h1:
1007 #      csit-vpp-perf-verify-1908-3n-skx:
1008 #        - 36  # MRR sel
1009     vpp-performance-changes-3n-skx-mrr-ref:
1010       csit-vpp-perf-verify-2001-3n-skx:
1011         - 50  # MRR sel
1012         - 53  # MRR sel addition
1013     vpp-performance-changes-3n-skx-mrr-cmp:
1014       csit-vpp-perf-report-iterative-2005-3n-skx:
1015         - 6   # MRR sel
1016
1017 #    vpp-performance-changes-2n-skx-mrr-h1:
1018 #      csit-vpp-perf-verify-1908-2n-skx:
1019 #        - 69  # MRR sel
1020     vpp-performance-changes-2n-skx-mrr-ref:
1021       csit-vpp-perf-verify-2001-2n-skx:
1022         - 101 # MRR sel
1023         - 128 # MRR sel addition
1024     vpp-performance-changes-2n-skx-mrr-cmp:
1025       csit-vpp-perf-report-iterative-2005-2n-skx:
1026         - 42  # MRR sel
1027
1028     vpp-performance-changes-2n-clx-mrr-ref:
1029       csit-vpp-perf-verify-2001-2n-clx:
1030         - 39  # MRR
1031     vpp-performance-changes-2n-clx-mrr-cmp:
1032       csit-vpp-perf-report-iterative-2005-2n-clx:
1033         - 12   # MRR
1034
1035 #    vpp-performance-changes-nfv-2n-skx-mrr-ref:
1036 #      csit-vpp-perf-verify-1908-2n-skx:
1037 #        - 71  # NFV MRR
1038 #    vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1039 #      # csit-vpp-perf-verify-2001-2n-skx:
1040 #      csit-vpp-perf-verify-1908-2n-skx:
1041 #        - 71  # NFV MRR
1042
1043     vpp-performance-changes-2n-dnv-mrr-h1:
1044       csit-vpp-perf-verify-1908-2n-dnv:
1045         - 11  # MRR sel
1046     vpp-performance-changes-2n-dnv-mrr-ref:
1047       csit-vpp-perf-verify-2001-2n-dnv:
1048         - 12  # MRR sel
1049     vpp-performance-changes-2n-dnv-mrr-cmp:
1050       csit-vpp-perf-report-iterative-2005-2n-dnv:
1051         - 15  # MRR sel
1052
1053     vpp-performance-changes-3n-dnv-mrr-h1:
1054       csit-vpp-perf-verify-1908-3n-dnv:
1055         - 17  # MRR sel
1056     vpp-performance-changes-3n-dnv-mrr-ref:
1057       csit-vpp-perf-verify-2001-3n-dnv:
1058         - 11  # MRR sel
1059     vpp-performance-changes-3n-dnv-mrr-cmp:
1060       csit-vpp-perf-report-iterative-2005-3n-dnv:
1061         - 8   # MRR
1062
1063     vpp-performance-changes-3n-tsh-mrr-h1:
1064       csit-vpp-perf-verify-1908-3n-tsh:
1065         - 17  # MRR sel
1066     vpp-performance-changes-3n-tsh-mrr-ref:
1067       csit-vpp-perf-verify-2001-3n-tsh:
1068         - 9   # MRR sel
1069     vpp-performance-changes-3n-tsh-mrr-cmp:
1070       csit-vpp-perf-report-iterative-2005-3n-tsh:
1071         - 10  # MRR sel
1072
1073     dpdk-performance-changes-3n-hsw-h1:
1074       csit-dpdk-perf-verify-1908-3n-hsw:
1075         - 2   # NDRPDR sel
1076         - 3   # NDRPDR sel
1077         - 4   # NDRPDR sel
1078         - 5   # NDRPDR sel
1079         - 6   # NDRPDR sel
1080         - 7   # NDRPDR sel
1081         - 8   # NDRPDR sel
1082         - 9   # NDRPDR sel
1083         - 10  # NDRPDR sel
1084         - 11  # NDRPDR sel
1085     dpdk-performance-changes-3n-hsw-ref:
1086       csit-dpdk-perf-verify-2001-3n-hsw:
1087         - 4   # NDRPDR sel
1088         - 5   # NDRPDR sel
1089         - 6   # NDRPDR sel
1090         - 7   # NDRPDR sel
1091         - 8   # NDRPDR sel
1092         - 9   # NDRPDR sel
1093         - 10  # NDRPDR sel
1094         - 11  # NDRPDR sel
1095         - 12  # NDRPDR sel
1096         - 13  # NDRPDR sel
1097         - 15  # NDRPDR sel
1098         - 16  # NDRPDR sel
1099         - 17  # NDRPDR sel
1100         - 18  # NDRPDR sel
1101         - 19  # NDRPDR sel
1102         - 20  # NDRPDR sel
1103         - 21  # NDRPDR sel
1104         - 22  # NDRPDR sel
1105         - 23  # NDRPDR sel
1106         - 24  # NDRPDR sel
1107     dpdk-performance-changes-3n-hsw-cmp:
1108       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1109         - 5   # NDRPDR sel
1110         - 6   # NDRPDR sel
1111         - 7   # NDRPDR sel
1112         - 8   # NDRPDR sel
1113         - 9   # NDRPDR sel
1114         - 10  # NDRPDR sel
1115         - 11  # NDRPDR sel
1116         - 12  # NDRPDR sel
1117         - 13  # NDRPDR sel
1118         - 14  # NDRPDR sel
1119
1120     dpdk-performance-changes-3n-skx-h1:
1121       csit-dpdk-perf-verify-1908-3n-skx:
1122         - 3   # NDRPDR sel
1123         - 4   # NDRPDR sel
1124         - 5   # NDRPDR sel
1125         - 6   # NDRPDR sel
1126         - 7   # NDRPDR sel
1127         - 8   # NDRPDR sel
1128         - 9   # NDRPDR sel
1129         - 10  # NDRPDR sel
1130         - 11  # NDRPDR sel
1131         - 12  # NDRPDR sel
1132     dpdk-performance-changes-3n-skx-ref:
1133       csit-dpdk-perf-verify-2001-3n-skx:
1134         - 29  # NDRPDR sel xxv710
1135         - 33  # NDRPDR sel xxv710
1136         - 34  # NDRPDR sel xxv710
1137         - 35  # NDRPDR sel xxv710
1138         - 36  # NDRPDR sel xxv710
1139         - 37  # NDRPDR sel xxv710
1140         - 41  # NDRPDR sel xxv710
1141         - 42  # NDRPDR sel xxv710
1142         - 43  # NDRPDR sel xxv710
1143         - 45  # NDRPDR sel xxv710
1144         - 30  # NDRPDR sel x710
1145         - 31  # NDRPDR sel x710
1146         - 32  # NDRPDR sel x710
1147         - 38  # NDRPDR sel x710
1148         - 39  # NDRPDR sel x710
1149         - 40  # NDRPDR sel x710
1150         - 44  # NDRPDR sel x710
1151         - 46  # NDRPDR sel x710
1152         - 47  # NDRPDR sel x710
1153         - 48  # NDRPDR sel x710
1154     dpdk-performance-changes-3n-skx-cmp:
1155       csit-dpdk-perf-report-iterative-2005-3n-skx:
1156         - 4   # NDRPDR sel
1157         - 5   # NDRPDR sel
1158         - 6   # NDRPDR sel
1159         - 7   # NDRPDR sel
1160         - 8   # NDRPDR sel
1161         - 11  # NDRPDR sel
1162         - 12  # NDRPDR sel
1163         - 13  # NDRPDR sel
1164         - 14  # NDRPDR sel
1165         - 15  # NDRPDR sel
1166
1167     dpdk-performance-changes-2n-skx-h1:
1168       csit-dpdk-perf-verify-1908-2n-skx:
1169         - 2   # NDRPDR sel
1170         - 3   # NDRPDR sel
1171         - 4   # NDRPDR sel
1172         - 5   # NDRPDR sel
1173         - 7   # NDRPDR sel
1174         - 8   # NDRPDR sel
1175         - 9   # NDRPDR sel
1176         - 10  # NDRPDR sel
1177         - 11  # NDRPDR sel
1178         - 12  # NDRPDR sel
1179     dpdk-performance-changes-2n-skx-ref:
1180       csit-dpdk-perf-verify-2001-2n-skx:
1181         - 35  # NDRPDR sel xxv710
1182         - 36  # NDRPDR sel xxv710
1183         - 37  # NDRPDR sel xxv710
1184         - 41  # NDRPDR sel xxv710
1185         - 42  # NDRPDR sel xxv710
1186         - 43  # NDRPDR sel xxv710
1187         - 46  # NDRPDR sel xxv710
1188         - 47  # NDRPDR sel xxv710
1189         - 52  # NDRPDR sel xxv710
1190         - 53  # NDRPDR sel xxv710
1191         - 38  # NDRPDR sel x710
1192         - 39  # NDRPDR sel x710
1193         - 40  # NDRPDR sel x710
1194         - 44  # NDRPDR sel x710
1195         - 45  # NDRPDR sel x710
1196         - 48  # NDRPDR sel x710
1197         - 49  # NDRPDR sel x710
1198         - 50  # NDRPDR sel x710
1199         - 51  # NDRPDR sel x710
1200         - 54  # NDRPDR sel x710
1201     dpdk-performance-changes-2n-skx-cmp:
1202       csit-dpdk-perf-report-iterative-2005-2n-skx:
1203         - 1   # NDRPDR sel
1204         - 2   # NDRPDR sel
1205         - 3   # NDRPDR sel
1206         - 4   # NDRPDR sel
1207         - 5   # NDRPDR sel
1208         - 6   # NDRPDR sel
1209         - 7   # NDRPDR sel
1210         - 8   # NDRPDR sel
1211         - 9   # NDRPDR sel
1212         - 10  # NDRPDR sel
1213
1214     dpdk-performance-changes-2n-clx-ref:
1215       csit-dpdk-perf-verify-2001-2n-clx:
1216         - 15  # NDRPDR sel
1217         - 16  # NDRPDR sel
1218         - 17  # NDRPDR sel
1219         - 18  # NDRPDR sel
1220         - 19  # NDRPDR sel
1221         - 20  # NDRPDR sel
1222         - 21  # NDRPDR sel
1223         - 22  # NDRPDR sel
1224         - 23  # NDRPDR sel
1225         - 24  # NDRPDR sel
1226         - 25  # NDRPDR sel
1227         - 26  # NDRPDR sel
1228         - 27  # NDRPDR sel
1229         - 28  # NDRPDR sel
1230         - 29  # NDRPDR sel
1231         - 30  # NDRPDR sel
1232         - 31  # NDRPDR sel
1233         - 32  # NDRPDR sel
1234         - 33  # NDRPDR sel
1235         - 34  # NDRPDR sel
1236     dpdk-performance-changes-2n-clx-cmp:
1237       csit-dpdk-perf-report-iterative-2005-2n-clx:
1238         - 1   # NDRPDR sel
1239         - 2   # NDRPDR sel
1240         - 3   # NDRPDR sel
1241         - 4   # NDRPDR sel
1242         - 5   # NDRPDR sel
1243         - 6   # NDRPDR sel
1244         - 7   # NDRPDR sel
1245         - 8   # NDRPDR sel
1246         - 9   # NDRPDR sel
1247         - 10  # NDRPDR sel
1248
1249     dpdk-performance-changes-2n-dnv-ref:
1250       csit-dpdk-perf-verify-2001-2n-dnv:
1251         - 9   # NDRPDR sel
1252         - 10  # NDRPDR sel
1253         - 11  # NDRPDR sel
1254         - 12  # NDRPDR sel
1255         - 13  # NDRPDR sel
1256         - 14  # NDRPDR sel
1257         - 15  # NDRPDR sel
1258         - 16  # NDRPDR sel
1259         - 17  # NDRPDR sel
1260         - 18  # NDRPDR sel
1261     dpdk-performance-changes-2n-dnv-cmp:
1262       csit-dpdk-perf-report-iterative-2005-2n-dnv:
1263         - 8   # NDRPDR sel
1264         - 9   # NDRPDR sel
1265         - 10  # NDRPDR sel
1266         - 11  # NDRPDR sel
1267         - 12  # NDRPDR sel
1268         - 13  # NDRPDR sel
1269         - 14  # NDRPDR sel
1270         - 15  # NDRPDR sel
1271         - 16  # NDRPDR sel
1272         - 17  # NDRPDR sel
1273
1274     dpdk-performance-changes-3n-dnv-ref:
1275       csit-dpdk-perf-verify-2001-3n-dnv:
1276         - 12  # NDRPDR sel
1277         - 13  # NDRPDR sel
1278         - 14  # NDRPDR sel
1279         - 15  # NDRPDR sel
1280         - 16  # NDRPDR sel
1281         - 17  # NDRPDR sel
1282         - 18  # NDRPDR sel
1283         - 19  # NDRPDR sel
1284         - 20  # NDRPDR sel
1285         - 22  # NDRPDR sel
1286     dpdk-performance-changes-3n-dnv-cmp:
1287       csit-dpdk-perf-report-iterative-2005-3n-dnv:
1288         - 6   # NDRPDR sel
1289         - 7   # NDRPDR sel
1290         - 8   # NDRPDR sel
1291         - 9   # NDRPDR sel
1292         - 10  # NDRPDR sel
1293         - 11  # NDRPDR sel
1294         - 12  # NDRPDR sel
1295         - 13  # NDRPDR sel
1296         - 14  # NDRPDR sel
1297         - 16  # NDRPDR sel
1298
1299     dpdk-performance-changes-3n-tsh-ref:
1300       csit-dpdk-perf-verify-2001-3n-tsh:
1301         - 3   # NDRPDR sel
1302         - 4   # NDRPDR sel
1303         - 5   # NDRPDR sel
1304         - 9   # NDRPDR sel
1305         - 10  # NDRPDR sel
1306         - 11  # NDRPDR sel
1307         - 12  # NDRPDR sel
1308         - 14  # NDRPDR sel
1309         - 15  # NDRPDR sel
1310         - 18  # NDRPDR sel
1311     dpdk-performance-changes-3n-tsh-cmp:
1312       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1313         - 5   # NDRPDR sel
1314
1315     # Compare testbeds
1316
1317     vpp-compare-testbeds-ref:
1318       csit-vpp-perf-report-iterative-2005-3n-hsw:
1319         - 3   # NDRPDR sel
1320         - 4   # NDRPDR sel
1321         - 5   # NDRPDR sel
1322         - 10  # NDRPDR sel
1323         - 11  # NDRPDR sel
1324         - 12  # NDRPDR sel
1325         - 15  # NDRPDR sel
1326         - 16  # NDRPDR sel
1327         - 18  # NDRPDR sel
1328         - 19  # NDRPDR sel
1329     vpp-compare-testbeds-cmp:
1330       # TODO: Add data:
1331       csit-vpp-perf-report-iterative-2005-3n-skx:
1332         - 4   # NDRPDR sel
1333         - 5   # NDRPDR sel ??? all x710 failed
1334         - 33  # NDRPDR sel
1335         - 28  # NDRPDR sel
1336         - 34  # NDRPDR sel
1337         - 36  # NDRPDR sel
1338         - 37  # NDRPDR sel
1339         - 38  # NDRPDR sel
1340         - 39  # NDRPDR sel
1341
1342     vpp-compare-testbeds-skx-clx-ref:
1343       # TODO: Add data:
1344       csit-vpp-perf-report-iterative-2005-2n-skx:
1345         - 43  # NDRPDR sel
1346         - 38  # NDRPDR sel
1347         - 7   # NDRPDR sel
1348         - 65  # NDRPDR sel
1349         - 47  # NDRPDR sel
1350         - 55  # NDRPDR sel
1351         - 67  # NDRPDR sel
1352         - 76  # NDRPDR sel
1353         - 73  # NDRPDR sel
1354     vpp-compare-testbeds-skx-clx-cmp:
1355       csit-vpp-perf-report-iterative-2005-2n-clx:
1356         - 7   # NDRPDR sel
1357         - 38  # NDRPDR sel
1358         - 9   # NDRPDR sel
1359         - 32  # NDRPDR sel ???
1360         - 33  # NDRPDR sel ???
1361         - 39  # NDRPDR sel
1362         - 40  # NDRPDR sel
1363         - 43  # NDRPDR sel
1364         - 50  # NDRPDR sel
1365         - 51  # NDRPDR sel
1366
1367     vpp-compare-testbeds-hsw-clx-ref:
1368       csit-vpp-perf-report-iterative-2005-3n-hsw:
1369         - 3   # NDRPDR sel
1370         - 4   # NDRPDR sel
1371         - 5   # NDRPDR sel
1372         - 10  # NDRPDR sel
1373         - 11  # NDRPDR sel
1374         - 12  # NDRPDR sel
1375         - 15  # NDRPDR sel
1376         - 16  # NDRPDR sel
1377         - 18  # NDRPDR sel
1378         - 19  # NDRPDR sel
1379     vpp-compare-testbeds-hsw-clx-cmp:
1380       csit-vpp-perf-report-iterative-2005-2n-clx:
1381         - 7   # NDRPDR sel
1382         - 38  # NDRPDR sel
1383         - 9   # NDRPDR sel
1384         - 32  # NDRPDR sel ???
1385         - 33  # NDRPDR sel ???
1386         - 39  # NDRPDR sel
1387         - 40  # NDRPDR sel
1388         - 43  # NDRPDR sel
1389         - 50  # NDRPDR sel
1390         - 51  # NDRPDR sel
1391
1392     vpp-compare-testbeds-mrr-ref:
1393       csit-vpp-perf-report-iterative-2005-3n-hsw:
1394         - 13  # MRR
1395     vpp-compare-testbeds-mrr-cmp:
1396       csit-vpp-perf-report-iterative-2005-3n-skx:
1397         - 6   # MRR sel
1398
1399     vpp-compare-testbeds-mrr-skx-clx-ref:
1400       csit-vpp-perf-report-iterative-2005-2n-skx:
1401         - 42  # MRR sel
1402     vpp-compare-testbeds-mrr-skx-clx-cmp:
1403       csit-vpp-perf-report-iterative-2005-2n-clx:
1404         - 12   # MRR
1405
1406     vpp-compare-testbeds-mrr-hsw-clx-ref:
1407       csit-vpp-perf-report-iterative-2005-3n-hsw:
1408         - 13  # MRR
1409     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1410       csit-vpp-perf-report-iterative-2005-2n-clx:
1411         - 12   # MRR
1412
1413     dpdk-compare-testbeds-ref:
1414       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1415         - 5   # NDRPDR sel
1416         - 6   # NDRPDR sel
1417         - 7   # NDRPDR sel
1418         - 8   # NDRPDR sel
1419         - 9   # NDRPDR sel
1420         - 10  # NDRPDR sel
1421         - 11  # NDRPDR sel
1422         - 12  # NDRPDR sel
1423         - 13  # NDRPDR sel
1424         - 14  # NDRPDR sel
1425     dpdk-compare-testbeds-cmp:
1426       csit-dpdk-perf-report-iterative-2005-3n-skx:
1427         - 4   # NDRPDR sel
1428         - 5   # NDRPDR sel
1429         - 6   # NDRPDR sel
1430         - 7   # NDRPDR sel
1431         - 8   # NDRPDR sel
1432         - 11  # NDRPDR sel
1433         - 12  # NDRPDR sel
1434         - 13  # NDRPDR sel
1435         - 14  # NDRPDR sel
1436         - 15  # NDRPDR sel
1437
1438     dpdk-compare-testbeds-skx-clx-ref:
1439       csit-dpdk-perf-report-iterative-2005-2n-skx:
1440         - 1   # NDRPDR sel
1441         - 2   # NDRPDR sel
1442         - 3   # NDRPDR sel
1443         - 4   # NDRPDR sel
1444         - 5   # NDRPDR sel
1445         - 6   # NDRPDR sel
1446         - 7   # NDRPDR sel
1447         - 8   # NDRPDR sel
1448         - 9   # NDRPDR sel
1449         - 10  # NDRPDR sel
1450     dpdk-compare-testbeds-skx-clx-cmp:
1451       csit-dpdk-perf-report-iterative-2005-2n-clx:
1452         - 1   # NDRPDR sel
1453         - 2   # NDRPDR sel
1454         - 3   # NDRPDR sel
1455         - 4   # NDRPDR sel
1456         - 5   # NDRPDR sel
1457         - 6   # NDRPDR sel
1458         - 7   # NDRPDR sel
1459         - 8   # NDRPDR sel
1460         - 9   # NDRPDR sel
1461         - 10  # NDRPDR sel
1462
1463     # Compare topologies
1464
1465     vpp-compare-topologies-ref:
1466       # TODO: Add data:
1467       csit-vpp-perf-report-iterative-2005-3n-skx:
1468         - 4   # NDRPDR sel
1469         - 5   # NDRPDR sel ??? all x710 failed
1470         - 33  # NDRPDR sel
1471         - 28  # NDRPDR sel
1472         - 34  # NDRPDR sel
1473         - 36  # NDRPDR sel
1474         - 37  # NDRPDR sel
1475         - 38  # NDRPDR sel
1476         - 39  # NDRPDR sel
1477     vpp-compare-topologies-cmp:
1478       # TODO: Add data:
1479       csit-vpp-perf-report-iterative-2005-2n-skx:
1480         - 43  # NDRPDR sel
1481         - 38  # NDRPDR sel
1482         - 7   # NDRPDR sel
1483         - 65  # NDRPDR sel
1484         - 47  # NDRPDR sel
1485         - 55  # NDRPDR sel
1486         - 67  # NDRPDR sel
1487         - 76  # NDRPDR sel
1488         - 73  # NDRPDR sel
1489
1490     vpp-compare-topologies-mrr-ref:
1491       csit-vpp-perf-report-iterative-2005-3n-skx:
1492         - 6   # MRR sel
1493     vpp-compare-topologies-mrr-cmp:
1494       csit-vpp-perf-report-iterative-2005-2n-skx:
1495         - 42  # MRR sel
1496
1497     dpdk-compare-topologies-ref:
1498       csit-dpdk-perf-report-iterative-2005-3n-skx:
1499         - 4   # NDRPDR sel
1500         - 5   # NDRPDR sel
1501         - 6   # NDRPDR sel
1502         - 7   # NDRPDR sel
1503         - 8   # NDRPDR sel
1504         - 11  # NDRPDR sel
1505         - 12  # NDRPDR sel
1506         - 13  # NDRPDR sel
1507         - 14  # NDRPDR sel
1508         - 15  # NDRPDR sel
1509     dpdk-compare-topologies-cmp:
1510       csit-dpdk-perf-report-iterative-2005-2n-skx:
1511         - 1   # NDRPDR sel
1512         - 2   # NDRPDR sel
1513         - 3   # NDRPDR sel
1514         - 4   # NDRPDR sel
1515         - 5   # NDRPDR sel
1516         - 6   # NDRPDR sel
1517         - 7   # NDRPDR sel
1518         - 8   # NDRPDR sel
1519         - 9   # NDRPDR sel
1520         - 10  # NDRPDR sel
1521
1522   plot-layouts:
1523
1524     plot-soak-throughput:
1525       titlefont:
1526         size: 18
1527       xaxis:
1528         title: "<b>Test Cases [Index]</b>"
1529         titlefont:
1530           size: 16
1531         autorange: True
1532         fixedrange: False
1533         gridcolor: "rgb(230, 230, 230)"
1534         linecolor: "rgb(220, 220, 220)"
1535         linewidth: 1
1536         showgrid: True
1537         showline: True
1538         showticklabels: True
1539         tickcolor: "rgb(220, 220, 220)"
1540         tickmode: "linear"
1541         tickfont:
1542           size: 16
1543         zeroline: False
1544       yaxis:
1545         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1546         titlefont:
1547           size: 16
1548         gridcolor: "rgb(230, 230, 230)"
1549         hoverformat: ".4r"
1550         tickformat: ".3r"
1551         linecolor: "rgb(220, 220, 220)"
1552         linewidth: 1
1553         showgrid: True
1554         showline: True
1555         showticklabels: True
1556         tickcolor: "rgb(220, 220, 220)"
1557         tickfont:
1558           size: 16
1559         zeroline: False
1560         range: [0,50]
1561       autosize: False
1562       margin:
1563         t: 50
1564         b: 0
1565         l: 80
1566         r: 20
1567       showlegend: True
1568       legend:
1569         orientation: "h"
1570         font:
1571           size: 16
1572       width: 700
1573       height: 900
1574       paper_bgcolor: "#fff"
1575       plot_bgcolor: "#fff"
1576       hoverlabel:
1577         namelength: -1
1578
1579     plot-service-density:
1580       titlefont:
1581         size: 18
1582       xaxis:
1583         side: "top"
1584         autorange: True
1585         fixedrange: False
1586         showgrid: False
1587         showline: False
1588         showticklabels: False
1589         ticks: ""
1590         ticklen: 0
1591         tickwidth: 0
1592         zeroline: False
1593       yaxis:
1594         autorange: "reversed"
1595         showgrid: False
1596         showline: False
1597         showticklabels: False
1598         ticks: ""
1599         ticklen: 0
1600         tickwidth: 0
1601         zeroline: False
1602       showlegend: False
1603       paper_bgcolor: "#fff"
1604       plot_bgcolor: "#fff"
1605       width: 700
1606       height: 700
1607       hoverlabel:
1608         namelength: -1
1609
1610 #    plot-cps:
1611 #      titlefont:
1612 #        size: 18
1613 #      xaxis:
1614 #        title: "<b>Test Cases [Index]</b>"
1615 #        titlefont:
1616 #          size: 16
1617 #        autorange: True
1618 #        fixedrange: False
1619 #        gridcolor: "rgb(230, 230, 230)"
1620 #        linecolor: "rgb(220, 220, 220)"
1621 #        linewidth: 1
1622 #        showgrid: True
1623 #        showline: True
1624 #        showticklabels: True
1625 #        tickcolor: "rgb(220, 220, 220)"
1626 #        tickmode: "linear"
1627 #        tickfont:
1628 #          size: 16
1629 #        zeroline: False
1630 #      yaxis:
1631 #        title: "<b>Connections Per Second [cps]</b>"
1632 #        titlefont:
1633 #          size: 16
1634 #        gridcolor: "rgb(230, 230, 230)"
1635 #        hoverformat: ".4s"
1636 #        linecolor: "rgb(220, 220, 220)"
1637 #        linewidth: 1
1638 #        rangemode: "tozero"
1639 #        showgrid: True
1640 #        showline: True
1641 #        showticklabels: True
1642 #        tickcolor: "rgb(220, 220, 220)"
1643 #        tickformat: ".3s"
1644 #        tickfont:
1645 #          size: 16
1646 #        zeroline: False
1647 #      boxmode: "group"
1648 #      boxgroupgap: 0.5
1649 #      autosize: False
1650 #      margin:
1651 #        t: 50
1652 #        b: 20
1653 #        l: 80
1654 #        r: 20
1655 #      showlegend: True
1656 #      legend:
1657 #        orientation: "h"
1658 #        font:
1659 #          size: 16
1660 #      width: 700
1661 #      height: 800
1662 #      paper_bgcolor: "#fff"
1663 #      plot_bgcolor: "#fff"
1664 #      hoverlabel:
1665 #        namelength: -1
1666 #
1667 #    plot-rps:
1668 #      titlefont:
1669 #        size: 18
1670 #      xaxis:
1671 #        title: "<b>Test Cases [Index]</b>"
1672 #        titlefont:
1673 #          size: 16
1674 #        autorange: True
1675 #        fixedrange: False
1676 #        gridcolor: "rgb(230, 230, 230)"
1677 #        linecolor: "rgb(220, 220, 220)"
1678 #        linewidth: 1
1679 #        showgrid: True
1680 #        showline: True
1681 #        showticklabels: True
1682 #        tickcolor: "rgb(220, 220, 220)"
1683 #        tickmode: "linear"
1684 #        tickfont:
1685 #          size: 16
1686 #        zeroline: False
1687 #      yaxis:
1688 #        title: "<b>Requests Per Second [rps]</b>"
1689 #        titlefont:
1690 #          size: 16
1691 #        gridcolor: "rgb(230, 230, 230)"
1692 #        hoverformat: ".4s"
1693 #        linecolor: "rgb(220, 220, 220)"
1694 #        linewidth: 1
1695 #        rangemode: "tozero"
1696 #        showgrid: True
1697 #        showline: True
1698 #        showticklabels: True
1699 #        tickcolor: "rgb(230, 230, 230)"
1700 #        tickformat: ".3s"
1701 #        tickfont:
1702 #          size: 16
1703 #        zeroline: False
1704 #      boxmode: "group"
1705 #      boxgroupgap: 0.5
1706 #      autosize: False
1707 #      margin:
1708 #        t: 50
1709 #        b: 20
1710 #        l: 80
1711 #        r: 20
1712 #      showlegend: True
1713 #      legend:
1714 #        orientation: "h"
1715 #        font:
1716 #          size: 16
1717 #      width: 700
1718 #      height: 800
1719 #      paper_bgcolor: "#fff"
1720 #      plot_bgcolor: "#fff"
1721 #      hoverlabel:
1722 #        namelength: -1
1723
1724     plot-hoststack:
1725       titlefont:
1726         size: 16
1727       xaxis:
1728         title: "<b>Test Cases [Index]</b>"
1729         titlefont:
1730           size: 14
1731         autorange: True
1732         fixedrange: False
1733         gridcolor: "rgb(230, 230, 230)"
1734         linecolor: "rgb(220, 220, 220)"
1735         linewidth: 1
1736         showgrid: True
1737         showline: True
1738         showticklabels: True
1739         tickcolor: "rgb(220, 220, 220)"
1740         tickmode: "linear"
1741         tickfont:
1742           size: 14
1743         zeroline: False
1744       yaxis:
1745         title: "<b>Bandwidth [Gbps]</b>"
1746         titlefont:
1747           size: 14
1748         gridcolor: "rgb(230, 230, 230)"
1749         hoverformat: ".4s"
1750         linecolor: "rgb(220, 220, 220)"
1751         linewidth: 1
1752         rangemode: "tozero"
1753         showgrid: True
1754         showline: True
1755         showticklabels: True
1756         tickcolor: "rgb(230, 230, 230)"
1757         tickformat: ".3s"
1758         tickfont:
1759           size: 14
1760         zeroline: False
1761       boxmode: "group"
1762       boxgroupgap: 0.5
1763       autosize: False
1764       margin:
1765         t: 50
1766         b: 20
1767         l: 80
1768         r: 20
1769       showlegend: True
1770       legend:
1771         orientation: "h"
1772         font:
1773           size: 14
1774       width: 700
1775       height: 800
1776       paper_bgcolor: "#fff"
1777       plot_bgcolor: "#fff"
1778       hoverlabel:
1779         namelength: -1
1780
1781     plot-throughput:
1782       titlefont:
1783         size: 18
1784       xaxis:
1785         title: "<b>Test Cases [Index]</b>"
1786         titlefont:
1787           size: 16
1788         autorange: True
1789         fixedrange: False
1790         gridcolor: "rgb(230, 230, 230)"
1791         linecolor: "rgb(220, 220, 220)"
1792         linewidth: 1
1793         showgrid: True
1794         showline: True
1795         showticklabels: True
1796         tickcolor: "rgb(220, 220, 220)"
1797         tickmode: "linear"
1798         tickfont:
1799           size: 16
1800         zeroline: False
1801       yaxis:
1802         title: "<b>Packet Throughput [Mpps]</b>"
1803         titlefont:
1804           size: 16
1805         gridcolor: "rgb(230, 230, 230)"
1806         hoverformat: ".4r"
1807         tickformat: ".3r"
1808         linecolor: "rgb(220, 220, 220)"
1809         linewidth: 1
1810         showgrid: True
1811         showline: True
1812         showticklabels: True
1813         tickcolor: "rgb(220, 220, 220)"
1814         tickfont:
1815           size: 16
1816         zeroline: False
1817         range: [0,50]
1818       autosize: False
1819       margin:
1820         t: 50
1821         b: 0
1822         l: 80
1823         r: 20
1824       showlegend: True
1825       legend:
1826         orientation: "h"
1827         font:
1828           size: 16
1829       width: 700
1830       height: 900
1831       paper_bgcolor: "#fff"
1832       plot_bgcolor: "#fff"
1833       hoverlabel:
1834         namelength: -1
1835
1836     plot-throughput-speedup-analysis:
1837       titlefont:
1838         size: 18
1839       xaxis:
1840         title: "<b>Number of Cores [Qty]</b>"
1841         titlefont:
1842           size: 16
1843         autorange: True
1844         fixedrange: False
1845         gridcolor: "rgb(230, 230, 230)"
1846         linecolor: "rgb(220, 220, 220)"
1847         linewidth: 1
1848         showgrid: True
1849         showline: True
1850         showticklabels: True
1851         tickcolor: "rgb(238, 238, 238)"
1852         tickmode: "linear"
1853         tickfont:
1854           size: 16
1855         zeroline: False
1856       yaxis:
1857         title: "<b>Packet Throughput [Mpps]</b>"
1858         titlefont:
1859           size: 16
1860         type: "linear"
1861         gridcolor: "rgb(230, 230, 230)"
1862         hoverformat: ".4s"
1863         linecolor: "rgb(220, 220, 220)"
1864         linewidth: 1
1865         showgrid: True
1866         showline: True
1867         showticklabels: True
1868         tickcolor: "rgb(220, 220, 220)"
1869         tickformat: ".4s"
1870         tickfont:
1871           size: 16
1872         zeroline: True
1873         rangemode: "tozero"
1874         range: [0,100]
1875       legend:
1876         orientation: "h"
1877         font:
1878           size: 16
1879         xanchor: "left"
1880         yanchor: "top"
1881         x: 0
1882         y: -0.2
1883         bgcolor: "rgba(255, 255, 255, 0)"
1884         bordercolor: "rgba(255, 255, 255, 0)"
1885         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1886       autosize: False
1887       margin:
1888           't': 50
1889           'b': 150
1890           'l': 85
1891           'r': 10
1892       showlegend: True
1893       width: 700
1894       height: 700
1895       paper_bgcolor: "#fff"
1896       plot_bgcolor: "#fff"
1897       hoverlabel:
1898         namelength: -1
1899       annotations: [
1900         {
1901           text: "_ _          __          ...",
1902           align: "left",
1903           showarrow: False,
1904           xref: "paper",
1905           yref: "paper",
1906           xanchor: "left",
1907           yanchor: "top",
1908           x: 0,
1909           y: -0.13,
1910           font: {
1911             family: "Consolas, Courier New",
1912             size: 15
1913           },
1914         },
1915         {
1916           text: "    Perfect     Measured     Limit",
1917           align: "left",
1918           showarrow: False,
1919           xref: "paper",
1920           yref: "paper",
1921           xanchor: "left",
1922           yanchor: "top",
1923           x: 0,
1924           y: -0.15,
1925           font: {
1926             family: "Consolas, Courier New",
1927             size: 15
1928           },
1929         },
1930       ]
1931
1932     plot-latency:
1933       titlefont:
1934         size: 18
1935       xaxis:
1936         title: "<b>Direction</b>"
1937         titlefont:
1938           size: 16
1939         autorange: True
1940         fixedrange: False
1941         gridcolor: "rgb(230, 230, 230)"
1942         linecolor: "rgb(220, 220, 220)"
1943         linewidth: 1
1944         showgrid: True
1945         showline: True
1946         showticklabels: False
1947         tickcolor: "rgb(220, 220, 220)"
1948         tickmode: "linear"
1949         tickfont:
1950           size: 16
1951         zeroline: False
1952       yaxis:
1953         title: "<b>Packet Latency [uSec]</b>"
1954         titlefont:
1955           size: 16
1956         type: "linear"
1957         gridcolor: "rgb(230, 230, 230)"
1958         hoverformat: ".4s"
1959         linecolor: "rgb(220, 220, 220)"
1960         linewidth: 1
1961         showgrid: True
1962         showline: True
1963         showticklabels: True
1964         tickcolor: "rgb(220, 220, 220)"
1965         tickformat: ".4s"
1966         tickfont:
1967           size: 16
1968         zeroline: True
1969         rangemode: "tozero"
1970       legend:
1971         orientation: "h"
1972         font:
1973           size: 16
1974         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1975       autosize: False
1976       margin:
1977           't': 50
1978           'b': 150
1979           'l': 80
1980           'r': 10
1981       showlegend: True
1982       width: 700
1983       height: 700
1984       paper_bgcolor: "#fff"
1985       plot_bgcolor: "#fff"
1986       hoverlabel:
1987         namelength: -1
1988
1989     plot-hdrh-latency:
1990       title:
1991         text: ""
1992         xanchor: "center"
1993         x: 0.5
1994         font:
1995           size: 16
1996       width: 700
1997       plot_bgcolor: "white"
1998       annotations:
1999         - font:
2000             size: 14
2001           showarrow: False
2002           text: "<b>Packet Latency [uSec]</b>"
2003           x: 1
2004           xanchor: "right"
2005           xref: "paper"
2006           y: -0.045
2007           yanchor: "top"
2008           yref: "paper"
2009         - font:
2010             size: 14
2011           showarrow: False
2012           text: "<b>Probability [%]</b>"
2013           textangle: 270
2014           x: -0.06
2015           xanchor: "center"
2016           xref: "paper"
2017           y: 0.5
2018           yanchor: "middle"
2019           yref: "paper"
2020         - font:
2021             size: 14
2022           showarrow: False
2023           text: "<b>Direction: E-W</b>"
2024           x: 0.24
2025           xanchor: "center"
2026           xref: "paper"
2027           y: 1.05
2028           yanchor: "bottom"
2029           yref: "paper"
2030         - font:
2031             size: 14
2032           showarrow: False
2033           text: "<b>Direction: W-E</b>"
2034           x: 0.74
2035           xanchor: "center"
2036           xref: "paper"
2037           y: 1.05
2038           yanchor: "bottom"
2039           yref: "paper"
2040
2041     plot-hdrh-latency-percentile:
2042       title:
2043         text: ""
2044         xanchor: "center"
2045         x: 0.5
2046         font:
2047           size: 18
2048       xaxis:
2049         type: "log"
2050         title: "<b>Percentile [%]</b>"
2051         titlefont:
2052           size: 16
2053         autorange: True
2054         fixedrange: False
2055         gridcolor: "rgb(230, 230, 230)"
2056         linecolor: "rgb(220, 220, 220)"
2057         linewidth: 1
2058         showgrid: True
2059         showline: True
2060         showticklabels: True
2061         tickcolor: "rgb(220, 220, 220)"
2062         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2063         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2064         tickfont:
2065           size: 16
2066       yaxis:
2067         title: "<b>Packet Latency [uSec]</b>"
2068         titlefont:
2069           size: 16
2070         gridcolor: "rgb(230, 230, 230)"
2071         linecolor: "rgb(220, 220, 220)"
2072         linewidth: 1
2073         showgrid: True
2074         showline: True
2075         showticklabels: True
2076         tickcolor: "rgb(220, 220, 220)"
2077         tickfont:
2078           size: 16
2079       autosize: False
2080       showlegend: True
2081       legend:
2082         traceorder: "normal"
2083         orientation: "h"
2084         font:
2085           size: 16
2086         xanchor: "left"
2087         yanchor: "top"
2088         x: 0
2089         y: -0.15
2090         bgcolor: "rgba(255, 255, 255, 0)"
2091         bordercolor: "rgba(255, 255, 255, 0)"
2092       width: 700
2093       height: 700
2094       paper_bgcolor: "white"
2095       plot_bgcolor: "white"
2096
2097     plot-hdrh-latency-by-percentile:
2098       title:
2099         text: "<b>Latency by Percentile Distribution</b>"
2100         xanchor: "center"
2101         x: 0.5
2102         font:
2103           size: 18
2104       showlegend: True
2105       legend:
2106         traceorder: "normal"
2107         orientation: "h"
2108         font:
2109           size: 16
2110         xanchor: "left"
2111         yanchor: "top"
2112         x: 0
2113         y: -0.2
2114         bgcolor: "rgba(255, 255, 255, 0)"
2115         bordercolor: "rgba(255, 255, 255, 0)"
2116       xaxis:
2117         type: "linear"
2118         title: "<b>Percentile [%]</b>"
2119         titlefont:
2120           size: 14
2121         autorange: False
2122         fixedrange: False
2123         range: [0, 100]
2124         gridcolor: "rgb(230, 230, 230)"
2125         linecolor: "rgb(220, 220, 220)"
2126         linewidth: 1
2127         showgrid: True
2128         showline: True
2129         showticklabels: True
2130         tickcolor: "rgb(220, 220, 220)"
2131         tickvals: [0, 25, 50, 75, 100]
2132         ticktext: [0, 25, 50, 75, 100]
2133         tickfont:
2134           size: 14
2135       yaxis:
2136         title: "<b>One-Way Latency per Direction [uSec]</b>"
2137         titlefont:
2138           size: 14
2139         gridcolor: "rgb(230, 230, 230)"
2140         linecolor: "rgb(220, 220, 220)"
2141         linewidth: 1
2142         showgrid: True
2143         showline: True
2144         showticklabels: True
2145         tickcolor: "rgb(220, 220, 220)"
2146         tickfont:
2147           size: 14
2148       width: 700
2149       height: 700
2150       paper_bgcolor: "white"
2151       plot_bgcolor: "white"
2152
2153 - type: "static"
2154   src-path: "{DIR[RST]}"
2155   dst-path: "{DIR[WORKING,SRC]}"
2156
2157 - type: "input"
2158   general:
2159     file-name: "output_info.xml.gz"
2160     file-format: ".gz"
2161     arch-file-format:
2162       - ".gz"
2163       - ".zip"
2164     download-path: "{job}/{build}/archives/{filename}"
2165     extract: "output.xml"
2166
2167     zip-file-name: "robot-plugin.zip"
2168     zip-file-format: ".zip"
2169     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2170     zip-extract: "robot-plugin/output.xml"
2171
2172   builds:
2173
2174     csit-vpp-perf-verify-1908-3n-hsw:
2175       - 12  # NDRPDR sel
2176       - 13  # NDRPDR sel
2177       - 14  # NDRPDR sel
2178       - 15  # NDRPDR sel
2179       - 16  # NDRPDR sel
2180       - 17  # NDRPDR sel
2181       - 18  # NDRPDR sel
2182       - 19  # NDRPDR sel
2183       - 20  # NDRPDR sel
2184       - 21  # NDRPDR sel
2185       - 39  # MRR sel
2186     csit-vpp-perf-verify-2001-3n-hsw:
2187       - 21  # NDRPDR sel
2188       - 22  # NDRPDR sel
2189       - 23  # NDRPDR sel
2190       - 24  # NDRPDR sel
2191       - 25  # NDRPDR sel
2192       - 29  # NDRPDR sel
2193       - 30  # NDRPDR sel
2194       - 31  # NDRPDR sel
2195       - 32  # NDRPDR sel
2196       - 34  # NDRPDR sel
2197       - 17  # MRR sel
2198     csit-vpp-perf-report-iterative-2005-3n-hsw:
2199       - 3   # NDRPDR sel
2200       - 4   # NDRPDR sel
2201       - 5   # NDRPDR sel
2202       - 10  # NDRPDR sel
2203       - 11  # NDRPDR sel
2204       - 12  # NDRPDR sel
2205       - 15  # NDRPDR sel
2206       - 16  # NDRPDR sel
2207       - 18  # NDRPDR sel
2208       - 19  # NDRPDR sel
2209       - 13  # MRR
2210     csit-vpp-perf-verify-2005-3n-hsw:
2211       - 3   # hoststack
2212       - 5   # hoststack
2213       - 6   # hoststack
2214       - 7   # hoststack
2215       - 8   # hoststack
2216       - 9   # hoststack
2217       - 10  # hoststack
2218       - 11  # hoststack
2219       - 12  # hoststack
2220       - 13  # hoststack
2221     csit-vpp-perf-report-coverage-2005-3n-hsw:
2222       - 1   # perf-full-3n-dnv-crypto_I
2223       - 7   # perf-full-3n-hsw-crypto_II
2224       - 3   # perf-full-3n-hsw-crypto_III
2225       - 4   # perf-full-3n-dnv-crypto_IV
2226       - 5   # perf-full-3n-hsw-ip4_I
2227       - 6   # perf-full-3n-hsw-ip4_II
2228       - 8   # perf-full-3n-hsw-ip4_III
2229       - 9   # perf-full-3n-hsw-ip4_IV
2230       - 10  # perf-full-3n-hsw-ip4_V
2231       - 26  # perf-full-3n-hsw-ip4_VI
2232       - 18  # perf-full-3n-hsw-ip4_VII
2233       - 27  # perf-full-3n-hsw-ip4_VIII
2234       - 28  # perf-full-3n-hsw-ip4_IX
2235       - 29  # perf-full-3n-hsw-ip6_I
2236       - 35  # perf-full-3n-hsw-ip6_II
2237       - 42  # perf-full-3n-hsw-l2_I
2238       - 33  # perf-full-3n-hsw-l2_II
2239       - 37  # perf-full-3n-hsw-l2_III
2240       - 45  # perf-full-3n-hsw-l2_IV
2241       - 43  # perf-full-3n-hsw-l2_V
2242       - 40  # perf-full-3n-hsw-l2_VI
2243       - 44  # perf-full-3n-hsw-l2_VII
2244       - 51  # perf-full-3n-hsw-l2_VIII
2245       - 50  # perf-full-3n-hsw-l2_IX
2246       - 52  # perf-full-3n-hsw-l2_X
2247       - 53  # perf-full-3n-hsw-l2_XI
2248       - 54  # perf-full-3n-hsw-memif
2249       - 55  # perf-full-3n-hsw-ip4tunnels-I
2250       - 56  # perf-full-3n-hsw-ip4tunnels-II
2251       - 57  # perf-full-3n-hsw-ip4tunnels-III
2252       - 58  # perf-full-3n-hsw-ip6tunnels-I
2253       - 59  # perf-full-3n-hsw-srv6-I
2254       - 60  # perf-full-3n-hsw-srv6-II
2255       - 61  # perf-full-3n-hsw-vhost-I
2256       - 62  # perf-full-3n-hsw-vhost-II
2257       - 63  # perf-full-3n-hsw-vhost-III
2258
2259     csit-vpp-perf-verify-1908_1-3n-skx:
2260       - 26  # NDRPDR sel - new1908.1
2261       - 27  # NDRPDR sel - new1908.1
2262       - 28  # NDRPDR sel - new1908.1
2263       - 29  # NDRPDR sel - new1908.1
2264       - 30  # NDRPDR sel - new1908.1
2265       - 31  # NDRPDR sel - new1908.1
2266       - 33  # NDRPDR sel - new1908.1
2267       - 34  # NDRPDR sel - new1908.1
2268       - 35  # NDRPDR sel - new1908.1
2269       - 36  # NDRPDR sel - new1908.1
2270     csit-vpp-perf-verify-2001-3n-skx:
2271       - 69  # NDRPDR sel - new2001.0
2272       - 71  # NDRPDR sel - new2001.0
2273       - 72  # NDRPDR sel - new2001.0
2274       - 76  # NDRPDR sel - new2001.0
2275       - 77  # NDRPDR sel - new2001.0
2276       - 78  # NDRPDR sel - new2001.0
2277       - 80  # NDRPDR sel - new2001.0
2278       - 50  # MRR sel
2279       - 53  # MRR sel addition
2280     # TODO: Add data:
2281     csit-vpp-perf-report-iterative-2005-3n-skx:
2282       - 4   # NDRPDR sel
2283       - 5   # NDRPDR sel ??? all x710 failed
2284       - 33  # NDRPDR sel
2285       - 28  # NDRPDR sel
2286       - 34  # NDRPDR sel
2287       - 36  # NDRPDR sel
2288       - 37  # NDRPDR sel
2289       - 38  # NDRPDR sel
2290       - 39  # NDRPDR sel
2291       - 6   # MRR sel
2292     csit-vpp-perf-report-coverage-2005-3n-skx:
2293       - 10  # perf-full-3n-skx-crypto_I
2294       - 14  # perf-full-3n-skx-ip4_II
2295       - 7   # perf-full-3n-skx-ip4_III
2296       - 18  # perf-full-3n-skx-ip4_VII
2297
2298     csit-vpp-perf-verify-1908_1-2n-skx:
2299       - 39  # NDRPDR sel - new1908.1
2300       - 40  # NDRPDR sel - new1908.1
2301       - 41  # NDRPDR sel - new1908.1
2302       - 43  # NDRPDR sel - new1908.1
2303       - 44  # NDRPDR sel - new1908.1
2304       - 45  # NDRPDR sel - new1908.1
2305       - 46  # NDRPDR sel - new1908.1
2306       - 47  # NDRPDR sel - new1908.1
2307       - 48  # NDRPDR sel - new1908.1
2308       - 49  # NDRPDR sel - new1908.1
2309     csit-vpp-perf-verify-2001-2n-skx:
2310       - 143  # NDRPDR sel - new2001.0
2311       - 146  # NDRPDR sel - new2001.0
2312       - 147  # NDRPDR sel - new2001.0
2313       - 148  # NDRPDR sel - new2001.0
2314       - 149  # NDRPDR sel - new2001.0
2315       - 150  # NDRPDR sel - new2001.0
2316       - 151  # NDRPDR sel - new2001.0
2317       - 152  # NDRPDR sel - new2001.0
2318       - 153  # NDRPDR sel - new2001.0
2319       - 154  # NDRPDR sel - new2001.0
2320       - 101  # MRR sel - old
2321       - 128  # MRR sel addition - old
2322     # TODO: Add data:
2323     csit-vpp-perf-report-iterative-2005-2n-skx:
2324       - 43  # NDRPDR sel
2325       - 38  # NDRPDR sel
2326       - 7   # NDRPDR sel
2327       - 65  # NDRPDR sel
2328       - 47  # NDRPDR sel
2329       - 55  # NDRPDR sel
2330       - 67  # NDRPDR sel
2331       - 76  # NDRPDR sel
2332       - 73  # NDRPDR sel
2333       - 42  # MRR sel
2334       - 48  # Reconf
2335       - 50  # Reconf
2336       - 51  # Reconf
2337       - 52  # Reconf
2338       - 53  # Reconf
2339       - 60  # Reconf
2340       - 70  # Reconf
2341       - 71  # Reconf
2342       - 63  # Reconf
2343       - 66  # Reconf
2344       - 49  # Soak
2345       - 54  # Soak
2346     csit-vpp-perf-report-coverage-2005-2n-skx:
2347       - 3   # perf-full-2n-skx-ip4_II
2348       - 7   # perf-full-2n-skx-ip6_I
2349
2350     csit-vpp-perf-verify-1908_1-2n-clx:
2351       - 5  # NDRPDR sel
2352       - 6  # NDRPDR sel
2353       - 7  # NDRPDR sel
2354       - 8  # NDRPDR sel
2355       - 9  # NDRPDR sel
2356     csit-vpp-perf-verify-2001-2n-clx:
2357       - 28  # NDRPDR sel
2358       - 29  # NDRPDR sel
2359       - 32  # NDRPDR sel
2360       - 40  # NDRPDR sel
2361       - 43  # NDRPDR sel
2362       - 44  # NDRPDR sel
2363       - 45  # NDRPDR sel
2364       - 47  # NDRPDR sel
2365       - 48  # NDRPDR sel
2366       - 49  # NDRPDR sel
2367       - 39  # MRR
2368     csit-vpp-perf-report-iterative-2005-2n-clx:
2369       - 7   # NDRPDR sel
2370       - 38  # NDRPDR sel
2371       - 9   # NDRPDR sel
2372       - 32  # NDRPDR sel ???
2373       - 33  # NDRPDR sel ???
2374       - 39  # NDRPDR sel
2375       - 40  # NDRPDR sel
2376       - 43  # NDRPDR sel
2377       - 50  # NDRPDR sel
2378       - 51  # NDRPDR sel
2379       - 12  # MRR
2380       - 42  # Reconf
2381       - 45  # Reconf
2382       - 46  # Reconf
2383       - 47  # Reconf
2384       - 48  # Reconf
2385       - 52  # Reconf
2386       - 53  # Reconf
2387       - 54  # Reconf
2388       - 55  # Reconf
2389       - 56  # Reconf
2390       - 44  # Soak
2391       - 49  # Soak
2392     csit-vpp-perf-report-coverage-2005-2n-clx:
2393       - 21  # perf-full-2n-clx-ip4_I
2394       - 2   # perf-full-2n-clx-ip4_II
2395       - 3   # perf-full-2n-clx-ip4_III
2396       - 4   # perf-full-2n-clx-ip4_IV
2397       - 5   # perf-full-2n-clx-ip4_V
2398       - 6   # perf-full-2n-clx-ip4_VI
2399       - 7   # perf-full-2n-clx-ip6_I
2400       - 16  # perf-full-2n-clx-ip6_II
2401       - 23  # perf-full-2n-clx-l2_I
2402       - 10  # perf-full-2n-clx-l2_II
2403       - 11  # perf-full-2n-clx-memif
2404       - 12  # perf-full-2n-clx-loadbalancer
2405       - 13  # perf-full-2n-clx-vhost I
2406       - 22  # perf-full-2n-clx-vhost II
2407       - 15  # perf-full-2n-clx-vts
2408
2409     csit-vpp-perf-verify-1908-3n-tsh:
2410       - 7   # NDRPDR sel
2411       - 8   # NDRPDR sel
2412       - 9   # NDRPDR sel
2413       - 10  # NDRPDR sel
2414       - 11  # NDRPDR sel
2415       - 12  # NDRPDR sel
2416       - 13  # NDRPDR sel
2417       - 14  # NDRPDR sel
2418       - 15  # NDRPDR sel
2419       - 16  # NDRPDR sel
2420       - 17  # MRR sel
2421     csit-vpp-perf-verify-2001-3n-tsh:
2422       - 3   # NDRPDR sel
2423       - 4   # NDRPDR sel
2424       - 7   # NDRPDR sel
2425       - 8   # NDRPDR sel
2426       - 10  # NDRPDR sel
2427       - 12  # NDRPDR sel
2428       - 13  # NDRPDR sel
2429       - 14  # NDRPDR sel
2430       - 15  # NDRPDR sel
2431       - 21  # NDRPDR sel
2432       - 9   # MRR sel
2433     # TODO: Add data:
2434     csit-vpp-perf-report-iterative-2005-3n-tsh:
2435       - 9   # NDRPDR sel
2436       - 11  # NDRPDR sel
2437       - 12  # NDRPDR sel
2438       - 13  # NDRPDR sel
2439       - 10  # MRR sel
2440
2441     csit-vpp-perf-verify-1908-3n-dnv:
2442       - 6   # NDRPDR sel
2443       - 7   # NDRPDR sel
2444       - 8   # NDRPDR sel
2445       - 9   # NDRPDR sel
2446       - 10  # NDRPDR sel
2447       - 12  # NDRPDR sel
2448       - 13  # NDRPDR sel
2449       - 14  # NDRPDR sel
2450       - 15  # NDRPDR sel
2451       - 16  # NDRPDR sel
2452       - 17  # MRR sel
2453     csit-vpp-perf-verify-2001-3n-dnv:
2454       - 5   # NDRPDR sel
2455       - 6   # NDRPDR sel
2456       - 7   # NDRPDR sel
2457       - 8   # NDRPDR sel
2458       - 9   # NDRPDR sel
2459       - 10  # NDRPDR sel
2460       - 12  # NDRPDR sel
2461       - 16  # NDRPDR sel
2462       - 17  # NDRPDR sel
2463       - 18  # NDRPDR sel
2464       - 11  # MRR sel
2465     csit-vpp-perf-report-iterative-2005-3n-dnv:
2466       - 2   # NDRPDR sel
2467       - 3   # NDRPDR sel
2468       - 4   # NDRPDR sel
2469       - 5   # NDRPDR sel
2470       - 6   # NDRPDR sel
2471       - 7   # NDRPDR sel
2472       - 9   # NDRPDR sel
2473       - 10  # NDRPDR sel
2474       - 11  # NDRPDR sel
2475       - 12  # NDRPDR sel
2476       - 8   # MRR
2477     csit-vpp-perf-report-coverage-2005-3n-dnv:
2478       - 1   # perf-full-3n-dnv-crypto_I
2479       - 24  # perf-full-3n-dnv-crypto_II
2480       - 5   # perf-full-3n-dnv-ip4_I
2481       - 13  # perf-full-3n-dnv-ip4_II
2482       - 17  # perf-full-3n-dnv-ip6_I
2483       - 18  # perf-full-3n-dnv-ip6_II
2484       - 21  # perf-full-3n-dnv-l2_I
2485       - 22  # perf-full-3n-dnv-l2_II
2486       - 23  # perf-full-3n-dnv-ip4-tunnels_I
2487
2488     csit-vpp-perf-verify-1908-2n-dnv:
2489       - 1   # NDRPDR sel
2490       - 2   # NDRPDR sel
2491       - 3   # NDRPDR sel
2492       - 4   # NDRPDR sel
2493       - 5   # NDRPDR sel
2494       - 6   # NDRPDR sel
2495       - 7   # NDRPDR sel
2496       - 8   # NDRPDR sel
2497       - 9   # NDRPDR sel
2498       - 10  # NDRPDR sel
2499       - 11  # MRR sel
2500     csit-vpp-perf-verify-2001-2n-dnv:
2501       - 4   # NDRPDR sel
2502       - 5   # NDRPDR sel
2503       - 6   # NDRPDR sel
2504       - 7   # NDRPDR sel
2505       - 8   # NDRPDR sel
2506       - 9   # NDRPDR sel
2507       - 10  # NDRPDR sel
2508       - 11  # NDRPDR sel
2509       - 13  # NDRPDR sel
2510       - 16  # NDRPDR sel
2511       - 12  # MRR sel
2512     csit-vpp-perf-report-iterative-2005-2n-dnv:
2513       - 3   # NDRPDR sel
2514       - 6   # NDRPDR sel
2515       - 7   # NDRPDR sel
2516       - 8   # NDRPDR sel
2517       - 9   # NDRPDR sel
2518       - 10  # NDRPDR sel
2519       - 11  # NDRPDR sel
2520       - 12  # NDRPDR sel
2521       - 13  # NDRPDR sel
2522       - 14  # NDRPDR sel
2523       - 15  # MRR sel
2524     csit-vpp-perf-report-coverage-2005-2n-dnv:
2525       - 1   # perf-full-2n-dnv-ip4_I
2526       - 2   # perf-full-2n-dnv-ip4_II
2527       - 3   # perf-full-2n-dnv-ip6_I
2528       - 4   # perf-full-2n-dnv-ip6_II
2529       - 5   # perf-full-2n-dnv-l2_I
2530       - 6   # perf-full-2n-dnv-l2_II
2531
2532     csit-dpdk-perf-verify-1908-3n-hsw:
2533       - 2   # NDRPDR sel
2534       - 3   # NDRPDR sel
2535       - 4   # NDRPDR sel
2536       - 5   # NDRPDR sel
2537       - 6   # NDRPDR sel
2538       - 7   # NDRPDR sel
2539       - 8   # NDRPDR sel
2540       - 9   # NDRPDR sel
2541       - 10  # NDRPDR sel
2542       - 11  # NDRPDR sel
2543     csit-dpdk-perf-verify-2001-3n-hsw:
2544       - 4   # NDRPDR sel
2545       - 5   # NDRPDR sel
2546       - 6   # NDRPDR sel
2547       - 7   # NDRPDR sel
2548       - 8   # NDRPDR sel
2549       - 9   # NDRPDR sel
2550       - 10  # NDRPDR sel
2551       - 11  # NDRPDR sel
2552       - 12  # NDRPDR sel
2553       - 13  # NDRPDR sel
2554       - 15  # NDRPDR sel
2555       - 16  # NDRPDR sel
2556       - 17  # NDRPDR sel
2557       - 18  # NDRPDR sel
2558       - 19  # NDRPDR sel
2559       - 20  # NDRPDR sel
2560       - 21  # NDRPDR sel
2561       - 22  # NDRPDR sel
2562       - 23  # NDRPDR sel
2563       - 24  # NDRPDR sel
2564     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2565       - 5   # NDRPDR sel
2566       - 6   # NDRPDR sel
2567       - 7   # NDRPDR sel
2568       - 8   # NDRPDR sel
2569       - 9   # NDRPDR sel
2570       - 10  # NDRPDR sel
2571       - 11  # NDRPDR sel
2572       - 12  # NDRPDR sel
2573       - 13  # NDRPDR sel
2574       - 14  # NDRPDR sel
2575
2576     csit-dpdk-perf-verify-1908-3n-skx:
2577       - 3   # NDRPDR sel
2578       - 4   # NDRPDR sel
2579       - 5   # NDRPDR sel
2580       - 6   # NDRPDR sel
2581       - 7   # NDRPDR sel
2582       - 8   # NDRPDR sel
2583       - 9   # NDRPDR sel
2584       - 10  # NDRPDR sel
2585       - 11  # NDRPDR sel
2586       - 12  # NDRPDR sel
2587     csit-dpdk-perf-verify-2001-3n-skx:
2588       - 29  # NDRPDR sel xxv710
2589       - 33  # NDRPDR sel xxv710
2590       - 34  # NDRPDR sel xxv710
2591       - 35  # NDRPDR sel xxv710
2592       - 36  # NDRPDR sel xxv710
2593       - 37  # NDRPDR sel xxv710
2594       - 41  # NDRPDR sel xxv710
2595       - 42  # NDRPDR sel xxv710
2596       - 43  # NDRPDR sel xxv710
2597       - 45  # NDRPDR sel xxv710
2598       - 30  # NDRPDR sel x710
2599       - 31  # NDRPDR sel x710
2600       - 32  # NDRPDR sel x710
2601       - 38  # NDRPDR sel x710
2602       - 39  # NDRPDR sel x710
2603       - 40  # NDRPDR sel x710
2604       - 44  # NDRPDR sel x710
2605       - 46  # NDRPDR sel x710
2606       - 47  # NDRPDR sel x710
2607       - 48  # NDRPDR sel x710
2608     csit-dpdk-perf-report-iterative-2005-3n-skx:
2609       - 4   # NDRPDR sel
2610       - 5   # NDRPDR sel
2611       - 6   # NDRPDR sel
2612       - 7   # NDRPDR sel
2613       - 8   # NDRPDR sel
2614       - 11  # NDRPDR sel
2615       - 12  # NDRPDR sel
2616       - 13  # NDRPDR sel
2617       - 14  # NDRPDR sel
2618       - 15  # NDRPDR sel
2619
2620     csit-dpdk-perf-verify-1908-2n-skx:
2621       - 2   # NDRPDR sel
2622       - 3   # NDRPDR sel
2623       - 4   # NDRPDR sel
2624       - 5   # NDRPDR sel
2625       - 7   # NDRPDR sel
2626       - 8   # NDRPDR sel
2627       - 9   # NDRPDR sel
2628       - 10  # NDRPDR sel
2629       - 11  # NDRPDR sel
2630       - 12  # NDRPDR sel
2631     csit-dpdk-perf-verify-2001-2n-skx:
2632       - 35  # NDRPDR sel xxv710
2633       - 36  # NDRPDR sel xxv710
2634       - 37  # NDRPDR sel xxv710
2635       - 41  # NDRPDR sel xxv710
2636       - 42  # NDRPDR sel xxv710
2637       - 43  # NDRPDR sel xxv710
2638       - 46  # NDRPDR sel xxv710
2639       - 47  # NDRPDR sel xxv710
2640       - 52  # NDRPDR sel xxv710
2641       - 53  # NDRPDR sel xxv710
2642       - 38  # NDRPDR sel x710
2643       - 39  # NDRPDR sel x710
2644       - 40  # NDRPDR sel x710
2645       - 44  # NDRPDR sel x710
2646       - 45  # NDRPDR sel x710
2647       - 48  # NDRPDR sel x710
2648       - 49  # NDRPDR sel x710
2649       - 50  # NDRPDR sel x710
2650       - 51  # NDRPDR sel x710
2651       - 54  # NDRPDR sel x710
2652     csit-dpdk-perf-report-iterative-2005-2n-skx:
2653       - 1   # NDRPDR sel
2654       - 2   # NDRPDR sel
2655       - 3   # NDRPDR sel
2656       - 4   # NDRPDR sel
2657       - 5   # NDRPDR sel
2658       - 6   # NDRPDR sel
2659       - 7   # NDRPDR sel
2660       - 8   # NDRPDR sel
2661       - 9   # NDRPDR sel
2662       - 10  # NDRPDR sel
2663
2664     csit-dpdk-perf-verify-2001-2n-clx:
2665       - 15  # NDRPDR sel
2666       - 16  # NDRPDR sel
2667       - 17  # NDRPDR sel
2668       - 18  # NDRPDR sel
2669       - 19  # NDRPDR sel
2670       - 20  # NDRPDR sel
2671       - 21  # NDRPDR sel
2672       - 22  # NDRPDR sel
2673       - 23  # NDRPDR sel
2674       - 24  # NDRPDR sel
2675       - 25  # NDRPDR sel
2676       - 26  # NDRPDR sel
2677       - 27  # NDRPDR sel
2678       - 28  # NDRPDR sel
2679       - 29  # NDRPDR sel
2680       - 30  # NDRPDR sel
2681       - 31  # NDRPDR sel
2682       - 32  # NDRPDR sel
2683       - 33  # NDRPDR sel
2684       - 34  # NDRPDR sel
2685     csit-dpdk-perf-report-iterative-2005-2n-clx:
2686       - 1   # NDRPDR sel
2687       - 2   # NDRPDR sel
2688       - 3   # NDRPDR sel
2689       - 4   # NDRPDR sel
2690       - 5   # NDRPDR sel
2691       - 6   # NDRPDR sel
2692       - 7   # NDRPDR sel
2693       - 8   # NDRPDR sel
2694       - 9   # NDRPDR sel
2695       - 10  # NDRPDR sel
2696
2697     csit-dpdk-perf-verify-2001-2n-dnv:
2698       - 9   # NDRPDR sel
2699       - 10  # NDRPDR sel
2700       - 11  # NDRPDR sel
2701       - 12  # NDRPDR sel
2702       - 13  # NDRPDR sel
2703       - 14  # NDRPDR sel
2704       - 15  # NDRPDR sel
2705       - 16  # NDRPDR sel
2706       - 17  # NDRPDR sel
2707       - 18  # NDRPDR sel
2708     csit-dpdk-perf-report-iterative-2005-2n-dnv:
2709       - 8   # NDRPDR sel
2710       - 9   # NDRPDR sel
2711       - 10  # NDRPDR sel
2712       - 11  # NDRPDR sel
2713       - 12  # NDRPDR sel
2714       - 13  # NDRPDR sel
2715       - 14  # NDRPDR sel
2716       - 15  # NDRPDR sel
2717       - 16  # NDRPDR sel
2718       - 17  # NDRPDR sel
2719
2720     csit-dpdk-perf-verify-2001-3n-dnv:
2721       - 12  # NDRPDR sel
2722       - 13  # NDRPDR sel
2723       - 14  # NDRPDR sel
2724       - 15  # NDRPDR sel
2725       - 16  # NDRPDR sel
2726       - 17  # NDRPDR sel
2727       - 18  # NDRPDR sel
2728       - 19  # NDRPDR sel
2729       - 20  # NDRPDR sel
2730       - 22  # NDRPDR sel
2731     csit-dpdk-perf-report-iterative-2005-3n-dnv:
2732       - 6   # NDRPDR sel
2733       - 7   # NDRPDR sel
2734       - 8   # NDRPDR sel
2735       - 9   # NDRPDR sel
2736       - 10  # NDRPDR sel
2737       - 11  # NDRPDR sel
2738       - 12  # NDRPDR sel
2739       - 13  # NDRPDR sel
2740       - 14  # NDRPDR sel
2741       - 16  # NDRPDR sel
2742
2743     csit-dpdk-perf-verify-2001-3n-tsh:
2744       - 3   # NDRPDR sel
2745       - 4   # NDRPDR sel
2746       - 5   # NDRPDR sel
2747       - 9   # NDRPDR sel
2748       - 10  # NDRPDR sel
2749       - 11  # NDRPDR sel
2750       - 12  # NDRPDR sel
2751       - 14  # NDRPDR sel
2752       - 15  # NDRPDR sel
2753       - 18  # NDRPDR sel
2754     csit-dpdk-perf-report-iterative-2005-3n-tsh:
2755       - 5   # NDRPDR sel
2756
2757     csit-vpp-device-2005-ubuntu1804-1n-skx:
2758       - 35
2759
2760 - type: "output"
2761   output: "report"
2762   format:
2763     html:
2764     - full
2765     pdf:
2766     - minimal
2767
2768 ################################################################################
2769 ###                               T A B L E S                                ###
2770 ################################################################################
2771
2772 # VPP Soak vs NDR - 2n-skx
2773 - type: "table"
2774   title: "VPP Soak vs NDR 2n-skx"
2775   algorithm: "table_soak_vs_ndr"
2776   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2777   reference:
2778     title: "NDR"
2779     data: "vpp-soak-vs-ndr-2n-skx-ref"
2780   compare:
2781     title: "Soak"
2782     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2783   data: "vpp-soak-vs-ndr-2n-skx"
2784   include-tests: "NDR"
2785   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2786   parameters:
2787     - "throughput"
2788     - "name"
2789     - "parent"
2790
2791 # VPP Soak vs NDR - 2n-clx
2792 - type: "table"
2793   title: "VPP Soak vs NDR 2n-clx"
2794   algorithm: "table_soak_vs_ndr"
2795   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2796   reference:
2797     title: "NDR"
2798     data: "vpp-soak-vs-ndr-2n-clx-ref"
2799   compare:
2800     title: "Soak"
2801     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2802   data: "vpp-soak-vs-ndr-2n-clx"
2803   include-tests: "NDR"
2804   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2805   parameters:
2806     - "throughput"
2807     - "name"
2808     - "parent"
2809
2810 ################################################################################
2811
2812 # VPP Compare NICs 3n-skx 2t1c ndr
2813 - type: "table"
2814   title: "VPP Compare NICs 3n-skx 2t1c ndr"
2815   algorithm: "table_comparison"
2816   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2817   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2818   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2819   columns:
2820     - title: "x710"
2821       data-set: "vpp-nic-comparison-3n-skx"
2822       tag: "NIC_Intel-X710"
2823     - title: "xxv710"
2824       data-set: "vpp-nic-comparison-3n-skx"
2825       tag: "NIC_Intel-XXV710"
2826   comparisons:
2827     - title: "Diff"
2828       reference: 1
2829       compare: 2
2830   legend:
2831     - "Legend to Table:"
2832     - "x710, xxv710 - NICs tested."
2833     - "Diff - difference between x710 and xxv710 NIC."
2834
2835 # VPP Compare NICs 3n-skx 4t2c ndr
2836 - type: "table"
2837   title: "VPP Compare NICs 3n-skx 4t2c ndr"
2838   algorithm: "table_comparison"
2839   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2840   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2841   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2842   columns:
2843     - title: "x710"
2844       data-set: "vpp-nic-comparison-3n-skx"
2845       tag: "NIC_Intel-X710"
2846     - title: "xxv710"
2847       data-set: "vpp-nic-comparison-3n-skx"
2848       tag: "NIC_Intel-XXV710"
2849   comparisons:
2850     - title: "Diff"
2851       reference: 1
2852       compare: 2
2853   legend:
2854     - "Legend to Table:"
2855     - "x710, xxv710 - NICs tested."
2856     - "Diff - difference between x710 and xxv710 NIC."
2857
2858 # VPP Compare NICs 3n-skx 2t1c pdr
2859 - type: "table"
2860   title: "VPP Compare NICs 3n-skx 2t1c pdr"
2861   algorithm: "table_comparison"
2862   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2863   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2864   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2865   columns:
2866     - title: "x710"
2867       data-set: "vpp-nic-comparison-3n-skx"
2868       tag: "NIC_Intel-X710"
2869     - title: "xxv710"
2870       data-set: "vpp-nic-comparison-3n-skx"
2871       tag: "NIC_Intel-XXV710"
2872   comparisons:
2873     - title: "Diff"
2874       reference: 1
2875       compare: 2
2876   legend:
2877     - "Legend to Table:"
2878     - "x710, xxv710 - NICs tested."
2879     - "Diff - difference between x710 and xxv710 NIC."
2880
2881 # VPP Compare NICs 3n-skx 4t2c pdr
2882 - type: "table"
2883   title: "VPP Compare NICs 3n-skx 4t2c pdr"
2884   algorithm: "table_comparison"
2885   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2886   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2887   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2888   columns:
2889     - title: "x710"
2890       data-set: "vpp-nic-comparison-3n-skx"
2891       tag: "NIC_Intel-X710"
2892     - title: "xxv710"
2893       data-set: "vpp-nic-comparison-3n-skx"
2894       tag: "NIC_Intel-XXV710"
2895   comparisons:
2896     - title: "Diff"
2897       reference: 1
2898       compare: 2
2899   legend:
2900     - "Legend to Table:"
2901     - "x710, xxv710 - NICs tested."
2902     - "Diff - difference between x710 and xxv710 NIC."
2903
2904 ## VPP Compare NICs 3n-skx 2t1c mrr
2905 #- type: "table"
2906 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
2907 #  algorithm: "table_comparison"
2908 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2909 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2910 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2911 #  columns:
2912 #    - title: "x710"
2913 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2914 #      tag: "NIC_Intel-X710"
2915 #    - title: "xxv710"
2916 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2917 #      tag: "NIC_Intel-XXV710"
2918 #  comparisons:
2919 #    - title: "Diff"
2920 #      reference: 1
2921 #      compare: 2
2922 #  legend:
2923 #    - "Legend to Table:"
2924 #    - "x710, xxv710 - NICs tested."
2925 #    - "Diff - difference between x710 and xxv710 NIC."
2926 #
2927 ## VPP Compare NICs 3n-skx 4t2c mrr
2928 #- type: "table"
2929 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
2930 #  algorithm: "table_comparison"
2931 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2932 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2933 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2934 #  columns:
2935 #    - title: "x710"
2936 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2937 #      tag: "NIC_Intel-X710"
2938 #    - title: "xxv710"
2939 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2940 #      tag: "NIC_Intel-XXV710"
2941 #  comparisons:
2942 #    - title: "Diff"
2943 #      reference: 1
2944 #      compare: 2
2945 #  legend:
2946 #    - "Legend to Table:"
2947 #    - "x710, xxv710 - NICs tested."
2948 #    - "Diff - difference between x710 and xxv710 NIC."
2949 #
2950 ## VPP Compare NICs 3n-skx 8t4c mrr
2951 #- type: "table"
2952 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
2953 #  algorithm: "table_comparison"
2954 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2955 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2956 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2957 #  columns:
2958 #    - title: "x710"
2959 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2960 #      tag: "NIC_Intel-X710"
2961 #    - title: "xxv710"
2962 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2963 #      tag: "NIC_Intel-XXV710"
2964 #  comparisons:
2965 #    - title: "Diff"
2966 #      reference: 1
2967 #      compare: 2
2968 #  legend:
2969 #    - "Legend to Table:"
2970 #    - "x710, xxv710 - NICs tested."
2971 #    - "Diff - difference between x710 and xxv710 NIC."
2972
2973 # VPP Compare NICs 2n-skx 2t1c ndr
2974 - type: "table"
2975   title: "VPP Compare NICs 2n-skx 2t1c ndr"
2976   algorithm: "table_comparison"
2977   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2978   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2979   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2980   columns:
2981     - title: "x710"
2982       data-set: "vpp-nic-comparison-2n-skx"
2983       tag: "NIC_Intel-X710"
2984     - title: "xxv710"
2985       data-set: "vpp-nic-comparison-2n-skx"
2986       tag: "NIC_Intel-XXV710"
2987   comparisons:
2988     - title: "Diff"
2989       reference: 1
2990       compare: 2
2991   legend:
2992     - "Legend to Table:"
2993     - "x710, xxv710 - NICs tested."
2994     - "Diff - difference between x710 and xxv710 NIC."
2995
2996 # VPP Compare NICs 2n-skx 4t2c ndr
2997 - type: "table"
2998   title: "VPP Compare NICs 2n-skx 4t2c ndr"
2999   algorithm: "table_comparison"
3000   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3001   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3002   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3003   columns:
3004     - title: "x710"
3005       data-set: "vpp-nic-comparison-2n-skx"
3006       tag: "NIC_Intel-X710"
3007     - title: "xxv710"
3008       data-set: "vpp-nic-comparison-2n-skx"
3009       tag: "NIC_Intel-XXV710"
3010   comparisons:
3011     - title: "Diff"
3012       reference: 1
3013       compare: 2
3014   legend:
3015     - "Legend to Table:"
3016     - "x710, xxv710 - NICs tested."
3017     - "Diff - difference between x710 and xxv710 NIC."
3018
3019 # VPP Compare NICs 2n-skx 2t1c pdr
3020 - type: "table"
3021   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3022   algorithm: "table_comparison"
3023   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3024   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3025   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3026   columns:
3027     - title: "x710"
3028       data-set: "vpp-nic-comparison-2n-skx"
3029       tag: "NIC_Intel-X710"
3030     - title: "xxv710"
3031       data-set: "vpp-nic-comparison-2n-skx"
3032       tag: "NIC_Intel-XXV710"
3033   comparisons:
3034     - title: "Diff"
3035       reference: 1
3036       compare: 2
3037   legend:
3038     - "Legend to Table:"
3039     - "x710, xxv710 - NICs tested."
3040     - "Diff - difference between x710 and xxv710 NIC."
3041
3042 # VPP Compare NICs 2n-skx 4t2c pdr
3043 - type: "table"
3044   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3045   algorithm: "table_comparison"
3046   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3047   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3048   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3049   columns:
3050     - title: "x710"
3051       data-set: "vpp-nic-comparison-2n-skx"
3052       tag: "NIC_Intel-X710"
3053     - title: "xxv710"
3054       data-set: "vpp-nic-comparison-2n-skx"
3055       tag: "NIC_Intel-XXV710"
3056   comparisons:
3057     - title: "Diff"
3058       reference: 1
3059       compare: 2
3060   legend:
3061     - "Legend to Table:"
3062     - "x710, xxv710 - NICs tested."
3063     - "Diff - difference between x710 and xxv710 NIC."
3064
3065 # VPP Compare NICs 2n-skx 2t1c mrr
3066 - type: "table"
3067   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3068   algorithm: "table_comparison"
3069   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3070   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3071   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3072   columns:
3073     - title: "x710"
3074       data-set: "vpp-nic-comparison-2n-skx-mrr"
3075       tag: "NIC_Intel-X710"
3076     - title: "xxv710"
3077       data-set: "vpp-nic-comparison-2n-skx-mrr"
3078       tag: "NIC_Intel-XXV710"
3079   comparisons:
3080     - title: "Diff"
3081       reference: 1
3082       compare: 2
3083   legend:
3084     - "Legend to Table:"
3085     - "x710, xxv710 - NICs tested."
3086     - "Diff - difference between x710 and xxv710 NIC."
3087
3088 # VPP Compare NICs 2n-skx 4t2c mrr
3089 - type: "table"
3090   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3091   algorithm: "table_comparison"
3092   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3093   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3094   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3095   columns:
3096     - title: "x710"
3097       data-set: "vpp-nic-comparison-2n-skx-mrr"
3098       tag: "NIC_Intel-X710"
3099     - title: "xxv710"
3100       data-set: "vpp-nic-comparison-2n-skx-mrr"
3101       tag: "NIC_Intel-XXV710"
3102   comparisons:
3103     - title: "Diff"
3104       reference: 1
3105       compare: 2
3106   legend:
3107     - "Legend to Table:"
3108     - "x710, xxv710 - NICs tested."
3109     - "Diff - difference between x710 and xxv710 NIC."
3110
3111 # VPP Compare NICs 2n-skx 8t4c mrr
3112 - type: "table"
3113   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3114   algorithm: "table_comparison"
3115   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3116   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3117   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3118   columns:
3119     - title: "x710"
3120       data-set: "vpp-nic-comparison-2n-skx-mrr"
3121       tag: "NIC_Intel-X710"
3122     - title: "xxv710"
3123       data-set: "vpp-nic-comparison-2n-skx-mrr"
3124       tag: "NIC_Intel-XXV710"
3125   comparisons:
3126     - title: "Diff"
3127       reference: 1
3128       compare: 2
3129   legend:
3130     - "Legend to Table:"
3131     - "x710, xxv710 - NICs tested."
3132     - "Diff - difference between x710 and xxv710 NIC."
3133
3134 ################################################################################
3135 # VPP
3136
3137 ## VPP Performance changes 2n-skx-xxv710 2t1c ndr
3138 #- type: "table"
3139 #  title: "VPP Performance changes 2n-skx-xxv710 2t1c ndr"
3140 #  algorithm: "table_comparison"
3141 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-skx-2t1c-ndr"
3142 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3143 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3144 #  columns:
3145 #    - title: "1908.1"
3146 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3147 #    - title: "1908.2"
3148 #      data-set: "vpp-perf-changes-2n-skx-new1908_2"
3149 #  comparisons:
3150 #    - title: "Diff"
3151 #      reference: 1
3152 #      compare: 2
3153 #  legend:
3154 #    - "Legend to Table:"
3155 #    - "1908.1, 1908.2 - VPP versions tested."
3156 #    - "Diff - difference between the previous and the current VPP version."
3157 #
3158 ## VPP Performance changes 2n-skx-xxv710 2t1c pdr
3159 #- type: "table"
3160 #  title: "VPP Performance changes 2n-skx-xxv710 2t1c pdr"
3161 #  algorithm: "table_comparison"
3162 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-skx-2t1c-pdr"
3163 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3164 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3165 #  columns:
3166 #    - title: "1908.1"
3167 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3168 #    - title: "1908.2"
3169 #      data-set: "vpp-perf-changes-2n-skx-new1908_2"
3170 #  comparisons:
3171 #    - title: "Diff"
3172 #      reference: 1
3173 #      compare: 2
3174 #  legend:
3175 #    - "Legend to Table:"
3176 #    - "1908.1, 1908.2 - VPP versions tested."
3177 #    - "Diff - difference between the previous and the current VPP version."
3178 #
3179 ## VPP Performance changes 3n-skx-xxv710 2t1c ndr
3180 #- type: "table"
3181 #  title: "VPP Performance changes 3n-skx-xxv710 2t1c ndr"
3182 #  algorithm: "table_comparison"
3183 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-3n-skx-2t1c-ndr"
3184 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3185 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3186 #  columns:
3187 #    - title: "1908.1"
3188 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3189 #    - title: "1908.2"
3190 #      data-set: "vpp-perf-changes-3n-skx-new1908_2"
3191 #  comparisons:
3192 #    - title: "Diff"
3193 #      reference: 1
3194 #      compare: 2
3195 #  legend:
3196 #    - "Legend to Table:"
3197 #    - "1908.1, 1908.2 - VPP versions tested."
3198 #    - "Diff - difference between the previous and the current VPP version."
3199 #
3200 ## VPP Performance changes 3n-skx-xxv710 2t1c pdr
3201 #- type: "table"
3202 #  title: "VPP Performance changes 3n-skx-xxv710 2t1c pdr"
3203 #  algorithm: "table_comparison"
3204 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-3n-skx-2t1c-pdr"
3205 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3206 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3207 #  columns:
3208 #    - title: "1908.1"
3209 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3210 #    - title: "1908.2"
3211 #      data-set: "vpp-perf-changes-3n-skx-new1908_2"
3212 #  comparisons:
3213 #    - title: "Diff"
3214 #      reference: 1
3215 #      compare: 2
3216 #  legend:
3217 #    - "Legend to Table:"
3218 #    - "1908.1, 1908.2 - VPP versions tested."
3219 #    - "Diff - difference between the previous and the current VPP version."
3220 #
3221 ## VPP Performance changes 2n-clx-xxv710 2t1c ndr
3222 #- type: "table"
3223 #  title: "VPP Performance changes 2n-clx-xxv710 2t1c ndr"
3224 #  algorithm: "table_comparison"
3225 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-clx-2t1c-ndr"
3226 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3227 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3228 #  columns:
3229 #    - title: "1908.1"
3230 #      data-set: "vpp-perf-changes-2n-clx-new1908_1"
3231 #    - title: "1908.2"
3232 #      data-set: "vpp-perf-changes-2n-clx-new1908_2"
3233 #  comparisons:
3234 #    - title: "Diff"
3235 #      reference: 1
3236 #      compare: 2
3237 #  legend:
3238 #    - "Legend to Table:"
3239 #    - "1908.1, 1908.2 - VPP versions tested."
3240 #    - "Diff - difference between the previous and the current VPP version."
3241 #
3242 ## VPP Performance changes 2n-clx-xxv710 2t1c pdr
3243 #- type: "table"
3244 #  title: "VPP Performance changes 2n-clx-xxv710 2t1c pdr"
3245 #  algorithm: "table_comparison"
3246 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-clx-2t1c-pdr"
3247 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3248 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3249 #  columns:
3250 #    - title: "1908.1"
3251 #      data-set: "vpp-perf-changes-2n-clx-new1908_1"
3252 #    - title: "1908.2"
3253 #      data-set: "vpp-perf-changes-2n-clx-new1908_2"
3254 #  comparisons:
3255 #    - title: "Diff"
3256 #      reference: 1
3257 #      compare: 2
3258 #  legend:
3259 #    - "Legend to Table:"
3260 #    - "1908.1, 1908.2 - VPP versions tested."
3261 #    - "Diff - difference between the previous and the current VPP version."
3262
3263 # VPP Performance Changes 3n-hsw 1t1c pdr
3264 - type: "table"
3265   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3266   algorithm: "table_comparison"
3267   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3268   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3269   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3270   columns:
3271     - title: "1908"
3272       data-set: "vpp-performance-changes-3n-hsw-h1"
3273     - title: "2001"
3274       data-set: "vpp-performance-changes-3n-hsw-ref"
3275     - title: "2005"
3276       data-set: "vpp-performance-changes-3n-hsw-cmp"
3277   comparisons:
3278     - title: "Diff"
3279       reference: 2
3280       compare: 3
3281   legend:
3282     - "Legend to Table"
3283     - "1908, 2001, 2005 - VPP versions tested."
3284     - "Diff - difference between 2001 and 2008 VPP version."
3285
3286 # VPP Performance Changes 3n-hsw 2t2c pdr
3287 - type: "table"
3288   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3289   algorithm: "table_comparison"
3290   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3291   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3292   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3293   columns:
3294     - title: "1908"
3295       data-set: "vpp-performance-changes-3n-hsw-h1"
3296     - title: "2001"
3297       data-set: "vpp-performance-changes-3n-hsw-ref"
3298     - title: "2005"
3299       data-set: "vpp-performance-changes-3n-hsw-cmp"
3300   comparisons:
3301     - title: "Diff"
3302       reference: 2
3303       compare: 3
3304   legend:
3305     - "Legend to Table"
3306     - "1908, 2001, 2005 - VPP versions tested."
3307     - "Diff - difference between 2001 and 2008 VPP version."
3308
3309 # VPP Performance Changes 3n-hsw 1t1c ndr
3310 - type: "table"
3311   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3312   algorithm: "table_comparison"
3313   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3314   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3315   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3316   columns:
3317     - title: "1908"
3318       data-set: "vpp-performance-changes-3n-hsw-h1"
3319     - title: "2001"
3320       data-set: "vpp-performance-changes-3n-hsw-ref"
3321     - title: "2005"
3322       data-set: "vpp-performance-changes-3n-hsw-cmp"
3323   comparisons:
3324     - title: "Diff"
3325       reference: 2
3326       compare: 3
3327   legend:
3328     - "Legend to Table"
3329     - "1908, 2001, 2005 - VPP versions tested."
3330     - "Diff - difference between 2001 and 2008 VPP version."
3331
3332 # VPP Performance Changes 3n-hsw 2t2c ndr
3333 - type: "table"
3334   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3335   algorithm: "table_comparison"
3336   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3337   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3338   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3339   columns:
3340     - title: "1908"
3341       data-set: "vpp-performance-changes-3n-hsw-h1"
3342     - title: "2001"
3343       data-set: "vpp-performance-changes-3n-hsw-ref"
3344     - title: "2005"
3345       data-set: "vpp-performance-changes-3n-hsw-cmp"
3346   comparisons:
3347     - title: "Diff"
3348       reference: 2
3349       compare: 3
3350   legend:
3351     - "Legend to Table"
3352     - "1908, 2001, 2005 - VPP versions tested."
3353     - "Diff - difference between 2001 and 2008 VPP version."
3354
3355 ## VPP Root Cause Analysis 3n-skx-xxv710 2t1c pdr
3356 #- type: "table"
3357 #  title: "VPP Root Cause Analysis 3n-skx-xxv710 2t1c pdr"
3358 #  algorithm: "table_comparison"
3359 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-3n-skx-2t1c-pdr"
3360 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3361 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3362 #  rca:
3363 #    - title: "RCA1"
3364 #      data: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3365 #    - title: "RCA2"
3366 #      data: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3367 #  columns:
3368 #    - title: "1908.0-1"
3369 #      data-set: "vpp-perf-changes-3n-skx-old1908_0"
3370 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3371 #    - title: "1908.1-1"
3372 #      data-set: "vpp-perf-changes-3n-skx-old1908_1"
3373 #    - title: "1908.1-2"
3374 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3375 #    - title: "2001.0-2"
3376 #      data-set: "vpp-perf-changes-3n-skx-new2001_0"
3377 #  comparisons:
3378 #    - title: "Diff1"
3379 #      reference: 2
3380 #      reference-alt: 1
3381 #      compare: 3
3382 #    - title: "Diff2"
3383 #      reference: 3
3384 #      compare: 4
3385 #  legend:
3386 #    - 'Legend to Table:'
3387 #    - '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).'
3388 #    - '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).'
3389 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3390 #    - 'RCA1 - root cause analysis reference for Diff1.'
3391 #    - 'RCA2 - root cause analysis reference for Diff2.'
3392 #
3393 ## VPP Root Cause Analysis 3n-skx-xxv710 2t1c ndr
3394 #- type: "table"
3395 #  title: "VPP Root Cause Analysis 3n-skx-xxv710 2t1c ndr"
3396 #  algorithm: "table_comparison"
3397 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-3n-skx-2t1c-ndr"
3398 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3399 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3400 #  rca:
3401 #    - title: "RCA1"
3402 #      data: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3403 #    - title: "RCA2"
3404 #      data: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3405 #  columns:
3406 #    - title: "1908.0-1"
3407 #      data-set: "vpp-perf-changes-3n-skx-old1908_0"
3408 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3409 #    - title: "1908.1-1"
3410 #      data-set: "vpp-perf-changes-3n-skx-old1908_1"
3411 #    - title: "1908.1-2"
3412 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3413 #    - title: "2001.0-2"
3414 #      data-set: "vpp-perf-changes-3n-skx-new2001_0"
3415 #  comparisons:
3416 #    - title: "Diff1"
3417 #      reference: 2
3418 #      reference-alt: 1
3419 #      compare: 3
3420 #    - title: "Diff2"
3421 #      reference: 3
3422 #      compare: 4
3423 #  legend:
3424 #    - 'Legend to Table:'
3425 #    - '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).'
3426 #    - '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).'
3427 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3428 #    - 'RCA1 - root cause analysis reference for Diff1.'
3429 #    - 'RCA2 - root cause analysis reference for Diff2.'
3430
3431 # VPP Performance Changes 3n-skx 2t1c pdr
3432 - type: "table"
3433   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3434   algorithm: "table_comparison"
3435   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3436   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3437   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3438   columns:
3439     - title: "1908"
3440       data-set: "vpp-performance-changes-3n-skx-h1"
3441     - title: "2001"
3442       data-set: "vpp-performance-changes-3n-skx-ref"
3443     - title: "2005"
3444       data-set: "vpp-performance-changes-3n-skx-cmp"
3445   comparisons:
3446     - title: "Diff"
3447       reference: 2
3448       compare: 3
3449   legend:
3450     - "Legend to Table"
3451     - "1908, 2001, 2005 - VPP versions tested."
3452     - "Diff - difference between 2001 and 2005 VPP version."
3453
3454 # VPP Performance Changes 3n-skx 4t2c pdr
3455 - type: "table"
3456   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3457   algorithm: "table_comparison"
3458   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3459   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3460   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3461   columns:
3462     - title: "1908"
3463       data-set: "vpp-performance-changes-3n-skx-h1"
3464     - title: "2001"
3465       data-set: "vpp-performance-changes-3n-skx-ref"
3466     - title: "2005"
3467       data-set: "vpp-performance-changes-3n-skx-cmp"
3468   comparisons:
3469     - title: "Diff"
3470       reference: 2
3471       compare: 3
3472   legend:
3473     - "Legend to Table"
3474     - "1908, 2001, 2005 - VPP versions tested."
3475     - "Diff - difference between 2001 and 2005 VPP version."
3476
3477 # VPP Performance Changes 3n-skx 2t1c ndr
3478 - type: "table"
3479   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3480   algorithm: "table_comparison"
3481   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3482   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3483   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3484   columns:
3485     - title: "1908"
3486       data-set: "vpp-performance-changes-3n-skx-h1"
3487     - title: "2001"
3488       data-set: "vpp-performance-changes-3n-skx-ref"
3489     - title: "2005"
3490       data-set: "vpp-performance-changes-3n-skx-cmp"
3491   comparisons:
3492     - title: "Diff"
3493       reference: 2
3494       compare: 3
3495   legend:
3496     - "Legend to Table"
3497     - "1908, 2001, 2005 - VPP versions tested."
3498     - "Diff - difference between 2001 and 2005 VPP version."
3499
3500 # VPP Performance Changes 3n-skx 4t2c ndr
3501 - type: "table"
3502   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3503   algorithm: "table_comparison"
3504   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3505   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3506   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3507   columns:
3508     - title: "1908"
3509       data-set: "vpp-performance-changes-3n-skx-h1"
3510     - title: "2001"
3511       data-set: "vpp-performance-changes-3n-skx-ref"
3512     - title: "2005"
3513       data-set: "vpp-performance-changes-3n-skx-cmp"
3514   comparisons:
3515     - title: "Diff"
3516       reference: 2
3517       compare: 3
3518   legend:
3519     - "Legend to Table"
3520     - "1908, 2001, 2005 - VPP versions tested."
3521     - "Diff - difference between 2001 and 2005 VPP version."
3522
3523 ## VPP Root Cause Analysis 2n-skx-xxv710 2t1c pdr
3524 #- type: "table"
3525 #  title: "VPP Root Cause Analysis 2n-skx-xxv710 2t1c pdr"
3526 #  algorithm: "table_comparison"
3527 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-2n-skx-2t1c-pdr"
3528 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3529 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3530 #  rca:
3531 #    - title: "RCA1"
3532 #      data: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3533 #    - title: "RCA2"
3534 #      data: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3535 #  columns:
3536 #    - title: "1908.0-1"
3537 #      data-set: "vpp-perf-changes-2n-skx-old1908_0"
3538 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3539 #    - title: "1908.1-1"
3540 #      data-set: "vpp-perf-changes-2n-skx-old1908_1"
3541 #    - title: "1908.1-2"
3542 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3543 #    - title: "2001.0-2"
3544 #      data-set: "vpp-perf-changes-2n-skx-new2001_0"
3545 #  comparisons:
3546 #    - title: "Diff1"
3547 #      reference: 2
3548 #      reference-alt: 1
3549 #      compare: 3
3550 #    - title: "Diff2"
3551 #      reference: 3
3552 #      compare: 4
3553 #  legend:
3554 #    - 'Legend to Table:'
3555 #    - '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).'
3556 #    - '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).'
3557 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3558 #    - 'RCA1 - root cause analysis reference for Diff1.'
3559 #    - 'RCA2 - root cause analysis reference for Diff2.'
3560 #
3561 ## VPP Root Cause Analysis 2n-skx-xxv710 2t1c ndr
3562 #- type: "table"
3563 #  title: "VPP Root Cause Analysis 2n-skx-xxv710 2t1c ndr"
3564 #  algorithm: "table_comparison"
3565 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-2n-skx-2t1c-ndr"
3566 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3567 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3568 #  rca:
3569 #    - title: "RCA1"
3570 #      data: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3571 #    - title: "RCA2"
3572 #      data: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3573 #  columns:
3574 #    - title: "1908.0-1"
3575 #      data-set: "vpp-perf-changes-2n-skx-old1908_0"
3576 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3577 #    - title: "1908.1-1"
3578 #      data-set: "vpp-perf-changes-2n-skx-old1908_1"
3579 #    - title: "1908.1-2"
3580 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3581 #    - title: "2001.0-2"
3582 #      data-set: "vpp-perf-changes-2n-skx-new2001_0"
3583 #  comparisons:
3584 #    - title: "Diff1"
3585 #      reference: 2
3586 #      reference-alt: 1
3587 #      compare: 3
3588 #    - title: "Diff2"
3589 #      reference: 3
3590 #      compare: 4
3591 #  legend:
3592 #    - 'Legend to Table:'
3593 #    - '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).'
3594 #    - '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).'
3595 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3596 #    - 'RCA1 - root cause analysis reference for Diff1.'
3597 #    - 'RCA2 - root cause analysis reference for Diff2.'
3598
3599 # VPP Performance Changes 2n-skx 2t1c pdr
3600 - type: "table"
3601   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3602   algorithm: "table_comparison"
3603   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3604   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3605   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3606   columns:
3607     - title: "1908"
3608       data-set: "vpp-performance-changes-2n-skx-h1"
3609     - title: "2001"
3610       data-set: "vpp-performance-changes-2n-skx-ref"
3611     - title: "2005"
3612       data-set: "vpp-performance-changes-2n-skx-cmp"
3613   comparisons:
3614     - title: "Diff"
3615       reference: 2
3616       compare: 3
3617   legend:
3618     - "Legend to Table"
3619     - "1908, 2001, 2005 - VPP versions tested."
3620     - "Diff - difference between 2001 and 2005 VPP version."
3621
3622 # VPP Performance Changes 2n-skx 4t2c pdr
3623 - type: "table"
3624   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3625   algorithm: "table_comparison"
3626   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3627   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3628   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3629   columns:
3630     - title: "1908"
3631       data-set: "vpp-performance-changes-2n-skx-h1"
3632     - title: "2001"
3633       data-set: "vpp-performance-changes-2n-skx-ref"
3634     - title: "2005"
3635       data-set: "vpp-performance-changes-2n-skx-cmp"
3636   comparisons:
3637     - title: "Diff"
3638       reference: 2
3639       compare: 3
3640   legend:
3641     - "Legend to Table"
3642     - "1908, 2001, 2005 - VPP versions tested."
3643     - "Diff - difference between 2001 and 2005 VPP version."
3644
3645 # VPP Performance Changes 2n-skx 2t1c ndr
3646 - type: "table"
3647   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3648   algorithm: "table_comparison"
3649   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3650   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3651   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3652   columns:
3653     - title: "1908"
3654       data-set: "vpp-performance-changes-2n-skx-h1"
3655     - title: "2001"
3656       data-set: "vpp-performance-changes-2n-skx-ref"
3657     - title: "2005"
3658       data-set: "vpp-performance-changes-2n-skx-cmp"
3659   comparisons:
3660     - title: "Diff"
3661       reference: 2
3662       compare: 3
3663   legend:
3664     - "Legend to Table"
3665     - "1908, 2001, 2005 - VPP versions tested."
3666     - "Diff - difference between 2001 and 2005 VPP version."
3667
3668 # VPP Performance Changes 2n-skx 4t2c ndr
3669 - type: "table"
3670   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3671   algorithm: "table_comparison"
3672   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3673   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3674   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3675   columns:
3676     - title: "1908"
3677       data-set: "vpp-performance-changes-2n-skx-h1"
3678     - title: "2001"
3679       data-set: "vpp-performance-changes-2n-skx-ref"
3680     - title: "2005"
3681       data-set: "vpp-performance-changes-2n-skx-cmp"
3682   comparisons:
3683     - title: "Diff"
3684       reference: 2
3685       compare: 3
3686   legend:
3687     - "Legend to Table"
3688     - "1908, 2001, 2005 - VPP versions tested."
3689     - "Diff - difference between 2001 and 2005 VPP version."
3690
3691 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
3692 - type: "table"
3693   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
3694   algorithm: "table_comparison"
3695   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
3696   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3697   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3698   columns:
3699     - title: "2001"
3700       data-set: "vpp-performance-changes-2n-clx-ref"
3701     - title: "2005"
3702       data-set: "vpp-performance-changes-2n-clx-cmp"
3703   comparisons:
3704     - title: "Diff"
3705       reference: 1
3706       compare: 2
3707   legend:
3708     - "Legend to Table"
3709     - "2001, 2005 - VPP versions tested."
3710     - "Diff - difference between 2001 and 2005 VPP version."
3711
3712 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
3713 - type: "table"
3714   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
3715   algorithm: "table_comparison"
3716   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
3717   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3718   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3719   columns:
3720     - title: "2001"
3721       data-set: "vpp-performance-changes-2n-clx-ref"
3722     - title: "2005"
3723       data-set: "vpp-performance-changes-2n-clx-cmp"
3724   comparisons:
3725     - title: "Diff"
3726       reference: 1
3727       compare: 2
3728   legend:
3729     - "Legend to Table"
3730     - "2001, 2005 - VPP versions tested."
3731     - "Diff - difference between 2001 and 2005 VPP version."
3732
3733 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
3734 - type: "table"
3735   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
3736   algorithm: "table_comparison"
3737   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
3738   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3739   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3740   columns:
3741     - title: "2001"
3742       data-set: "vpp-performance-changes-2n-clx-ref"
3743     - title: "2005"
3744       data-set: "vpp-performance-changes-2n-clx-cmp"
3745   comparisons:
3746     - title: "Diff"
3747       reference: 1
3748       compare: 2
3749   legend:
3750     - "Legend to Table"
3751     - "2001, 2005 - VPP versions tested."
3752     - "Diff - difference between 2001 and 2005 VPP version."
3753
3754 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
3755 - type: "table"
3756   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
3757   algorithm: "table_comparison"
3758   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
3759   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3760   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3761   columns:
3762     - title: "2001"
3763       data-set: "vpp-performance-changes-2n-clx-ref"
3764     - title: "2005"
3765       data-set: "vpp-performance-changes-2n-clx-cmp"
3766   comparisons:
3767     - title: "Diff"
3768       reference: 1
3769       compare: 2
3770   legend:
3771     - "Legend to Table"
3772     - "2001, 2005 - VPP versions tested."
3773     - "Diff - difference between 2001 and 2005 VPP version."
3774
3775 # VPP Performance Changes 2n-clx-x556 2t1c pdr
3776 - type: "table"
3777   title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
3778   algorithm: "table_comparison"
3779   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
3780   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3781   filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3782   columns:
3783     - title: "2001"
3784       data-set: "vpp-performance-changes-2n-clx-ref"
3785     - title: "2005"
3786       data-set: "vpp-performance-changes-2n-clx-cmp"
3787   comparisons:
3788     - title: "Diff"
3789       reference: 1
3790       compare: 2
3791   legend:
3792     - "Legend to Table"
3793     - "2001, 2005 - VPP versions tested."
3794     - "Diff - difference between 2001 and 2005 VPP version."
3795
3796 # VPP Performance Changes 2n-clx-x556 4t2c pdr
3797 - type: "table"
3798   title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
3799   algorithm: "table_comparison"
3800   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
3801   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3802   filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3803   columns:
3804     - title: "2001"
3805       data-set: "vpp-performance-changes-2n-clx-ref"
3806     - title: "2005"
3807       data-set: "vpp-performance-changes-2n-clx-cmp"
3808   comparisons:
3809     - title: "Diff"
3810       reference: 1
3811       compare: 2
3812   legend:
3813     - "Legend to Table"
3814     - "2001, 2005 - VPP versions tested."
3815     - "Diff - difference between 2001 and 2005 VPP version."
3816
3817 # VPP Performance Changes 2n-clx-x556 2t1c ndr
3818 - type: "table"
3819   title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
3820   algorithm: "table_comparison"
3821   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
3822   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3823   filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3824   columns:
3825     - title: "2001"
3826       data-set: "vpp-performance-changes-2n-clx-ref"
3827     - title: "2005"
3828       data-set: "vpp-performance-changes-2n-clx-cmp"
3829   comparisons:
3830     - title: "Diff"
3831       reference: 1
3832       compare: 2
3833   legend:
3834     - "Legend to Table"
3835     - "2001, 2005 - VPP versions tested."
3836     - "Diff - difference between 2001 and 2005 VPP version."
3837
3838 # VPP Performance Changes 2n-clx-x556 4t2c ndr
3839 - type: "table"
3840   title: "VPP Performance Changes 2n-clx-x556 ndr"
3841   algorithm: "table_comparison"
3842   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
3843   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3844   filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3845   columns:
3846     - title: "2001"
3847       data-set: "vpp-performance-changes-2n-clx-ref"
3848     - title: "2005"
3849       data-set: "vpp-performance-changes-2n-clx-cmp"
3850   comparisons:
3851     - title: "Diff"
3852       reference: 1
3853       compare: 2
3854   legend:
3855     - "Legend to Table"
3856     - "2001, 2005 - VPP versions tested."
3857     - "Diff - difference between 2001 and 2005 VPP version."
3858
3859 # VPP Performance Changes 2n-dnv 1t1c pdr
3860 - type: "table"
3861   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3862   algorithm: "table_comparison"
3863   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3864   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3865   filter: "'1T1C'"
3866   columns:
3867     - title: "1908"
3868       data-set: "vpp-performance-changes-2n-dnv-h1"
3869     - title: "2001"
3870       data-set: "vpp-performance-changes-2n-dnv-ref"
3871     - title: "2005"
3872       data-set: "vpp-performance-changes-2n-dnv-cmp"
3873   comparisons:
3874     - title: "Diff"
3875       reference: 2
3876       compare: 3
3877   legend:
3878     - "Legend to Table"
3879     - "1908, 2001, 2005 - VPP versions tested."
3880     - "Diff - difference between 2001 and 2005 VPP version."
3881
3882 # VPP Performance Changes 2n-dnv 2t2c pdr
3883 - type: "table"
3884   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3885   algorithm: "table_comparison"
3886   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3887   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3888   filter: "'2T2C'"
3889   columns:
3890     - title: "1908"
3891       data-set: "vpp-performance-changes-2n-dnv-h1"
3892     - title: "2001"
3893       data-set: "vpp-performance-changes-2n-dnv-ref"
3894     - title: "2005"
3895       data-set: "vpp-performance-changes-2n-dnv-cmp"
3896   comparisons:
3897     - title: "Diff"
3898       reference: 2
3899       compare: 3
3900   legend:
3901     - "Legend to Table"
3902     - "1908, 2001, 2005 - VPP versions tested."
3903     - "Diff - difference between 2001 and 2005 VPP version."
3904
3905 # VPP Performance Changes 2n-dnv 1t1c ndr
3906 - type: "table"
3907   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3908   algorithm: "table_comparison"
3909   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3910   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3911   filter: "'1T1C'"
3912   columns:
3913     - title: "1908"
3914       data-set: "vpp-performance-changes-2n-dnv-h1"
3915     - title: "2001"
3916       data-set: "vpp-performance-changes-2n-dnv-ref"
3917     - title: "2005"
3918       data-set: "vpp-performance-changes-2n-dnv-cmp"
3919   comparisons:
3920     - title: "Diff"
3921       reference: 2
3922       compare: 3
3923   legend:
3924     - "Legend to Table"
3925     - "1908, 2001, 2005 - VPP versions tested."
3926     - "Diff - difference between 2001 and 2005 VPP version."
3927
3928 # VPP Performance Changes 2n-dnv 2t2c ndr
3929 - type: "table"
3930   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3931   algorithm: "table_comparison"
3932   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3933   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3934   filter: "'2T2C'"
3935   columns:
3936     - title: "1908"
3937       data-set: "vpp-performance-changes-2n-dnv-h1"
3938     - title: "2001"
3939       data-set: "vpp-performance-changes-2n-dnv-ref"
3940     - title: "2005"
3941       data-set: "vpp-performance-changes-2n-dnv-cmp"
3942   comparisons:
3943     - title: "Diff"
3944       reference: 2
3945       compare: 3
3946   legend:
3947     - "Legend to Table"
3948     - "1908, 2001, 2005 - VPP versions tested."
3949     - "Diff - difference between 2001 and 2005 VPP version."
3950
3951 # VPP Performance Changes 3n-dnv 1t1c pdr
3952 - type: "table"
3953   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3954   algorithm: "table_comparison"
3955   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3956   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3957   filter: "'1T1C'"
3958   columns:
3959     - title: "1908"
3960       data-set: "vpp-performance-changes-3n-dnv-h1"
3961     - title: "2001"
3962       data-set: "vpp-performance-changes-3n-dnv-ref"
3963     - title: "2005"
3964       data-set: "vpp-performance-changes-3n-dnv-cmp"
3965   comparisons:
3966     - title: "Diff"
3967       reference: 2
3968       compare: 3
3969   legend:
3970     - "Legend to Table"
3971     - "1908, 2001, 2005 - VPP versions tested."
3972     - "Diff - difference between 2001 and 2005 VPP version."
3973
3974 # VPP Performance Changes 3n-dnv 2t2c pdr
3975 - type: "table"
3976   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3977   algorithm: "table_comparison"
3978   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3979   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3980   filter: "'2T2C'"
3981   columns:
3982     - title: "1908"
3983       data-set: "vpp-performance-changes-3n-dnv-h1"
3984     - title: "2001"
3985       data-set: "vpp-performance-changes-3n-dnv-ref"
3986     - title: "2005"
3987       data-set: "vpp-performance-changes-3n-dnv-cmp"
3988   comparisons:
3989     - title: "Diff"
3990       reference: 2
3991       compare: 3
3992   legend:
3993     - "Legend to Table"
3994     - "1908, 2001, 2005 - VPP versions tested."
3995     - "Diff - difference between 2001 and 2005 VPP version."
3996
3997 # VPP Performance Changes 3n-dnv 1t1c ndr
3998 - type: "table"
3999   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
4000   algorithm: "table_comparison"
4001   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
4002   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4003   filter: "'1T1C'"
4004   columns:
4005     - title: "1908"
4006       data-set: "vpp-performance-changes-3n-dnv-h1"
4007     - title: "2001"
4008       data-set: "vpp-performance-changes-3n-dnv-ref"
4009     - title: "2005"
4010       data-set: "vpp-performance-changes-3n-dnv-cmp"
4011   comparisons:
4012     - title: "Diff"
4013       reference: 2
4014       compare: 3
4015   legend:
4016     - "Legend to Table"
4017     - "1908, 2001, 2005 - VPP versions tested."
4018     - "Diff - difference between 2001 and 2005 VPP version."
4019
4020 # VPP Performance Changes 3n-dnv 2t2c ndr
4021 - type: "table"
4022   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
4023   algorithm: "table_comparison"
4024   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
4025   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4026   filter: "'2T2C'"
4027   columns:
4028     - title: "1908"
4029       data-set: "vpp-performance-changes-3n-dnv-h1"
4030     - title: "2001"
4031       data-set: "vpp-performance-changes-3n-dnv-ref"
4032     - title: "2005"
4033       data-set: "vpp-performance-changes-3n-dnv-cmp"
4034   comparisons:
4035     - title: "Diff"
4036       reference: 2
4037       compare: 3
4038   legend:
4039     - "Legend to Table"
4040     - "1908, 2001, 2005 - VPP versions tested."
4041     - "Diff - difference between 2001 and 2005 VPP version."
4042
4043 # VPP Performance Changes 3n-tsh 1t1c pdr
4044 - type: "table"
4045   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4046   algorithm: "table_comparison"
4047   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4048   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4049   filter: "'1T1C'"
4050   columns:
4051     - title: "1908"
4052       data-set: "vpp-performance-changes-3n-tsh-h1"
4053     - title: "2001"
4054       data-set: "vpp-performance-changes-3n-tsh-ref"
4055     - title: "2005"
4056       data-set: "vpp-performance-changes-3n-tsh-cmp"
4057   comparisons:
4058     - title: "Diff"
4059       reference: 2
4060       compare: 3
4061   legend:
4062     - "Legend to Table"
4063     - "1908, 2001, 2005 - VPP versions tested."
4064     - "Diff - difference between 2001 and 2005 VPP version."
4065
4066 # VPP Performance Changes 3n-tsh 2t2c pdr
4067 - type: "table"
4068   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4069   algorithm: "table_comparison"
4070   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4071   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4072   filter: "'2T2C'"
4073   columns:
4074     - title: "1908"
4075       data-set: "vpp-performance-changes-3n-tsh-h1"
4076     - title: "2001"
4077       data-set: "vpp-performance-changes-3n-tsh-ref"
4078     - title: "2005"
4079       data-set: "vpp-performance-changes-3n-tsh-cmp"
4080   comparisons:
4081     - title: "Diff"
4082       reference: 2
4083       compare: 3
4084   legend:
4085     - "Legend to Table"
4086     - "1908, 2001, 2005 - VPP versions tested."
4087     - "Diff - difference between 2001 and 2005 VPP version."
4088
4089 # VPP Performance Changes 3n-tsh 1t1c ndr
4090 - type: "table"
4091   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4092   algorithm: "table_comparison"
4093   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4094   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4095   filter: "'1T1C'"
4096   columns:
4097     - title: "1908"
4098       data-set: "vpp-performance-changes-3n-tsh-h1"
4099     - title: "2001"
4100       data-set: "vpp-performance-changes-3n-tsh-ref"
4101     - title: "2005"
4102       data-set: "vpp-performance-changes-3n-tsh-cmp"
4103   comparisons:
4104     - title: "Diff"
4105       reference: 2
4106       compare: 3
4107   legend:
4108     - "Legend to Table"
4109     - "1908, 2001, 2005 - VPP versions tested."
4110     - "Diff - difference between 2001 and 2005 VPP version."
4111
4112 # VPP Performance Changes 3n-tsh 2t2c ndr
4113 - type: "table"
4114   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4115   algorithm: "table_comparison"
4116   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4117   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4118   filter: "'2T2C'"
4119   columns:
4120     - title: "1908"
4121       data-set: "vpp-performance-changes-3n-tsh-h1"
4122     - title: "2001"
4123       data-set: "vpp-performance-changes-3n-tsh-ref"
4124     - title: "2005"
4125       data-set: "vpp-performance-changes-3n-tsh-cmp"
4126   comparisons:
4127     - title: "Diff"
4128       reference: 2
4129       compare: 3
4130   legend:
4131     - "Legend to Table"
4132     - "1908, 2001, 2005 - VPP versions tested."
4133     - "Diff - difference between 2001 and 2005 VPP version."
4134
4135 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4136 - type: "table"
4137   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4138   algorithm: "table_comparison"
4139   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4140   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4141   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4142   columns:
4143     - title: "3n-hsw xl710"
4144       data-set: "vpp-compare-testbeds-ref"
4145       tag: "NIC_Intel-XL710"
4146     - title: "3n-skx xxv710"
4147       data-set: "vpp-compare-testbeds-cmp"
4148       tag: "NIC_Intel-XXV710"
4149   comparisons:
4150     - title: "Diff"
4151       reference: 1
4152       compare: 2
4153   legend:
4154     - "Legend to Table"
4155     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4156     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4157
4158 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4159 - type: "table"
4160   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4161   algorithm: "table_comparison"
4162   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4163   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4164   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4165   columns:
4166     - title: "3n-hsw xl710"
4167       data-set: "vpp-compare-testbeds-ref"
4168       tag: "NIC_Intel-XL710"
4169     - title: "3n-skx xxv710"
4170       data-set: "vpp-compare-testbeds-cmp"
4171       tag: "NIC_Intel-XXV710"
4172   comparisons:
4173     - title: "Diff"
4174       reference: 1
4175       compare: 2
4176   legend:
4177     - "Legend to Table"
4178     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4179     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4180
4181 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
4182 - type: "table"
4183   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
4184   algorithm: "table_comparison"
4185   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
4186   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4187   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4188   columns:
4189     - title: "3n-hsw xl710"
4190       data-set: "vpp-compare-testbeds-ref"
4191       tag: "NIC_Intel-XL710"
4192     - title: "3n-skx xxv710"
4193       data-set: "vpp-compare-testbeds-cmp"
4194       tag: "NIC_Intel-XXV710"
4195   comparisons:
4196     - title: "Diff"
4197       reference: 1
4198       compare: 2
4199   legend:
4200     - "Legend to Table"
4201     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4202     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4203
4204 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4205 - type: "table"
4206   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4207   algorithm: "table_comparison"
4208   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4209   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4210   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4211   columns:
4212     - title: "3n-hsw xl710"
4213       data-set: "vpp-compare-testbeds-ref"
4214       tag: "NIC_Intel-XL710"
4215     - title: "3n-skx xxv710"
4216       data-set: "vpp-compare-testbeds-cmp"
4217       tag: "NIC_Intel-XXV710"
4218   comparisons:
4219     - title: "Diff"
4220       reference: 1
4221       compare: 2
4222   legend:
4223     - "Legend to Table"
4224     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4225     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4226
4227 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4228 - type: "table"
4229   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4230   algorithm: "table_comparison"
4231   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4232   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4233   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4234   columns:
4235     - title: "2n-skx"
4236       data-set: "vpp-compare-testbeds-skx-clx-ref"
4237     - title: "2n-clx"
4238       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4239   comparisons:
4240     - title: "Diff"
4241       reference: 1
4242       compare: 2
4243   legend:
4244     - "Legend to Table"
4245     - "2n-skx, 2n-clx - testbeds and NICs tested."
4246     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4247
4248 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4249 - type: "table"
4250   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4251   algorithm: "table_comparison"
4252   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4253   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4254   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4255   columns:
4256     - title: "2n-skx"
4257       data-set: "vpp-compare-testbeds-skx-clx-ref"
4258     - title: "2n-clx"
4259       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4260   comparisons:
4261     - title: "Diff"
4262       reference: 1
4263       compare: 2
4264   legend:
4265     - "Legend to Table"
4266     - "2n-skx, 2n-clx - testbeds and NICs tested."
4267     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4268
4269 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4270 - type: "table"
4271   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4272   algorithm: "table_comparison"
4273   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4274   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4275   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4276   columns:
4277     - title: "2n-skx"
4278       data-set: "vpp-compare-testbeds-skx-clx-ref"
4279     - title: "2n-clx"
4280       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4281   comparisons:
4282     - title: "Diff"
4283       reference: 1
4284       compare: 2
4285   legend:
4286     - "Legend to Table"
4287     - "2n-skx, 2n-clx - testbeds and NICs tested."
4288     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4289
4290 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4291 - type: "table"
4292   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4293   algorithm: "table_comparison"
4294   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4295   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4296   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4297   columns:
4298     - title: "2n-skx"
4299       data-set: "vpp-compare-testbeds-skx-clx-ref"
4300     - title: "2n-clx"
4301       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4302   comparisons:
4303     - title: "Diff"
4304       reference: 1
4305       compare: 2
4306   legend:
4307     - "Legend to Table"
4308     - "2n-skx, 2n-clx - testbeds and NICs tested."
4309     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4310
4311 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4312 - type: "table"
4313   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4314   algorithm: "table_comparison"
4315   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4316   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4317   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4318   columns:
4319     - title: "3n-hsw xl710"
4320       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4321       tag: "NIC_Intel-XL710"
4322     - title: "2n-clx xxv710"
4323       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4324       tag: "NIC_Intel-XXV710"
4325   comparisons:
4326     - title: "Diff"
4327       reference: 1
4328       compare: 2
4329   legend:
4330     - "Legend to Table"
4331     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4332     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4333
4334 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4335 - type: "table"
4336   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4337   algorithm: "table_comparison"
4338   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4339   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4340   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4341   columns:
4342     - title: "3n-hsw xl710"
4343       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4344       tag: "NIC_Intel-XL710"
4345     - title: "2n-clx xxv710"
4346       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4347       tag: "NIC_Intel-XXV710"
4348   comparisons:
4349     - title: "Diff"
4350       reference: 1
4351       compare: 2
4352   legend:
4353     - "Legend to Table"
4354     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4355     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4356
4357 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4358 - type: "table"
4359   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4360   algorithm: "table_comparison"
4361   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4362   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4363   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4364   columns:
4365     - title: "3n-hsw xl710"
4366       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4367       tag: "NIC_Intel-XL710"
4368     - title: "2n-clx xxv710"
4369       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4370       tag: "NIC_Intel-XXV710"
4371   comparisons:
4372     - title: "Diff"
4373       reference: 1
4374       compare: 2
4375   legend:
4376     - "Legend to Table"
4377     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4378     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4379
4380 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4381 - type: "table"
4382   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4383   algorithm: "table_comparison"
4384   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4385   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4386   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4387   columns:
4388     - title: "3n-hsw xl710"
4389       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4390       tag: "NIC_Intel-XL710"
4391     - title: "2n-clx xxv710"
4392       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4393       tag: "NIC_Intel-XXV710"
4394   comparisons:
4395     - title: "Diff"
4396       reference: 1
4397       compare: 2
4398   legend:
4399     - "Legend to Table"
4400     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4401     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4402
4403 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4404 - type: "table"
4405   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4406   algorithm: "table_comparison"
4407   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4408   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4409   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4410   columns:
4411     - title: "3n-skx"
4412       data-set: "vpp-compare-topologies-ref"
4413     - title: "2n-skx"
4414       data-set: "vpp-compare-topologies-cmp"
4415   comparisons:
4416     - title: "Diff"
4417       reference: 1
4418       compare: 2
4419   legend:
4420     - "Legend to Table"
4421     - "3n-skx, 2n-skx - topologies tested."
4422     - "Diff - difference between 3n-skx and 2n-skx topologies."
4423
4424 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4425 - type: "table"
4426   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4427   algorithm: "table_comparison"
4428   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4429   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4430   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4431   columns:
4432     - title: "3n-skx"
4433       data-set: "vpp-compare-topologies-ref"
4434     - title: "2n-skx"
4435       data-set: "vpp-compare-topologies-cmp"
4436   comparisons:
4437     - title: "Diff"
4438       reference: 1
4439       compare: 2
4440   legend:
4441     - "Legend to Table"
4442     - "3n-skx, 2n-skx - topologies tested."
4443     - "Diff - difference between 3n-skx and 2n-skx topologies."
4444
4445 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4446 - type: "table"
4447   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4448   algorithm: "table_comparison"
4449   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4450   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4451   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4452   columns:
4453     - title: "3n-skx"
4454       data-set: "vpp-compare-topologies-ref"
4455     - title: "2n-skx"
4456       data-set: "vpp-compare-topologies-cmp"
4457   comparisons:
4458     - title: "Diff"
4459       reference: 1
4460       compare: 2
4461   legend:
4462     - "Legend to Table"
4463     - "3n-skx, 2n-skx - topologies tested."
4464     - "Diff - difference between 3n-skx and 2n-skx topologies."
4465
4466 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4467 - type: "table"
4468   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4469   algorithm: "table_comparison"
4470   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4471   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4472   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4473   columns:
4474     - title: "3n-skx"
4475       data-set: "vpp-compare-topologies-ref"
4476     - title: "2n-skx"
4477       data-set: "vpp-compare-topologies-cmp"
4478   comparisons:
4479     - title: "Diff"
4480       reference: 1
4481       compare: 2
4482   legend:
4483     - "Legend to Table"
4484     - "3n-skx, 2n-skx - topologies tested."
4485     - "Diff - difference between 3n-skx and 2n-skx topologies."
4486
4487 # VPP Performance Changes 3n-hsw 1t1c mrr
4488 - type: "table"
4489   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4490   algorithm: "table_comparison"
4491   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4492   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4493   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4494   columns:
4495     - title: "1908"
4496       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4497     - title: "2001"
4498       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4499     - title: "2005"
4500       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4501   comparisons:
4502     - title: "Diff"
4503       reference: 2
4504       compare: 3
4505   legend:
4506     - "Legend to Table"
4507     - "1908, 2001, 2005 - VPP versions tested."
4508     - "Diff - difference between 2001 and 2005 VPP version."
4509
4510 # VPP Performance Changes 3n-hsw 2t2c mrr
4511 - type: "table"
4512   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4513   algorithm: "table_comparison"
4514   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4515   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4516   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4517   columns:
4518     - title: "1908"
4519       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4520     - title: "2001"
4521       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4522     - title: "2005"
4523       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4524   comparisons:
4525     - title: "Diff"
4526       reference: 2
4527       compare: 3
4528   legend:
4529     - "Legend to Table"
4530     - "1908, 2001, 2005 - VPP versions tested."
4531     - "Diff - difference between 2001 and 2005 VPP version."
4532
4533 # VPP Performance Changes 3n-hsw 4t4c mrr
4534 - type: "table"
4535   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
4536   algorithm: "table_comparison"
4537   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4538   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4539   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4540   columns:
4541     - title: "1908"
4542       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4543     - title: "2001"
4544       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4545     - title: "2005"
4546       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4547   comparisons:
4548     - title: "Diff"
4549       reference: 2
4550       compare: 3
4551   legend:
4552     - "Legend to Table"
4553     - "1908, 2001, 2005 - VPP versions tested."
4554     - "Diff - difference between 2001 and 2005 VPP version."
4555
4556 # VPP Performance Changes 3n-skx 2t1c mrr
4557 - type: "table"
4558   title: "VPP Performance Changes 3n-skx 2t1c mrr"
4559   algorithm: "table_comparison"
4560   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4561   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4562   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4563   columns:
4564 #    - title: "1908"
4565 #      data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4566     - title: "2001"
4567       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4568     - title: "2005"
4569       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4570   comparisons:
4571     - title: "Diff"
4572       reference: 1
4573       compare: 2
4574   legend:
4575     - "Legend to Table"
4576     - "2001, 2005 - VPP versions tested."
4577     - "Diff - difference between 2001 and 2005 VPP version."
4578
4579 # VPP Performance Changes 3n-skx 4t2c mrr
4580 - type: "table"
4581   title: "VPP Performance Changes 3n-skx 4t2c mrr"
4582   algorithm: "table_comparison"
4583   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4584   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4585   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4586   columns:
4587 #    - title: "1908"
4588 #      data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4589     - title: "2001"
4590       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4591     - title: "2005"
4592       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4593   comparisons:
4594     - title: "Diff"
4595       reference: 1
4596       compare: 2
4597   legend:
4598     - "Legend to Table"
4599     - "2001, 2005 - VPP versions tested."
4600     - "Diff - difference between 2001 and 2005 VPP version."
4601
4602 # VPP Performance Changes 3n-skx 8t4c mrr
4603 - type: "table"
4604   title: "VPP Performance Changes 3n-skx 8t4c mrr"
4605   algorithm: "table_comparison"
4606   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4607   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4608   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4609   columns:
4610 #    - title: "1908"
4611 #      data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4612     - title: "2001"
4613       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4614     - title: "2005"
4615       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4616   comparisons:
4617     - title: "Diff"
4618       reference: 1
4619       compare: 2
4620   legend:
4621     - "Legend to Table"
4622     - "2001, 2005 - VPP versions tested."
4623     - "Diff - difference between 2001 and 2005 VPP version."
4624
4625 # VPP Performance Changes 2n-skx 2t1c mrr
4626 - type: "table"
4627   title: "VPP Performance Changes 2n-skx 2t1c mrr"
4628   algorithm: "table_comparison"
4629   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4630   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4631   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4632   columns:
4633 #    - title: "1908"
4634 #      data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4635     - title: "2001"
4636       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4637     - title: "2005"
4638       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4639   comparisons:
4640     - title: "Diff"
4641       reference: 1
4642       compare: 2
4643   legend:
4644     - "Legend to Table"
4645     - "2001, 2005 - VPP versions tested."
4646     - "Diff - difference between 2001 and 2005 VPP version."
4647
4648 # VPP Performance Changes 2n-skx 4t2c mrr
4649 - type: "table"
4650   title: "VPP Performance Changes 2n-skx 4t2c mrr"
4651   algorithm: "table_comparison"
4652   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4653   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4654   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4655   columns:
4656 #    - title: "1908"
4657 #      data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4658     - title: "2001"
4659       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4660     - title: "2005"
4661       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4662   comparisons:
4663     - title: "Diff"
4664       reference: 1
4665       compare: 2
4666   legend:
4667     - "Legend to Table"
4668     - "2001, 2005 - VPP versions tested."
4669     - "Diff - difference between 2001 and 2005 VPP version."
4670
4671 # VPP Performance Changes 2n-skx 8t4c mrr
4672 - type: "table"
4673   title: "VPP Performance Changes 2n-skx 8t4c mrr"
4674   algorithm: "table_comparison"
4675   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4676   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4677   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4678   columns:
4679 #    - title: "1908"
4680 #      data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4681     - title: "2001"
4682       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4683     - title: "2005"
4684       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4685   comparisons:
4686     - title: "Diff"
4687       reference: 1
4688       compare: 2
4689   legend:
4690     - "Legend to Table"
4691     - "2001, 2005 - VPP versions tested."
4692     - "Diff - difference between 2001 and 2005 VPP version."
4693
4694 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
4695 - type: "table"
4696   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
4697   algorithm: "table_comparison"
4698   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
4699   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4700   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4701   columns:
4702     - title: "2001"
4703       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4704     - title: "2005"
4705       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4706   comparisons:
4707     - title: "Diff"
4708       reference: 1
4709       compare: 2
4710   legend:
4711     - "Legend to Table"
4712     - "2001, 2005 - VPP versions tested."
4713     - "Diff - difference between 2001 and 2005 VPP version."
4714
4715 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
4716 - type: "table"
4717   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
4718   algorithm: "table_comparison"
4719   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
4720   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4721   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4722   columns:
4723     - title: "2001"
4724       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4725     - title: "2005"
4726       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4727   comparisons:
4728     - title: "Diff"
4729       reference: 1
4730       compare: 2
4731   legend:
4732     - "Legend to Table"
4733     - "2001, 2005 - VPP versions tested."
4734     - "Diff - difference between 2001 and 2005 VPP version."
4735
4736 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
4737 - type: "table"
4738   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
4739   algorithm: "table_comparison"
4740   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
4741   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4742   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4743   columns:
4744     - title: "2001"
4745       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4746     - title: "2005"
4747       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4748   comparisons:
4749     - title: "Diff"
4750       reference: 1
4751       compare: 2
4752   legend:
4753     - "Legend to Table"
4754     - "2001, 2005 - VPP versions tested."
4755     - "Diff - difference between 2001 and 2005 VPP version."
4756
4757 # VPP Performance Changes 2n-clx-clx-x556 2t1c mrr
4758 - type: "table"
4759   title: "VPP Performance Changes 2n-clx-clx-x556 2t1c mrr"
4760   algorithm: "table_comparison"
4761   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-clx-x556-2t1c-mrr"
4762   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4763   filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4764   columns:
4765     - title: "2001"
4766       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4767     - title: "2005"
4768       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4769   comparisons:
4770     - title: "Diff"
4771       reference: 1
4772       compare: 2
4773   legend:
4774     - "Legend to Table"
4775     - "2001, 2005 - VPP versions tested."
4776     - "Diff - difference between 2001 and 2005 VPP version."
4777
4778 # VPP Performance Changes 2n-clx-clx-x556 4t2c mrr
4779 - type: "table"
4780   title: "VPP Performance Changes 2n-clx-clx-x556 4t2c mrr"
4781   algorithm: "table_comparison"
4782   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-clx-x556-4t2c-mrr"
4783   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4784   filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4785   columns:
4786     - title: "2001"
4787       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4788     - title: "2005"
4789       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4790   comparisons:
4791     - title: "Diff"
4792       reference: 1
4793       compare: 2
4794   legend:
4795     - "Legend to Table"
4796     - "2001, 2005 - VPP versions tested."
4797     - "Diff - difference between 2001 and 2005 VPP version."
4798
4799 # VPP Performance Changes 2n-clx-clx-x556 8t4c mrr
4800 - type: "table"
4801   title: "VPP Performance Changes 2n-clx-clx-x556 8t4c mrr"
4802   algorithm: "table_comparison"
4803   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-clx-x556-8t4c-mrr"
4804   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4805   filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4806   columns:
4807     - title: "2001"
4808       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4809     - title: "2005"
4810       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4811   comparisons:
4812     - title: "Diff"
4813       reference: 1
4814       compare: 2
4815   legend:
4816     - "Legend to Table"
4817     - "2001, 2005 - VPP versions tested."
4818     - "Diff - difference between 2001 and 2005 VPP version."
4819
4820 # VPP Performance Changes 2n-dnv 1t1c mrr
4821 - type: "table"
4822   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
4823   algorithm: "table_comparison"
4824   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4825   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4826   filter: "'1T1C'"
4827   columns:
4828     - title: "1908"
4829       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4830     - title: "2001"
4831       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4832     - title: "2005"
4833       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4834   comparisons:
4835     - title: "Diff"
4836       reference: 2
4837       compare: 3
4838   legend:
4839     - "Legend to Table"
4840     - "1908, 2001, 2005 - VPP versions tested."
4841     - "Diff - difference between 2001 and 2005 VPP version."
4842
4843 # VPP Performance Changes 2n-dnv 2t2c mrr
4844 - type: "table"
4845   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
4846   algorithm: "table_comparison"
4847   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4848   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4849   filter: "'2T2C'"
4850   columns:
4851     - title: "1908"
4852       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4853     - title: "2001"
4854       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4855     - title: "2005"
4856       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4857   comparisons:
4858     - title: "Diff"
4859       reference: 2
4860       compare: 3
4861   legend:
4862     - "Legend to Table"
4863     - "1908, 2001, 2005 - VPP versions tested."
4864     - "Diff - difference between 2001 and 2005 VPP version."
4865
4866 # VPP Performance Changes 2n-dnv 4t4c mrr
4867 - type: "table"
4868   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
4869   algorithm: "table_comparison"
4870   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4871   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4872   filter: "'4T4C'"
4873   columns:
4874     - title: "1908"
4875       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4876     - title: "2001"
4877       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4878     - title: "2005"
4879       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4880   comparisons:
4881     - title: "Diff"
4882       reference: 2
4883       compare: 3
4884   legend:
4885     - "Legend to Table"
4886     - "1908, 2001, 2005 - VPP versions tested."
4887     - "Diff - difference between 2001 and 2005 VPP version."
4888
4889 # VPP Performance Changes 3n-dnv 1t1c mrr
4890 - type: "table"
4891   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
4892   algorithm: "table_comparison"
4893   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4894   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4895   filter: "'1T1C'"
4896   columns:
4897     - title: "1908"
4898       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4899     - title: "2001"
4900       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4901     - title: "2005"
4902       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4903   comparisons:
4904     - title: "Diff"
4905       reference: 2
4906       compare: 3
4907   legend:
4908     - "Legend to Table"
4909     - "1908, 2001, 2005 - VPP versions tested."
4910     - "Diff - difference between 2001 and 2005 VPP version."
4911
4912 # VPP Performance Changes 3n-dnv 2t2c mrr
4913 - type: "table"
4914   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
4915   algorithm: "table_comparison"
4916   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4917   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4918   filter: "'2T2C'"
4919   columns:
4920     - title: "1908"
4921       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4922     - title: "2001"
4923       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4924     - title: "2005"
4925       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4926   comparisons:
4927     - title: "Diff"
4928       reference: 2
4929       compare: 3
4930   legend:
4931     - "Legend to Table"
4932     - "1908, 2001, 2005 - VPP versions tested."
4933     - "Diff - difference between 2001 and 2005 VPP version."
4934
4935 # VPP Performance Changes 3n-dnv 4t4c mrr
4936 - type: "table"
4937   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
4938   algorithm: "table_comparison"
4939   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4940   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4941   filter: "'4T4C'"
4942   columns:
4943     - title: "1908"
4944       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4945     - title: "2001"
4946       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4947     - title: "2005"
4948       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4949   comparisons:
4950     - title: "Diff"
4951       reference: 2
4952       compare: 3
4953   legend:
4954     - "Legend to Table"
4955     - "1908, 2001, 2005 - VPP versions tested."
4956     - "Diff - difference between 2001 and 2005 VPP version."
4957
4958 # VPP Performance Changes 3n-tsh 1t1c mrr
4959 - type: "table"
4960   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
4961   algorithm: "table_comparison"
4962   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4963   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4964   filter: "'1T1C'"
4965   columns:
4966     - title: "1908"
4967       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
4968     - title: "2001"
4969       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4970     - title: "2005"
4971       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4972   comparisons:
4973     - title: "Diff"
4974       reference: 2
4975       compare: 3
4976   legend:
4977     - "Legend to Table"
4978     - "1908, 2001, 2005 - VPP versions tested."
4979     - "Diff - difference between 2001 and 2005 VPP version."
4980
4981 # VPP Performance Changes 3n-tsh 2t2c mrr
4982 - type: "table"
4983   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
4984   algorithm: "table_comparison"
4985   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
4986   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4987   filter: "'2T2C'"
4988   columns:
4989     - title: "1908"
4990       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
4991     - title: "2001"
4992       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4993     - title: "2005"
4994       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4995   comparisons:
4996     - title: "Diff"
4997       reference: 2
4998       compare: 3
4999   legend:
5000     - "Legend to Table"
5001     - "1908, 2001, 2005 - VPP versions tested."
5002     - "Diff - difference between 2001 and 2005 VPP version."
5003
5004 # VPP Performance Changes 3n-tsh 4t4c mrr
5005 - type: "table"
5006   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
5007   algorithm: "table_comparison"
5008   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
5009   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5010   filter: "'4T4C'"
5011   columns:
5012     - title: "1908"
5013       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5014     - title: "2001"
5015       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
5016     - title: "2005"
5017       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5018   comparisons:
5019     - title: "Diff"
5020       reference: 2
5021       compare: 3
5022   legend:
5023     - "Legend to Table"
5024     - "1908, 2001, 2005 - VPP versions tested."
5025     - "Diff - difference between 2001 and 2005 VPP version."
5026
5027 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
5028 - type: "table"
5029   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
5030   algorithm: "table_comparison"
5031   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
5032   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5033   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5034   columns:
5035     - title: "3n-hsw xl710"
5036       data-set: "vpp-compare-testbeds-mrr-ref"
5037       tag: "NIC_Intel-XL710"
5038     - title: "3n-skx xxv710"
5039       data-set: "vpp-compare-testbeds-mrr-cmp"
5040       tag: "NIC_Intel-XXV710"
5041   comparisons:
5042     - title: "Diff"
5043       reference: 1
5044       compare: 2
5045   legend:
5046     - "Legend to Table"
5047     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5048     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5049
5050 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
5051 - type: "table"
5052   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
5053   algorithm: "table_comparison"
5054   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
5055   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5056   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5057   columns:
5058     - title: "3n-hsw xl710"
5059       data-set: "vpp-compare-testbeds-mrr-ref"
5060       tag: "NIC_Intel-XL710"
5061     - title: "3n-skx xxv710"
5062       data-set: "vpp-compare-testbeds-mrr-cmp"
5063       tag: "NIC_Intel-XXV710"
5064   comparisons:
5065     - title: "Diff"
5066       reference: 1
5067       compare: 2
5068   legend:
5069     - "Legend to Table"
5070     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5071     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5072
5073 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
5074 - type: "table"
5075   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
5076   algorithm: "table_comparison"
5077   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
5078   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5079   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5080   columns:
5081     - title: "3n-hsw xl710"
5082       data-set: "vpp-compare-testbeds-mrr-ref"
5083       tag: "NIC_Intel-XL710"
5084     - title: "3n-skx xxv710"
5085       data-set: "vpp-compare-testbeds-mrr-cmp"
5086       tag: "NIC_Intel-XXV710"
5087   comparisons:
5088     - title: "Diff"
5089       reference: 1
5090       compare: 2
5091   legend:
5092     - "Legend to Table"
5093     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5094     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5095
5096 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
5097 - type: "table"
5098   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
5099   algorithm: "table_comparison"
5100   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
5101   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5102   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5103   columns:
5104     - title: "2n-skx"
5105       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5106     - title: "2n-clx"
5107       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5108   comparisons:
5109     - title: "Diff"
5110       reference: 1
5111       compare: 2
5112   legend:
5113     - "Legend to Table"
5114     - "2n-skx, 2n-clx - testbeds and NICs tested."
5115     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5116
5117 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
5118 - type: "table"
5119   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
5120   algorithm: "table_comparison"
5121   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
5122   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5123   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5124   columns:
5125     - title: "2n-skx"
5126       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5127     - title: "2n-clx"
5128       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5129   comparisons:
5130     - title: "Diff"
5131       reference: 1
5132       compare: 2
5133   legend:
5134     - "Legend to Table"
5135     - "2n-skx, 2n-clx - testbeds and NICs tested."
5136     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5137
5138 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
5139 - type: "table"
5140   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
5141   algorithm: "table_comparison"
5142   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
5143   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5144   filter: "'8T4C' and 'NIC_Intel-XXV710'"
5145   columns:
5146     - title: "2n-skx"
5147       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5148     - title: "2n-clx"
5149       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5150   comparisons:
5151     - title: "Diff"
5152       reference: 1
5153       compare: 2
5154   legend:
5155     - "Legend to Table"
5156     - "2n-skx, 2n-clx - testbeds and NICs tested."
5157     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5158
5159 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
5160 - type: "table"
5161   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
5162   algorithm: "table_comparison"
5163   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
5164   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5165   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
5166   columns:
5167     - title: "3n-skx"
5168       data-set: "vpp-compare-topologies-mrr-ref"
5169     - title: "2n-skx"
5170       data-set: "vpp-compare-topologies-mrr-cmp"
5171   comparisons:
5172     - title: "Diff"
5173       reference: 1
5174       compare: 2
5175   legend:
5176     - "Legend to Table"
5177     - "3n-skx, 2n-skx - topologies tested."
5178     - "Diff - difference between 3n-skx and 2n-skx topologies."
5179
5180 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
5181 - type: "table"
5182   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
5183   algorithm: "table_comparison"
5184   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
5185   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5186   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
5187   columns:
5188     - title: "3n-skx"
5189       data-set: "vpp-compare-topologies-mrr-ref"
5190     - title: "2n-skx"
5191       data-set: "vpp-compare-topologies-mrr-cmp"
5192   comparisons:
5193     - title: "Diff"
5194       reference: 1
5195       compare: 2
5196   legend:
5197     - "Legend to Table"
5198     - "3n-skx, 2n-skx - topologies tested."
5199     - "Diff - difference between 3n-skx and 2n-skx topologies."
5200
5201 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
5202 - type: "table"
5203   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
5204   algorithm: "table_comparison"
5205   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
5206   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5207   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
5208   columns:
5209     - title: "3n-skx"
5210       data-set: "vpp-compare-topologies-mrr-ref"
5211     - title: "2n-skx"
5212       data-set: "vpp-compare-topologies-mrr-cmp"
5213   comparisons:
5214     - title: "Diff"
5215       reference: 1
5216       compare: 2
5217   legend:
5218     - "Legend to Table"
5219     - "3n-skx, 2n-skx - topologies tested."
5220     - "Diff - difference between 3n-skx and 2n-skx topologies."
5221
5222 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
5223 - type: "table"
5224   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
5225   algorithm: "table_comparison"
5226   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
5227   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5228   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5229   columns:
5230     - title: "3n-hsw xl710"
5231       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5232       tag: "NIC_Intel-XL710"
5233     - title: "2n-clx xxv710"
5234       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5235       tag: "NIC_Intel-XXV710"
5236   comparisons:
5237     - title: "Diff"
5238       reference: 1
5239       compare: 2
5240   legend:
5241     - "Legend to Table"
5242     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5243     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5244
5245 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
5246 - type: "table"
5247   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
5248   algorithm: "table_comparison"
5249   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
5250   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5251   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5252   columns:
5253     - title: "3n-hsw xl710"
5254       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5255       tag: "NIC_Intel-XL710"
5256     - title: "2n-clx xxv710"
5257       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5258       tag: "NIC_Intel-XXV710"
5259   comparisons:
5260     - title: "Diff"
5261       reference: 1
5262       compare: 2
5263   legend:
5264     - "Legend to Table"
5265     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5266     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5267
5268 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
5269 - type: "table"
5270   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
5271   algorithm: "table_comparison"
5272   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
5273   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5274   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5275   columns:
5276     - title: "3n-hsw xl710"
5277       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5278       tag: "NIC_Intel-XL710"
5279     - title: "2n-clx xxv710"
5280       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5281       tag: "NIC_Intel-XXV710"
5282   comparisons:
5283     - title: "Diff"
5284       reference: 1
5285       compare: 2
5286   legend:
5287     - "Legend to Table"
5288     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5289     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5290
5291 # Detailed Test Results - VPP Performance Results 3n-hsw
5292 - type: "table"
5293   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5294   algorithm: "table_merged_details"
5295   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5296   columns:
5297     - title: " |prein| Test Name |preout| "
5298       data: "data name"
5299     - 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| "
5300       data: "data msg"
5301   data: "vpp-perf-results-3n-hsw"
5302   filter: "all"
5303   parameters:
5304   - "name"
5305   - "parent"
5306   - "msg"
5307
5308 # Detailed Test Results - VPP Performance Results 3n-skx
5309 - type: "table"
5310   title: "Detailed Test Results - VPP Performance Results 3n-skx"
5311   algorithm: "table_merged_details"
5312   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
5313   columns:
5314     - title: " |prein| Test Name |preout| "
5315       data: "data name"
5316     - 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| "
5317       data: "data msg"
5318   data: "vpp-perf-results-3n-skx"
5319   filter: "all"
5320   remove-ndr: False
5321   parameters:
5322   - "name"
5323   - "parent"
5324   - "msg"
5325
5326 # Detailed Test Results - VPP Performance Results 2n-skx
5327 - type: "table"
5328   title: "Detailed Test Results - VPP Performance Results 2n-skx"
5329   algorithm: "table_merged_details"
5330   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
5331   columns:
5332     - title: " |prein| Test Name |preout| "
5333       data: "data name"
5334     - 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| "
5335       data: "data msg"
5336   data: "vpp-perf-results-2n-skx"
5337   filter: "all"
5338   remove-ndr: False
5339   parameters:
5340   - "name"
5341   - "parent"
5342   - "msg"
5343
5344 # Detailed Test Results - VPP Performance Results 2n-clx
5345 - type: "table"
5346   title: "Detailed Test Results - VPP Performance Results 2n-clx"
5347   algorithm: "table_merged_details"
5348   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
5349   columns:
5350     - title: " |prein| Test Name |preout| "
5351       data: "data name"
5352     - 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| "
5353       data: "data msg"
5354   data: "vpp-perf-results-2n-clx"
5355   filter: "all"
5356   parameters:
5357   - "name"
5358   - "parent"
5359   - "msg"
5360
5361 # Detailed Test Results - VPP Performance Results 3n-tsh
5362 - type: "table"
5363   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
5364   algorithm: "table_merged_details"
5365   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
5366   columns:
5367     - title: " |prein| Test Name |preout| "
5368       data: "data name"
5369     - 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| "
5370       data: "data msg"
5371   data: "vpp-perf-results-3n-tsh"
5372   filter: "all"
5373   parameters:
5374   - "name"
5375   - "parent"
5376   - "msg"
5377
5378 # Detailed Test Results - VPP Performance Results 3n-dnv
5379 - type: "table"
5380   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
5381   algorithm: "table_merged_details"
5382   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
5383   columns:
5384     - title: " |prein| Test Name |preout| "
5385       data: "data name"
5386     - 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| "
5387       data: "data msg"
5388   data: "vpp-perf-results-3n-dnv"
5389   filter: "all"
5390   parameters:
5391   - "name"
5392   - "parent"
5393   - "msg"
5394
5395 # Detailed Test Results - VPP Performance Results 2n-dnv
5396 - type: "table"
5397   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
5398   algorithm: "table_merged_details"
5399   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5400   columns:
5401     - title: " |prein| Test Name |preout| "
5402       data: "data name"
5403     - 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| "
5404       data: "data msg"
5405   data: "vpp-perf-results-2n-dnv"
5406   filter: "all"
5407   parameters:
5408   - "name"
5409   - "parent"
5410   - "msg"
5411
5412 # Test configuration - VPP Performance Test Configs 3n-hsw
5413 - type: "table"
5414   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
5415   algorithm: "table_merged_details"
5416   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
5417   columns:
5418     - title: " |prein| Test Name |preout| "
5419       data: "data name"
5420     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5421       data: "data conf-history"
5422   data: "vpp-perf-results-3n-hsw"
5423   filter: "all"
5424   parameters:
5425   - "parent"
5426   - "name"
5427   - "conf-history"
5428
5429 # Test configuration - VPP Performance Test Configs 3n-skx
5430 - type: "table"
5431   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5432   algorithm: "table_merged_details"
5433   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5434   columns:
5435     - title: " |prein| Test Name |preout| "
5436       data: "data name"
5437     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5438       data: "data conf-history"
5439   data: "vpp-perf-results-3n-skx"
5440   filter: "all"
5441   parameters:
5442   - "parent"
5443   - "name"
5444   - "conf-history"
5445
5446 # Test configuration - VPP Performance Test Configs 2n-skx
5447 - type: "table"
5448   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5449   algorithm: "table_merged_details"
5450   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5451   columns:
5452     - title: " |prein| Test Name |preout| "
5453       data: "data name"
5454     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5455       data: "data conf-history"
5456   data: "vpp-perf-results-2n-skx"
5457   filter: "all"
5458   parameters:
5459   - "parent"
5460   - "name"
5461   - "conf-history"
5462
5463 # Test configuration - VPP Performance Test Configs 2n-clx
5464 - type: "table"
5465   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5466   algorithm: "table_merged_details"
5467   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
5468   columns:
5469     - title: " |prein| Test Name |preout| "
5470       data: "data name"
5471     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5472       data: "data conf-history"
5473   data: "vpp-perf-results-2n-clx"
5474   filter: "all"
5475   parameters:
5476   - "parent"
5477   - "name"
5478   - "conf-history"
5479
5480 # Test configuration - VPP Performance Test Configs 3n-tsh
5481 - type: "table"
5482   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5483   algorithm: "table_merged_details"
5484   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5485   columns:
5486     - title: " |prein| Test Name |preout| "
5487       data: "data name"
5488     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5489       data: "data conf-history"
5490   data: "vpp-perf-results-3n-tsh"
5491   filter: "all"
5492   parameters:
5493   - "parent"
5494   - "name"
5495   - "conf-history"
5496
5497 # Test configuration - VPP Performance Test Configs 3n-dnv
5498 - type: "table"
5499   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5500   algorithm: "table_merged_details"
5501   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5502   columns:
5503     - title: " |prein| Test Name |preout| "
5504       data: "data name"
5505     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5506       data: "data conf-history"
5507   data: "vpp-perf-results-3n-dnv"
5508   filter: "all"
5509   parameters:
5510   - "parent"
5511   - "name"
5512   - "conf-history"
5513
5514 # Test configuration - VPP Performance Test Configs 2n-dnv
5515 - type: "table"
5516   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5517   algorithm: "table_merged_details"
5518   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5519   columns:
5520     - title: " |prein| Test Name |preout| "
5521       data: "data name"
5522     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5523       data: "data conf-history"
5524   data: "vpp-perf-results-2n-dnv"
5525   filter: "all"
5526   parameters:
5527   - "parent"
5528   - "name"
5529   - "conf-history"
5530
5531 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5532 - type: "table"
5533   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5534   algorithm: "table_oper_data_html"
5535   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5536   data: "vpp-perf-results-3n-hsw"
5537   filter: "all"
5538
5539 # Test Operational Data - VPP Performance Operational Data 3n-skx
5540 - type: "table"
5541   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5542   algorithm: "table_oper_data_html"
5543   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5544   data: "vpp-perf-results-3n-skx"
5545   filter: "all"
5546
5547 # Test Operational Data - VPP Performance Operational Data 2n-skx
5548 - type: "table"
5549   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5550   algorithm: "table_oper_data_html"
5551   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5552   data: "vpp-perf-results-2n-skx"
5553   filter: "all"
5554
5555 # Test Operational Data - VPP Performance Operational Data 2n-clx
5556 - type: "table"
5557   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5558   algorithm: "table_oper_data_html"
5559   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5560   data: "vpp-perf-results-2n-clx"
5561   filter: "all"
5562
5563 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5564 - type: "table"
5565   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5566   algorithm: "table_oper_data_html"
5567   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5568   data: "vpp-perf-results-3n-tsh"
5569   filter: "all"
5570
5571 # Test Operational Data - VPP Performance Operational Data 3n-dnv
5572 - type: "table"
5573   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5574   algorithm: "table_oper_data_html"
5575   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5576   data: "vpp-perf-results-3n-dnv"
5577   filter: "all"
5578
5579 # Test Operational Data - VPP Performance Operational Data 2n-dnv
5580 - type: "table"
5581   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5582   algorithm: "table_oper_data_html"
5583   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5584   data: "vpp-perf-results-2n-dnv"
5585   filter: "all"
5586
5587 # Detailed Test Results - VPP MRR Results 3n-hsw
5588 - type: "table"
5589   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5590   algorithm: "table_merged_details"
5591   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5592   columns:
5593     - title: " |prein| Test Name |preout| "
5594       data: "data name"
5595     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5596       data: "data msg"
5597   data: "vpp-mrr-results-3n-hsw"
5598   filter: "all"
5599   parameters:
5600   - "name"
5601   - "parent"
5602   - "msg"
5603
5604 # Detailed Test Results - VPP MRR Results 3n-skx
5605 - type: "table"
5606   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5607   algorithm: "table_merged_details"
5608   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5609   columns:
5610     - title: " |prein| Test Name |preout| "
5611       data: "data name"
5612     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5613       data: "data msg"
5614   data: "vpp-mrr-results-3n-skx"
5615   filter: "all"
5616   parameters:
5617   - "name"
5618   - "parent"
5619   - "msg"
5620
5621 # Detailed Test Results - VPP MRR Results 2n-skx
5622 - type: "table"
5623   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5624   algorithm: "table_merged_details"
5625   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5626   columns:
5627     - title: " |prein| Test Name |preout| "
5628       data: "data name"
5629     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5630       data: "data msg"
5631   data: "vpp-mrr-results-2n-skx"
5632   filter: "all"
5633   parameters:
5634   - "name"
5635   - "parent"
5636   - "msg"
5637
5638 # Detailed Test Results - VPP MRR Results 2n-clx
5639 - type: "table"
5640   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5641   algorithm: "table_merged_details"
5642   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5643   columns:
5644     - title: " |prein| Test Name |preout| "
5645       data: "data name"
5646     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5647       data: "data msg"
5648   data: "vpp-mrr-results-2n-clx"
5649   filter: "all"
5650   parameters:
5651   - "name"
5652   - "parent"
5653   - "msg"
5654
5655 # Detailed Test Results - VPP MRR Results 3n-tsh
5656 - type: "table"
5657   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5658   algorithm: "table_merged_details"
5659   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5660   columns:
5661     - title: " |prein| Test Name |preout| "
5662       data: "data name"
5663     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5664       data: "data msg"
5665   data: "vpp-mrr-results-3n-tsh"
5666   filter: "all"
5667   parameters:
5668   - "name"
5669   - "parent"
5670   - "msg"
5671
5672 # Detailed Test Results - VPP MRR Results 3n-dnv
5673 - type: "table"
5674   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5675   algorithm: "table_merged_details"
5676   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5677   columns:
5678     - title: " |prein| Test Name |preout| "
5679       data: "data name"
5680     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5681       data: "data msg"
5682   data: "vpp-mrr-results-3n-dnv"
5683   filter: "all"
5684   parameters:
5685   - "name"
5686   - "parent"
5687   - "msg"
5688
5689 # Detailed Test Results - VPP MRR Results 2n-dnv
5690 - type: "table"
5691   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5692   algorithm: "table_merged_details"
5693   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5694   columns:
5695     - title: " |prein| Test Name |preout| "
5696       data: "data name"
5697     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5698       data: "data msg"
5699   data: "vpp-mrr-results-2n-dnv"
5700   filter: "all"
5701   parameters:
5702   - "name"
5703   - "parent"
5704   - "msg"
5705
5706 # Test configuration - VPP MRR Test Configs 3n-hsw
5707 - type: "table"
5708   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5709   algorithm: "table_merged_details"
5710   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5711   columns:
5712     - title: " |prein| Test Name |preout| "
5713       data: "data name"
5714     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5715       data: "data conf-history"
5716   data: "vpp-mrr-results-3n-hsw"
5717   filter: "all"
5718   parameters:
5719   - "parent"
5720   - "name"
5721   - "conf-history"
5722
5723 # Test configuration - VPP MRR Test Configs 3n-skx
5724 - type: "table"
5725   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5726   algorithm: "table_merged_details"
5727   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5728   columns:
5729     - title: " |prein| Test Name |preout| "
5730       data: "data name"
5731     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5732       data: "data conf-history"
5733   data: "vpp-mrr-results-3n-skx"
5734   filter: "all"
5735   parameters:
5736   - "parent"
5737   - "name"
5738   - "conf-history"
5739
5740 # Test configuration - VPP MRR Test Configs 2n-skx
5741 - type: "table"
5742   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5743   algorithm: "table_merged_details"
5744   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5745   columns:
5746     - title: " |prein| Test Name |preout| "
5747       data: "data name"
5748     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5749       data: "data conf-history"
5750   data: "vpp-mrr-results-2n-skx"
5751   filter: "all"
5752   parameters:
5753   - "parent"
5754   - "name"
5755   - "conf-history"
5756
5757 # Test configuration - VPP MRR Test Configs 2n-clx
5758 - type: "table"
5759   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5760   algorithm: "table_merged_details"
5761   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5762   columns:
5763     - title: " |prein| Test Name |preout| "
5764       data: "data name"
5765     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5766       data: "data conf-history"
5767   data: "vpp-mrr-results-2n-clx"
5768   filter: "all"
5769   parameters:
5770   - "parent"
5771   - "name"
5772   - "conf-history"
5773
5774 # Test configuration - VPP MRR Test Configs 3n-tsh
5775 - type: "table"
5776   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5777   algorithm: "table_merged_details"
5778   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5779   columns:
5780     - title: " |prein| Test Name |preout| "
5781       data: "data name"
5782     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5783       data: "data conf-history"
5784   data: "vpp-mrr-results-3n-tsh"
5785   filter: "all"
5786   parameters:
5787   - "parent"
5788   - "name"
5789   - "conf-history"
5790
5791 # Test configuration - VPP MRR Test Configs 3n-dnv
5792 - type: "table"
5793   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5794   algorithm: "table_merged_details"
5795   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5796   columns:
5797     - title: " |prein| Test Name |preout| "
5798       data: "data name"
5799     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5800       data: "data conf-history"
5801   data: "vpp-mrr-results-3n-dnv"
5802   filter: "all"
5803   parameters:
5804   - "parent"
5805   - "name"
5806   - "conf-history"
5807
5808 # Test configuration - VPP MRR Test Configs 2n-dnv
5809 - type: "table"
5810   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5811   algorithm: "table_merged_details"
5812   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5813   columns:
5814     - title: " |prein| Test Name |preout| "
5815       data: "data name"
5816     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5817       data: "data conf-history"
5818   data: "vpp-mrr-results-2n-dnv"
5819   filter: "all"
5820   parameters:
5821   - "parent"
5822   - "name"
5823   - "conf-history"
5824
5825 # Detailed Test Results - VPP Device Results - Ubuntu
5826 - type: "table"
5827   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5828   algorithm: "table_merged_details"
5829   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5830   columns:
5831     - title: " |prein| Test Name |preout| "
5832       data: "data name"
5833     - title: " |prein| Status |preout| "
5834       data: "data status"
5835   data: "vpp-device-results-ubuntu"
5836   filter: "all"
5837   parameters:
5838   - "name"
5839   - "parent"
5840   - "doc"
5841   - "status"
5842
5843 # Test configuration - VPP Device Test Configs - Ubuntu
5844 - type: "table"
5845   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5846   algorithm: "table_merged_details"
5847   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5848   columns:
5849     - title: " |prein| Test Name |preout| "
5850       data: "data name"
5851     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5852       data: "data conf-history"
5853   data: "vpp-device-results-ubuntu"
5854   filter: "all"
5855   parameters:
5856   - "parent"
5857   - "name"
5858   - "conf-history"
5859
5860 ################################################################################
5861
5862 # DPDK Performance Changes 3n-hsw 1t1c pdr
5863 - type: "table"
5864   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5865   algorithm: "table_comparison"
5866   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5867   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5868   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5869   columns:
5870     - title: "1908"
5871       data-set: "dpdk-performance-changes-3n-hsw-h1"
5872     - title: "2001"
5873       data-set: "dpdk-performance-changes-3n-hsw-ref"
5874     - title: "2005"
5875       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5876   comparisons:
5877     - title: "Diff"
5878       reference: 2
5879       compare: 3
5880   legend:
5881     - "Legend to Table"
5882     - "1908, 2001, 2005 - DPDK versions tested."
5883     - "Diff - difference between 2001 and 2005 DPDK version."
5884
5885 # DPDK Performance Changes 3n-hsw 2t2c pdr
5886 - type: "table"
5887   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5888   algorithm: "table_comparison"
5889   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5890   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5891   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5892   columns:
5893     - title: "1908"
5894       data-set: "dpdk-performance-changes-3n-hsw-h1"
5895     - title: "2001"
5896       data-set: "dpdk-performance-changes-3n-hsw-ref"
5897     - title: "2005"
5898       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5899   comparisons:
5900     - title: "Diff"
5901       reference: 2
5902       compare: 3
5903   legend:
5904     - "Legend to Table"
5905     - "1908, 2001, 2005 - DPDK versions tested."
5906     - "Diff - difference between 2001 and 2005 DPDK version."
5907
5908 # DPDK Performance Changes 3n-hsw 1t1c pdr
5909 - type: "table"
5910   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5911   algorithm: "table_comparison"
5912   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5913   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5914   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5915   columns:
5916     - title: "1908"
5917       data-set: "dpdk-performance-changes-3n-hsw-h1"
5918     - title: "2001"
5919       data-set: "dpdk-performance-changes-3n-hsw-ref"
5920     - title: "2005"
5921       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5922   comparisons:
5923     - title: "Diff"
5924       reference: 2
5925       compare: 3
5926   legend:
5927     - "Legend to Table"
5928     - "1908, 2001, 2005 - DPDK versions tested."
5929     - "Diff - difference between 2001 and 2005 DPDK version."
5930
5931 # DPDK Performance Changes 3n-hsw 2t2c ndr
5932 - type: "table"
5933   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5934   algorithm: "table_comparison"
5935   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5936   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5937   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5938   columns:
5939     - title: "1908"
5940       data-set: "dpdk-performance-changes-3n-hsw-h1"
5941     - title: "2001"
5942       data-set: "dpdk-performance-changes-3n-hsw-ref"
5943     - title: "2005"
5944       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5945   comparisons:
5946     - title: "Diff"
5947       reference: 2
5948       compare: 3
5949   legend:
5950     - "Legend to Table"
5951     - "1908, 2001, 2005 - DPDK versions tested."
5952     - "Diff - difference between 2001 and 2005 DPDK version."
5953
5954 # DPDK Performance Changes 3n-skx 2t1c pdr
5955 - type: "table"
5956   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
5957   algorithm: "table_comparison"
5958   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
5959   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5960   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5961   columns:
5962     - title: "1908"
5963       data-set: "dpdk-performance-changes-3n-skx-h1"
5964     - title: "2001"
5965       data-set: "dpdk-performance-changes-3n-skx-ref"
5966     - title: "2005"
5967       data-set: "dpdk-performance-changes-3n-skx-cmp"
5968   comparisons:
5969     - title: "Diff"
5970       reference: 2
5971       compare: 3
5972   legend:
5973     - "Legend to Table"
5974     - "1908, 2001, 2005 - DPDK versions tested."
5975     - "Diff - difference between 2001 and 2005 DPDK version."
5976
5977 # DPDK Performance Changes 3n-skx 4t2c pdr
5978 - type: "table"
5979   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
5980   algorithm: "table_comparison"
5981   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
5982   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5983   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5984   columns:
5985     - title: "1908"
5986       data-set: "dpdk-performance-changes-3n-skx-h1"
5987     - title: "2001"
5988       data-set: "dpdk-performance-changes-3n-skx-ref"
5989     - title: "2005"
5990       data-set: "dpdk-performance-changes-3n-skx-cmp"
5991   comparisons:
5992     - title: "Diff"
5993       reference: 2
5994       compare: 3
5995   legend:
5996     - "Legend to Table"
5997     - "1908, 2001, 2005 - DPDK versions tested."
5998     - "Diff - difference between 2001 and 2005 DPDK version."
5999
6000 # DPDK Performance Changes 3n-skx 2t1c ndr
6001 - type: "table"
6002   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
6003   algorithm: "table_comparison"
6004   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
6005   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6006   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6007   columns:
6008     - title: "1908"
6009       data-set: "dpdk-performance-changes-3n-skx-h1"
6010     - title: "2001"
6011       data-set: "dpdk-performance-changes-3n-skx-ref"
6012     - title: "2005"
6013       data-set: "dpdk-performance-changes-3n-skx-cmp"
6014   comparisons:
6015     - title: "Diff"
6016       reference: 2
6017       compare: 3
6018   legend:
6019     - "Legend to Table"
6020     - "1908, 2001, 2005 - DPDK versions tested."
6021     - "Diff - difference between 2001 and 2005 DPDK version."
6022
6023 # DPDK Performance Changes 3n-skx 4t2c ndr
6024 - type: "table"
6025   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
6026   algorithm: "table_comparison"
6027   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
6028   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6029   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6030   columns:
6031     - title: "1908"
6032       data-set: "dpdk-performance-changes-3n-skx-h1"
6033     - title: "2001"
6034       data-set: "dpdk-performance-changes-3n-skx-ref"
6035     - title: "2005"
6036       data-set: "dpdk-performance-changes-3n-skx-cmp"
6037   comparisons:
6038     - title: "Diff"
6039       reference: 2
6040       compare: 3
6041   legend:
6042     - "Legend to Table"
6043     - "1908, 2001, 2005 - DPDK versions tested."
6044     - "Diff - difference between 2001 and 2005 DPDK version."
6045
6046 # DPDK Performance Changes 2n-skx 2t1c pdr
6047 - type: "table"
6048   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
6049   algorithm: "table_comparison"
6050   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
6051   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6052   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6053   columns:
6054     - title: "1908"
6055       data-set: "dpdk-performance-changes-2n-skx-h1"
6056     - title: "2001"
6057       data-set: "dpdk-performance-changes-2n-skx-ref"
6058     - title: "2005"
6059       data-set: "dpdk-performance-changes-2n-skx-cmp"
6060   comparisons:
6061     - title: "Diff"
6062       reference: 2
6063       compare: 3
6064   legend:
6065     - "Legend to Table"
6066     - "1908, 2001, 2005 - DPDK versions tested."
6067     - "Diff - difference between 2001 and 2005 DPDK version."
6068
6069 # DPDK Performance Changes 2n-skx 4t2c pdr
6070 - type: "table"
6071   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
6072   algorithm: "table_comparison"
6073   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
6074   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6075   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6076   columns:
6077     - title: "1908"
6078       data-set: "dpdk-performance-changes-2n-skx-h1"
6079     - title: "2001"
6080       data-set: "dpdk-performance-changes-2n-skx-ref"
6081     - title: "2005"
6082       data-set: "dpdk-performance-changes-2n-skx-cmp"
6083   comparisons:
6084     - title: "Diff"
6085       reference: 2
6086       compare: 3
6087   legend:
6088     - "Legend to Table"
6089     - "1908, 2001, 2005 - DPDK versions tested."
6090     - "Diff - difference between 2001 and 2005 DPDK version."
6091
6092 # DPDK Performance Changes 2n-skx 2t1c ndr
6093 - type: "table"
6094   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
6095   algorithm: "table_comparison"
6096   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
6097   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6098   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6099   columns:
6100     - title: "1908"
6101       data-set: "dpdk-performance-changes-2n-skx-h1"
6102     - title: "2001"
6103       data-set: "dpdk-performance-changes-2n-skx-ref"
6104     - title: "2005"
6105       data-set: "dpdk-performance-changes-2n-skx-cmp"
6106   comparisons:
6107     - title: "Diff"
6108       reference: 2
6109       compare: 3
6110   legend:
6111     - "Legend to Table"
6112     - "1908, 2001, 2005 - DPDK versions tested."
6113     - "Diff - difference between 2001 and 2005 DPDK version."
6114
6115 # DPDK Performance Changes 2n-skx 4t2c ndr
6116 - type: "table"
6117   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
6118   algorithm: "table_comparison"
6119   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
6120   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6121   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6122   columns:
6123     - title: "1908"
6124       data-set: "dpdk-performance-changes-2n-skx-h1"
6125     - title: "2001"
6126       data-set: "dpdk-performance-changes-2n-skx-ref"
6127     - title: "2005"
6128       data-set: "dpdk-performance-changes-2n-skx-cmp"
6129   comparisons:
6130     - title: "Diff"
6131       reference: 2
6132       compare: 3
6133   legend:
6134     - "Legend to Table"
6135     - "1908, 2001, 2005 - DPDK versions tested."
6136     - "Diff - difference between 2001 and 2005 DPDK version."
6137
6138 # DPDK Performance Changes 2n-clx 2t1c pdr
6139 - type: "table"
6140   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
6141   algorithm: "table_comparison"
6142   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
6143   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6144   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6145   columns:
6146     - title: "2001"
6147       data-set: "dpdk-performance-changes-2n-clx-ref"
6148     - title: "2005"
6149       data-set: "dpdk-performance-changes-2n-clx-cmp"
6150   comparisons:
6151     - title: "Diff"
6152       reference: 1
6153       compare: 2
6154   legend:
6155     - "Legend to Table"
6156     - "2001, 2005 - DPDK versions tested."
6157     - "Diff - difference between 2001 and 2005 DPDK version."
6158
6159 # DPDK Performance Changes 2n-clx 4t2c pdr
6160 - type: "table"
6161   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
6162   algorithm: "table_comparison"
6163   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
6164   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6165   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6166   columns:
6167     - title: "2001"
6168       data-set: "dpdk-performance-changes-2n-clx-ref"
6169     - title: "2005"
6170       data-set: "dpdk-performance-changes-2n-clx-cmp"
6171   comparisons:
6172     - title: "Diff"
6173       reference: 1
6174       compare: 2
6175   legend:
6176     - "Legend to Table"
6177     - "2001, 2005 - DPDK versions tested."
6178     - "Diff - difference between 2001 and 2005 DPDK version."
6179
6180 # DPDK Performance Changes 2n-clx 2t1c ndr
6181 - type: "table"
6182   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
6183   algorithm: "table_comparison"
6184   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
6185   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6186   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6187   columns:
6188     - title: "2001"
6189       data-set: "dpdk-performance-changes-2n-clx-ref"
6190     - title: "2005"
6191       data-set: "dpdk-performance-changes-2n-clx-cmp"
6192   comparisons:
6193     - title: "Diff"
6194       reference: 1
6195       compare: 2
6196   legend:
6197     - "Legend to Table"
6198     - "2001, 2005 - DPDK versions tested."
6199     - "Diff - difference between 2001 and 2005 DPDK version."
6200
6201 # DPDK Performance Changes 2n-clx 4t2c ndr
6202 - type: "table"
6203   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
6204   algorithm: "table_comparison"
6205   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
6206   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6207   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6208   columns:
6209     - title: "2001"
6210       data-set: "dpdk-performance-changes-2n-clx-ref"
6211     - title: "2005"
6212       data-set: "dpdk-performance-changes-2n-clx-cmp"
6213   comparisons:
6214     - title: "Diff"
6215       reference: 1
6216       compare: 2
6217   legend:
6218     - "Legend to Table"
6219     - "2001, 2005 - DPDK versions tested."
6220     - "Diff - difference between 2001 and 2005 DPDK version."
6221
6222 # DPDK Performance Changes 2n-dnv 1t1c pdr
6223 - type: "table"
6224   title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
6225   algorithm: "table_comparison"
6226   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
6227   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6228   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6229   columns:
6230     - title: "2001"
6231       data-set: "dpdk-performance-changes-2n-dnv-ref"
6232     - title: "2005"
6233       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6234   comparisons:
6235     - title: "Diff"
6236       reference: 1
6237       compare: 2
6238   legend:
6239     - "Legend to Table"
6240     - "2001, 2005 - DPDK versions tested."
6241     - "Diff - difference between 2001 and 2005 DPDK version."
6242
6243 # DPDK Performance Changes 2n-dnv 2t2c pdr
6244 - type: "table"
6245   title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
6246   algorithm: "table_comparison"
6247   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
6248   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6249   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6250   columns:
6251     - title: "2001"
6252       data-set: "dpdk-performance-changes-2n-dnv-ref"
6253     - title: "2005"
6254       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6255   comparisons:
6256     - title: "Diff"
6257       reference: 1
6258       compare: 2
6259   legend:
6260     - "Legend to Table"
6261     - "2001, 2005 - DPDK versions tested."
6262     - "Diff - difference between 2001 and 2005 DPDK version."
6263
6264 # DPDK Performance Changes 2n-dnv 1t1c ndr
6265 - type: "table"
6266   title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
6267   algorithm: "table_comparison"
6268   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
6269   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6270   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6271   columns:
6272     - title: "2001"
6273       data-set: "dpdk-performance-changes-2n-dnv-ref"
6274     - title: "2005"
6275       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6276   comparisons:
6277     - title: "Diff"
6278       reference: 1
6279       compare: 2
6280   legend:
6281     - "Legend to Table"
6282     - "2001, 2005 - DPDK versions tested."
6283     - "Diff - difference between 2001 and 2005 DPDK version."
6284
6285 # DPDK Performance Changes 2n-dnv 2t2c ndr
6286 - type: "table"
6287   title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
6288   algorithm: "table_comparison"
6289   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
6290   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6291   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6292   columns:
6293     - title: "2001"
6294       data-set: "dpdk-performance-changes-2n-dnv-ref"
6295     - title: "2005"
6296       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6297   comparisons:
6298     - title: "Diff"
6299       reference: 1
6300       compare: 2
6301   legend:
6302     - "Legend to Table"
6303     - "2001, 2005 - DPDK versions tested."
6304     - "Diff - difference between 2001 and 2005 DPDK version."
6305
6306 # DPDK Performance Changes 3n-dnv 1t1c pdr
6307 - type: "table"
6308   title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
6309   algorithm: "table_comparison"
6310   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
6311   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6312   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6313   columns:
6314     - title: "2001"
6315       data-set: "dpdk-performance-changes-3n-dnv-ref"
6316     - title: "2005"
6317       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6318   comparisons:
6319     - title: "Diff"
6320       reference: 1
6321       compare: 2
6322   legend:
6323     - "Legend to Table"
6324     - "2001, 2005 - DPDK versions tested."
6325     - "Diff - difference between 2001 and 2005 DPDK version."
6326
6327 # DPDK Performance Changes 3n-dnv 2t2c pdr
6328 - type: "table"
6329   title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
6330   algorithm: "table_comparison"
6331   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
6332   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6333   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6334   columns:
6335     - title: "2001"
6336       data-set: "dpdk-performance-changes-3n-dnv-ref"
6337     - title: "2005"
6338       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6339   comparisons:
6340     - title: "Diff"
6341       reference: 1
6342       compare: 2
6343   legend:
6344     - "Legend to Table"
6345     - "2001, 2005 - DPDK versions tested."
6346     - "Diff - difference between 2001 and 2005 DPDK version."
6347
6348 # DPDK Performance Changes 3n-dnv 1t1c ndr
6349 - type: "table"
6350   title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
6351   algorithm: "table_comparison"
6352   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
6353   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6354   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6355   columns:
6356     - title: "2001"
6357       data-set: "dpdk-performance-changes-3n-dnv-ref"
6358     - title: "2005"
6359       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6360   comparisons:
6361     - title: "Diff"
6362       reference: 1
6363       compare: 2
6364   legend:
6365     - "Legend to Table"
6366     - "2001, 2005 - DPDK versions tested."
6367     - "Diff - difference between 2001 and 2005 DPDK version."
6368
6369 # DPDK Performance Changes 3n-dnv 2t2c ndr
6370 - type: "table"
6371   title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
6372   algorithm: "table_comparison"
6373   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
6374   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6375   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6376   columns:
6377     - title: "2001"
6378       data-set: "dpdk-performance-changes-3n-dnv-ref"
6379     - title: "2005"
6380       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6381   comparisons:
6382     - title: "Diff"
6383       reference: 1
6384       compare: 2
6385   legend:
6386     - "Legend to Table"
6387     - "2001, 2005 - DPDK versions tested."
6388     - "Diff - difference between 2001 and 2005 DPDK version."
6389
6390 # DPDK Performance Changes 3n-tsh 1t1c pdr
6391 - type: "table"
6392   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
6393   algorithm: "table_comparison"
6394   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
6395   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6396   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6397   columns:
6398     - title: "2001"
6399       data-set: "dpdk-performance-changes-3n-tsh-ref"
6400     - title: "2005"
6401       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6402   comparisons:
6403     - title: "Diff"
6404       reference: 1
6405       compare: 2
6406   legend:
6407     - "Legend to Table"
6408     - "2001, 2005 - DPDK versions tested."
6409     - "Diff - difference between 2001 and 2005 DPDK version."
6410
6411 # DPDK Performance Changes 3n-tsh 2t2c pdr
6412 - type: "table"
6413   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
6414   algorithm: "table_comparison"
6415   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
6416   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6417   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6418   columns:
6419     - title: "2001"
6420       data-set: "dpdk-performance-changes-3n-tsh-ref"
6421     - title: "2005"
6422       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6423   comparisons:
6424     - title: "Diff"
6425       reference: 1
6426       compare: 2
6427   legend:
6428     - "Legend to Table"
6429     - "2001, 2005 - DPDK versions tested."
6430     - "Diff - difference between 2001 and 2005 DPDK version."
6431
6432 # DPDK Performance Changes 3n-tsh 1t1c ndr
6433 - type: "table"
6434   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
6435   algorithm: "table_comparison"
6436   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
6437   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6438   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6439   columns:
6440     - title: "2001"
6441       data-set: "dpdk-performance-changes-3n-tsh-ref"
6442     - title: "2005"
6443       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6444   comparisons:
6445     - title: "Diff"
6446       reference: 1
6447       compare: 2
6448   legend:
6449     - "Legend to Table"
6450     - "2001, 2005 - DPDK versions tested."
6451     - "Diff - difference between 2001 and 2005 DPDK version."
6452
6453 # DPDK Performance Changes 3n-tsh 2t2c ndr
6454 - type: "table"
6455   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
6456   algorithm: "table_comparison"
6457   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
6458   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6459   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6460   columns:
6461     - title: "2001"
6462       data-set: "dpdk-performance-changes-3n-tsh-ref"
6463     - title: "2005"
6464       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6465   comparisons:
6466     - title: "Diff"
6467       reference: 1
6468       compare: 2
6469   legend:
6470     - "Legend to Table"
6471     - "2001, 2005 - DPDK versions tested."
6472     - "Diff - difference between 2001 and 2005 DPDK version."
6473
6474 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
6475 - type: "table"
6476   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
6477   algorithm: "table_comparison"
6478   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
6479   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6480   filter: "'NIC_Intel-X710'"
6481   columns:
6482     - title: "3n-hsw x710"
6483       data-set: "dpdk-compare-testbeds-ref"
6484     - title: "3n-skx x710"
6485       data-set: "dpdk-compare-testbeds-cmp"
6486   comparisons:
6487     - title: "Diff"
6488       reference: 1
6489       compare: 2
6490   legend:
6491     - "Legend to Table"
6492     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6493     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6494
6495 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
6496 - type: "table"
6497   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
6498   algorithm: "table_comparison"
6499   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
6500   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6501   filter: "'NIC_Intel-X710'"
6502   columns:
6503     - title: "3n-hsw x710"
6504       data-set: "dpdk-compare-testbeds-ref"
6505     - title: "3n-skx x710"
6506       data-set: "dpdk-compare-testbeds-cmp"
6507   comparisons:
6508     - title: "Diff"
6509       reference: 1
6510       compare: 2
6511   legend:
6512     - "Legend to Table"
6513     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6514     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6515
6516 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
6517 - type: "table"
6518   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
6519   algorithm: "table_comparison"
6520   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
6521   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6522   filter: "'NIC_Intel-XXV710'"
6523   columns:
6524     - title: "2n-skx"
6525       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6526     - title: "2n-clx"
6527       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6528   comparisons:
6529     - title: "Diff"
6530       reference: 1
6531       compare: 2
6532   legend:
6533     - "Legend to Table"
6534     - "2n-skx, 2n-clx - testbeds and NICs tested."
6535     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6536
6537 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
6538 - type: "table"
6539   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
6540   algorithm: "table_comparison"
6541   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
6542   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6543   filter: "'NIC_Intel-XXV710'"
6544   columns:
6545     - title: "2n-skx"
6546       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6547     - title: "2n-clx"
6548       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6549   comparisons:
6550     - title: "Diff"
6551       reference: 1
6552       compare: 2
6553   legend:
6554     - "Legend to Table"
6555     - "2n-skx, 2n-clx - testbeds and NICs tested."
6556     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6557
6558 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
6559 - type: "table"
6560   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
6561   algorithm: "table_comparison"
6562   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
6563   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6564   filter: "'NIC_Intel-XXV710'"
6565   columns:
6566     - title: "3n-skx"
6567       data-set: "dpdk-compare-topologies-ref"
6568     - title: "2n-skx"
6569       data-set: "dpdk-compare-topologies-cmp"
6570   comparisons:
6571     - title: "Diff"
6572       reference: 1
6573       compare: 2
6574   legend:
6575     - "Legend to Table"
6576     - "3n-skx, 2n-skx - topologies tested."
6577     - "Diff - difference between 3n-skx and 2n-skx topologies."
6578
6579 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
6580 - type: "table"
6581   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
6582   algorithm: "table_comparison"
6583   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
6584   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6585   filter: "'NIC_Intel-XXV710'"
6586   columns:
6587     - title: "3n-skx"
6588       data-set: "dpdk-compare-topologies-ref"
6589     - title: "2n-skx"
6590       data-set: "dpdk-compare-topologies-cmp"
6591   comparisons:
6592     - title: "Diff"
6593       reference: 1
6594       compare: 2
6595   legend:
6596     - "Legend to Table"
6597     - "3n-skx, 2n-skx - topologies tested."
6598     - "Diff - difference between 3n-skx and 2n-skx topologies."
6599
6600 # Detailed Test Results - DPDK Performance Results 3n-hsw
6601 - type: "table"
6602   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
6603   algorithm: "table_merged_details"
6604   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
6605   columns:
6606     - title: " |prein| Test Name |preout| "
6607       data: "data name"
6608     - 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| "
6609       data: "data msg"
6610   data: "dpdk-perf-results-3n-hsw"
6611   filter: "all"
6612   parameters:
6613   - "name"
6614   - "parent"
6615   - "msg"
6616
6617 # Detailed Test Results - DPDK Performance Results 3n-skx
6618 - type: "table"
6619   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
6620   algorithm: "table_merged_details"
6621   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
6622   columns:
6623     - title: " |prein| Test Name |preout| "
6624       data: "data name"
6625     - 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| "
6626       data: "data msg"
6627   data: "dpdk-perf-results-3n-skx"
6628   filter: "all"
6629   remove-ndr: False
6630   parameters:
6631   - "name"
6632   - "parent"
6633   - "msg"
6634
6635 # Detailed Test Results - DPDK Performance Results 2n-skx
6636 - type: "table"
6637   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
6638   algorithm: "table_merged_details"
6639   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
6640   columns:
6641     - title: " |prein| Test Name |preout| "
6642       data: "data name"
6643     - 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| "
6644       data: "data msg"
6645   data: "dpdk-perf-results-2n-skx"
6646   filter: "all"
6647   remove-ndr: False
6648   parameters:
6649   - "name"
6650   - "parent"
6651   - "msg"
6652
6653 # Detailed Test Results - DPDK Performance Results 2n-clx
6654 - type: "table"
6655   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
6656   algorithm: "table_merged_details"
6657   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
6658   columns:
6659     - title: " |prein| Test Name |preout| "
6660       data: "data name"
6661     - 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| "
6662       data: "data msg"
6663   data: "dpdk-perf-results-2n-clx"
6664   filter: "all"
6665   parameters:
6666   - "name"
6667   - "parent"
6668   - "msg"
6669
6670 # Detailed Test Results - DPDK Performance Results 2n-dnv
6671 - type: "table"
6672   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
6673   algorithm: "table_merged_details"
6674   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
6675   columns:
6676     - title: " |prein| Test Name |preout| "
6677       data: "data name"
6678     - 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| "
6679       data: "data msg"
6680   data: "dpdk-perf-results-2n-dnv"
6681   filter: "all"
6682   parameters:
6683   - "name"
6684   - "parent"
6685   - "msg"
6686
6687 # Detailed Test Results - DPDK Performance Results 3n-dnv
6688 - type: "table"
6689   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
6690   algorithm: "table_merged_details"
6691   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
6692   columns:
6693     - title: " |prein| Test Name |preout| "
6694       data: "data name"
6695     - 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| "
6696       data: "data msg"
6697   data: "dpdk-perf-results-3n-dnv"
6698   filter: "all"
6699   parameters:
6700   - "name"
6701   - "parent"
6702   - "msg"
6703
6704 # Detailed Test Results - DPDK Performance Results 3n-tsh
6705 - type: "table"
6706   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
6707   algorithm: "table_merged_details"
6708   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
6709   columns:
6710     - title: " |prein| Test Name |preout| "
6711       data: "data name"
6712     - 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| "
6713       data: "data msg"
6714   data: "dpdk-perf-results-3n-tsh"
6715   filter: "all"
6716   parameters:
6717   - "name"
6718   - "parent"
6719   - "msg"
6720
6721 ################################################################################
6722 ###                                F I L E S                                 ###
6723 ################################################################################
6724
6725 # VPP Performance Results
6726 - type: "file"
6727   title: "VPP Performance Results"
6728   algorithm: "file_details_split"
6729   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
6730   dir-tables:
6731     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
6732     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
6733     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
6734     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
6735     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
6736     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
6737     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
6738   data:
6739     - "vpp-perf-results-2n-skx"
6740     - "vpp-perf-results-3n-skx"
6741     - "vpp-perf-results-2n-clx"
6742     - "vpp-perf-results-3n-hsw"
6743     - "vpp-perf-results-3n-tsh"
6744     - "vpp-perf-results-2n-dnv"
6745     - "vpp-perf-results-3n-dnv"
6746   filter: "all"
6747   data-start-level: 4
6748   order-chapters:
6749     level-1:
6750       - "l2"
6751       - "ip4"
6752       - "ip6"
6753       - "srv6"
6754       - "ip4_tunnels"
6755       - "ip6_tunnels"
6756       - "vm_vhost"
6757       - "container_memif"
6758       - "crypto"
6759       - "vts"
6760       - "lb"
6761       - "nfv_density"
6762       - "hoststack"
6763     level-2:
6764       - "2n-skx"
6765       - "3n-skx"
6766       - "2n-clx"
6767       - "3n-hsw"
6768       - "3n-tsh"
6769       - "2n-dnv"
6770       - "3n-dnv"
6771     level-3:
6772       - "xl710"
6773       - "x520"
6774       - "xxv710"
6775       - "x710"
6776       - "x553"
6777       - "cx556a"
6778       - "vic1227"
6779       - "vic1385"
6780
6781 # VPP Performance Configuration
6782 - type: "file"
6783   title: "VPP Performance Configuration"
6784   algorithm: "file_details_split"
6785   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
6786   dir-tables:
6787     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
6788     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
6789     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
6790     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
6791     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
6792     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
6793     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
6794   data:
6795     - "vpp-perf-results-2n-skx"
6796     - "vpp-perf-results-3n-skx"
6797     - "vpp-perf-results-2n-clx"
6798     - "vpp-perf-results-3n-hsw"
6799     - "vpp-perf-results-3n-tsh"
6800     - "vpp-perf-results-2n-dnv"
6801     - "vpp-perf-results-3n-dnv"
6802   filter: "all"
6803   data-start-level: 4
6804   order-chapters:
6805     level-1:
6806       - "l2"
6807       - "ip4"
6808       - "ip6"
6809       - "srv6"
6810       - "ip4_tunnels"
6811       - "ip6_tunnels"
6812       - "vm_vhost"
6813       - "container_memif"
6814       - "crypto"
6815       - "vts"
6816       - "lb"
6817       - "nfv_density"
6818       - "hoststack"
6819     level-2:
6820       - "2n-skx"
6821       - "3n-skx"
6822       - "2n-clx"
6823       - "3n-hsw"
6824       - "3n-tsh"
6825       - "2n-dnv"
6826       - "3n-dnv"
6827     level-3:
6828       - "xl710"
6829       - "x520"
6830       - "xxv710"
6831       - "x710"
6832       - "x553"
6833       - "cx556a"
6834       - "vic1227"
6835       - "vic1385"
6836
6837 # VPP Performance Operational
6838 - type: "file"
6839   title: "VPP Performance Operational"
6840   algorithm: "file_details_split_html"
6841   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
6842   dir-tables:
6843     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
6844     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
6845     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
6846     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
6847     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
6848     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
6849     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
6850   data:
6851     - "vpp-perf-results-2n-skx"
6852     - "vpp-perf-results-3n-skx"
6853     - "vpp-perf-results-2n-clx"
6854     - "vpp-perf-results-3n-hsw"
6855     - "vpp-perf-results-3n-tsh"
6856     - "vpp-perf-results-2n-dnv"
6857     - "vpp-perf-results-3n-dnv"
6858   filter: "all"
6859   data-start-level: 4
6860   order-chapters:
6861     level-1:
6862       - "l2"
6863       - "ip4"
6864       - "ip6"
6865       - "srv6"
6866       - "ip4_tunnels"
6867       - "ip6_tunnels"
6868       - "vm_vhost"
6869       - "container_memif"
6870       - "crypto"
6871       - "vts"
6872       - "lb"
6873       - "nfv_density"
6874       - "hoststack"
6875     level-2:
6876       - "2n-skx"
6877       - "3n-skx"
6878       - "2n-clx"
6879       - "3n-hsw"
6880       - "3n-tsh"
6881       - "2n-dnv"
6882       - "3n-dnv"
6883     level-3:
6884       - "xl710"
6885       - "x520"
6886       - "xxv710"
6887       - "x710"
6888       - "x553"
6889       - "cx556a"
6890       - "vic1227"
6891       - "vic1385"
6892
6893 # VPP MRR Results
6894 - type: "file"
6895   title: "VPP MRR Results"
6896   algorithm: "file_details_split"
6897   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
6898   dir-tables:
6899     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
6900     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
6901     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
6902     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
6903     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
6904     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
6905     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
6906   data:
6907     - "vpp-mrr-results-2n-skx"
6908     - "vpp-mrr-results-3n-skx"
6909     - "vpp-mrr-results-2n-clx"
6910     - "vpp-mrr-results-3n-hsw"
6911     - "vpp-mrr-results-3n-tsh"
6912     - "vpp-mrr-results-2n-dnv"
6913     - "vpp-mrr-results-3n-dnv"
6914   filter: "all"
6915   data-start-level: 4
6916   order-chapters:
6917     level-1:
6918       - "l2"
6919       - "ip4"
6920       - "ip6"
6921       - "srv6"
6922       - "ip4_tunnels"
6923       - "ip6_tunnels"
6924       - "vm_vhost"
6925       - "container_memif"
6926       - "crypto"
6927       - "vts"
6928       - "lb"
6929       - "nfv_density"
6930       - "hoststack"
6931     level-2:
6932       - "2n-skx"
6933       - "3n-skx"
6934       - "2n-clx"
6935       - "3n-hsw"
6936       - "3n-tsh"
6937       - "2n-dnv"
6938       - "3n-dnv"
6939     level-3:
6940       - "xl710"
6941       - "x520"
6942       - "xxv710"
6943       - "x710"
6944       - "x553"
6945       - "cx556a"
6946       - "vic1227"
6947       - "vic1385"
6948
6949 # VPP MRR Configuration
6950 - type: "file"
6951   title: "VPP MRR Configuration"
6952   algorithm: "file_details_split"
6953   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
6954   dir-tables:
6955     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
6956     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
6957     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
6958     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
6959     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
6960     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
6961     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
6962   data:
6963     - "vpp-mrr-results-2n-skx"
6964     - "vpp-mrr-results-3n-skx"
6965     - "vpp-mrr-results-2n-clx"
6966     - "vpp-mrr-results-3n-hsw"
6967     - "vpp-mrr-results-3n-tsh"
6968     - "vpp-mrr-results-2n-dnv"
6969     - "vpp-mrr-results-3n-dnv"
6970   filter: "all"
6971   data-start-level: 4
6972   order-chapters:
6973     level-1:
6974       - "l2"
6975       - "ip4"
6976       - "ip6"
6977       - "srv6"
6978       - "ip4_tunnels"
6979       - "ip6_tunnels"
6980       - "vm_vhost"
6981       - "container_memif"
6982       - "crypto"
6983       - "vts"
6984       - "lb"
6985       - "nfv_density"
6986       - "hoststack"
6987     level-2:
6988       - "2n-skx"
6989       - "3n-skx"
6990       - "2n-clx"
6991       - "3n-hsw"
6992       - "3n-tsh"
6993       - "2n-dnv"
6994       - "3n-dnv"
6995     level-3:
6996       - "xl710"
6997       - "x520"
6998       - "xxv710"
6999       - "x710"
7000       - "x553"
7001       - "cx556a"
7002       - "vic1227"
7003       - "vic1385"
7004
7005 # VPP Device Results - Ubuntu
7006 - type: "file"
7007   title: "VPP Device Results - Ubuntu"
7008   algorithm: "file_test_results"
7009   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7010   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7011   data: "vpp-device-results-ubuntu"
7012   filter: "all"
7013   data-start-level: 4
7014
7015 # VPP Device Configuration - Ubuntu
7016 - type: "file"
7017   title: "VPP Device Configuration - Ubuntu"
7018   algorithm: "file_test_results"
7019   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7020   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7021   data: "vpp-device-results-ubuntu"
7022   filter: "all"
7023   data-start-level: 4
7024
7025 # DPDK Performance Results 3n-hsw
7026 - type: "file"
7027   title: "DPDK Performance Results 3n-hsw"
7028   algorithm: "file_test_results"
7029   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7030   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7031   data: "dpdk-perf-results-3n-hsw"
7032   filter: "all"
7033   data-start-level: 4
7034
7035 # DPDK Performance Results 3n-skx
7036 - type: "file"
7037   title: "DPDK Performance Results 3n-skx"
7038   algorithm: "file_test_results"
7039   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7040   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7041   data: "dpdk-perf-results-3n-skx"
7042   filter: "all"
7043   data-start-level: 4
7044
7045 # DPDK Performance Results 2n-skx
7046 - type: "file"
7047   title: "DPDK Performance Results 2n-skx"
7048   algorithm: "file_test_results"
7049   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7050   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7051   data: "dpdk-perf-results-2n-skx"
7052   filter: "all"
7053   data-start-level: 4
7054
7055 # DPDK Performance Results 2n-clx
7056 - type: "file"
7057   title: "DPDK Performance Results 2n-clx"
7058   algorithm: "file_test_results"
7059   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7060   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7061   data: "dpdk-perf-results-2n-clx"
7062   filter: "all"
7063   data-start-level: 4
7064
7065 # DPDK Performance Results 2n-dnv
7066 - type: "file"
7067   title: "DPDK Performance Results 2n-dnv"
7068   algorithm: "file_test_results"
7069   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7070   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7071   data: "dpdk-perf-results-2n-dnv"
7072   filter: "all"
7073   data-start-level: 4
7074
7075 # DPDK Performance Results 3n-dnv
7076 - type: "file"
7077   title: "DPDK Performance Results 3n-dnv"
7078   algorithm: "file_test_results"
7079   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7080   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7081   data: "dpdk-perf-results-3n-dnv"
7082   filter: "all"
7083   data-start-level: 4
7084
7085 # DPDK Performance Results 3n-tsh
7086 - type: "file"
7087   title: "DPDK Performance Results 3n-tsh"
7088   algorithm: "file_test_results"
7089   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7090   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7091   data: "dpdk-perf-results-3n-tsh"
7092   filter: "all"
7093   data-start-level: 4
7094
7095 ################################################################################
7096 ###                                P L O T S                                 ###
7097 ################################################################################
7098
7099 # Hoststack tests 3n-hsw
7100
7101 - type: "plot"
7102   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7103   algorithm: "plot_perf_box_name"
7104   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
7105   data: "plot-vpp-hoststack-3n-hsw"
7106   include:
7107     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
7108     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
7109   layout:
7110     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7111     layout: "plot-hoststack"
7112
7113 - type: "plot"
7114   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7115   algorithm: "plot_perf_box_name"
7116   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
7117   data: "plot-vpp-hoststack-3n-hsw"
7118   include:
7119     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
7120     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
7121   layout:
7122     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7123     layout: "plot-hoststack"
7124
7125 - type: "plot"
7126   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7127   algorithm: "plot_perf_box_name"
7128   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
7129   data: "plot-vpp-hoststack-3n-hsw"
7130   include:
7131     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
7132     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
7133     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
7134     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
7135   layout:
7136     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7137     layout: "plot-hoststack"
7138
7139 ## Plots VPP HTTP Server Performance
7140 #- type: "plot"
7141 #  title: "VPP HTTP Server Performance"
7142 #  algorithm: "plot_http_server_perf_box"
7143 #  output-file-type: ".html"
7144 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
7145 #  data:
7146 #    "plot-vpp-http-server-performance"
7147 #  filter: "'HTTP' and 'TCP_CPS' and not '8T4C'"
7148 #  parameters:
7149 #  - "result"
7150 #  - "name"
7151 #  traces:
7152 #    hoverinfo: "y+name"
7153 #    boxpoints: "outliers"
7154 #    whiskerwidth: 0
7155 #  layout:
7156 #    title: "VPP HTTP Server Performance"
7157 #    layout:
7158 #      "plot-cps"
7159 #
7160 #- type: "plot"
7161 #  title: "VPP HTTP Server Performance"
7162 #  algorithm: "plot_http_server_perf_box"
7163 #  output-file-type: ".html"
7164 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
7165 #  data:
7166 #    "plot-vpp-http-server-performance"
7167 #  filter: "'HTTP' and 'TCP_RPS' and not '8T4C'"
7168 #  parameters:
7169 #  - "result"
7170 #  - "name"
7171 #  traces:
7172 #    hoverinfo: "y+name"
7173 #    boxpoints: "outliers"
7174 #    whiskerwidth: 0
7175 #  layout:
7176 #    title: "VPP HTTP Server Performance"
7177 #    layout:
7178 #      "plot-rps"
7179
7180 ################################################################################
7181
7182 # Soak Test (PLRsearch), boxes - 2n-clx
7183 - type: "plot"
7184   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7185   algorithm: "plot_perf_box_name"
7186   output-file-type: ".html"
7187   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
7188   data: "plot-vpp-soak-2n-clx"
7189   include:
7190     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7191     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7192     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7193     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7194     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7195     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7196   layout:
7197     title: "30 Minutes Soak Test (PLRsearch)"
7198     layout: "plot-soak-throughput"
7199
7200 # Soak Test (PLRsearch), boxes - 2n-clx
7201 - type: "plot"
7202   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7203   algorithm: "plot_perf_box_name"
7204   output-file-type: ".html"
7205   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
7206   data: "plot-vpp-soak-2n-clx"
7207   include:
7208     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7209     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7210     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7211     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7212     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7213     - "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"
7214   layout:
7215     title: "30 Minutes Soak Test (PLRsearch)"
7216     layout: "plot-soak-throughput"
7217
7218 # Soak Test (PLRsearch), boxes - 2n-skx
7219 - type: "plot"
7220   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7221   algorithm: "plot_perf_box_name"
7222   output-file-type: ".html"
7223   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
7224   data: "plot-vpp-soak-2n-skx"
7225   include:
7226     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7227     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7228     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7229     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7230     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7231     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7232   layout:
7233     title: "30 Minutes Soak Test (PLRsearch)"
7234     layout: "plot-soak-throughput"
7235
7236 # Soak Test (PLRsearch), boxes - 2n-skx
7237 - type: "plot"
7238   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7239   algorithm: "plot_perf_box_name"
7240   output-file-type: ".html"
7241   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
7242   data: "plot-vpp-soak-2n-skx"
7243   include:
7244     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7245     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7246     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7247     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7248     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7249     - "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"
7250   layout:
7251     title: "30 Minutes Soak Test (PLRsearch)"
7252     layout: "plot-soak-throughput"
7253
7254 ###############################################################################
7255
7256 # Reconf tests 2n-skx
7257
7258 - type: "plot"
7259   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7260   algorithm: "plot_nf_reconf_box_name"
7261   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7262   data: "plot-vpp-nfv-reconf-2n-skx"
7263   include:
7264     - "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"
7265     - "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"
7266     - "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"
7267     - "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"
7268     - "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"
7269     - "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"
7270   layout:
7271     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7272     layout: "plot-throughput"
7273
7274 - type: "plot"
7275   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7276   algorithm: "plot_nf_reconf_box_name"
7277   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7278   data: "plot-vpp-nfv-reconf-2n-skx"
7279   include:
7280     - "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"
7281     - "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"
7282     - "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"
7283     - "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"
7284     - "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"
7285     - "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"
7286   layout:
7287     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7288     layout: "plot-throughput"
7289
7290 - type: "plot"
7291   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7292   algorithm: "plot_nf_reconf_box_name"
7293   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7294   data: "plot-vpp-nfv-reconf-2n-skx"
7295   include:
7296     - "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"
7297     - "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"
7298     - "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"
7299     - "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"
7300     - "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"
7301     - "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"
7302   layout:
7303     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7304     layout: "plot-throughput"
7305
7306 ###############################################################################
7307
7308 # Reconf tests 2n-clx
7309
7310 - type: "plot"
7311   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7312   algorithm: "plot_nf_reconf_box_name"
7313   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7314   data: "plot-vpp-nfv-reconf-2n-clx"
7315   include:
7316     - "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"
7317     - "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"
7318     - "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"
7319     - "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"
7320   layout:
7321     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7322     layout: "plot-throughput"
7323
7324 - type: "plot"
7325   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7326   algorithm: "plot_nf_reconf_box_name"
7327   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7328   data: "plot-vpp-nfv-reconf-2n-clx"
7329   include:
7330     - "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"
7331     - "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"
7332     - "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"
7333     - "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"
7334   layout:
7335     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7336     layout: "plot-throughput"
7337
7338 - type: "plot"
7339   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7340   algorithm: "plot_nf_reconf_box_name"
7341   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7342   data: "plot-vpp-nfv-reconf-2n-clx"
7343   include:
7344     - "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"
7345     - "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"
7346     - "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"
7347     - "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"
7348   layout:
7349     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7350     layout: "plot-throughput"
7351
7352 ################################################################################
7353 ## Plots - NF Density - VSC - MRR 64b
7354 #- type: "plot"
7355 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7356 #  algorithm: "plot_nf_heatmap"
7357 #  output-file-type: ".html"
7358 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
7359 #  data: "plot-vpp-nfv-2n-skx-mrr"
7360 #  filter: "'NIC_Intel-XXV710' and
7361 #           'NF_DENSITY' and
7362 #           'VHOST' and
7363 #           not 'VXLAN' and
7364 #           'CHAIN' and
7365 #           'NF_VPPIP4' and
7366 #           '64B' and
7367 #           '2T1C' and
7368 #           'MRR'"
7369 #  parameters:
7370 #  - "result"
7371 #  - "name"
7372 #  - "tags"
7373 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7374 #  x-axis: "X = VNFs per Service Chain"
7375 #  y-axis: "Y = Number of Service Chains"
7376 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7377 #  layout:
7378 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7379 #    layout: "plot-service-density"
7380 #
7381 #- type: "plot"
7382 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7383 #  algorithm: "plot_nf_heatmap"
7384 #  output-file-type: ".html"
7385 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
7386 #  data: "plot-vpp-nfv-2n-skx-mrr"
7387 #  filter: "'NIC_Intel-XXV710' and
7388 #           'NF_DENSITY' and
7389 #           'VHOST' and
7390 #           not 'VXLAN' and
7391 #           'CHAIN' and
7392 #           'NF_VPPIP4' and
7393 #           '64B' and
7394 #           '4T2C' and
7395 #           'MRR'"
7396 #  parameters:
7397 #  - "result"
7398 #  - "name"
7399 #  - "tags"
7400 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7401 #  x-axis: "X = VNFs per Service Chain"
7402 #  y-axis: "Y = Number of Service Chains"
7403 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7404 #  layout:
7405 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7406 #    layout: "plot-service-density"
7407 #
7408 #- type: "plot"
7409 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7410 #  algorithm: "plot_nf_heatmap"
7411 #  output-file-type: ".html"
7412 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
7413 #  data: "plot-vpp-nfv-2n-skx-mrr"
7414 #  filter: "'NIC_Intel-XXV710' and
7415 #           'NF_DENSITY' and
7416 #           'VHOST' and
7417 #           not 'VXLAN' and
7418 #           'CHAIN' and
7419 #           'NF_VPPIP4' and
7420 #           '64B' and
7421 #           '8T4C' and
7422 #           'MRR'"
7423 #  parameters:
7424 #  - "result"
7425 #  - "name"
7426 #  - "tags"
7427 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7428 #  x-axis: "X = VNFs per Service Chain"
7429 #  y-axis: "Y = Number of Service Chains"
7430 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7431 #  layout:
7432 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7433 #    layout: "plot-service-density"
7434 #
7435 ## Plots - NF Density - VSC - MRR IMIX
7436 #- type: "plot"
7437 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7438 #  algorithm: "plot_nf_heatmap"
7439 #  output-file-type: ".html"
7440 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
7441 #  data: "plot-vpp-nfv-2n-skx-mrr"
7442 #  filter: "'NIC_Intel-XXV710' and
7443 #           'NF_DENSITY' and
7444 #           'VHOST' and
7445 #           not 'VXLAN' and
7446 #           'CHAIN' and
7447 #           'NF_VPPIP4' and
7448 #           'IMIX' and
7449 #           '2T1C' and
7450 #           'MRR'"
7451 #  parameters:
7452 #  - "result"
7453 #  - "name"
7454 #  - "tags"
7455 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7456 #  x-axis: "X = VNFs per Service Chain"
7457 #  y-axis: "Y = Number of Service Chains"
7458 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7459 #  layout:
7460 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7461 #    layout: "plot-service-density"
7462 #
7463 #- type: "plot"
7464 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7465 #  algorithm: "plot_nf_heatmap"
7466 #  output-file-type: ".html"
7467 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
7468 #  data: "plot-vpp-nfv-2n-skx-mrr"
7469 #  filter: "'NIC_Intel-XXV710' and
7470 #           'NF_DENSITY' and
7471 #           'VHOST' and
7472 #           not 'VXLAN' and
7473 #           'CHAIN' and
7474 #           'NF_VPPIP4' and
7475 #           'IMIX' and
7476 #           '4T2C' and
7477 #           'MRR'"
7478 #  parameters:
7479 #  - "result"
7480 #  - "name"
7481 #  - "tags"
7482 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7483 #  x-axis: "X = VNFs per Service Chain"
7484 #  y-axis: "Y = Number of Service Chains"
7485 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7486 #  layout:
7487 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7488 #    layout: "plot-service-density"
7489 #
7490 #- type: "plot"
7491 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7492 #  algorithm: "plot_nf_heatmap"
7493 #  output-file-type: ".html"
7494 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
7495 #  data: "plot-vpp-nfv-2n-skx-mrr"
7496 #  filter: "'NIC_Intel-XXV710' and
7497 #           'NF_DENSITY' and
7498 #           'VHOST' and
7499 #           not 'VXLAN' and
7500 #           'CHAIN' and
7501 #           'NF_VPPIP4' and
7502 #           'IMIX' and
7503 #           '8T4C' and
7504 #           'MRR'"
7505 #  parameters:
7506 #  - "result"
7507 #  - "name"
7508 #  - "tags"
7509 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7510 #  x-axis: "X = VNFs per Service Chain"
7511 #  y-axis: "Y = Number of Service Chains"
7512 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7513 #  layout:
7514 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7515 #    layout: "plot-service-density"
7516 #
7517 ## Plots - NF Density - VSC - NDR 64b
7518 #- type: "plot"
7519 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7520 #  algorithm: "plot_nf_heatmap"
7521 #  output-file-type: ".html"
7522 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
7523 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7524 #  filter: "'NIC_Intel-XXV710' and
7525 #           'NF_DENSITY' and
7526 #           'VHOST' and
7527 #           not 'VXLAN' and
7528 #           'CHAIN' and
7529 #           'NF_VPPIP4' and
7530 #           '64B' and
7531 #           '2T1C' and
7532 #           'NDRPDR'"
7533 #  parameters:
7534 #  - "throughput"
7535 #  - "name"
7536 #  - "tags"
7537 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7538 #  x-axis: "X = VNFs per Service Chain"
7539 #  y-axis: "Y = Number of Service Chains"
7540 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7541 #  layout:
7542 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7543 #    layout: "plot-service-density"
7544 #
7545 #- type: "plot"
7546 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7547 #  algorithm: "plot_nf_heatmap"
7548 #  output-file-type: ".html"
7549 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
7550 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7551 #  filter: "'NIC_Intel-XXV710' and
7552 #           'NF_DENSITY' and
7553 #           'VHOST' and
7554 #           not 'VXLAN' and
7555 #           'CHAIN' and
7556 #           'NF_VPPIP4' and
7557 #           '64B' and
7558 #           '4T2C' and
7559 #           'NDRPDR'"
7560 #  parameters:
7561 #  - "throughput"
7562 #  - "name"
7563 #  - "tags"
7564 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7565 #  x-axis: "X = VNFs per Service Chain"
7566 #  y-axis: "Y = Number of Service Chains"
7567 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7568 #  layout:
7569 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7570 #    layout: "plot-service-density"
7571 #
7572 #- type: "plot"
7573 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7574 #  algorithm: "plot_nf_heatmap"
7575 #  output-file-type: ".html"
7576 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
7577 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7578 #  filter: "'NIC_Intel-XXV710' and
7579 #           'NF_DENSITY' and
7580 #           'VHOST' and
7581 #           not 'VXLAN' and
7582 #           'CHAIN' and
7583 #           'NF_VPPIP4' and
7584 #           '64B' and
7585 #           '8T4C' and
7586 #           'NDRPDR'"
7587 #  parameters:
7588 #  - "throughput"
7589 #  - "name"
7590 #  - "tags"
7591 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7592 #  x-axis: "X = VNFs per Service Chain"
7593 #  y-axis: "Y = Number of Service Chains"
7594 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7595 #  layout:
7596 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7597 #    layout: "plot-service-density"
7598 #
7599 ## Plots - NF Density - VSC - NDR IMIX
7600 #- type: "plot"
7601 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7602 #  algorithm: "plot_nf_heatmap"
7603 #  output-file-type: ".html"
7604 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
7605 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7606 #  filter: "'NIC_Intel-XXV710' and
7607 #           'NF_DENSITY' and
7608 #           'VHOST' and
7609 #           not 'VXLAN' and
7610 #           'CHAIN' and
7611 #           'NF_VPPIP4' and
7612 #           'IMIX' and
7613 #           '2T1C' and
7614 #           'NDRPDR'"
7615 #  parameters:
7616 #  - "throughput"
7617 #  - "name"
7618 #  - "tags"
7619 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7620 #  x-axis: "X = VNFs per Service Chain"
7621 #  y-axis: "Y = Number of Service Chains"
7622 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7623 #  layout:
7624 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7625 #    layout: "plot-service-density"
7626 #
7627 #- type: "plot"
7628 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7629 #  algorithm: "plot_nf_heatmap"
7630 #  output-file-type: ".html"
7631 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
7632 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7633 #  filter: "'NIC_Intel-XXV710' and
7634 #           'NF_DENSITY' and
7635 #           'VHOST' and
7636 #           not 'VXLAN' and
7637 #           'CHAIN' and
7638 #           'NF_VPPIP4' and
7639 #           'IMIX' and
7640 #           '4T2C' and
7641 #           'NDRPDR'"
7642 #  parameters:
7643 #  - "throughput"
7644 #  - "name"
7645 #  - "tags"
7646 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7647 #  x-axis: "X = VNFs per Service Chain"
7648 #  y-axis: "Y = Number of Service Chains"
7649 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7650 #  layout:
7651 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7652 #    layout: "plot-service-density"
7653 #
7654 #- type: "plot"
7655 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7656 #  algorithm: "plot_nf_heatmap"
7657 #  output-file-type: ".html"
7658 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
7659 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7660 #  filter: "'NIC_Intel-XXV710' and
7661 #           'NF_DENSITY' and
7662 #           'VHOST' and
7663 #           not 'VXLAN' and
7664 #           'CHAIN' and
7665 #           'NF_VPPIP4' and
7666 #           'IMIX' and
7667 #           '8T4C' and
7668 #           'NDRPDR'"
7669 #  parameters:
7670 #  - "throughput"
7671 #  - "name"
7672 #  - "tags"
7673 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7674 #  x-axis: "X = VNFs per Service Chain"
7675 #  y-axis: "Y = Number of Service Chains"
7676 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7677 #  layout:
7678 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7679 #    layout: "plot-service-density"
7680 #
7681 ## Plots - NF Density - VSC - PDR 64b
7682 #- type: "plot"
7683 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7684 #  algorithm: "plot_nf_heatmap"
7685 #  output-file-type: ".html"
7686 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
7687 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7688 #  filter: "'NIC_Intel-XXV710' and
7689 #           'NF_DENSITY' and
7690 #           'VHOST' and
7691 #           not 'VXLAN' and
7692 #           'CHAIN' and
7693 #           'NF_VPPIP4' and
7694 #           '64B' and
7695 #           '2T1C' and
7696 #           'NDRPDR'"
7697 #  parameters:
7698 #  - "throughput"
7699 #  - "name"
7700 #  - "tags"
7701 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7702 #  x-axis: "X = VNFs per Service Chain"
7703 #  y-axis: "Y = Number of Service Chains"
7704 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7705 #  layout:
7706 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7707 #    layout: "plot-service-density"
7708 #
7709 #- type: "plot"
7710 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7711 #  algorithm: "plot_nf_heatmap"
7712 #  output-file-type: ".html"
7713 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
7714 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7715 #  filter: "'NIC_Intel-XXV710' and
7716 #           'NF_DENSITY' and
7717 #           'VHOST' and
7718 #           not 'VXLAN' and
7719 #           'CHAIN' and
7720 #           'NF_VPPIP4' and
7721 #           '64B' and
7722 #           '4T2C' and
7723 #           'NDRPDR'"
7724 #  parameters:
7725 #  - "throughput"
7726 #  - "name"
7727 #  - "tags"
7728 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7729 #  x-axis: "X = VNFs per Service Chain"
7730 #  y-axis: "Y = Number of Service Chains"
7731 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7732 #  layout:
7733 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7734 #    layout: "plot-service-density"
7735 #
7736 #- type: "plot"
7737 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7738 #  algorithm: "plot_nf_heatmap"
7739 #  output-file-type: ".html"
7740 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
7741 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7742 #  filter: "'NIC_Intel-XXV710' and
7743 #           'NF_DENSITY' and
7744 #           'VHOST' and
7745 #           not 'VXLAN' and
7746 #           'CHAIN' and
7747 #           'NF_VPPIP4' and
7748 #           '64B' and
7749 #           '8T4C' and
7750 #           'NDRPDR'"
7751 #  parameters:
7752 #  - "throughput"
7753 #  - "name"
7754 #  - "tags"
7755 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7756 #  x-axis: "X = VNFs per Service Chain"
7757 #  y-axis: "Y = Number of Service Chains"
7758 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7759 #  layout:
7760 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7761 #    layout: "plot-service-density"
7762 #
7763 ## Plots - NF Density - VSC - PDR IMIX
7764 #- type: "plot"
7765 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7766 #  algorithm: "plot_nf_heatmap"
7767 #  output-file-type: ".html"
7768 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
7769 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7770 #  filter: "'NIC_Intel-XXV710' and
7771 #           'NF_DENSITY' and
7772 #           'VHOST' and
7773 #           not 'VXLAN' and
7774 #           'CHAIN' and
7775 #           'NF_VPPIP4' and
7776 #           'IMIX' and
7777 #           '2T1C' and
7778 #           'NDRPDR'"
7779 #  parameters:
7780 #  - "throughput"
7781 #  - "name"
7782 #  - "tags"
7783 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7784 #  x-axis: "X = VNFs per Service Chain"
7785 #  y-axis: "Y = Number of Service Chains"
7786 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7787 #  layout:
7788 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7789 #    layout: "plot-service-density"
7790 #
7791 #- type: "plot"
7792 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7793 #  algorithm: "plot_nf_heatmap"
7794 #  output-file-type: ".html"
7795 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
7796 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7797 #  filter: "'NIC_Intel-XXV710' and
7798 #           'NF_DENSITY' and
7799 #           'VHOST' and
7800 #           not 'VXLAN' and
7801 #           'CHAIN' and
7802 #           'NF_VPPIP4' and
7803 #           'IMIX' and
7804 #           '4T2C' and
7805 #           'NDRPDR'"
7806 #  parameters:
7807 #  - "throughput"
7808 #  - "name"
7809 #  - "tags"
7810 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7811 #  x-axis: "X = VNFs per Service Chain"
7812 #  y-axis: "Y = Number of Service Chains"
7813 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7814 #  layout:
7815 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7816 #    layout: "plot-service-density"
7817 #
7818 #- type: "plot"
7819 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7820 #  algorithm: "plot_nf_heatmap"
7821 #  output-file-type: ".html"
7822 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
7823 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7824 #  filter: "'NIC_Intel-XXV710' and
7825 #           'NF_DENSITY' and
7826 #           'VHOST' and
7827 #           not 'VXLAN' and
7828 #           'CHAIN' and
7829 #           'NF_VPPIP4' and
7830 #           'IMIX' and
7831 #           '8T4C' and
7832 #           'NDRPDR'"
7833 #  parameters:
7834 #  - "throughput"
7835 #  - "name"
7836 #  - "tags"
7837 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7838 #  x-axis: "X = VNFs per Service Chain"
7839 #  y-axis: "Y = Number of Service Chains"
7840 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7841 #  layout:
7842 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7843 #    layout: "plot-service-density"
7844 #
7845 ################################################################################
7846 ## Plots - NF Density - VSC - MRR 64b
7847 #- type: "plot"
7848 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7849 #  algorithm: "plot_nf_heatmap"
7850 #  output-file-type: ".html"
7851 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
7852 #  data: "plot-vpp-nfv-2n-skx-mrr"
7853 #  filter: "'NIC_Intel-XXV710' and
7854 #           'NF_DENSITY' and
7855 #           'VHOST' and
7856 #           'VXLAN' and
7857 #           'CHAIN' and
7858 #           '118' and
7859 #           '2T1C' and
7860 #           'MRR'"
7861 #  parameters:
7862 #  - "result"
7863 #  - "name"
7864 #  - "tags"
7865 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7866 #  x-axis: "X = VNFs per Service Chain"
7867 #  y-axis: "Y = Number of Service Chains"
7868 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7869 #  layout:
7870 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7871 #    layout: "plot-service-density"
7872 #
7873 #- type: "plot"
7874 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7875 #  algorithm: "plot_nf_heatmap"
7876 #  output-file-type: ".html"
7877 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
7878 #  data: "plot-vpp-nfv-2n-skx-mrr"
7879 #  filter: "'NIC_Intel-XXV710' and
7880 #           'NF_DENSITY' and
7881 #           'VHOST' and
7882 #           'VXLAN' and
7883 #           'CHAIN' and
7884 #           '118' and
7885 #           '4T2C' and
7886 #           'MRR'"
7887 #  parameters:
7888 #  - "result"
7889 #  - "name"
7890 #  - "tags"
7891 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7892 #  x-axis: "X = VNFs per Service Chain"
7893 #  y-axis: "Y = Number of Service Chains"
7894 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7895 #  layout:
7896 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7897 #    layout: "plot-service-density"
7898 #
7899 #- type: "plot"
7900 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7901 #  algorithm: "plot_nf_heatmap"
7902 #  output-file-type: ".html"
7903 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
7904 #  data: "plot-vpp-nfv-2n-skx-mrr"
7905 #  filter: "'NIC_Intel-XXV710' and
7906 #           'NF_DENSITY' and
7907 #           'VHOST' and
7908 #           'VXLAN' and
7909 #           'CHAIN' and
7910 #           '118' and
7911 #           '8T4C' and
7912 #           'MRR'"
7913 #  parameters:
7914 #  - "result"
7915 #  - "name"
7916 #  - "tags"
7917 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7918 #  x-axis: "X = VNFs per Service Chain"
7919 #  y-axis: "Y = Number of Service Chains"
7920 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7921 #  layout:
7922 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7923 #    layout: "plot-service-density"
7924 #
7925 ## Plots - NF Density - VSC - MRR IMIX
7926 #- type: "plot"
7927 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7928 #  algorithm: "plot_nf_heatmap"
7929 #  output-file-type: ".html"
7930 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7931 #  data: "plot-vpp-nfv-2n-skx-mrr"
7932 #  filter: "'NIC_Intel-XXV710' and
7933 #           'NF_DENSITY' and
7934 #           'VHOST' and
7935 #           'VXLAN' and
7936 #           'CHAIN' and
7937 #           'IMIX' and
7938 #           '2T1C' and
7939 #           'MRR'"
7940 #  parameters:
7941 #  - "result"
7942 #  - "name"
7943 #  - "tags"
7944 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7945 #  x-axis: "X = VNFs per Service Chain"
7946 #  y-axis: "Y = Number of Service Chains"
7947 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7948 #  layout:
7949 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7950 #    layout: "plot-service-density"
7951 #
7952 #- type: "plot"
7953 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7954 #  algorithm: "plot_nf_heatmap"
7955 #  output-file-type: ".html"
7956 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7957 #  data: "plot-vpp-nfv-2n-skx-mrr"
7958 #  filter: "'NIC_Intel-XXV710' and
7959 #           'NF_DENSITY' and
7960 #           'VHOST' and
7961 #           'VXLAN' and
7962 #           'CHAIN' and
7963 #           'IMIX' and
7964 #           '4T2C' and
7965 #           'MRR'"
7966 #  parameters:
7967 #  - "result"
7968 #  - "name"
7969 #  - "tags"
7970 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7971 #  x-axis: "X = VNFs per Service Chain"
7972 #  y-axis: "Y = Number of Service Chains"
7973 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7974 #  layout:
7975 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7976 #    layout: "plot-service-density"
7977 #
7978 #- type: "plot"
7979 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7980 #  algorithm: "plot_nf_heatmap"
7981 #  output-file-type: ".html"
7982 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7983 #  data: "plot-vpp-nfv-2n-skx-mrr"
7984 #  filter: "'NIC_Intel-XXV710' and
7985 #           'NF_DENSITY' and
7986 #           'VHOST' and
7987 #           'VXLAN' and
7988 #           'CHAIN' and
7989 #           'IMIX' and
7990 #           '8T4C' and
7991 #           'MRR'"
7992 #  parameters:
7993 #  - "result"
7994 #  - "name"
7995 #  - "tags"
7996 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7997 #  x-axis: "X = VNFs per Service Chain"
7998 #  y-axis: "Y = Number of Service Chains"
7999 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8000 #  layout:
8001 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8002 #    layout: "plot-service-density"
8003 #
8004 ## Plots - NF Density - VSC - NDR 64b
8005 #- type: "plot"
8006 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8007 #  algorithm: "plot_nf_heatmap"
8008 #  output-file-type: ".html"
8009 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
8010 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8011 #  filter: "'NIC_Intel-XXV710' and
8012 #           'NF_DENSITY' and
8013 #           'VHOST' and
8014 #           'VXLAN' and
8015 #           'CHAIN' and
8016 #           '118' and
8017 #           '2T1C' and
8018 #           'NDRPDR'"
8019 #  parameters:
8020 #  - "throughput"
8021 #  - "name"
8022 #  - "tags"
8023 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8024 #  x-axis: "X = VNFs per Service Chain"
8025 #  y-axis: "Y = Number of Service Chains"
8026 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8027 #  layout:
8028 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8029 #    layout: "plot-service-density"
8030 #
8031 #- type: "plot"
8032 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8033 #  algorithm: "plot_nf_heatmap"
8034 #  output-file-type: ".html"
8035 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
8036 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8037 #  filter: "'NIC_Intel-XXV710' and
8038 #           'NF_DENSITY' and
8039 #           'VHOST' and
8040 #           'VXLAN' and
8041 #           'CHAIN' and
8042 #           '118' and
8043 #           '4T2C' and
8044 #           'NDRPDR'"
8045 #  parameters:
8046 #  - "throughput"
8047 #  - "name"
8048 #  - "tags"
8049 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8050 #  x-axis: "X = VNFs per Service Chain"
8051 #  y-axis: "Y = Number of Service Chains"
8052 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8053 #  layout:
8054 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8055 #    layout: "plot-service-density"
8056 #
8057 #- type: "plot"
8058 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8059 #  algorithm: "plot_nf_heatmap"
8060 #  output-file-type: ".html"
8061 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
8062 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8063 #  filter: "'NIC_Intel-XXV710' and
8064 #           'NF_DENSITY' and
8065 #           'VHOST' and
8066 #           'VXLAN' and
8067 #           'CHAIN' and
8068 #           '118' and
8069 #           '8T4C' and
8070 #           'NDRPDR'"
8071 #  parameters:
8072 #  - "throughput"
8073 #  - "name"
8074 #  - "tags"
8075 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8076 #  x-axis: "X = VNFs per Service Chain"
8077 #  y-axis: "Y = Number of Service Chains"
8078 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8079 #  layout:
8080 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8081 #    layout: "plot-service-density"
8082 #
8083 ## Plots - NF Density - VSC - NDR IMIX
8084 #- type: "plot"
8085 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8086 #  algorithm: "plot_nf_heatmap"
8087 #  output-file-type: ".html"
8088 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
8089 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8090 #  filter: "'NIC_Intel-XXV710' and
8091 #           'NF_DENSITY' and
8092 #           'VHOST' and
8093 #           'VXLAN' and
8094 #           'CHAIN' and
8095 #           'IMIX' and
8096 #           '2T1C' and
8097 #           'NDRPDR'"
8098 #  parameters:
8099 #  - "throughput"
8100 #  - "name"
8101 #  - "tags"
8102 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8103 #  x-axis: "X = VNFs per Service Chain"
8104 #  y-axis: "Y = Number of Service Chains"
8105 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8106 #  layout:
8107 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8108 #    layout: "plot-service-density"
8109 #
8110 #- type: "plot"
8111 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8112 #  algorithm: "plot_nf_heatmap"
8113 #  output-file-type: ".html"
8114 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
8115 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8116 #  filter: "'NIC_Intel-XXV710' and
8117 #           'NF_DENSITY' and
8118 #           'VHOST' and
8119 #           'VXLAN' and
8120 #           'CHAIN' and
8121 #           'IMIX' and
8122 #           '4T2C' and
8123 #           'NDRPDR'"
8124 #  parameters:
8125 #  - "throughput"
8126 #  - "name"
8127 #  - "tags"
8128 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8129 #  x-axis: "X = VNFs per Service Chain"
8130 #  y-axis: "Y = Number of Service Chains"
8131 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8132 #  layout:
8133 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8134 #    layout: "plot-service-density"
8135 #
8136 #- type: "plot"
8137 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8138 #  algorithm: "plot_nf_heatmap"
8139 #  output-file-type: ".html"
8140 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
8141 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8142 #  filter: "'NIC_Intel-XXV710' and
8143 #           'NF_DENSITY' and
8144 #           'VHOST' and
8145 #           'VXLAN' and
8146 #           'CHAIN' and
8147 #           'IMIX' and
8148 #           '8T4C' and
8149 #           'NDRPDR'"
8150 #  parameters:
8151 #  - "throughput"
8152 #  - "name"
8153 #  - "tags"
8154 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8155 #  x-axis: "X = VNFs per Service Chain"
8156 #  y-axis: "Y = Number of Service Chains"
8157 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8158 #  layout:
8159 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8160 #    layout: "plot-service-density"
8161 #
8162 ## Plots - NF Density - VSC - PDR 64b
8163 #- type: "plot"
8164 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8165 #  algorithm: "plot_nf_heatmap"
8166 #  output-file-type: ".html"
8167 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
8168 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8169 #  filter: "'NIC_Intel-XXV710' and
8170 #           'NF_DENSITY' and
8171 #           'VHOST' and
8172 #           'VXLAN' and
8173 #           'CHAIN' and
8174 #           '118' and
8175 #           '2T1C' and
8176 #           'NDRPDR'"
8177 #  parameters:
8178 #  - "throughput"
8179 #  - "name"
8180 #  - "tags"
8181 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8182 #  x-axis: "X = VNFs per Service Chain"
8183 #  y-axis: "Y = Number of Service Chains"
8184 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8185 #  layout:
8186 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8187 #    layout: "plot-service-density"
8188 #
8189 #- type: "plot"
8190 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8191 #  algorithm: "plot_nf_heatmap"
8192 #  output-file-type: ".html"
8193 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
8194 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8195 #  filter: "'NIC_Intel-XXV710' and
8196 #           'NF_DENSITY' and
8197 #           'VHOST' and
8198 #           'VXLAN' and
8199 #           'CHAIN' and
8200 #           '118' and
8201 #           '4T2C' and
8202 #           'NDRPDR'"
8203 #  parameters:
8204 #  - "throughput"
8205 #  - "name"
8206 #  - "tags"
8207 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8208 #  x-axis: "X = VNFs per Service Chain"
8209 #  y-axis: "Y = Number of Service Chains"
8210 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8211 #  layout:
8212 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8213 #    layout: "plot-service-density"
8214 #
8215 #- type: "plot"
8216 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8217 #  algorithm: "plot_nf_heatmap"
8218 #  output-file-type: ".html"
8219 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
8220 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8221 #  filter: "'NIC_Intel-XXV710' and
8222 #           'NF_DENSITY' and
8223 #           'VHOST' and
8224 #           'VXLAN' and
8225 #           'CHAIN' and
8226 #           '118' and
8227 #           '8T4C' and
8228 #           'NDRPDR'"
8229 #  parameters:
8230 #  - "throughput"
8231 #  - "name"
8232 #  - "tags"
8233 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8234 #  x-axis: "X = VNFs per Service Chain"
8235 #  y-axis: "Y = Number of Service Chains"
8236 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8237 #  layout:
8238 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8239 #    layout: "plot-service-density"
8240 #
8241 ## Plots - NF Density - VSC - PDR IMIX
8242 #- type: "plot"
8243 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8244 #  algorithm: "plot_nf_heatmap"
8245 #  output-file-type: ".html"
8246 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
8247 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8248 #  filter: "'NIC_Intel-XXV710' and
8249 #           'NF_DENSITY' and
8250 #           'VHOST' and
8251 #           'VXLAN' and
8252 #           'CHAIN' and
8253 #           'IMIX' and
8254 #           '2T1C' and
8255 #           'NDRPDR'"
8256 #  parameters:
8257 #  - "throughput"
8258 #  - "name"
8259 #  - "tags"
8260 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8261 #  x-axis: "X = VNFs per Service Chain"
8262 #  y-axis: "Y = Number of Service Chains"
8263 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8264 #  layout:
8265 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8266 #    layout: "plot-service-density"
8267 #
8268 #- type: "plot"
8269 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8270 #  algorithm: "plot_nf_heatmap"
8271 #  output-file-type: ".html"
8272 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
8273 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8274 #  filter: "'NIC_Intel-XXV710' and
8275 #           'NF_DENSITY' and
8276 #           'VHOST' and
8277 #           'VXLAN' and
8278 #           'CHAIN' and
8279 #           'IMIX' and
8280 #           '4T2C' and
8281 #           'NDRPDR'"
8282 #  parameters:
8283 #  - "throughput"
8284 #  - "name"
8285 #  - "tags"
8286 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8287 #  x-axis: "X = VNFs per Service Chain"
8288 #  y-axis: "Y = Number of Service Chains"
8289 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8290 #  layout:
8291 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8292 #    layout: "plot-service-density"
8293 #
8294 #- type: "plot"
8295 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8296 #  algorithm: "plot_nf_heatmap"
8297 #  output-file-type: ".html"
8298 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
8299 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8300 #  filter: "'NIC_Intel-XXV710' and
8301 #           'NF_DENSITY' and
8302 #           'VHOST' and
8303 #           'VXLAN' and
8304 #           'CHAIN' and
8305 #           'IMIX' and
8306 #           '8T4C' and
8307 #           'NDRPDR'"
8308 #  parameters:
8309 #  - "throughput"
8310 #  - "name"
8311 #  - "tags"
8312 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8313 #  x-axis: "X = VNFs per Service Chain"
8314 #  y-axis: "Y = Number of Service Chains"
8315 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8316 #  layout:
8317 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8318 #    layout: "plot-service-density"
8319 #
8320 ################################################################################
8321 ## Plots - NF Density - CSC - MRR 64b
8322 #- type: "plot"
8323 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8324 #  algorithm: "plot_nf_heatmap"
8325 #  output-file-type: ".html"
8326 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
8327 #  data: "plot-vpp-nfv-2n-skx-mrr"
8328 #  filter: "'NIC_Intel-XXV710' and
8329 #           'NF_DENSITY' and
8330 #           'DOCKER' and
8331 #           'CHAIN' and
8332 #           'NF_VPPIP4' and
8333 #           '64B' and
8334 #           '2T1C' and
8335 #           'MRR'"
8336 #  parameters:
8337 #  - "result"
8338 #  - "name"
8339 #  - "tags"
8340 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8341 #  x-axis: "X = CNFs per Service Chain"
8342 #  y-axis: "Y = Number of Service Chains"
8343 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
8344 #  layout:
8345 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8346 #    layout: "plot-service-density"
8347 #
8348 #- type: "plot"
8349 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8350 #  algorithm: "plot_nf_heatmap"
8351 #  output-file-type: ".html"
8352 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
8353 #  data: "plot-vpp-nfv-2n-skx-mrr"
8354 #  filter: "'NIC_Intel-XXV710' and
8355 #           'NF_DENSITY' and
8356 #           'DOCKER' and
8357 #           'CHAIN' and
8358 #           'NF_VPPIP4' and
8359 #           '64B' and
8360 #           '4T2C' and
8361 #           'MRR'"
8362 #  parameters:
8363 #  - "result"
8364 #  - "name"
8365 #  - "tags"
8366 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8367 #  x-axis: "X = CNFs per Service Chain"
8368 #  y-axis: "Y = Number of Service Chains"
8369 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
8370 #  layout:
8371 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8372 #    layout: "plot-service-density"
8373 #
8374 #- type: "plot"
8375 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8376 #  algorithm: "plot_nf_heatmap"
8377 #  output-file-type: ".html"
8378 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
8379 #  data: "plot-vpp-nfv-2n-skx-mrr"
8380 #  filter: "'NIC_Intel-XXV710' and
8381 #           'NF_DENSITY' and
8382 #           'DOCKER' and
8383 #           'CHAIN' and
8384 #           'NF_VPPIP4' and
8385 #           '64B' and
8386 #           '8T4C' and
8387 #           'MRR'"
8388 #  parameters:
8389 #  - "result"
8390 #  - "name"
8391 #  - "tags"
8392 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8393 #  x-axis: "X = CNFs per Service Chain"
8394 #  y-axis: "Y = Number of Service Chains"
8395 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
8396 #  layout:
8397 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8398 #    layout: "plot-service-density"
8399 #
8400 ## Plots - NF Density - CSC - MRR IMIX
8401 #- type: "plot"
8402 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8403 #  algorithm: "plot_nf_heatmap"
8404 #  output-file-type: ".html"
8405 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
8406 #  data: "plot-vpp-nfv-2n-skx-mrr"
8407 #  filter: "'NIC_Intel-XXV710' and
8408 #           'NF_DENSITY' and
8409 #           'DOCKER' and
8410 #           'CHAIN' and
8411 #           'NF_VPPIP4' and
8412 #           'IMIX' and
8413 #           '2T1C' and
8414 #           'MRR'"
8415 #  parameters:
8416 #  - "result"
8417 #  - "name"
8418 #  - "tags"
8419 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8420 #  x-axis: "X = CNFs per Service Chain"
8421 #  y-axis: "Y = Number of Service Chains"
8422 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8423 #  layout:
8424 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8425 #    layout: "plot-service-density"
8426 #
8427 #- type: "plot"
8428 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8429 #  algorithm: "plot_nf_heatmap"
8430 #  output-file-type: ".html"
8431 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
8432 #  data: "plot-vpp-nfv-2n-skx-mrr"
8433 #  filter: "'NIC_Intel-XXV710' and
8434 #           'NF_DENSITY' and
8435 #           'DOCKER' and
8436 #           'CHAIN' and
8437 #           'NF_VPPIP4' and
8438 #           'IMIX' and
8439 #           '4T2C' and
8440 #           'MRR'"
8441 #  parameters:
8442 #  - "result"
8443 #  - "name"
8444 #  - "tags"
8445 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8446 #  x-axis: "X = CNFs per Service Chain"
8447 #  y-axis: "Y = Number of Service Chains"
8448 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8449 #  layout:
8450 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8451 #    layout: "plot-service-density"
8452 #
8453 #- type: "plot"
8454 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8455 #  algorithm: "plot_nf_heatmap"
8456 #  output-file-type: ".html"
8457 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
8458 #  data: "plot-vpp-nfv-2n-skx-mrr"
8459 #  filter: "'NIC_Intel-XXV710' and
8460 #           'NF_DENSITY' and
8461 #           'DOCKER' and
8462 #           'CHAIN' and
8463 #           'NF_VPPIP4' and
8464 #           'IMIX' and
8465 #           '8T4C' and
8466 #           'MRR'"
8467 #  parameters:
8468 #  - "result"
8469 #  - "name"
8470 #  - "tags"
8471 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8472 #  x-axis: "X = CNFs per Service Chain"
8473 #  y-axis: "Y = Number of Service Chains"
8474 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8475 #  layout:
8476 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8477 #    layout: "plot-service-density"
8478 #
8479 ## Plots - NF Density - CSC - NDR 64b
8480 #- type: "plot"
8481 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8482 #  algorithm: "plot_nf_heatmap"
8483 #  output-file-type: ".html"
8484 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
8485 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8486 #  filter: "'NIC_Intel-XXV710' and
8487 #           'NF_DENSITY' and
8488 #           'DOCKER' and
8489 #           'CHAIN' and
8490 #           'NF_VPPIP4' and
8491 #           '64B' and
8492 #           '2T1C' and
8493 #           'NDRPDR'"
8494 #  parameters:
8495 #  - "throughput"
8496 #  - "name"
8497 #  - "tags"
8498 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8499 #  x-axis: "X = CNFs per Service Chain"
8500 #  y-axis: "Y = Number of Service Chains"
8501 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8502 #  layout:
8503 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8504 #    layout: "plot-service-density"
8505 #
8506 #- type: "plot"
8507 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8508 #  algorithm: "plot_nf_heatmap"
8509 #  output-file-type: ".html"
8510 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
8511 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8512 #  filter: "'NIC_Intel-XXV710' and
8513 #           'NF_DENSITY' and
8514 #           'DOCKER' and
8515 #           'CHAIN' and
8516 #           'NF_VPPIP4' and
8517 #           '64B' and
8518 #           '4T2C' and
8519 #           'NDRPDR'"
8520 #  parameters:
8521 #  - "throughput"
8522 #  - "name"
8523 #  - "tags"
8524 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8525 #  x-axis: "X = CNFs per Service Chain"
8526 #  y-axis: "Y = Number of Service Chains"
8527 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8528 #  layout:
8529 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8530 #    layout: "plot-service-density"
8531 #
8532 #- type: "plot"
8533 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8534 #  algorithm: "plot_nf_heatmap"
8535 #  output-file-type: ".html"
8536 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
8537 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8538 #  filter: "'NIC_Intel-XXV710' and
8539 #           'NF_DENSITY' and
8540 #           'DOCKER' and
8541 #           'CHAIN' and
8542 #           'NF_VPPIP4' and
8543 #           '64B' and
8544 #           '8T4C' and
8545 #           'NDRPDR'"
8546 #  parameters:
8547 #  - "throughput"
8548 #  - "name"
8549 #  - "tags"
8550 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8551 #  x-axis: "X = CNFs per Service Chain"
8552 #  y-axis: "Y = Number of Service Chains"
8553 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8554 #  layout:
8555 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8556 #    layout: "plot-service-density"
8557 #
8558 ## Plots - NF Density - CSC - NDR IMIX
8559 #- type: "plot"
8560 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8561 #  algorithm: "plot_nf_heatmap"
8562 #  output-file-type: ".html"
8563 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8564 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8565 #  filter: "'NIC_Intel-XXV710' and
8566 #           'NF_DENSITY' and
8567 #           'DOCKER' and
8568 #           'CHAIN' and
8569 #           'NF_VPPIP4' and
8570 #           'IMIX' and
8571 #           '2T1C' and
8572 #           'NDRPDR'"
8573 #  parameters:
8574 #  - "throughput"
8575 #  - "name"
8576 #  - "tags"
8577 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8578 #  x-axis: "X = CNFs per Service Chain"
8579 #  y-axis: "Y = Number of Service Chains"
8580 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8581 #  layout:
8582 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8583 #    layout: "plot-service-density"
8584 #
8585 #- type: "plot"
8586 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8587 #  algorithm: "plot_nf_heatmap"
8588 #  output-file-type: ".html"
8589 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8590 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8591 #  filter: "'NIC_Intel-XXV710' and
8592 #           'NF_DENSITY' and
8593 #           'DOCKER' and
8594 #           'CHAIN' and
8595 #           'NF_VPPIP4' and
8596 #           'IMIX' and
8597 #           '4T2C' and
8598 #           'NDRPDR'"
8599 #  parameters:
8600 #  - "throughput"
8601 #  - "name"
8602 #  - "tags"
8603 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8604 #  x-axis: "X = CNFs per Service Chain"
8605 #  y-axis: "Y = Number of Service Chains"
8606 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8607 #  layout:
8608 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8609 #    layout: "plot-service-density"
8610 #
8611 #- type: "plot"
8612 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8613 #  algorithm: "plot_nf_heatmap"
8614 #  output-file-type: ".html"
8615 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8616 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8617 #  filter: "'NIC_Intel-XXV710' and
8618 #           'NF_DENSITY' and
8619 #           'DOCKER' and
8620 #           'CHAIN' and
8621 #           'NF_VPPIP4' and
8622 #           'IMIX' and
8623 #           '8T4C' and
8624 #           'NDRPDR'"
8625 #  parameters:
8626 #  - "throughput"
8627 #  - "name"
8628 #  - "tags"
8629 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8630 #  x-axis: "X = CNFs per Service Chain"
8631 #  y-axis: "Y = Number of Service Chains"
8632 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8633 #  layout:
8634 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8635 #    layout: "plot-service-density"
8636 #
8637 ## Plots - NF Density - CSC - PDR 64b
8638 #- type: "plot"
8639 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8640 #  algorithm: "plot_nf_heatmap"
8641 #  output-file-type: ".html"
8642 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
8643 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8644 #  filter: "'NIC_Intel-XXV710' and
8645 #           'NF_DENSITY' and
8646 #           'DOCKER' and
8647 #           'CHAIN' and
8648 #           'NF_VPPIP4' and
8649 #           '64B' and
8650 #           '2T1C' and
8651 #           'NDRPDR'"
8652 #  parameters:
8653 #  - "throughput"
8654 #  - "name"
8655 #  - "tags"
8656 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8657 #  x-axis: "X = CNFs per Service Chain"
8658 #  y-axis: "Y = Number of Service Chains"
8659 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8660 #  layout:
8661 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8662 #    layout: "plot-service-density"
8663 #
8664 #- type: "plot"
8665 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8666 #  algorithm: "plot_nf_heatmap"
8667 #  output-file-type: ".html"
8668 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
8669 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8670 #  filter: "'NIC_Intel-XXV710' and
8671 #           'NF_DENSITY' and
8672 #           'DOCKER' and
8673 #           'CHAIN' and
8674 #           'NF_VPPIP4' and
8675 #           '64B' and
8676 #           '4T2C' and
8677 #           'NDRPDR'"
8678 #  parameters:
8679 #  - "throughput"
8680 #  - "name"
8681 #  - "tags"
8682 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8683 #  x-axis: "X = CNFs per Service Chain"
8684 #  y-axis: "Y = Number of Service Chains"
8685 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8686 #  layout:
8687 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8688 #    layout: "plot-service-density"
8689 #
8690 #- type: "plot"
8691 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8692 #  algorithm: "plot_nf_heatmap"
8693 #  output-file-type: ".html"
8694 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
8695 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8696 #  filter: "'NIC_Intel-XXV710' and
8697 #           'NF_DENSITY' and
8698 #           'DOCKER' and
8699 #           'CHAIN' and
8700 #           'NF_VPPIP4' and
8701 #           '64B' and
8702 #           '8T4C' and
8703 #           'NDRPDR'"
8704 #  parameters:
8705 #  - "throughput"
8706 #  - "name"
8707 #  - "tags"
8708 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8709 #  x-axis: "X = CNFs per Service Chain"
8710 #  y-axis: "Y = Number of Service Chains"
8711 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8712 #  layout:
8713 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8714 #    layout: "plot-service-density"
8715 #
8716 ## Plots - NF Density - CSC - PDR IMIX
8717 #- type: "plot"
8718 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8719 #  algorithm: "plot_nf_heatmap"
8720 #  output-file-type: ".html"
8721 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8722 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8723 #  filter: "'NIC_Intel-XXV710' and
8724 #           'NF_DENSITY' and
8725 #           'DOCKER' and
8726 #           'CHAIN' and
8727 #           'NF_VPPIP4' and
8728 #           'IMIX' and
8729 #           '2T1C' and
8730 #           'NDRPDR'"
8731 #  parameters:
8732 #  - "throughput"
8733 #  - "name"
8734 #  - "tags"
8735 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8736 #  x-axis: "X = CNFs per Service Chain"
8737 #  y-axis: "Y = Number of Service Chains"
8738 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8739 #  layout:
8740 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8741 #    layout: "plot-service-density"
8742 #
8743 #- type: "plot"
8744 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8745 #  algorithm: "plot_nf_heatmap"
8746 #  output-file-type: ".html"
8747 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8748 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8749 #  filter: "'NIC_Intel-XXV710' and
8750 #           'NF_DENSITY' and
8751 #           'DOCKER' and
8752 #           'CHAIN' and
8753 #           'NF_VPPIP4' and
8754 #           'IMIX' and
8755 #           '4T2C' and
8756 #           'NDRPDR'"
8757 #  parameters:
8758 #  - "throughput"
8759 #  - "name"
8760 #  - "tags"
8761 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8762 #  x-axis: "X = CNFs per Service Chain"
8763 #  y-axis: "Y = Number of Service Chains"
8764 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8765 #  layout:
8766 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8767 #    layout: "plot-service-density"
8768 #
8769 #- type: "plot"
8770 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8771 #  algorithm: "plot_nf_heatmap"
8772 #  output-file-type: ".html"
8773 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8774 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8775 #  filter: "'NIC_Intel-XXV710' and
8776 #           'NF_DENSITY' and
8777 #           'DOCKER' and
8778 #           'CHAIN' and
8779 #           'NF_VPPIP4' and
8780 #           'IMIX' and
8781 #           '8T4C' and
8782 #           'NDRPDR'"
8783 #  parameters:
8784 #  - "throughput"
8785 #  - "name"
8786 #  - "tags"
8787 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8788 #  x-axis: "X = CNFs per Service Chain"
8789 #  y-axis: "Y = Number of Service Chains"
8790 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8791 #  layout:
8792 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8793 #    layout: "plot-service-density"
8794 #
8795 ################################################################################
8796 #
8797 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8798 #- type: "plot"
8799 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8800 #  algorithm: "plot_nf_heatmap"
8801 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8802 #  data: "plot-vpp-nfv-3n-skx-mrr"
8803 #  filter: "'NIC_Intel-XXV710' and
8804 #           'NF_DENSITY' and
8805 #           'DOCKER' and
8806 #           'CHAIN' and
8807 #           'NF_VPPIP4' and
8808 #           'IPSEC' and
8809 #           'TNL_4' and
8810 #           'IMIX' and
8811 #           '2T1C' and
8812 #           'MRR'"
8813 #  parameters:
8814 #  - "result"
8815 #  - "name"
8816 #  - "tags"
8817 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8818 #  x-axis: "X = CNFs per Service Chain"
8819 #  y-axis: "Y = Number of Service Chains"
8820 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8821 #  layout:
8822 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8823 #    layout: "plot-service-density"
8824 #
8825 #- type: "plot"
8826 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8827 #  algorithm: "plot_nf_heatmap"
8828 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8829 #  data: "plot-vpp-nfv-3n-skx-mrr"
8830 #  filter: "'NIC_Intel-XXV710' and
8831 #           'NF_DENSITY' and
8832 #           'DOCKER' and
8833 #           'CHAIN' and
8834 #           'NF_VPPIP4' and
8835 #           'IPSEC' and
8836 #           'TNL_4' and
8837 #           'IMIX' and
8838 #           '4T2C' and
8839 #           'MRR'"
8840 #  parameters:
8841 #  - "result"
8842 #  - "name"
8843 #  - "tags"
8844 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8845 #  x-axis: "X = CNFs per Service Chain"
8846 #  y-axis: "Y = Number of Service Chains"
8847 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8848 #  layout:
8849 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8850 #    layout: "plot-service-density"
8851 #
8852 #- type: "plot"
8853 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8854 #  algorithm: "plot_nf_heatmap"
8855 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8856 #  data: "plot-vpp-nfv-3n-skx-mrr"
8857 #  filter: "'NIC_Intel-XXV710' and
8858 #           'NF_DENSITY' and
8859 #           'DOCKER' and
8860 #           'CHAIN' and
8861 #           'NF_VPPIP4' and
8862 #           'IPSEC' and
8863 #           'TNL_4' and
8864 #           'IMIX' and
8865 #           '8T4C' and
8866 #           'MRR'"
8867 #  parameters:
8868 #  - "result"
8869 #  - "name"
8870 #  - "tags"
8871 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8872 #  x-axis: "X = CNFs per Service Chain"
8873 #  y-axis: "Y = Number of Service Chains"
8874 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8875 #  layout:
8876 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8877 #    layout: "plot-service-density"
8878
8879 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8880 - type: "plot"
8881   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8882   algorithm: "plot_nf_heatmap"
8883   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8884   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8885   filter: "'NIC_Intel-XXV710' and
8886            'NF_DENSITY' and
8887            'DOCKER' and
8888            'CHAIN' and
8889            'NF_VPPIP4' and
8890            'IPSEC' and
8891            'TNL_4' and
8892            'IMIX' and
8893            '2T1C' and
8894            'NDRPDR'"
8895   parameters:
8896   - "throughput"
8897   - "name"
8898   - "tags"
8899   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8900   x-axis: "X = CNFs per Service Chain"
8901   y-axis: "Y = Number of Service Chains"
8902   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8903   layout:
8904     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8905     layout: "plot-service-density"
8906
8907 - type: "plot"
8908   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8909   algorithm: "plot_nf_heatmap"
8910   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8911   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8912   filter: "'NIC_Intel-XXV710' and
8913            'NF_DENSITY' and
8914            'DOCKER' and
8915            'CHAIN' and
8916            'NF_VPPIP4' and
8917            'IPSEC' and
8918            'TNL_4' and
8919            'IMIX' and
8920            '4T2C' and
8921            'NDRPDR'"
8922   parameters:
8923   - "throughput"
8924   - "name"
8925   - "tags"
8926   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8927   x-axis: "X = CNFs per Service Chain"
8928   y-axis: "Y = Number of Service Chains"
8929   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8930   layout:
8931     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8932     layout: "plot-service-density"
8933
8934 - type: "plot"
8935   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8936   algorithm: "plot_nf_heatmap"
8937   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8938   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8939   filter: "'NIC_Intel-XXV710' and
8940            'NF_DENSITY' and
8941            'DOCKER' and
8942            'CHAIN' and
8943            'NF_VPPIP4' and
8944            'IPSEC' and
8945            'TNL_4' and
8946            'IMIX' and
8947            '8T4C' and
8948            'NDRPDR'"
8949   parameters:
8950   - "throughput"
8951   - "name"
8952   - "tags"
8953   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8954   x-axis: "X = CNFs per Service Chain"
8955   y-axis: "Y = Number of Service Chains"
8956   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8957   layout:
8958     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8959     layout: "plot-service-density"
8960
8961 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8962 - type: "plot"
8963   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8964   algorithm: "plot_nf_heatmap"
8965   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8966   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8967   filter: "'NIC_Intel-XXV710' and
8968            'NF_DENSITY' and
8969            'DOCKER' and
8970            'CHAIN' and
8971            'NF_VPPIP4' and
8972            'IPSEC' and
8973            'TNL_4' and
8974            'IMIX' and
8975            '2T1C' and
8976            'NDRPDR'"
8977   parameters:
8978   - "throughput"
8979   - "name"
8980   - "tags"
8981   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8982   x-axis: "X = CNFs per Service Chain"
8983   y-axis: "Y = Number of Service Chains"
8984   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8985   layout:
8986     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8987     layout: "plot-service-density"
8988
8989 - type: "plot"
8990   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8991   algorithm: "plot_nf_heatmap"
8992   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8993   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8994   filter: "'NIC_Intel-XXV710' and
8995            'NF_DENSITY' and
8996            'DOCKER' and
8997            'CHAIN' and
8998            'NF_VPPIP4' and
8999            'IPSEC' and
9000            'TNL_4' and
9001            'IMIX' and
9002            '4T2C' and
9003            'NDRPDR'"
9004   parameters:
9005   - "throughput"
9006   - "name"
9007   - "tags"
9008   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9009   x-axis: "X = CNFs per Service Chain"
9010   y-axis: "Y = Number of Service Chains"
9011   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9012   layout:
9013     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9014     layout: "plot-service-density"
9015
9016 - type: "plot"
9017   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9018   algorithm: "plot_nf_heatmap"
9019   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
9020   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9021   filter: "'NIC_Intel-XXV710' and
9022            'NF_DENSITY' and
9023            'DOCKER' and
9024            'CHAIN' and
9025            'NF_VPPIP4' and
9026            'IPSEC' and
9027            'TNL_4' and
9028            'IMIX' and
9029            '8T4C' and
9030            'NDRPDR'"
9031   parameters:
9032   - "throughput"
9033   - "name"
9034   - "tags"
9035   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9036   x-axis: "X = CNFs per Service Chain"
9037   y-axis: "Y = Number of Service Chains"
9038   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9039   layout:
9040     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9041     layout: "plot-service-density"
9042
9043 ###############################################################################
9044
9045 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
9046 #- type: "plot"
9047 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9048 #  algorithm: "plot_nf_heatmap"
9049 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
9050 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9051 #  filter: "'NIC_Intel-XL710' and
9052 #           'NF_DENSITY' and
9053 #           'DOCKER' and
9054 #           'CHAIN' and
9055 #           'NF_VPPIP4' and
9056 #           'IMIX' and
9057 #           'TNL_4' and
9058 #           '1T1C' and
9059 #           'MRR'"
9060 #  parameters:
9061 #  - "result"
9062 #  - "name"
9063 #  - "tags"
9064 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9065 #  x-axis: "X = CNFs per Service Chain"
9066 #  y-axis: "Y = Number of Service Chains"
9067 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9068 #  layout:
9069 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9070 #    layout: "plot-service-density"
9071 #
9072 #- type: "plot"
9073 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9074 #  algorithm: "plot_nf_heatmap"
9075 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
9076 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9077 #  filter: "'NIC_Intel-XL710' and
9078 #           'NF_DENSITY' and
9079 #           'DOCKER' and
9080 #           'CHAIN' and
9081 #           'NF_VPPIP4' and
9082 #           'IPSEC' and
9083 #           'TNL_4' and
9084 #           'IMIX' and
9085 #           '2T2C' and
9086 #           'MRR'"
9087 #  parameters:
9088 #  - "result"
9089 #  - "name"
9090 #  - "tags"
9091 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9092 #  x-axis: "X = CNFs per Service Chain"
9093 #  y-axis: "Y = Number of Service Chains"
9094 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9095 #  layout:
9096 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9097 #    layout: "plot-service-density"
9098 #
9099 #- type: "plot"
9100 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9101 #  algorithm: "plot_nf_heatmap"
9102 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
9103 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9104 #  filter: "'NIC_Intel-XL710' and
9105 #           'NF_DENSITY' and
9106 #           'DOCKER' and
9107 #           'CHAIN' and
9108 #           'NF_VPPIP4' and
9109 #           'IPSEC' and
9110 #           'TNL_4' and
9111 #           'IMIX' and
9112 #           '4T4C' and
9113 #           'MRR'"
9114 #  parameters:
9115 #  - "result"
9116 #  - "name"
9117 #  - "tags"
9118 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9119 #  x-axis: "X = CNFs per Service Chain"
9120 #  y-axis: "Y = Number of Service Chains"
9121 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9122 #  layout:
9123 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9124 #    layout: "plot-service-density"
9125
9126 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
9127 #- type: "plot"
9128 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9129 #  algorithm: "plot_nf_heatmap"
9130 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
9131 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9132 #  filter: "'NIC_Intel-XL710' and
9133 #           'NF_DENSITY' and
9134 #           'DOCKER' and
9135 #           'CHAIN' and
9136 #           'NF_VPPIP4' and
9137 #           'IPSEC' and
9138 #           'TNL_4' and
9139 #           'IMIX' and
9140 #           '1T1C' and
9141 #           'NDRPDR'"
9142 #  parameters:
9143 #  - "throughput"
9144 #  - "name"
9145 #  - "tags"
9146 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9147 #  x-axis: "X = CNFs per Service Chain"
9148 #  y-axis: "Y = Number of Service Chains"
9149 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9150 #  layout:
9151 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9152 #    layout: "plot-service-density"
9153 #
9154 #- type: "plot"
9155 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9156 #  algorithm: "plot_nf_heatmap"
9157 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
9158 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9159 #  filter: "'NIC_Intel-XL710' and
9160 #           'NF_DENSITY' and
9161 #           'DOCKER' and
9162 #           'CHAIN' and
9163 #           'NF_VPPIP4' and
9164 #           'IPSEC' and
9165 #           'TNL_4' and
9166 #           'IMIX' and
9167 #           '2T2C' and
9168 #           'NDRPDR'"
9169 #  parameters:
9170 #  - "throughput"
9171 #  - "name"
9172 #  - "tags"
9173 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9174 #  x-axis: "X = CNFs per Service Chain"
9175 #  y-axis: "Y = Number of Service Chains"
9176 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9177 #  layout:
9178 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9179 #    layout: "plot-service-density"
9180 #
9181 #- type: "plot"
9182 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9183 #  algorithm: "plot_nf_heatmap"
9184 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
9185 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9186 #  filter: "'NIC_Intel-XL710' and
9187 #           'NF_DENSITY' and
9188 #           'DOCKER' and
9189 #           'CHAIN' and
9190 #           'NF_VPPIP4' and
9191 #           'IPSEC' and
9192 #           'TNL_4' and
9193 #           'IMIX' and
9194 #           '4T4C' and
9195 #           'NDRPDR'"
9196 #  parameters:
9197 #  - "throughput"
9198 #  - "name"
9199 #  - "tags"
9200 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9201 #  x-axis: "X = CNFs per Service Chain"
9202 #  y-axis: "Y = Number of Service Chains"
9203 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9204 #  layout:
9205 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9206 #    layout: "plot-service-density"
9207 #
9208 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
9209 #- type: "plot"
9210 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9211 #  algorithm: "plot_nf_heatmap"
9212 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
9213 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9214 #  filter: "'NIC_Intel-XL710' and
9215 #           'NF_DENSITY' and
9216 #           'DOCKER' and
9217 #           'CHAIN' and
9218 #           'NF_VPPIP4' and
9219 #           'IPSEC' and
9220 #           'TNL_4' and
9221 #           'IMIX' and
9222 #           '1T1C' and
9223 #           'NDRPDR'"
9224 #  parameters:
9225 #  - "throughput"
9226 #  - "name"
9227 #  - "tags"
9228 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9229 #  x-axis: "X = CNFs per Service Chain"
9230 #  y-axis: "Y = Number of Service Chains"
9231 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9232 #  layout:
9233 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9234 #    layout: "plot-service-density"
9235 #
9236 #- type: "plot"
9237 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9238 #  algorithm: "plot_nf_heatmap"
9239 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
9240 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9241 #  filter: "'NIC_Intel-XL710' and
9242 #           'NF_DENSITY' and
9243 #           'DOCKER' and
9244 #           'CHAIN' and
9245 #           'NF_VPPIP4' and
9246 #           'IPSEC' and
9247 #           'TNL_4' and
9248 #           'IMIX' and
9249 #           '2T2C' and
9250 #           'NDRPDR'"
9251 #  parameters:
9252 #  - "throughput"
9253 #  - "name"
9254 #  - "tags"
9255 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9256 #  x-axis: "X = CNFs per Service Chain"
9257 #  y-axis: "Y = Number of Service Chains"
9258 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9259 #  layout:
9260 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9261 #    layout: "plot-service-density"
9262 #
9263 #- type: "plot"
9264 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9265 #  algorithm: "plot_nf_heatmap"
9266 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
9267 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9268 #  filter: "'NIC_Intel-XL710' and
9269 #           'NF_DENSITY' and
9270 #           'DOCKER' and
9271 #           'CHAIN' and
9272 #           'NF_VPPIP4' and
9273 #           'IPSEC' and
9274 #           'TNL_4' and
9275 #           'IMIX' and
9276 #           '4T4C' and
9277 #           'NDRPDR'"
9278 #  parameters:
9279 #  - "throughput"
9280 #  - "name"
9281 #  - "tags"
9282 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9283 #  x-axis: "X = CNFs per Service Chain"
9284 #  y-axis: "Y = Number of Service Chains"
9285 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9286 #  layout:
9287 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9288 #    layout: "plot-service-density"
9289
9290 ###############################################################################
9291
9292 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9293 #- type: "plot"
9294 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9295 #  algorithm: "plot_nf_heatmap"
9296 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
9297 #  data: "plot-vpp-nfv-3n-skx-mrr"
9298 #  filter: "'NIC_Intel-XXV710' and
9299 #           'NF_DENSITY' and
9300 #           'DOCKER' and
9301 #           'CHAIN' and
9302 #           'NF_VPPIP4' and
9303 #           'IPSEC' and
9304 #           'TNL_1000' and
9305 #           'IMIX' and
9306 #           '2T1C' and
9307 #           'MRR'"
9308 #  parameters:
9309 #  - "result"
9310 #  - "name"
9311 #  - "tags"
9312 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9313 #  x-axis: "X = CNFs per Service Chain"
9314 #  y-axis: "Y = Number of Service Chains"
9315 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9316 #  layout:
9317 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9318 #    layout: "plot-service-density"
9319 #
9320 #- type: "plot"
9321 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9322 #  algorithm: "plot_nf_heatmap"
9323 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
9324 #  data: "plot-vpp-nfv-3n-skx-mrr"
9325 #  filter: "'NIC_Intel-XXV710' and
9326 #           'NF_DENSITY' and
9327 #           'DOCKER' and
9328 #           'CHAIN' and
9329 #           'NF_VPPIP4' and
9330 #           'IPSEC' and
9331 #           'TNL_1000' and
9332 #           'IMIX' and
9333 #           '4T2C' and
9334 #           'MRR'"
9335 #  parameters:
9336 #  - "result"
9337 #  - "name"
9338 #  - "tags"
9339 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9340 #  x-axis: "X = CNFs per Service Chain"
9341 #  y-axis: "Y = Number of Service Chains"
9342 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9343 #  layout:
9344 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9345 #    layout: "plot-service-density"
9346 #
9347 #- type: "plot"
9348 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9349 #  algorithm: "plot_nf_heatmap"
9350 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
9351 #  data: "plot-vpp-nfv-3n-skx-mrr"
9352 #  filter: "'NIC_Intel-XXV710' and
9353 #           'NF_DENSITY' and
9354 #           'DOCKER' and
9355 #           'CHAIN' and
9356 #           'NF_VPPIP4' and
9357 #           'IPSEC' and
9358 #           'TNL_1000' and
9359 #           'IMIX' and
9360 #           '8T4C' and
9361 #           'MRR'"
9362 #  parameters:
9363 #  - "result"
9364 #  - "name"
9365 #  - "tags"
9366 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9367 #  x-axis: "X = CNFs per Service Chain"
9368 #  y-axis: "Y = Number of Service Chains"
9369 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9370 #  layout:
9371 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9372 #    layout: "plot-service-density"
9373
9374 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9375 - type: "plot"
9376   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9377   algorithm: "plot_nf_heatmap"
9378   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
9379   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9380   filter: "'NIC_Intel-XXV710' and
9381            'NF_DENSITY' and
9382            'DOCKER' and
9383            'CHAIN' and
9384            'NF_VPPIP4' and
9385            'IPSEC' and
9386            'TNL_1000' and
9387            'IMIX' and
9388            '2T1C' and
9389            'NDRPDR'"
9390   parameters:
9391   - "throughput"
9392   - "name"
9393   - "tags"
9394   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9395   x-axis: "X = CNFs per Service Chain"
9396   y-axis: "Y = Number of Service Chains"
9397   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9398   layout:
9399     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9400     layout: "plot-service-density"
9401
9402 - type: "plot"
9403   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9404   algorithm: "plot_nf_heatmap"
9405   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
9406   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9407   filter: "'NIC_Intel-XXV710' and
9408            'NF_DENSITY' and
9409            'DOCKER' and
9410            'CHAIN' and
9411            'NF_VPPIP4' and
9412            'IPSEC' and
9413            'TNL_1000' and
9414            'IMIX' and
9415            '4T2C' and
9416            'NDRPDR'"
9417   parameters:
9418   - "throughput"
9419   - "name"
9420   - "tags"
9421   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9422   x-axis: "X = CNFs per Service Chain"
9423   y-axis: "Y = Number of Service Chains"
9424   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9425   layout:
9426     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9427     layout: "plot-service-density"
9428
9429 - type: "plot"
9430   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9431   algorithm: "plot_nf_heatmap"
9432   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
9433   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9434   filter: "'NIC_Intel-XXV710' and
9435            'NF_DENSITY' and
9436            'DOCKER' and
9437            'CHAIN' and
9438            'NF_VPPIP4' and
9439            'IPSEC' and
9440            'TNL_1000' and
9441            'IMIX' and
9442            '8T4C' and
9443            'NDRPDR'"
9444   parameters:
9445   - "throughput"
9446   - "name"
9447   - "tags"
9448   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9449   x-axis: "X = CNFs per Service Chain"
9450   y-axis: "Y = Number of Service Chains"
9451   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9452   layout:
9453     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9454     layout: "plot-service-density"
9455
9456 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9457 - type: "plot"
9458   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9459   algorithm: "plot_nf_heatmap"
9460   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
9461   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9462   filter: "'NIC_Intel-XXV710' and
9463            'NF_DENSITY' and
9464            'DOCKER' and
9465            'CHAIN' and
9466            'NF_VPPIP4' and
9467            'IPSEC' and
9468            'TNL_1000' and
9469            'IMIX' and
9470            '2T1C' and
9471            'NDRPDR'"
9472   parameters:
9473   - "throughput"
9474   - "name"
9475   - "tags"
9476   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9477   x-axis: "X = CNFs per Service Chain"
9478   y-axis: "Y = Number of Service Chains"
9479   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9480   layout:
9481     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9482     layout: "plot-service-density"
9483
9484 - type: "plot"
9485   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9486   algorithm: "plot_nf_heatmap"
9487   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
9488   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9489   filter: "'NIC_Intel-XXV710' and
9490            'NF_DENSITY' and
9491            'DOCKER' and
9492            'CHAIN' and
9493            'NF_VPPIP4' and
9494            'IPSEC' and
9495            'TNL_1000' and
9496            'IMIX' and
9497            '4T2C' and
9498            'NDRPDR'"
9499   parameters:
9500   - "throughput"
9501   - "name"
9502   - "tags"
9503   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9504   x-axis: "X = CNFs per Service Chain"
9505   y-axis: "Y = Number of Service Chains"
9506   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9507   layout:
9508     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9509     layout: "plot-service-density"
9510
9511 - type: "plot"
9512   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9513   algorithm: "plot_nf_heatmap"
9514   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
9515   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9516   filter: "'NIC_Intel-XXV710' and
9517            'NF_DENSITY' and
9518            'DOCKER' and
9519            'CHAIN' and
9520            'NF_VPPIP4' and
9521            'IPSEC' and
9522            'TNL_1000' and
9523            'IMIX' and
9524            '8T4C' and
9525            'NDRPDR'"
9526   parameters:
9527   - "throughput"
9528   - "name"
9529   - "tags"
9530   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9531   x-axis: "X = CNFs per Service Chain"
9532   y-axis: "Y = Number of Service Chains"
9533   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9534   layout:
9535     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9536     layout: "plot-service-density"
9537
9538 ###############################################################################
9539
9540 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9541 #- type: "plot"
9542 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9543 #  algorithm: "plot_nf_heatmap"
9544 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
9545 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9546 #  filter: "'NIC_Intel-XL710' and
9547 #           'NF_DENSITY' and
9548 #           'DOCKER' and
9549 #           'CHAIN' and
9550 #           'NF_VPPIP4' and
9551 #           'IMIX' and
9552 #           'TNL_1000' and
9553 #           '1T1C' and
9554 #           'MRR'"
9555 #  parameters:
9556 #  - "result"
9557 #  - "name"
9558 #  - "tags"
9559 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9560 #  x-axis: "X = CNFs per Service Chain"
9561 #  y-axis: "Y = Number of Service Chains"
9562 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9563 #  layout:
9564 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9565 #    layout: "plot-service-density"
9566 #
9567 #- type: "plot"
9568 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9569 #  algorithm: "plot_nf_heatmap"
9570 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
9571 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9572 #  filter: "'NIC_Intel-XL710' and
9573 #           'NF_DENSITY' and
9574 #           'DOCKER' and
9575 #           'CHAIN' and
9576 #           'NF_VPPIP4' and
9577 #           'IPSEC' and
9578 #           'TNL_1000' and
9579 #           'IMIX' and
9580 #           '2T2C' and
9581 #           'MRR'"
9582 #  parameters:
9583 #  - "result"
9584 #  - "name"
9585 #  - "tags"
9586 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9587 #  x-axis: "X = CNFs per Service Chain"
9588 #  y-axis: "Y = Number of Service Chains"
9589 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9590 #  layout:
9591 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9592 #    layout: "plot-service-density"
9593 #
9594 #- type: "plot"
9595 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9596 #  algorithm: "plot_nf_heatmap"
9597 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9598 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9599 #  filter: "'NIC_Intel-XL710' and
9600 #           'NF_DENSITY' and
9601 #           'DOCKER' and
9602 #           'CHAIN' and
9603 #           'NF_VPPIP4' and
9604 #           'IPSEC' and
9605 #           'TNL_1000' and
9606 #           'IMIX' and
9607 #           '4T4C' and
9608 #           'MRR'"
9609 #  parameters:
9610 #  - "result"
9611 #  - "name"
9612 #  - "tags"
9613 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9614 #  x-axis: "X = CNFs per Service Chain"
9615 #  y-axis: "Y = Number of Service Chains"
9616 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9617 #  layout:
9618 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9619 #    layout: "plot-service-density"
9620
9621 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9622 #- type: "plot"
9623 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9624 #  algorithm: "plot_nf_heatmap"
9625 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9626 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9627 #  filter: "'NIC_Intel-XL710' and
9628 #           'NF_DENSITY' and
9629 #           'DOCKER' and
9630 #           'CHAIN' and
9631 #           'NF_VPPIP4' and
9632 #           'IPSEC' and
9633 #           'TNL_1000' and
9634 #           'IMIX' and
9635 #           '1T1C' and
9636 #           'NDRPDR'"
9637 #  parameters:
9638 #  - "throughput"
9639 #  - "name"
9640 #  - "tags"
9641 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9642 #  x-axis: "X = CNFs per Service Chain"
9643 #  y-axis: "Y = Number of Service Chains"
9644 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9645 #  layout:
9646 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9647 #    layout: "plot-service-density"
9648 #
9649 #- type: "plot"
9650 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9651 #  algorithm: "plot_nf_heatmap"
9652 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9653 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9654 #  filter: "'NIC_Intel-XL710' and
9655 #           'NF_DENSITY' and
9656 #           'DOCKER' and
9657 #           'CHAIN' and
9658 #           'NF_VPPIP4' and
9659 #           'IPSEC' and
9660 #           'TNL_1000' and
9661 #           'IMIX' and
9662 #           '2T2C' and
9663 #           'NDRPDR'"
9664 #  parameters:
9665 #  - "throughput"
9666 #  - "name"
9667 #  - "tags"
9668 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9669 #  x-axis: "X = CNFs per Service Chain"
9670 #  y-axis: "Y = Number of Service Chains"
9671 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9672 #  layout:
9673 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9674 #    layout: "plot-service-density"
9675 #
9676 #- type: "plot"
9677 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9678 #  algorithm: "plot_nf_heatmap"
9679 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9680 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9681 #  filter: "'NIC_Intel-XL710' and
9682 #           'NF_DENSITY' and
9683 #           'DOCKER' and
9684 #           'CHAIN' and
9685 #           'NF_VPPIP4' and
9686 #           'IPSEC' and
9687 #           'TNL_1000' and
9688 #           'IMIX' and
9689 #           '4T4C' and
9690 #           'NDRPDR'"
9691 #  parameters:
9692 #  - "throughput"
9693 #  - "name"
9694 #  - "tags"
9695 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9696 #  x-axis: "X = CNFs per Service Chain"
9697 #  y-axis: "Y = Number of Service Chains"
9698 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9699 #  layout:
9700 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9701 #    layout: "plot-service-density"
9702 #
9703 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9704 #- type: "plot"
9705 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9706 #  algorithm: "plot_nf_heatmap"
9707 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9708 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9709 #  filter: "'NIC_Intel-XL710' and
9710 #           'NF_DENSITY' and
9711 #           'DOCKER' and
9712 #           'CHAIN' and
9713 #           'NF_VPPIP4' and
9714 #           'IPSEC' and
9715 #           'TNL_1000' and
9716 #           'IMIX' and
9717 #           '1T1C' and
9718 #           'NDRPDR'"
9719 #  parameters:
9720 #  - "throughput"
9721 #  - "name"
9722 #  - "tags"
9723 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9724 #  x-axis: "X = CNFs per Service Chain"
9725 #  y-axis: "Y = Number of Service Chains"
9726 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9727 #  layout:
9728 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9729 #    layout: "plot-service-density"
9730 #
9731 #- type: "plot"
9732 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9733 #  algorithm: "plot_nf_heatmap"
9734 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9735 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9736 #  filter: "'NIC_Intel-XL710' and
9737 #           'NF_DENSITY' and
9738 #           'DOCKER' and
9739 #           'CHAIN' and
9740 #           'NF_VPPIP4' and
9741 #           'IPSEC' and
9742 #           'TNL_1000' and
9743 #           'IMIX' and
9744 #           '2T2C' and
9745 #           'NDRPDR'"
9746 #  parameters:
9747 #  - "throughput"
9748 #  - "name"
9749 #  - "tags"
9750 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9751 #  x-axis: "X = CNFs per Service Chain"
9752 #  y-axis: "Y = Number of Service Chains"
9753 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9754 #  layout:
9755 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9756 #    layout: "plot-service-density"
9757 #
9758 #- type: "plot"
9759 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9760 #  algorithm: "plot_nf_heatmap"
9761 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9762 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9763 #  filter: "'NIC_Intel-XL710' and
9764 #           'NF_DENSITY' and
9765 #           'DOCKER' and
9766 #           'CHAIN' and
9767 #           'NF_VPPIP4' and
9768 #           'IPSEC' and
9769 #           'TNL_1000' and
9770 #           'IMIX' and
9771 #           '4T4C' and
9772 #           'NDRPDR'"
9773 #  parameters:
9774 #  - "throughput"
9775 #  - "name"
9776 #  - "tags"
9777 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9778 #  x-axis: "X = CNFs per Service Chain"
9779 #  y-axis: "Y = Number of Service Chains"
9780 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9781 #  layout:
9782 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9783 #    layout: "plot-service-density"
9784
9785 ###############################################################################
9786
9787 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9788 #- type: "plot"
9789 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9790 #  algorithm: "plot_nf_heatmap"
9791 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9792 #  data: "plot-vpp-nfv-3n-skx-mrr"
9793 #  filter: "'NIC_Intel-XXV710' and
9794 #           'NF_DENSITY' and
9795 #           'DOCKER' and
9796 #           'CHAIN' and
9797 #           'NF_VPPIP4' and
9798 #           'IPSEC' and
9799 #           'TNL_10000' and
9800 #           'IMIX' and
9801 #           '2T1C' and
9802 #           'MRR'"
9803 #  parameters:
9804 #  - "result"
9805 #  - "name"
9806 #  - "tags"
9807 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9808 #  x-axis: "X = CNFs per Service Chain"
9809 #  y-axis: "Y = Number of Service Chains"
9810 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9811 #  layout:
9812 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9813 #    layout: "plot-service-density"
9814 #
9815 #- type: "plot"
9816 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9817 #  algorithm: "plot_nf_heatmap"
9818 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9819 #  data: "plot-vpp-nfv-3n-skx-mrr"
9820 #  filter: "'NIC_Intel-XXV710' and
9821 #           'NF_DENSITY' and
9822 #           'DOCKER' and
9823 #           'CHAIN' and
9824 #           'NF_VPPIP4' and
9825 #           'IPSEC' and
9826 #           'TNL_10000' and
9827 #           'IMIX' and
9828 #           '4T2C' and
9829 #           'MRR'"
9830 #  parameters:
9831 #  - "result"
9832 #  - "name"
9833 #  - "tags"
9834 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9835 #  x-axis: "X = CNFs per Service Chain"
9836 #  y-axis: "Y = Number of Service Chains"
9837 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9838 #  layout:
9839 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9840 #    layout: "plot-service-density"
9841 #
9842 #- type: "plot"
9843 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9844 #  algorithm: "plot_nf_heatmap"
9845 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9846 #  data: "plot-vpp-nfv-3n-skx-mrr"
9847 #  filter: "'NIC_Intel-XXV710' and
9848 #           'NF_DENSITY' and
9849 #           'DOCKER' and
9850 #           'CHAIN' and
9851 #           'NF_VPPIP4' and
9852 #           'IPSEC' and
9853 #           'TNL_10000' and
9854 #           'IMIX' and
9855 #           '8T4C' and
9856 #           'MRR'"
9857 #  parameters:
9858 #  - "result"
9859 #  - "name"
9860 #  - "tags"
9861 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9862 #  x-axis: "X = CNFs per Service Chain"
9863 #  y-axis: "Y = Number of Service Chains"
9864 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9865 #  layout:
9866 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9867 #    layout: "plot-service-density"
9868
9869 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9870 - type: "plot"
9871   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9872   algorithm: "plot_nf_heatmap"
9873   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9874   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9875   filter: "'NIC_Intel-XXV710' and
9876            'NF_DENSITY' and
9877            'DOCKER' and
9878            'CHAIN' and
9879            'NF_VPPIP4' and
9880            'IPSEC' and
9881            'TNL_10000' and
9882            'IMIX' and
9883            '2T1C' and
9884            'NDRPDR'"
9885   parameters:
9886   - "throughput"
9887   - "name"
9888   - "tags"
9889   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9890   x-axis: "X = CNFs per Service Chain"
9891   y-axis: "Y = Number of Service Chains"
9892   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9893   layout:
9894     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9895     layout: "plot-service-density"
9896
9897 - type: "plot"
9898   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9899   algorithm: "plot_nf_heatmap"
9900   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9901   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9902   filter: "'NIC_Intel-XXV710' and
9903            'NF_DENSITY' and
9904            'DOCKER' and
9905            'CHAIN' and
9906            'NF_VPPIP4' and
9907            'IPSEC' and
9908            'TNL_10000' and
9909            'IMIX' and
9910            '4T2C' and
9911            'NDRPDR'"
9912   parameters:
9913   - "throughput"
9914   - "name"
9915   - "tags"
9916   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9917   x-axis: "X = CNFs per Service Chain"
9918   y-axis: "Y = Number of Service Chains"
9919   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9920   layout:
9921     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9922     layout: "plot-service-density"
9923
9924 - type: "plot"
9925   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9926   algorithm: "plot_nf_heatmap"
9927   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9928   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9929   filter: "'NIC_Intel-XXV710' and
9930            'NF_DENSITY' and
9931            'DOCKER' and
9932            'CHAIN' and
9933            'NF_VPPIP4' and
9934            'IPSEC' and
9935            'TNL_10000' and
9936            'IMIX' and
9937            '8T4C' and
9938            'NDRPDR'"
9939   parameters:
9940   - "throughput"
9941   - "name"
9942   - "tags"
9943   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9944   x-axis: "X = CNFs per Service Chain"
9945   y-axis: "Y = Number of Service Chains"
9946   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9947   layout:
9948     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9949     layout: "plot-service-density"
9950
9951 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9952 - type: "plot"
9953   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9954   algorithm: "plot_nf_heatmap"
9955   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9956   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9957   filter: "'NIC_Intel-XXV710' and
9958            'NF_DENSITY' and
9959            'DOCKER' and
9960            'CHAIN' and
9961            'NF_VPPIP4' and
9962            'IPSEC' and
9963            'TNL_10000' and
9964            'IMIX' and
9965            '2T1C' and
9966            'NDRPDR'"
9967   parameters:
9968   - "throughput"
9969   - "name"
9970   - "tags"
9971   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9972   x-axis: "X = CNFs per Service Chain"
9973   y-axis: "Y = Number of Service Chains"
9974   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9975   layout:
9976     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9977     layout: "plot-service-density"
9978
9979 - type: "plot"
9980   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9981   algorithm: "plot_nf_heatmap"
9982   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9983   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9984   filter: "'NIC_Intel-XXV710' and
9985            'NF_DENSITY' and
9986            'DOCKER' and
9987            'CHAIN' and
9988            'NF_VPPIP4' and
9989            'IPSEC' and
9990            'TNL_10000' and
9991            'IMIX' and
9992            '4T2C' and
9993            'NDRPDR'"
9994   parameters:
9995   - "throughput"
9996   - "name"
9997   - "tags"
9998   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9999   x-axis: "X = CNFs per Service Chain"
10000   y-axis: "Y = Number of Service Chains"
10001   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10002   layout:
10003     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10004     layout: "plot-service-density"
10005
10006 - type: "plot"
10007   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10008   algorithm: "plot_nf_heatmap"
10009   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
10010   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10011   filter: "'NIC_Intel-XXV710' and
10012            'NF_DENSITY' and
10013            'DOCKER' and
10014            'CHAIN' and
10015            'NF_VPPIP4' and
10016            'IPSEC' and
10017            'TNL_10000' and
10018            'IMIX' and
10019            '8T4C' and
10020            'NDRPDR'"
10021   parameters:
10022   - "throughput"
10023   - "name"
10024   - "tags"
10025   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10026   x-axis: "X = CNFs per Service Chain"
10027   y-axis: "Y = Number of Service Chains"
10028   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10029   layout:
10030     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10031     layout: "plot-service-density"
10032
10033 ###############################################################################
10034
10035 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
10036 #- type: "plot"
10037 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10038 #  algorithm: "plot_nf_heatmap"
10039 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
10040 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10041 #  filter: "'NIC_Intel-XL710' and
10042 #           'NF_DENSITY' and
10043 #           'DOCKER' and
10044 #           'CHAIN' and
10045 #           'NF_VPPIP4' and
10046 #           'IMIX' and
10047 #           'TNL_10000' and
10048 #           '1T1C' and
10049 #           'MRR'"
10050 #  parameters:
10051 #  - "result"
10052 #  - "name"
10053 #  - "tags"
10054 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10055 #  x-axis: "X = CNFs per Service Chain"
10056 #  y-axis: "Y = Number of Service Chains"
10057 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10058 #  layout:
10059 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10060 #    layout: "plot-service-density"
10061 #
10062 #- type: "plot"
10063 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10064 #  algorithm: "plot_nf_heatmap"
10065 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
10066 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10067 #  filter: "'NIC_Intel-XL710' and
10068 #           'NF_DENSITY' and
10069 #           'DOCKER' and
10070 #           'CHAIN' and
10071 #           'NF_VPPIP4' and
10072 #           'IPSEC' and
10073 #           'TNL_10000' and
10074 #           'IMIX' and
10075 #           '2T2C' and
10076 #           'MRR'"
10077 #  parameters:
10078 #  - "result"
10079 #  - "name"
10080 #  - "tags"
10081 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10082 #  x-axis: "X = CNFs per Service Chain"
10083 #  y-axis: "Y = Number of Service Chains"
10084 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10085 #  layout:
10086 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10087 #    layout: "plot-service-density"
10088 #
10089 #- type: "plot"
10090 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10091 #  algorithm: "plot_nf_heatmap"
10092 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
10093 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10094 #  filter: "'NIC_Intel-XL710' and
10095 #           'NF_DENSITY' and
10096 #           'DOCKER' and
10097 #           'CHAIN' and
10098 #           'NF_VPPIP4' and
10099 #           'IPSEC' and
10100 #           'TNL_10000' and
10101 #           'IMIX' and
10102 #           '4T4C' and
10103 #           'MRR'"
10104 #  parameters:
10105 #  - "result"
10106 #  - "name"
10107 #  - "tags"
10108 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10109 #  x-axis: "X = CNFs per Service Chain"
10110 #  y-axis: "Y = Number of Service Chains"
10111 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10112 #  layout:
10113 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10114 #    layout: "plot-service-density"
10115
10116 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
10117 #- type: "plot"
10118 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10119 #  algorithm: "plot_nf_heatmap"
10120 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
10121 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10122 #  filter: "'NIC_Intel-XL710' and
10123 #           'NF_DENSITY' and
10124 #           'DOCKER' and
10125 #           'CHAIN' and
10126 #           'NF_VPPIP4' and
10127 #           'IPSEC' and
10128 #           'TNL_10000' and
10129 #           'IMIX' and
10130 #           '1T1C' and
10131 #           'NDRPDR'"
10132 #  parameters:
10133 #  - "throughput"
10134 #  - "name"
10135 #  - "tags"
10136 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10137 #  x-axis: "X = CNFs per Service Chain"
10138 #  y-axis: "Y = Number of Service Chains"
10139 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10140 #  layout:
10141 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10142 #    layout: "plot-service-density"
10143 #
10144 #- type: "plot"
10145 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10146 #  algorithm: "plot_nf_heatmap"
10147 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
10148 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10149 #  filter: "'NIC_Intel-XL710' and
10150 #           'NF_DENSITY' and
10151 #           'DOCKER' and
10152 #           'CHAIN' and
10153 #           'NF_VPPIP4' and
10154 #           'IPSEC' and
10155 #           'TNL_10000' and
10156 #           'IMIX' and
10157 #           '2T2C' and
10158 #           'NDRPDR'"
10159 #  parameters:
10160 #  - "throughput"
10161 #  - "name"
10162 #  - "tags"
10163 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10164 #  x-axis: "X = CNFs per Service Chain"
10165 #  y-axis: "Y = Number of Service Chains"
10166 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10167 #  layout:
10168 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10169 #    layout: "plot-service-density"
10170 #
10171 #- type: "plot"
10172 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10173 #  algorithm: "plot_nf_heatmap"
10174 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
10175 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10176 #  filter: "'NIC_Intel-XL710' and
10177 #           'NF_DENSITY' and
10178 #           'DOCKER' and
10179 #           'CHAIN' and
10180 #           'NF_VPPIP4' and
10181 #           'IPSEC' and
10182 #           'TNL_10000' and
10183 #           'IMIX' and
10184 #           '4T4C' and
10185 #           'NDRPDR'"
10186 #  parameters:
10187 #  - "throughput"
10188 #  - "name"
10189 #  - "tags"
10190 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10191 #  x-axis: "X = CNFs per Service Chain"
10192 #  y-axis: "Y = Number of Service Chains"
10193 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10194 #  layout:
10195 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10196 #    layout: "plot-service-density"
10197 #
10198 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
10199 #- type: "plot"
10200 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10201 #  algorithm: "plot_nf_heatmap"
10202 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
10203 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10204 #  filter: "'NIC_Intel-XL710' and
10205 #           'NF_DENSITY' and
10206 #           'DOCKER' and
10207 #           'CHAIN' and
10208 #           'NF_VPPIP4' and
10209 #           'IPSEC' and
10210 #           'TNL_10000' and
10211 #           'IMIX' and
10212 #           '1T1C' and
10213 #           'NDRPDR'"
10214 #  parameters:
10215 #  - "throughput"
10216 #  - "name"
10217 #  - "tags"
10218 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10219 #  x-axis: "X = CNFs per Service Chain"
10220 #  y-axis: "Y = Number of Service Chains"
10221 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10222 #  layout:
10223 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10224 #    layout: "plot-service-density"
10225 #
10226 #- type: "plot"
10227 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10228 #  algorithm: "plot_nf_heatmap"
10229 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
10230 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10231 #  filter: "'NIC_Intel-XL710' and
10232 #           'NF_DENSITY' and
10233 #           'DOCKER' and
10234 #           'CHAIN' and
10235 #           'NF_VPPIP4' and
10236 #           'IPSEC' and
10237 #           'TNL_10000' and
10238 #           'IMIX' and
10239 #           '2T2C' and
10240 #           'NDRPDR'"
10241 #  parameters:
10242 #  - "throughput"
10243 #  - "name"
10244 #  - "tags"
10245 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10246 #  x-axis: "X = CNFs per Service Chain"
10247 #  y-axis: "Y = Number of Service Chains"
10248 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10249 #  layout:
10250 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10251 #    layout: "plot-service-density"
10252 #
10253 #- type: "plot"
10254 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10255 #  algorithm: "plot_nf_heatmap"
10256 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
10257 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10258 #  filter: "'NIC_Intel-XL710' and
10259 #           'NF_DENSITY' and
10260 #           'DOCKER' and
10261 #           'CHAIN' and
10262 #           'NF_VPPIP4' and
10263 #           'IPSEC' and
10264 #           'TNL_10000' and
10265 #           'IMIX' and
10266 #           '4T4C' and
10267 #           'NDRPDR'"
10268 #  parameters:
10269 #  - "throughput"
10270 #  - "name"
10271 #  - "tags"
10272 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10273 #  x-axis: "X = CNFs per Service Chain"
10274 #  y-axis: "Y = Number of Service Chains"
10275 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10276 #  layout:
10277 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10278 #    layout: "plot-service-density"
10279
10280 ###############################################################################
10281
10282 # Plots - NF Density - CSP - MRR 64b
10283
10284 #- type: "plot"
10285 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10286 #  algorithm: "plot_nf_heatmap"
10287 #  output-file-type: ".html"
10288 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
10289 #  data: "plot-vpp-nfv-2n-skx-mrr"
10290 #  filter: "'NIC_Intel-XXV710' and
10291 #           'NF_DENSITY' and
10292 #           'DOCKER' and
10293 #           'PIPELINE' and
10294 #           'NF_VPPIP4' and
10295 #           '64B' and
10296 #           '2T1C' and
10297 #           'MRR'"
10298 #  parameters:
10299 #  - "result"
10300 #  - "name"
10301 #  - "tags"
10302 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10303 #  x-axis: "X = CNFs per Service Pipeline"
10304 #  y-axis: "Y = Number of Service Pipelines"
10305 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
10306 #  layout:
10307 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10308 #    layout: "plot-service-density"
10309 #
10310 #- type: "plot"
10311 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10312 #  algorithm: "plot_nf_heatmap"
10313 #  output-file-type: ".html"
10314 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
10315 #  data: "plot-vpp-nfv-2n-skx-mrr"
10316 #  filter: "'NIC_Intel-XXV710' and
10317 #           'NF_DENSITY' and
10318 #           'DOCKER' and
10319 #           'PIPELINE' and
10320 #           'NF_VPPIP4' and
10321 #           '64B' and
10322 #           '4T2C' and
10323 #           'MRR'"
10324 #  parameters:
10325 #  - "result"
10326 #  - "name"
10327 #  - "tags"
10328 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10329 #  x-axis: "X = CNFs per Service Pipeline"
10330 #  y-axis: "Y = Number of Service Pipelines"
10331 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
10332 #  layout:
10333 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10334 #    layout: "plot-service-density"
10335 #
10336 #- type: "plot"
10337 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10338 #  algorithm: "plot_nf_heatmap"
10339 #  output-file-type: ".html"
10340 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
10341 #  data: "plot-vpp-nfv-2n-skx-mrr"
10342 #  filter: "'NIC_Intel-XXV710' and
10343 #           'NF_DENSITY' and
10344 #           'DOCKER' and
10345 #           'PIPELINE' and
10346 #           'NF_VPPIP4' and
10347 #           '64B' and
10348 #           '8T4C' and
10349 #           'MRR'"
10350 #  parameters:
10351 #  - "result"
10352 #  - "name"
10353 #  - "tags"
10354 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10355 #  x-axis: "X = CNFs per Service Pipeline"
10356 #  y-axis: "Y = Number of Service Pipelines"
10357 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
10358 #  layout:
10359 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10360 #    layout: "plot-service-density"
10361 #
10362 ## Plots - NF Density - CSP - MRR IMIX
10363 #- type: "plot"
10364 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10365 #  algorithm: "plot_nf_heatmap"
10366 #  output-file-type: ".html"
10367 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
10368 #  data: "plot-vpp-nfv-2n-skx-mrr"
10369 #  filter: "'NIC_Intel-XXV710' and
10370 #           'NF_DENSITY' and
10371 #           'DOCKER' and
10372 #           'PIPELINE' and
10373 #           'NF_VPPIP4' and
10374 #           'IMIX' and
10375 #           '2T1C' and
10376 #           'MRR'"
10377 #  parameters:
10378 #  - "result"
10379 #  - "name"
10380 #  - "tags"
10381 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10382 #  x-axis: "X = CNFs per Service Pipeline"
10383 #  y-axis: "Y = Number of Service Pipelines"
10384 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10385 #  layout:
10386 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10387 #    layout: "plot-service-density"
10388 #
10389 #- type: "plot"
10390 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10391 #  algorithm: "plot_nf_heatmap"
10392 #  output-file-type: ".html"
10393 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
10394 #  data: "plot-vpp-nfv-2n-skx-mrr"
10395 #  filter: "'NIC_Intel-XXV710' and
10396 #           'NF_DENSITY' and
10397 #           'DOCKER' and
10398 #           'PIPELINE' and
10399 #           'NF_VPPIP4' and
10400 #           'IMIX' and
10401 #           '4T2C' and
10402 #           'MRR'"
10403 #  parameters:
10404 #  - "result"
10405 #  - "name"
10406 #  - "tags"
10407 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10408 #  x-axis: "X = CNFs per Service Pipeline"
10409 #  y-axis: "Y = Number of Service Pipelines"
10410 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10411 #  layout:
10412 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10413 #    layout: "plot-service-density"
10414 #
10415 #- type: "plot"
10416 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10417 #  algorithm: "plot_nf_heatmap"
10418 #  output-file-type: ".html"
10419 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
10420 #  data: "plot-vpp-nfv-2n-skx-mrr"
10421 #  filter: "'NIC_Intel-XXV710' and
10422 #           'NF_DENSITY' and
10423 #           'DOCKER' and
10424 #           'PIPELINE' and
10425 #           'NF_VPPIP4' and
10426 #           'IMIX' and
10427 #           '8T4C' and
10428 #           'MRR'"
10429 #  parameters:
10430 #  - "result"
10431 #  - "name"
10432 #  - "tags"
10433 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10434 #  x-axis: "X = CNFs per Service Pipeline"
10435 #  y-axis: "Y = Number of Service Pipelines"
10436 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10437 #  layout:
10438 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10439 #    layout: "plot-service-density"
10440 #
10441 ## Plots - NF Density - CSP - NDR 64b
10442 #- type: "plot"
10443 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10444 #  algorithm: "plot_nf_heatmap"
10445 #  output-file-type: ".html"
10446 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
10447 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10448 #  filter: "'NIC_Intel-XXV710' and
10449 #           'NF_DENSITY' and
10450 #           'DOCKER' and
10451 #           'PIPELINE' and
10452 #           'NF_VPPIP4' and
10453 #           '64B' and
10454 #           '2T1C' and
10455 #           'NDRPDR'"
10456 #  parameters:
10457 #  - "throughput"
10458 #  - "name"
10459 #  - "tags"
10460 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10461 #  x-axis: "X = CNFs per Service Pipeline"
10462 #  y-axis: "Y = Number of Service Pipelines"
10463 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10464 #  layout:
10465 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10466 #    layout: "plot-service-density"
10467 #
10468 #- type: "plot"
10469 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10470 #  algorithm: "plot_nf_heatmap"
10471 #  output-file-type: ".html"
10472 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
10473 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10474 #  filter: "'NIC_Intel-XXV710' and
10475 #           'NF_DENSITY' and
10476 #           'DOCKER' and
10477 #           'PIPELINE' and
10478 #           'NF_VPPIP4' and
10479 #           '64B' and
10480 #           '4T2C' and
10481 #           'NDRPDR'"
10482 #  parameters:
10483 #  - "throughput"
10484 #  - "name"
10485 #  - "tags"
10486 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10487 #  x-axis: "X = CNFs per Service Pipeline"
10488 #  y-axis: "Y = Number of Service Pipelines"
10489 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10490 #  layout:
10491 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10492 #    layout: "plot-service-density"
10493 #
10494 #- type: "plot"
10495 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10496 #  algorithm: "plot_nf_heatmap"
10497 #  output-file-type: ".html"
10498 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
10499 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10500 #  filter: "'NIC_Intel-XXV710' and
10501 #           'NF_DENSITY' and
10502 #           'DOCKER' and
10503 #           'PIPELINE' and
10504 #           'NF_VPPIP4' and
10505 #           '64B' and
10506 #           '8T4C' and
10507 #           'NDRPDR'"
10508 #  parameters:
10509 #  - "throughput"
10510 #  - "name"
10511 #  - "tags"
10512 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10513 #  x-axis: "X = CNFs per Service Pipeline"
10514 #  y-axis: "Y = Number of Service Pipelines"
10515 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10516 #  layout:
10517 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10518 #    layout: "plot-service-density"
10519 #
10520 ## Plots - NF Density - CSP - NDR IMIX
10521 #- type: "plot"
10522 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10523 #  algorithm: "plot_nf_heatmap"
10524 #  output-file-type: ".html"
10525 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
10526 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10527 #  filter: "'NIC_Intel-XXV710' and
10528 #           'NF_DENSITY' and
10529 #           'DOCKER' and
10530 #           'PIPELINE' and
10531 #           'NF_VPPIP4' and
10532 #           'IMIX' and
10533 #           '2T1C' and
10534 #           'NDRPDR'"
10535 #  parameters:
10536 #  - "throughput"
10537 #  - "name"
10538 #  - "tags"
10539 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10540 #  x-axis: "X = CNFs per Service Pipeline"
10541 #  y-axis: "Y = Number of Service Pipelines"
10542 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10543 #  layout:
10544 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10545 #    layout: "plot-service-density"
10546 #
10547 #- type: "plot"
10548 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10549 #  algorithm: "plot_nf_heatmap"
10550 #  output-file-type: ".html"
10551 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
10552 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10553 #  filter: "'NIC_Intel-XXV710' and
10554 #           'NF_DENSITY' and
10555 #           'DOCKER' and
10556 #           'PIPELINE' and
10557 #           'NF_VPPIP4' and
10558 #           'IMIX' and
10559 #           '4T2C' and
10560 #           'NDRPDR'"
10561 #  parameters:
10562 #  - "throughput"
10563 #  - "name"
10564 #  - "tags"
10565 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10566 #  x-axis: "X = CNFs per Service Pipeline"
10567 #  y-axis: "Y = Number of Service Pipelines"
10568 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10569 #  layout:
10570 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10571 #    layout: "plot-service-density"
10572 #
10573 #- type: "plot"
10574 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10575 #  algorithm: "plot_nf_heatmap"
10576 #  output-file-type: ".html"
10577 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
10578 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10579 #  filter: "'NIC_Intel-XXV710' and
10580 #           'NF_DENSITY' and
10581 #           'DOCKER' and
10582 #           'PIPELINE' and
10583 #           'NF_VPPIP4' and
10584 #           'IMIX' and
10585 #           '8T4C' and
10586 #           'NDRPDR'"
10587 #  parameters:
10588 #  - "throughput"
10589 #  - "name"
10590 #  - "tags"
10591 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10592 #  x-axis: "X = CNFs per Service Pipeline"
10593 #  y-axis: "Y = Number of Service Pipelines"
10594 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10595 #  layout:
10596 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10597 #    layout: "plot-service-density"
10598 #
10599 ## Plots - NF Density - CSP - PDR 64b
10600 #- type: "plot"
10601 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10602 #  algorithm: "plot_nf_heatmap"
10603 #  output-file-type: ".html"
10604 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
10605 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10606 #  filter: "'NIC_Intel-XXV710' and
10607 #           'NF_DENSITY' and
10608 #           'DOCKER' and
10609 #           'PIPELINE' and
10610 #           'NF_VPPIP4' and
10611 #           '64B' and
10612 #           '2T1C' and
10613 #           'NDRPDR'"
10614 #  parameters:
10615 #  - "throughput"
10616 #  - "name"
10617 #  - "tags"
10618 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10619 #  x-axis: "X = CNFs per Service Pipeline"
10620 #  y-axis: "Y = Number of Service Pipelines"
10621 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10622 #  layout:
10623 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10624 #    layout: "plot-service-density"
10625 #
10626 #- type: "plot"
10627 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10628 #  algorithm: "plot_nf_heatmap"
10629 #  output-file-type: ".html"
10630 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
10631 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10632 #  filter: "'NIC_Intel-XXV710' and
10633 #           'NF_DENSITY' and
10634 #           'DOCKER' and
10635 #           'PIPELINE' and
10636 #           'NF_VPPIP4' and
10637 #           '64B' and
10638 #           '4T2C' and
10639 #           'NDRPDR'"
10640 #  parameters:
10641 #  - "throughput"
10642 #  - "name"
10643 #  - "tags"
10644 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10645 #  x-axis: "X = CNFs per Service Pipeline"
10646 #  y-axis: "Y = Number of Service Pipelines"
10647 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10648 #  layout:
10649 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10650 #    layout: "plot-service-density"
10651 #
10652 #- type: "plot"
10653 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10654 #  algorithm: "plot_nf_heatmap"
10655 #  output-file-type: ".html"
10656 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
10657 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10658 #  filter: "'NIC_Intel-XXV710' and
10659 #           'NF_DENSITY' and
10660 #           'DOCKER' and
10661 #           'PIPELINE' and
10662 #           'NF_VPPIP4' and
10663 #           '64B' and
10664 #           '8T4C' and
10665 #           'NDRPDR'"
10666 #  parameters:
10667 #  - "throughput"
10668 #  - "name"
10669 #  - "tags"
10670 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10671 #  x-axis: "X = CNFs per Service Pipeline"
10672 #  y-axis: "Y = Number of Service Pipelines"
10673 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10674 #  layout:
10675 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10676 #    layout: "plot-service-density"
10677 #
10678 ## Plots - NF Density - CSP - PDR IMIX
10679 #- type: "plot"
10680 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10681 #  algorithm: "plot_nf_heatmap"
10682 #  output-file-type: ".html"
10683 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
10684 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10685 #  filter: "'NIC_Intel-XXV710' and
10686 #           'NF_DENSITY' and
10687 #           'DOCKER' and
10688 #           'PIPELINE' and
10689 #           'NF_VPPIP4' and
10690 #           'IMIX' and
10691 #           '2T1C' and
10692 #           'NDRPDR'"
10693 #  parameters:
10694 #  - "throughput"
10695 #  - "name"
10696 #  - "tags"
10697 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10698 #  x-axis: "X = CNFs per Service Pipeline"
10699 #  y-axis: "Y = Number of Service Pipelines"
10700 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10701 #  layout:
10702 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10703 #    layout: "plot-service-density"
10704 #
10705 #- type: "plot"
10706 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10707 #  algorithm: "plot_nf_heatmap"
10708 #  output-file-type: ".html"
10709 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
10710 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10711 #  filter: "'NIC_Intel-XXV710' and
10712 #           'NF_DENSITY' and
10713 #           'DOCKER' and
10714 #           'PIPELINE' and
10715 #           'NF_VPPIP4' and
10716 #           'IMIX' and
10717 #           '4T2C' and
10718 #           'NDRPDR'"
10719 #  parameters:
10720 #  - "throughput"
10721 #  - "name"
10722 #  - "tags"
10723 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10724 #  x-axis: "X = CNFs per Service Pipeline"
10725 #  y-axis: "Y = Number of Service Pipelines"
10726 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10727 #  layout:
10728 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10729 #    layout: "plot-service-density"
10730 #
10731 #- type: "plot"
10732 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10733 #  algorithm: "plot_nf_heatmap"
10734 #  output-file-type: ".html"
10735 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
10736 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10737 #  filter: "'NIC_Intel-XXV710' and
10738 #           'NF_DENSITY' and
10739 #           'DOCKER' and
10740 #           'PIPELINE' and
10741 #           'NF_VPPIP4' and
10742 #           'IMIX' and
10743 #           '8T4C' and
10744 #           'NDRPDR'"
10745 #  parameters:
10746 #  - "throughput"
10747 #  - "name"
10748 #  - "tags"
10749 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10750 #  x-axis: "X = CNFs per Service Pipeline"
10751 #  y-axis: "Y = Number of Service Pipelines"
10752 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10753 #  layout:
10754 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10755 #    layout: "plot-service-density"
10756
10757 ###############################################################################
10758 # Plots - 2n-clx NF Density - VSC - MRR IMIX
10759
10760 - type: "plot"
10761   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10762   algorithm: "plot_nf_heatmap"
10763   output-file-type: ".html"
10764   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
10765   data: "plot-vpp-nfv-2n-clx-mrr"
10766   filter: "'NIC_Intel-XXV710' and
10767            'NF_DENSITY' and
10768            'VHOST' and
10769            not 'VXLAN' and
10770            'CHAIN' and
10771            'NF_VPPIP4' and
10772            'IMIX' and
10773            '2T1C' and
10774            'MRR'"
10775   parameters:
10776   - "result"
10777   - "name"
10778   - "tags"
10779   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10780   x-axis: "X = VNFs per Service Chain"
10781   y-axis: "Y = Number of Service Chains"
10782   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10783   layout:
10784     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10785     layout: "plot-service-density"
10786
10787 - type: "plot"
10788   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10789   algorithm: "plot_nf_heatmap"
10790   output-file-type: ".html"
10791   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10792   data: "plot-vpp-nfv-2n-clx-mrr"
10793   filter: "'NIC_Intel-XXV710' and
10794            'NF_DENSITY' and
10795            'VHOST' and
10796            not 'VXLAN' and
10797            'CHAIN' and
10798            'NF_VPPIP4' and
10799            'IMIX' and
10800            '4T2C' and
10801            'MRR'"
10802   parameters:
10803   - "result"
10804   - "name"
10805   - "tags"
10806   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10807   x-axis: "X = VNFs per Service Chain"
10808   y-axis: "Y = Number of Service Chains"
10809   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10810   layout:
10811     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10812     layout: "plot-service-density"
10813
10814 - type: "plot"
10815   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10816   algorithm: "plot_nf_heatmap"
10817   output-file-type: ".html"
10818   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10819   data: "plot-vpp-nfv-2n-clx-mrr"
10820   filter: "'NIC_Intel-XXV710' and
10821            'NF_DENSITY' and
10822            'VHOST' and
10823            not 'VXLAN' and
10824            'CHAIN' and
10825            'NF_VPPIP4' and
10826            'IMIX' and
10827            '8T4C' and
10828            'MRR'"
10829   parameters:
10830   - "result"
10831   - "name"
10832   - "tags"
10833   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10834   x-axis: "X = VNFs per Service Chain"
10835   y-axis: "Y = Number of Service Chains"
10836   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10837   layout:
10838     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10839     layout: "plot-service-density"
10840
10841 # Plots - NF Density - VSC - NDR IMIX
10842 - type: "plot"
10843   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10844   algorithm: "plot_nf_heatmap"
10845   output-file-type: ".html"
10846   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10847   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10848   filter: "'NIC_Intel-XXV710' and
10849            'NF_DENSITY' and
10850            'VHOST' and
10851            not 'VXLAN' and
10852            'CHAIN' and
10853            'NF_VPPIP4' and
10854            'IMIX' and
10855            '2T1C' and
10856            'NDRPDR'"
10857   parameters:
10858   - "throughput"
10859   - "name"
10860   - "tags"
10861   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10862   x-axis: "X = VNFs per Service Chain"
10863   y-axis: "Y = Number of Service Chains"
10864   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10865   layout:
10866     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10867     layout: "plot-service-density"
10868
10869 - type: "plot"
10870   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10871   algorithm: "plot_nf_heatmap"
10872   output-file-type: ".html"
10873   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10874   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10875   filter: "'NIC_Intel-XXV710' and
10876            'NF_DENSITY' and
10877            'VHOST' and
10878            not 'VXLAN' and
10879            'CHAIN' and
10880            'NF_VPPIP4' and
10881            'IMIX' and
10882            '4T2C' and
10883            'NDRPDR'"
10884   parameters:
10885   - "throughput"
10886   - "name"
10887   - "tags"
10888   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10889   x-axis: "X = VNFs per Service Chain"
10890   y-axis: "Y = Number of Service Chains"
10891   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10892   layout:
10893     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10894     layout: "plot-service-density"
10895
10896 - type: "plot"
10897   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10898   algorithm: "plot_nf_heatmap"
10899   output-file-type: ".html"
10900   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10901   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10902   filter: "'NIC_Intel-XXV710' and
10903            'NF_DENSITY' and
10904            'VHOST' and
10905            not 'VXLAN' and
10906            'CHAIN' and
10907            'NF_VPPIP4' and
10908            'IMIX' and
10909            '8T4C' and
10910            'NDRPDR'"
10911   parameters:
10912   - "throughput"
10913   - "name"
10914   - "tags"
10915   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10916   x-axis: "X = VNFs per Service Chain"
10917   y-axis: "Y = Number of Service Chains"
10918   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10919   layout:
10920     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10921     layout: "plot-service-density"
10922
10923 # Plots - NF Density - VSC - PDR IMIX
10924 - type: "plot"
10925   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10926   algorithm: "plot_nf_heatmap"
10927   output-file-type: ".html"
10928   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10929   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10930   filter: "'NIC_Intel-XXV710' and
10931            'NF_DENSITY' and
10932            'VHOST' and
10933            not 'VXLAN' and
10934            'CHAIN' and
10935            'NF_VPPIP4' and
10936            'IMIX' and
10937            '2T1C' and
10938            'NDRPDR'"
10939   parameters:
10940   - "throughput"
10941   - "name"
10942   - "tags"
10943   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10944   x-axis: "X = VNFs per Service Chain"
10945   y-axis: "Y = Number of Service Chains"
10946   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10947   layout:
10948     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10949     layout: "plot-service-density"
10950
10951 - type: "plot"
10952   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10953   algorithm: "plot_nf_heatmap"
10954   output-file-type: ".html"
10955   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10956   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10957   filter: "'NIC_Intel-XXV710' and
10958            'NF_DENSITY' and
10959            'VHOST' and
10960            not 'VXLAN' and
10961            'CHAIN' and
10962            'NF_VPPIP4' and
10963            'IMIX' and
10964            '4T2C' and
10965            'NDRPDR'"
10966   parameters:
10967   - "throughput"
10968   - "name"
10969   - "tags"
10970   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10971   x-axis: "X = VNFs per Service Chain"
10972   y-axis: "Y = Number of Service Chains"
10973   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10974   layout:
10975     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10976     layout: "plot-service-density"
10977
10978 - type: "plot"
10979   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10980   algorithm: "plot_nf_heatmap"
10981   output-file-type: ".html"
10982   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10983   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10984   filter: "'NIC_Intel-XXV710' and
10985            'NF_DENSITY' and
10986            'VHOST' and
10987            not 'VXLAN' and
10988            'CHAIN' and
10989            'NF_VPPIP4' and
10990            'IMIX' and
10991            '8T4C' and
10992            'NDRPDR'"
10993   parameters:
10994   - "throughput"
10995   - "name"
10996   - "tags"
10997   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10998   x-axis: "X = VNFs per Service Chain"
10999   y-axis: "Y = Number of Service Chains"
11000   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11001   layout:
11002     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11003     layout: "plot-service-density"
11004
11005 # Plots - NF Density - VSC - MRR IMIX
11006 - type: "plot"
11007   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11008   algorithm: "plot_nf_heatmap"
11009   output-file-type: ".html"
11010   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
11011   data: "plot-vpp-nfv-2n-clx-mrr"
11012   filter: "'NIC_Intel-XXV710' and
11013            'NF_DENSITY' and
11014            'VHOST' and
11015            'VXLAN' and
11016            'CHAIN' and
11017            'IMIX' and
11018            '2T1C' and
11019            'MRR'"
11020   parameters:
11021   - "result"
11022   - "name"
11023   - "tags"
11024   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11025   x-axis: "X = VNFs per Service Chain"
11026   y-axis: "Y = Number of Service Chains"
11027   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11028   layout:
11029     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11030     layout: "plot-service-density"
11031
11032 - type: "plot"
11033   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11034   algorithm: "plot_nf_heatmap"
11035   output-file-type: ".html"
11036   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
11037   data: "plot-vpp-nfv-2n-clx-mrr"
11038   filter: "'NIC_Intel-XXV710' and
11039            'NF_DENSITY' and
11040            'VHOST' and
11041            'VXLAN' and
11042            'CHAIN' and
11043            'IMIX' and
11044            '4T2C' and
11045            'MRR'"
11046   parameters:
11047   - "result"
11048   - "name"
11049   - "tags"
11050   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11051   x-axis: "X = VNFs per Service Chain"
11052   y-axis: "Y = Number of Service Chains"
11053   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11054   layout:
11055     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11056     layout: "plot-service-density"
11057
11058 - type: "plot"
11059   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11060   algorithm: "plot_nf_heatmap"
11061   output-file-type: ".html"
11062   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
11063   data: "plot-vpp-nfv-2n-clx-mrr"
11064   filter: "'NIC_Intel-XXV710' and
11065            'NF_DENSITY' and
11066            'VHOST' and
11067            'VXLAN' and
11068            'CHAIN' and
11069            'IMIX' and
11070            '8T4C' and
11071            'MRR'"
11072   parameters:
11073   - "result"
11074   - "name"
11075   - "tags"
11076   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11077   x-axis: "X = VNFs per Service Chain"
11078   y-axis: "Y = Number of Service Chains"
11079   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11080   layout:
11081     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11082     layout: "plot-service-density"
11083
11084 # Plots - NF Density - VSC - NDR IMIX
11085 - type: "plot"
11086   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11087   algorithm: "plot_nf_heatmap"
11088   output-file-type: ".html"
11089   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
11090   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11091   filter: "'NIC_Intel-XXV710' and
11092            'NF_DENSITY' and
11093            'VHOST' and
11094            'VXLAN' and
11095            'CHAIN' and
11096            'IMIX' and
11097            '2T1C' and
11098            'NDRPDR'"
11099   parameters:
11100   - "throughput"
11101   - "name"
11102   - "tags"
11103   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11104   x-axis: "X = VNFs per Service Chain"
11105   y-axis: "Y = Number of Service Chains"
11106   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11107   layout:
11108     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11109     layout: "plot-service-density"
11110
11111 - type: "plot"
11112   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11113   algorithm: "plot_nf_heatmap"
11114   output-file-type: ".html"
11115   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
11116   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11117   filter: "'NIC_Intel-XXV710' and
11118            'NF_DENSITY' and
11119            'VHOST' and
11120            'VXLAN' and
11121            'CHAIN' and
11122            'IMIX' and
11123            '4T2C' and
11124            'NDRPDR'"
11125   parameters:
11126   - "throughput"
11127   - "name"
11128   - "tags"
11129   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11130   x-axis: "X = VNFs per Service Chain"
11131   y-axis: "Y = Number of Service Chains"
11132   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11133   layout:
11134     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11135     layout: "plot-service-density"
11136
11137 - type: "plot"
11138   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11139   algorithm: "plot_nf_heatmap"
11140   output-file-type: ".html"
11141   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
11142   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11143   filter: "'NIC_Intel-XXV710' and
11144            'NF_DENSITY' and
11145            'VHOST' and
11146            'VXLAN' and
11147            'CHAIN' and
11148            'IMIX' and
11149            '8T4C' and
11150            'NDRPDR'"
11151   parameters:
11152   - "throughput"
11153   - "name"
11154   - "tags"
11155   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11156   x-axis: "X = VNFs per Service Chain"
11157   y-axis: "Y = Number of Service Chains"
11158   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11159   layout:
11160     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11161     layout: "plot-service-density"
11162
11163 # Plots - NF Density - VSC - PDR IMIX
11164 - type: "plot"
11165   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11166   algorithm: "plot_nf_heatmap"
11167   output-file-type: ".html"
11168   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
11169   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11170   filter: "'NIC_Intel-XXV710' and
11171            'NF_DENSITY' and
11172            'VHOST' and
11173            'VXLAN' and
11174            'CHAIN' and
11175            'IMIX' and
11176            '2T1C' and
11177            'NDRPDR'"
11178   parameters:
11179   - "throughput"
11180   - "name"
11181   - "tags"
11182   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11183   x-axis: "X = VNFs per Service Chain"
11184   y-axis: "Y = Number of Service Chains"
11185   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11186   layout:
11187     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11188     layout: "plot-service-density"
11189
11190 - type: "plot"
11191   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11192   algorithm: "plot_nf_heatmap"
11193   output-file-type: ".html"
11194   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
11195   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11196   filter: "'NIC_Intel-XXV710' and
11197            'NF_DENSITY' and
11198            'VHOST' and
11199            'VXLAN' and
11200            'CHAIN' and
11201            'IMIX' and
11202            '4T2C' and
11203            'NDRPDR'"
11204   parameters:
11205   - "throughput"
11206   - "name"
11207   - "tags"
11208   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11209   x-axis: "X = VNFs per Service Chain"
11210   y-axis: "Y = Number of Service Chains"
11211   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11212   layout:
11213     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11214     layout: "plot-service-density"
11215
11216 - type: "plot"
11217   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11218   algorithm: "plot_nf_heatmap"
11219   output-file-type: ".html"
11220   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
11221   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11222   filter: "'NIC_Intel-XXV710' and
11223            'NF_DENSITY' and
11224            'VHOST' and
11225            'VXLAN' and
11226            'CHAIN' and
11227            'IMIX' and
11228            '8T4C' and
11229            'NDRPDR'"
11230   parameters:
11231   - "throughput"
11232   - "name"
11233   - "tags"
11234   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11235   x-axis: "X = VNFs per Service Chain"
11236   y-axis: "Y = Number of Service Chains"
11237   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11238   layout:
11239     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11240     layout: "plot-service-density"
11241
11242 # Plots - NF Density - CSC - MRR IMIX
11243 - type: "plot"
11244   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11245   algorithm: "plot_nf_heatmap"
11246   output-file-type: ".html"
11247   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
11248   data: "plot-vpp-nfv-2n-clx-mrr"
11249   filter: "'NIC_Intel-XXV710' and
11250            'NF_DENSITY' and
11251            'DOCKER' and
11252            'CHAIN' and
11253            'NF_VPPIP4' and
11254            'IMIX' and
11255            '2T1C' and
11256            'MRR'"
11257   parameters:
11258   - "result"
11259   - "name"
11260   - "tags"
11261   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11262   x-axis: "X = CNFs per Service Chain"
11263   y-axis: "Y = Number of Service Chains"
11264   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11265   layout:
11266     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11267     layout: "plot-service-density"
11268
11269 - type: "plot"
11270   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11271   algorithm: "plot_nf_heatmap"
11272   output-file-type: ".html"
11273   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
11274   data: "plot-vpp-nfv-2n-clx-mrr"
11275   filter: "'NIC_Intel-XXV710' and
11276            'NF_DENSITY' and
11277            'DOCKER' and
11278            'CHAIN' and
11279            'NF_VPPIP4' and
11280            'IMIX' and
11281            '4T2C' and
11282            'MRR'"
11283   parameters:
11284   - "result"
11285   - "name"
11286   - "tags"
11287   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11288   x-axis: "X = CNFs per Service Chain"
11289   y-axis: "Y = Number of Service Chains"
11290   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11291   layout:
11292     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11293     layout: "plot-service-density"
11294
11295 - type: "plot"
11296   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11297   algorithm: "plot_nf_heatmap"
11298   output-file-type: ".html"
11299   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
11300   data: "plot-vpp-nfv-2n-clx-mrr"
11301   filter: "'NIC_Intel-XXV710' and
11302            'NF_DENSITY' and
11303            'DOCKER' and
11304            'CHAIN' and
11305            'NF_VPPIP4' and
11306            'IMIX' and
11307            '8T4C' and
11308            'MRR'"
11309   parameters:
11310   - "result"
11311   - "name"
11312   - "tags"
11313   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11314   x-axis: "X = CNFs per Service Chain"
11315   y-axis: "Y = Number of Service Chains"
11316   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11317   layout:
11318     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11319     layout: "plot-service-density"
11320
11321 # Plots - NF Density - CSC - NDR IMIX
11322 - type: "plot"
11323   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11324   algorithm: "plot_nf_heatmap"
11325   output-file-type: ".html"
11326   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
11327   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11328   filter: "'NIC_Intel-XXV710' and
11329            'NF_DENSITY' and
11330            'DOCKER' and
11331            'CHAIN' and
11332            'NF_VPPIP4' and
11333            'IMIX' and
11334            '2T1C' and
11335            'NDRPDR'"
11336   parameters:
11337   - "throughput"
11338   - "name"
11339   - "tags"
11340   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11341   x-axis: "X = CNFs per Service Chain"
11342   y-axis: "Y = Number of Service Chains"
11343   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11344   layout:
11345     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11346     layout: "plot-service-density"
11347
11348 - type: "plot"
11349   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11350   algorithm: "plot_nf_heatmap"
11351   output-file-type: ".html"
11352   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
11353   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11354   filter: "'NIC_Intel-XXV710' and
11355            'NF_DENSITY' and
11356            'DOCKER' and
11357            'CHAIN' and
11358            'NF_VPPIP4' and
11359            'IMIX' and
11360            '4T2C' and
11361            'NDRPDR'"
11362   parameters:
11363   - "throughput"
11364   - "name"
11365   - "tags"
11366   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11367   x-axis: "X = CNFs per Service Chain"
11368   y-axis: "Y = Number of Service Chains"
11369   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11370   layout:
11371     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11372     layout: "plot-service-density"
11373
11374 - type: "plot"
11375   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11376   algorithm: "plot_nf_heatmap"
11377   output-file-type: ".html"
11378   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
11379   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11380   filter: "'NIC_Intel-XXV710' and
11381            'NF_DENSITY' and
11382            'DOCKER' and
11383            'CHAIN' and
11384            'NF_VPPIP4' and
11385            'IMIX' and
11386            '8T4C' and
11387            'NDRPDR'"
11388   parameters:
11389   - "throughput"
11390   - "name"
11391   - "tags"
11392   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11393   x-axis: "X = CNFs per Service Chain"
11394   y-axis: "Y = Number of Service Chains"
11395   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11396   layout:
11397     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11398     layout: "plot-service-density"
11399
11400 # Plots - NF Density - CSC - PDR IMIX
11401 - type: "plot"
11402   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11403   algorithm: "plot_nf_heatmap"
11404   output-file-type: ".html"
11405   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
11406   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11407   filter: "'NIC_Intel-XXV710' and
11408            'NF_DENSITY' and
11409            'DOCKER' and
11410            'CHAIN' and
11411            'NF_VPPIP4' and
11412            'IMIX' and
11413            '2T1C' and
11414            'NDRPDR'"
11415   parameters:
11416   - "throughput"
11417   - "name"
11418   - "tags"
11419   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11420   x-axis: "X = CNFs per Service Chain"
11421   y-axis: "Y = Number of Service Chains"
11422   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11423   layout:
11424     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11425     layout: "plot-service-density"
11426
11427 - type: "plot"
11428   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11429   algorithm: "plot_nf_heatmap"
11430   output-file-type: ".html"
11431   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
11432   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11433   filter: "'NIC_Intel-XXV710' and
11434            'NF_DENSITY' and
11435            'DOCKER' and
11436            'CHAIN' and
11437            'NF_VPPIP4' and
11438            'IMIX' and
11439            '4T2C' and
11440            'NDRPDR'"
11441   parameters:
11442   - "throughput"
11443   - "name"
11444   - "tags"
11445   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11446   x-axis: "X = CNFs per Service Chain"
11447   y-axis: "Y = Number of Service Chains"
11448   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11449   layout:
11450     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11451     layout: "plot-service-density"
11452
11453 - type: "plot"
11454   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11455   algorithm: "plot_nf_heatmap"
11456   output-file-type: ".html"
11457   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
11458   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11459   filter: "'NIC_Intel-XXV710' and
11460            'NF_DENSITY' and
11461            'DOCKER' and
11462            'CHAIN' and
11463            'NF_VPPIP4' and
11464            'IMIX' and
11465            '8T4C' and
11466            'NDRPDR'"
11467   parameters:
11468   - "throughput"
11469   - "name"
11470   - "tags"
11471   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11472   x-axis: "X = CNFs per Service Chain"
11473   y-axis: "Y = Number of Service Chains"
11474   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11475   layout:
11476     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11477     layout: "plot-service-density"
11478
11479 # Plots - NF Density - CSP - MRR IMIX
11480 - type: "plot"
11481   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11482   algorithm: "plot_nf_heatmap"
11483   output-file-type: ".html"
11484   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
11485   data: "plot-vpp-nfv-2n-clx-mrr"
11486   filter: "'NIC_Intel-XXV710' and
11487            'NF_DENSITY' and
11488            'DOCKER' and
11489            'PIPELINE' and
11490            'NF_VPPIP4' and
11491            'IMIX' and
11492            '2T1C' and
11493            'MRR'"
11494   parameters:
11495   - "result"
11496   - "name"
11497   - "tags"
11498   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11499   x-axis: "X = CNFs per Service Pipeline"
11500   y-axis: "Y = Number of Service Pipelines"
11501   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11502   layout:
11503     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11504     layout: "plot-service-density"
11505
11506 - type: "plot"
11507   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11508   algorithm: "plot_nf_heatmap"
11509   output-file-type: ".html"
11510   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
11511   data: "plot-vpp-nfv-2n-clx-mrr"
11512   filter: "'NIC_Intel-XXV710' and
11513            'NF_DENSITY' and
11514            'DOCKER' and
11515            'PIPELINE' and
11516            'NF_VPPIP4' and
11517            'IMIX' and
11518            '4T2C' and
11519            'MRR'"
11520   parameters:
11521   - "result"
11522   - "name"
11523   - "tags"
11524   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11525   x-axis: "X = CNFs per Service Pipeline"
11526   y-axis: "Y = Number of Service Pipelines"
11527   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11528   layout:
11529     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11530     layout: "plot-service-density"
11531
11532 - type: "plot"
11533   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11534   algorithm: "plot_nf_heatmap"
11535   output-file-type: ".html"
11536   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
11537   data: "plot-vpp-nfv-2n-clx-mrr"
11538   filter: "'NIC_Intel-XXV710' and
11539            'NF_DENSITY' and
11540            'DOCKER' and
11541            'PIPELINE' and
11542            'NF_VPPIP4' and
11543            'IMIX' and
11544            '8T4C' and
11545            'MRR'"
11546   parameters:
11547   - "result"
11548   - "name"
11549   - "tags"
11550   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11551   x-axis: "X = CNFs per Service Pipeline"
11552   y-axis: "Y = Number of Service Pipelines"
11553   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11554   layout:
11555     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11556     layout: "plot-service-density"
11557
11558 # Plots - NF Density - CSP - NDR IMIX
11559 - type: "plot"
11560   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11561   algorithm: "plot_nf_heatmap"
11562   output-file-type: ".html"
11563   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
11564   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11565   filter: "'NIC_Intel-XXV710' and
11566            'NF_DENSITY' and
11567            'DOCKER' and
11568            'PIPELINE' and
11569            'NF_VPPIP4' and
11570            'IMIX' and
11571            '2T1C' and
11572            'NDRPDR'"
11573   parameters:
11574   - "throughput"
11575   - "name"
11576   - "tags"
11577   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11578   x-axis: "X = CNFs per Service Pipeline"
11579   y-axis: "Y = Number of Service Pipelines"
11580   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11581   layout:
11582     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11583     layout: "plot-service-density"
11584
11585 - type: "plot"
11586   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11587   algorithm: "plot_nf_heatmap"
11588   output-file-type: ".html"
11589   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
11590   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11591   filter: "'NIC_Intel-XXV710' and
11592            'NF_DENSITY' and
11593            'DOCKER' and
11594            'PIPELINE' and
11595            'NF_VPPIP4' and
11596            'IMIX' and
11597            '4T2C' and
11598            'NDRPDR'"
11599   parameters:
11600   - "throughput"
11601   - "name"
11602   - "tags"
11603   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11604   x-axis: "X = CNFs per Service Pipeline"
11605   y-axis: "Y = Number of Service Pipelines"
11606   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11607   layout:
11608     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11609     layout: "plot-service-density"
11610
11611 - type: "plot"
11612   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11613   algorithm: "plot_nf_heatmap"
11614   output-file-type: ".html"
11615   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
11616   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11617   filter: "'NIC_Intel-XXV710' and
11618            'NF_DENSITY' and
11619            'DOCKER' and
11620            'PIPELINE' and
11621            'NF_VPPIP4' and
11622            'IMIX' and
11623            '8T4C' and
11624            'NDRPDR'"
11625   parameters:
11626   - "throughput"
11627   - "name"
11628   - "tags"
11629   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11630   x-axis: "X = CNFs per Service Pipeline"
11631   y-axis: "Y = Number of Service Pipelines"
11632   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11633   layout:
11634     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11635     layout: "plot-service-density"
11636
11637 # Plots - NF Density - CSP - PDR IMIX
11638 - type: "plot"
11639   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11640   algorithm: "plot_nf_heatmap"
11641   output-file-type: ".html"
11642   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
11643   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11644   filter: "'NIC_Intel-XXV710' and
11645            'NF_DENSITY' and
11646            'DOCKER' and
11647            'PIPELINE' and
11648            'NF_VPPIP4' and
11649            'IMIX' and
11650            '2T1C' and
11651            'NDRPDR'"
11652   parameters:
11653   - "throughput"
11654   - "name"
11655   - "tags"
11656   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11657   x-axis: "X = CNFs per Service Pipeline"
11658   y-axis: "Y = Number of Service Pipelines"
11659   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11660   layout:
11661     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11662     layout: "plot-service-density"
11663
11664 - type: "plot"
11665   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11666   algorithm: "plot_nf_heatmap"
11667   output-file-type: ".html"
11668   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
11669   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11670   filter: "'NIC_Intel-XXV710' and
11671            'NF_DENSITY' and
11672            'DOCKER' and
11673            'PIPELINE' and
11674            'NF_VPPIP4' and
11675            'IMIX' and
11676            '4T2C' and
11677            'NDRPDR'"
11678   parameters:
11679   - "throughput"
11680   - "name"
11681   - "tags"
11682   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11683   x-axis: "X = CNFs per Service Pipeline"
11684   y-axis: "Y = Number of Service Pipelines"
11685   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11686   layout:
11687     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11688     layout: "plot-service-density"
11689
11690 - type: "plot"
11691   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11692   algorithm: "plot_nf_heatmap"
11693   output-file-type: ".html"
11694   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
11695   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11696   filter: "'NIC_Intel-XXV710' and
11697            'NF_DENSITY' and
11698            'DOCKER' and
11699            'PIPELINE' and
11700            'NF_VPPIP4' and
11701            'IMIX' and
11702            '8T4C' and
11703            'NDRPDR'"
11704   parameters:
11705   - "throughput"
11706   - "name"
11707   - "tags"
11708   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11709   x-axis: "X = CNFs per Service Pipeline"
11710   y-axis: "Y = Number of Service Pipelines"
11711   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11712   layout:
11713     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11714     layout: "plot-service-density"
11715
11716 ################################################################################
11717
11718 # Packet Throughput
11719
11720 - type: "plot"
11721   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11722   algorithm: "plot_perf_box_name"
11723   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11724   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11725   include:
11726     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11727     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11728     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11729     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11730   layout:
11731     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11732     layout: "plot-throughput"
11733
11734 - type: "plot"
11735   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11736   algorithm: "plot_perf_box_name"
11737   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11738   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11739   include:
11740     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11741     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11742     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11743     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11744   layout:
11745     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11746     layout: "plot-throughput"
11747
11748 - type: "plot"
11749   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11750   algorithm: "plot_perf_box_name"
11751   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11752   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11753   include:
11754     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11755     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11756     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11757     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11758   layout:
11759     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11760     layout: "plot-throughput"
11761
11762 - type: "plot"
11763   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11764   algorithm: "plot_perf_box_name"
11765   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11766   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11767   include:
11768     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11769     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11770     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11771     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11772   layout:
11773     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11774     layout: "plot-throughput"
11775
11776 - type: "plot"
11777   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11778   algorithm: "plot_perf_box_name"
11779   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11780   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11781   include:
11782     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11783     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11784     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11785     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11786     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11787   layout:
11788     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11789     layout: "plot-throughput"
11790
11791 - type: "plot"
11792   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11793   algorithm: "plot_perf_box_name"
11794   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11795   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11796   include:
11797     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11798     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11799     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11800     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11801     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11802   layout:
11803     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11804     layout: "plot-throughput"
11805
11806 - type: "plot"
11807   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11808   algorithm: "plot_perf_box_name"
11809   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11810   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11811   include:
11812     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11813     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11814     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11815     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11816     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11817   layout:
11818     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11819     layout: "plot-throughput"
11820
11821 - type: "plot"
11822   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11823   algorithm: "plot_perf_box_name"
11824   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11825   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11826   include:
11827     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11828     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11829     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11830     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11831     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11832   layout:
11833     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11834     layout: "plot-throughput"
11835
11836 - type: "plot"
11837   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11838   algorithm: "plot_perf_box_name"
11839   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11840   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11841   include:
11842     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11843     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11844     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11845     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11846     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11847   layout:
11848     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11849     layout: "plot-throughput"
11850
11851 - type: "plot"
11852   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11853   algorithm: "plot_perf_box_name"
11854   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11855   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11856   include:
11857     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11858     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11859     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11860     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11861     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11862   layout:
11863     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11864     layout: "plot-throughput"
11865
11866 - type: "plot"
11867   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11868   algorithm: "plot_perf_box_name"
11869   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11870   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11871   include:
11872     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11873     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11874     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11875     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11876     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11877     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11878   layout:
11879     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11880     layout: "plot-throughput"
11881
11882 - type: "plot"
11883   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11884   algorithm: "plot_perf_box_name"
11885   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11886   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11887   include:
11888     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11889     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11890     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11891     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11892     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11893     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11894   layout:
11895     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11896     layout: "plot-throughput"
11897
11898 - type: "plot"
11899   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11900   algorithm: "plot_perf_box_name"
11901   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11902   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11903   include:
11904     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11905     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11906     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11907     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11908     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11909   layout:
11910     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11911     layout: "plot-throughput"
11912
11913 - type: "plot"
11914   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11915   algorithm: "plot_perf_box_name"
11916   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11917   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11918   include:
11919     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11920     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11921     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11922     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11923     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11924   layout:
11925     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11926     layout: "plot-throughput"
11927
11928 - type: "plot"
11929   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11930   algorithm: "plot_perf_box_name"
11931   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11932   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11933   include:
11934     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11935     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11936     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11937   layout:
11938     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11939     layout: "plot-throughput"
11940
11941 - type: "plot"
11942   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11943   algorithm: "plot_perf_box_name"
11944   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11945   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11946   include:
11947     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11948     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11949     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11950   layout:
11951     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11952     layout: "plot-throughput"
11953
11954 - type: "plot"
11955   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11956   algorithm: "plot_perf_box_name"
11957   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11958   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11959   include:
11960     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11961     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11962     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11963     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11964     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11965   layout:
11966     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11967     layout: "plot-throughput"
11968
11969 - type: "plot"
11970   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11971   algorithm: "plot_perf_box_name"
11972   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11973   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11974   include:
11975     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11976     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11977     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11978     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11979     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11980   layout:
11981     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11982     layout: "plot-throughput"
11983
11984 - type: "plot"
11985   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11986   algorithm: "plot_perf_box_name"
11987   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11988   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11989   include:
11990     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11991     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11992     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11993   layout:
11994     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11995     layout: "plot-throughput"
11996
11997 - type: "plot"
11998   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11999   algorithm: "plot_perf_box_name"
12000   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
12001   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12002   include:
12003     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
12004     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
12005     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
12006   layout:
12007     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
12008     layout: "plot-throughput"
12009
12010 - type: "plot"
12011   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12012   algorithm: "plot_perf_box_name"
12013   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12014   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12015   include:
12016     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12017     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12018     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12019     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12020     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12021     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12022   layout:
12023     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12024     layout: "plot-throughput"
12025
12026 - type: "plot"
12027   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12028   algorithm: "plot_perf_box_name"
12029   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12030   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12031   include:
12032     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12033     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12034     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12035     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12036     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12037     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12038   layout:
12039     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12040     layout: "plot-throughput"
12041
12042 - type: "plot"
12043   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12044   algorithm: "plot_perf_box_name"
12045   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12046   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12047   include:
12048     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12049     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12050     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12051     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12052     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12053     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12054   layout:
12055     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12056     layout: "plot-throughput"
12057
12058 - type: "plot"
12059   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12060   algorithm: "plot_perf_box_name"
12061   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12062   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12063   include:
12064     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12065     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12066     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12067     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12068     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12069     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12070   layout:
12071     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12072     layout: "plot-throughput"
12073
12074 - type: "plot"
12075   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12076   algorithm: "plot_perf_box_name"
12077   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12078   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12079   include:
12080     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12081     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12082     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12083   layout:
12084     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12085     layout: "plot-throughput"
12086
12087 - type: "plot"
12088   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12089   algorithm: "plot_perf_box_name"
12090   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12091   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12092   include:
12093     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12094     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12095     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12096   layout:
12097     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12098     layout: "plot-throughput"
12099
12100 - type: "plot"
12101   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12102   algorithm: "plot_perf_box_name"
12103   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12104   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12105   include:
12106     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12107     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12108 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12109 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12110 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12111   layout:
12112     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12113     layout: "plot-throughput"
12114
12115 - type: "plot"
12116   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12117   algorithm: "plot_perf_box_name"
12118   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12119   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12120   include:
12121     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12122     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12123 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12124 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12125 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12126   layout:
12127     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12128     layout: "plot-throughput"
12129
12130 - type: "plot"
12131   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12132   algorithm: "plot_perf_box_name"
12133   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12134   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12135   include:
12136     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12137     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12138     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12139     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12140     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12141   layout:
12142     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12143     layout: "plot-throughput"
12144
12145 - type: "plot"
12146   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12147   algorithm: "plot_perf_box_name"
12148   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12149   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12150   include:
12151     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12152     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12153     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12154     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12155     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12156   layout:
12157     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12158     layout: "plot-throughput"
12159
12160 - type: "plot"
12161   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12162   algorithm: "plot_perf_box_name"
12163   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12164   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12165   include:
12166     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12167     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12168     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12169     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12170     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12171   layout:
12172     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12173     layout: "plot-throughput"
12174
12175 - type: "plot"
12176   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12177   algorithm: "plot_perf_box_name"
12178   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12179   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12180   include:
12181     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12182     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12183     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12184     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12185     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12186   layout:
12187     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12188     layout: "plot-throughput"
12189
12190 - type: "plot"
12191   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12192   algorithm: "plot_perf_box_name"
12193   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12194   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12195   include:
12196     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12197     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12198     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12199     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12200     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12201     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12202   layout:
12203     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12204     layout: "plot-throughput"
12205
12206 - type: "plot"
12207   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12208   algorithm: "plot_perf_box_name"
12209   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12210   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12211   include:
12212     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12213     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12214     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12215     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12216     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12217     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12218   layout:
12219     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12220     layout: "plot-throughput"
12221
12222 - type: "plot"
12223   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12224   algorithm: "plot_perf_box_name"
12225   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12226   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12227   include:
12228     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12229     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12230     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12231     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12232     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12233     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12234   layout:
12235     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12236     layout: "plot-throughput"
12237
12238 - type: "plot"
12239   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12240   algorithm: "plot_perf_box_name"
12241   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12242   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12243   include:
12244     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12245     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12246     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12247     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12248     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12249     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12250   layout:
12251     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12252     layout: "plot-throughput"
12253
12254 - type: "plot"
12255   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12256   algorithm: "plot_perf_box_name"
12257   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12258   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12259   include:
12260     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12261     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12262     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12263     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12264     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12265   layout:
12266     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12267     layout: "plot-throughput"
12268
12269 - type: "plot"
12270   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12271   algorithm: "plot_perf_box_name"
12272   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12273   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12274   include:
12275     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12276     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12277     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12278     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12279     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12280   layout:
12281     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12282     layout: "plot-throughput"
12283
12284 - type: "plot"
12285   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12286   algorithm: "plot_perf_box_name"
12287   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12288   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12289   include:
12290     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12291     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12292     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12293     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12294     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12295     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12296   layout:
12297     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12298     layout: "plot-throughput"
12299
12300 - type: "plot"
12301   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12302   algorithm: "plot_perf_box_name"
12303   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12304   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12305   include:
12306     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12307     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12308     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12309     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12310     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12311     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12312   layout:
12313     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12314     layout: "plot-throughput"
12315
12316 - type: "plot"
12317   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12318   algorithm: "plot_perf_box_name"
12319   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12320   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12321   include:
12322     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12323     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12324     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12325     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12326     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12327   layout:
12328     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12329     layout: "plot-throughput"
12330
12331 - type: "plot"
12332   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12333   algorithm: "plot_perf_box_name"
12334   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12335   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12336   include:
12337     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12338     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12339     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12340     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12341     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12342   layout:
12343     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12344     layout: "plot-throughput"
12345
12346 - type: "plot"
12347   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12348   algorithm: "plot_perf_box_name"
12349   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12350   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12351   include:
12352     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12353     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12354     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12355     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12356     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12357     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12358   layout:
12359     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12360     layout: "plot-throughput"
12361
12362 - type: "plot"
12363   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12364   algorithm: "plot_perf_box_name"
12365   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12366   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12367   include:
12368     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12369     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12370     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12371     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12372     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12373     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12374   layout:
12375     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12376     layout: "plot-throughput"
12377
12378 - type: "plot"
12379   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12380   algorithm: "plot_perf_box_name"
12381   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12382   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12383   include:
12384     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12385     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12386     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12387     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12388     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12389   layout:
12390     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12391     layout: "plot-throughput"
12392
12393 - type: "plot"
12394   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12395   algorithm: "plot_perf_box_name"
12396   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12397   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12398   include:
12399     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12400     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12401     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12402     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12403     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12404   layout:
12405     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12406     layout: "plot-throughput"
12407
12408 - type: "plot"
12409   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12410   algorithm: "plot_perf_box_name"
12411   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12412   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12413   include:
12414     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12415     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12416     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12417     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12418     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12419     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12420   layout:
12421     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12422     layout: "plot-throughput"
12423
12424 - type: "plot"
12425   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12426   algorithm: "plot_perf_box_name"
12427   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12428   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12429   include:
12430     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12431     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12432     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12433     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12434     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12435     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12436   layout:
12437     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12438     layout: "plot-throughput"
12439
12440 - type: "plot"
12441   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12442   algorithm: "plot_perf_box_name"
12443   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12444   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12445   include:
12446     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12447     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12448   layout:
12449     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12450     layout: "plot-throughput"
12451
12452 - type: "plot"
12453   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12454   algorithm: "plot_perf_box_name"
12455   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12456   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12457   include:
12458     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12459     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12460   layout:
12461     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12462     layout: "plot-throughput"
12463
12464 - type: "plot"
12465   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12466   algorithm: "plot_perf_box_name"
12467   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12468   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12469   include:
12470     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12471     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12472     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12473     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12474   layout:
12475     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12476     layout: "plot-throughput"
12477
12478 - type: "plot"
12479   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12480   algorithm: "plot_perf_box_name"
12481   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12482   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12483   include:
12484     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12485     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12486     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12487     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12488   layout:
12489     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12490     layout: "plot-throughput"
12491
12492 - type: "plot"
12493   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12494   algorithm: "plot_perf_box_name"
12495   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12496   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12497   include:
12498     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12499     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12500     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12501     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12502   layout:
12503     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12504     layout: "plot-throughput"
12505
12506 - type: "plot"
12507   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12508   algorithm: "plot_perf_box_name"
12509   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12510   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12511   include:
12512     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12513     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12514     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12515     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12516   layout:
12517     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12518     layout: "plot-throughput"
12519
12520 - type: "plot"
12521   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12522   algorithm: "plot_perf_box_name"
12523   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12524   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12525   include:
12526     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12527     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12528     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12529     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12530   layout:
12531     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12532     layout: "plot-throughput"
12533
12534 - type: "plot"
12535   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12536   algorithm: "plot_perf_box_name"
12537   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12538   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12539   include:
12540     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12541     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12542     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12543     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12544   layout:
12545     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12546     layout: "plot-throughput"
12547
12548 - type: "plot"
12549   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12550   algorithm: "plot_perf_box_name"
12551   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12552   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12553   include:
12554     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12555     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12556     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12557     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12558   layout:
12559     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12560     layout: "plot-throughput"
12561
12562 - type: "plot"
12563   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12564   algorithm: "plot_perf_box_name"
12565   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12566   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12567   include:
12568     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12569     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12570     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12571     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12572   layout:
12573     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12574     layout: "plot-throughput"
12575
12576 - type: "plot"
12577   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12578   algorithm: "plot_perf_box_name"
12579   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12580   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12581   include:
12582     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12583     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12584     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12585     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12586     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12587     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12588   layout:
12589     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12590     layout: "plot-throughput"
12591
12592 - type: "plot"
12593   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12594   algorithm: "plot_perf_box_name"
12595   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12596   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12597   include:
12598     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12599     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12600     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12601     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12602     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12603     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12604   layout:
12605     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12606     layout: "plot-throughput"
12607
12608 - type: "plot"
12609   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12610   algorithm: "plot_perf_box_name"
12611   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12612   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12613   include:
12614     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12615     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12616     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12617     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12618     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12619   layout:
12620     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12621     layout: "plot-throughput"
12622
12623 - type: "plot"
12624   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12625   algorithm: "plot_perf_box_name"
12626   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12627   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12628   include:
12629     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12630     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12631     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12632     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12633     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12634   layout:
12635     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12636     layout: "plot-throughput"
12637
12638 - type: "plot"
12639   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12640   algorithm: "plot_perf_box_name"
12641   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12642   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12643   include:
12644     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12645     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12646     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12647     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12648     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12649   layout:
12650     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12651     layout: "plot-throughput"
12652
12653 - type: "plot"
12654   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12655   algorithm: "plot_perf_box_name"
12656   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12657   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12658   include:
12659     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12660     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12661     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12662     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12663     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12664   layout:
12665     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12666     layout: "plot-throughput"
12667
12668 - type: "plot"
12669   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12670   algorithm: "plot_perf_box_name"
12671   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12672   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12673   include:
12674     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12675     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12676     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12677   layout:
12678     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12679     layout: "plot-throughput"
12680
12681 - type: "plot"
12682   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12683   algorithm: "plot_perf_box_name"
12684   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12685   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12686   include:
12687     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12688     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12689     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12690   layout:
12691     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12692     layout: "plot-throughput"
12693
12694 - type: "plot"
12695   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12696   algorithm: "plot_perf_box_name"
12697   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12698   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12699   include:
12700     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12701     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12702     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12703   layout:
12704     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12705     layout: "plot-throughput"
12706
12707 - type: "plot"
12708   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12709   algorithm: "plot_perf_box_name"
12710   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12711   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12712   include:
12713     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12714     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12715     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12716   layout:
12717     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12718     layout: "plot-throughput"
12719
12720 - type: "plot"
12721   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12722   algorithm: "plot_perf_box_name"
12723   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12724   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12725   include:
12726     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12727     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12728     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12729     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12730     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12731   layout:
12732     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12733     layout: "plot-throughput"
12734
12735 - type: "plot"
12736   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12737   algorithm: "plot_perf_box_name"
12738   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12739   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12740   include:
12741     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12742     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12743     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12744     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12745     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12746   layout:
12747     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12748     layout: "plot-throughput"
12749
12750 - type: "plot"
12751   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12752   algorithm: "plot_perf_box_name"
12753   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12754   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12755   include:
12756     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12757     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12758     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12759     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12760     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12761   layout:
12762     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12763     layout: "plot-throughput"
12764
12765 - type: "plot"
12766   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12767   algorithm: "plot_perf_box_name"
12768   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12769   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12770   include:
12771     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12772     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12773     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12774     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12775     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12776   layout:
12777     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12778     layout: "plot-throughput"
12779
12780 - type: "plot"
12781   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12782   algorithm: "plot_perf_box_name"
12783   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12784   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12785   include:
12786     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12787     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12788     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12789     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12790     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12791   layout:
12792     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12793     layout: "plot-throughput"
12794
12795 - type: "plot"
12796   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12797   algorithm: "plot_perf_box_name"
12798   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12799   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12800   include:
12801     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12802     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12803     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12804     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12805     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12806   layout:
12807     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12808     layout: "plot-throughput"
12809
12810 - type: "plot"
12811   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12812   algorithm: "plot_perf_box_name"
12813   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12814   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12815   include:
12816     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12817     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12818     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12819     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12820     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12821   layout:
12822     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12823     layout: "plot-throughput"
12824
12825 - type: "plot"
12826   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12827   algorithm: "plot_perf_box_name"
12828   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12829   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12830   include:
12831     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12832     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12833     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12834     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12835     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12836   layout:
12837     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12838     layout: "plot-throughput"
12839
12840 - type: "plot"
12841   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12842   algorithm: "plot_perf_box_name"
12843   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12844   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12845   include:
12846     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12847     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12848     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12849     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12850     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12851   layout:
12852     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12853     layout: "plot-throughput"
12854
12855 - type: "plot"
12856   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12857   algorithm: "plot_perf_box_name"
12858   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12859   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12860   include:
12861     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12862     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12863     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12864     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12865     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12866   layout:
12867     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12868     layout: "plot-throughput"
12869
12870 - type: "plot"
12871   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12872   algorithm: "plot_perf_box_name"
12873   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12874   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12875   include:
12876     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12877     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12878     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12879     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12880     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12881     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12882   layout:
12883     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12884     layout: "plot-throughput"
12885
12886 - type: "plot"
12887   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12888   algorithm: "plot_perf_box_name"
12889   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12890   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12891   include:
12892     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12893     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12894     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12895     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12896     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12897     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12898   layout:
12899     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12900     layout: "plot-throughput"
12901
12902 - type: "plot"
12903   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12904   algorithm: "plot_perf_box_name"
12905   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12906   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12907   include:
12908     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12909     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12910     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12911     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12912   layout:
12913     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12914     layout: "plot-throughput"
12915
12916 - type: "plot"
12917   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12918   algorithm: "plot_perf_box_name"
12919   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12920   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12921   include:
12922     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12923     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12924     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12925     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12926   layout:
12927     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12928     layout: "plot-throughput"
12929
12930 - type: "plot"
12931   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12932   algorithm: "plot_perf_box_name"
12933   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12934   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12935   include:
12936     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12937     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12938     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12939     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12940     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12941     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12942   layout:
12943     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12944     layout: "plot-throughput"
12945
12946 - type: "plot"
12947   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12948   algorithm: "plot_perf_box_name"
12949   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12950   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12951   include:
12952     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12953     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12954     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12955     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12956     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12957     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12958   layout:
12959     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12960     layout: "plot-throughput"
12961
12962 - type: "plot"
12963   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12964   algorithm: "plot_perf_box_name"
12965   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12966   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12967   include:
12968     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12969     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12970     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12971     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12972     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12973     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12974   layout:
12975     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12976     layout: "plot-throughput"
12977
12978 - type: "plot"
12979   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12980   algorithm: "plot_perf_box_name"
12981   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12982   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12983   include:
12984     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12985     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12986     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12987     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12988     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12989     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12990   layout:
12991     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12992     layout: "plot-throughput"
12993
12994 - type: "plot"
12995   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12996   algorithm: "plot_perf_box_name"
12997   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12998   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12999   include:
13000     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13001     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13002     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13003     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13004     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13005     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13006   layout:
13007     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13008     layout: "plot-throughput"
13009
13010 - type: "plot"
13011   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13012   algorithm: "plot_perf_box_name"
13013   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13014   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13015   include:
13016     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13017     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13018     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13019     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13020     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13021     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13022   layout:
13023     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13024     layout: "plot-throughput"
13025
13026 - type: "plot"
13027   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13028   algorithm: "plot_perf_box_name"
13029   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13030   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13031   include:
13032     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13033     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13034     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13035     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13036     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13037     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13038   layout:
13039     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13040     layout: "plot-throughput"
13041
13042 - type: "plot"
13043   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13044   algorithm: "plot_perf_box_name"
13045   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13046   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13047   include:
13048     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13049     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13050     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13051     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13052     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13053     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13054   layout:
13055     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13056     layout: "plot-throughput"
13057
13058 - type: "plot"
13059   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13060   algorithm: "plot_perf_box_name"
13061   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13062   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13063   include:
13064     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13065     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13066     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13067     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13068     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13069     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13070   layout:
13071     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13072     layout: "plot-throughput"
13073
13074 - type: "plot"
13075   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13076   algorithm: "plot_perf_box_name"
13077   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13078   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13079   include:
13080     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13081     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13082     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13083     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13084     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13085     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13086   layout:
13087     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13088     layout: "plot-throughput"
13089
13090 - type: "plot"
13091   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13092   algorithm: "plot_perf_box_name"
13093   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13094   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13095   include:
13096     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13097     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13098     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13099     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13100     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13101     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13102   layout:
13103     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13104     layout: "plot-throughput"
13105
13106 - type: "plot"
13107   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13108   algorithm: "plot_perf_box_name"
13109   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13110   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13111   include:
13112     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13113     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13114     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13115     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13116     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13117     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13118   layout:
13119     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13120     layout: "plot-throughput"
13121
13122 - type: "plot"
13123   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13124   algorithm: "plot_perf_box_name"
13125   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13126   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13127   include:
13128     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13129     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13130     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13131     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13132     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13133     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13134   layout:
13135     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13136     layout: "plot-throughput"
13137
13138 - type: "plot"
13139   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13140   algorithm: "plot_perf_box_name"
13141   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13142   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13143   include:
13144     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13145     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13146     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13147     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13148     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13149     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13150   layout:
13151     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13152     layout: "plot-throughput"
13153
13154 - type: "plot"
13155   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13156   algorithm: "plot_perf_box_name"
13157   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13158   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13159   include:
13160     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13161     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13162     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13163     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13164     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13165     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13166   layout:
13167     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13168     layout: "plot-throughput"
13169
13170 - type: "plot"
13171   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13172   algorithm: "plot_perf_box_name"
13173   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13174   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13175   include:
13176     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13177     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13178     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13179     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13180     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13181     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13182   layout:
13183     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13184     layout: "plot-throughput"
13185
13186 - type: "plot"
13187   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13188   algorithm: "plot_perf_box_name"
13189   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13190   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13191   include:
13192     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13193     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13194     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13195     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13196   layout:
13197     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13198     layout: "plot-throughput"
13199
13200 - type: "plot"
13201   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13202   algorithm: "plot_perf_box_name"
13203   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13204   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13205   include:
13206     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13207     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13208     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13209     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13210   layout:
13211     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13212     layout: "plot-throughput"
13213
13214 - type: "plot"
13215   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13216   algorithm: "plot_perf_box_name"
13217   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13218   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13219   include:
13220     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13221     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13222     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13223     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13224   layout:
13225     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13226     layout: "plot-throughput"
13227
13228 - type: "plot"
13229   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13230   algorithm: "plot_perf_box_name"
13231   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13232   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13233   include:
13234     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13235     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13236     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13237     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13238   layout:
13239     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13240     layout: "plot-throughput"
13241
13242 - type: "plot"
13243   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13244   algorithm: "plot_perf_box_name"
13245   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13246   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13247   include:
13248     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13249     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13250     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13251     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13252     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13253     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13254   layout:
13255     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13256     layout: "plot-throughput"
13257
13258 - type: "plot"
13259   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13260   algorithm: "plot_perf_box_name"
13261   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13262   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13263   include:
13264     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13265     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13266     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13267     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13268     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13269     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13270   layout:
13271     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13272     layout: "plot-throughput"
13273
13274 - type: "plot"
13275   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13276   algorithm: "plot_perf_box_name"
13277   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13278   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13279   include:
13280     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13281     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13282     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13283     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13284     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13285   layout:
13286     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13287     layout: "plot-throughput"
13288
13289 - type: "plot"
13290   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13291   algorithm: "plot_perf_box_name"
13292   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13293   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13294   include:
13295     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13296     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13297     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13298     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13299     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13300   layout:
13301     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13302     layout: "plot-throughput"
13303
13304 - type: "plot"
13305   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13306   algorithm: "plot_perf_box_name"
13307   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13308   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13309   include:
13310     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13311     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13312     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13313     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13314     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13315   layout:
13316     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13317     layout: "plot-throughput"
13318
13319 - type: "plot"
13320   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13321   algorithm: "plot_perf_box_name"
13322   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13323   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13324   include:
13325     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13326     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13327     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13328     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13329     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13330   layout:
13331     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13332     layout: "plot-throughput"
13333
13334 - type: "plot"
13335   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13336   algorithm: "plot_perf_box_name"
13337   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13338   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13339   include:
13340     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13341     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13342     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13343     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13344   layout:
13345     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13346     layout: "plot-throughput"
13347
13348 - type: "plot"
13349   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13350   algorithm: "plot_perf_box_name"
13351   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13352   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13353   include:
13354     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13355     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13356     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13357     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13358   layout:
13359     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13360     layout: "plot-throughput"
13361
13362 - type: "plot"
13363   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13364   algorithm: "plot_perf_box_name"
13365   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13366   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13367   include:
13368     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13369     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13370     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13371     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13372     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13373     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13374   layout:
13375     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13376     layout: "plot-throughput"
13377
13378 - type: "plot"
13379   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13380   algorithm: "plot_perf_box_name"
13381   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13382   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13383   include:
13384     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13385     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13386     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13387     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13388     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13389     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13390   layout:
13391     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13392     layout: "plot-throughput"
13393
13394 - type: "plot"
13395   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13396   algorithm: "plot_perf_box_name"
13397   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13398   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13399   include:
13400     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13401     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13402     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13403     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13404     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13405     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13406   layout:
13407     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13408     layout: "plot-throughput"
13409
13410 - type: "plot"
13411   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13412   algorithm: "plot_perf_box_name"
13413   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13414   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13415   include:
13416     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13417     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13418     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13419     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13420     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13421     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13422   layout:
13423     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13424     layout: "plot-throughput"
13425
13426 - type: "plot"
13427   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13428   algorithm: "plot_perf_box_name"
13429   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13430   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13431   include:
13432     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13433     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13434     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13435     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13436     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13437     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13438   layout:
13439     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13440     layout: "plot-throughput"
13441
13442 - type: "plot"
13443   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13444   algorithm: "plot_perf_box_name"
13445   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13446   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13447   include:
13448     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13449     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13450     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13451     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13452     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13453     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13454   layout:
13455     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13456     layout: "plot-throughput"
13457
13458 - type: "plot"
13459   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13460   algorithm: "plot_perf_box_name"
13461   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13462   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13463   include:
13464     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13465     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13466     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13467     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13468     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13469     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13470   layout:
13471     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13472     layout: "plot-throughput"
13473
13474 - type: "plot"
13475   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13476   algorithm: "plot_perf_box_name"
13477   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13478   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13479   include:
13480     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13481     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13482     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13483     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13484     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13485     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13486   layout:
13487     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13488     layout: "plot-throughput"
13489
13490 - type: "plot"
13491   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13492   algorithm: "plot_perf_box_name"
13493   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13494   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13495   include:
13496     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13497     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13498     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13499     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13500   layout:
13501     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13502     layout: "plot-throughput"
13503
13504 - type: "plot"
13505   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13506   algorithm: "plot_perf_box_name"
13507   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13508   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13509   include:
13510     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13511     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13512     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13513     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13514   layout:
13515     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13516     layout: "plot-throughput"
13517
13518 - type: "plot"
13519   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13520   algorithm: "plot_perf_box_name"
13521   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13522   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13523   include:
13524     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13525     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13526     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13527     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13528     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13529     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13530   layout:
13531     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13532     layout: "plot-throughput"
13533
13534 - type: "plot"
13535   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13536   algorithm: "plot_perf_box_name"
13537   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13538   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13539   include:
13540     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13541     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13542     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13543     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13544     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13545     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13546   layout:
13547     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13548     layout: "plot-throughput"
13549
13550 - type: "plot"
13551   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13552   algorithm: "plot_perf_box_name"
13553   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13554   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13555   include:
13556     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13557     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13558     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13559     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13560     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13561     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13562   layout:
13563     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13564     layout: "plot-throughput"
13565
13566 - type: "plot"
13567   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13568   algorithm: "plot_perf_box_name"
13569   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13570   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13571   include:
13572     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13573     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13574     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13575     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13576     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13577     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13578   layout:
13579     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13580     layout: "plot-throughput"
13581
13582 #- type: "plot"
13583 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13584 #  algorithm: "plot_perf_box_name"
13585 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13586 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13587 #  include:
13588 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13589 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13590 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13591 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13592 #  layout:
13593 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13594 #    layout: "plot-throughput"
13595 #
13596 #- type: "plot"
13597 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13598 #  algorithm: "plot_perf_box_name"
13599 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13600 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13601 #  include:
13602 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13603 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13604 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13605 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13606 #  layout:
13607 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13608 #    layout: "plot-throughput"
13609
13610 - type: "plot"
13611   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13612   algorithm: "plot_perf_box_name"
13613   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13614   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13615   include:
13616     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13617     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13618     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13619     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13620     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13621     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13622   layout:
13623     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13624     layout: "plot-throughput"
13625
13626 - type: "plot"
13627   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13628   algorithm: "plot_perf_box_name"
13629   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13630   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13631   include:
13632     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13633     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13634     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13635     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13636     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13637     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13638   layout:
13639     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13640     layout: "plot-throughput"
13641
13642 #- type: "plot"
13643 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13644 #  algorithm: "plot_perf_box_name"
13645 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13646 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13647 #  include:
13648 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13649 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13650 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13651 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13652 #  layout:
13653 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13654 #    layout: "plot-throughput"
13655 #
13656 #- type: "plot"
13657 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13658 #  algorithm: "plot_perf_box_name"
13659 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13660 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13661 #  include:
13662 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13663 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13664 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13665 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13666 #  layout:
13667 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13668 #    layout: "plot-throughput"
13669
13670 - type: "plot"
13671   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13672   algorithm: "plot_perf_box_name"
13673   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13674   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13675   include:
13676     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13677     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13678     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13679     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13680     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13681     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13682   layout:
13683     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13684     layout: "plot-throughput"
13685
13686 - type: "plot"
13687   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13688   algorithm: "plot_perf_box_name"
13689   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13690   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13691   include:
13692     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13693     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13694     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13695     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13696     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13697     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13698   layout:
13699     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13700     layout: "plot-throughput"
13701
13702 #- type: "plot"
13703 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13704 #  algorithm: "plot_perf_box_name"
13705 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13706 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13707 #  include:
13708 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13709 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13710 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13711 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13712 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13713 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13714 #  layout:
13715 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13716 #    layout: "plot-throughput"
13717 #
13718 #- type: "plot"
13719 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13720 #  algorithm: "plot_perf_box_name"
13721 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13722 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13723 #  include:
13724 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13725 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13726 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13727 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13728 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13729 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13730 #  layout:
13731 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13732 #    layout: "plot-throughput"
13733
13734 - type: "plot"
13735   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13736   algorithm: "plot_perf_box_name"
13737   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13738   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13739   include:
13740     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13741     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13742     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13743     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13744     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13745     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13746   layout:
13747     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13748     layout: "plot-throughput"
13749
13750 - type: "plot"
13751   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13752   algorithm: "plot_perf_box_name"
13753   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13754   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13755   include:
13756     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13757     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13758     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13759     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13760     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13761     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13762   layout:
13763     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13764     layout: "plot-throughput"
13765
13766 - type: "plot"
13767   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13768   algorithm: "plot_perf_box_name"
13769   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13770   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13771   include:
13772     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13773     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13774     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13775 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13776 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13777 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13778   layout:
13779     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13780     layout: "plot-throughput"
13781
13782 - type: "plot"
13783   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13784   algorithm: "plot_perf_box_name"
13785   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13786   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13787   include:
13788     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13789     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13790     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13791 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13792 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13793 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13794   layout:
13795     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13796     layout: "plot-throughput"
13797
13798 - type: "plot"
13799   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13800   algorithm: "plot_perf_box_name"
13801   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13802   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13803   include:
13804     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13805     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13806     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13807     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13808     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13809     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13810   layout:
13811     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13812     layout: "plot-throughput"
13813
13814 - type: "plot"
13815   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13816   algorithm: "plot_perf_box_name"
13817   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13818   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13819   include:
13820     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13821     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13822     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13823     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13824     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13825     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13826   layout:
13827     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13828     layout: "plot-throughput"
13829
13830 - type: "plot"
13831   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13832   algorithm: "plot_perf_box_name"
13833   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13834   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13835   include:
13836     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13837     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13838     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13839     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13840     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13841     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13842   layout:
13843     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13844     layout: "plot-throughput"
13845
13846 - type: "plot"
13847   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13848   algorithm: "plot_perf_box_name"
13849   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13850   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13851   include:
13852     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13853     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13854     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13855     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13856     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13857     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13858   layout:
13859     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13860     layout: "plot-throughput"
13861
13862 #- type: "plot"
13863 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13864 #  algorithm: "plot_perf_box_name"
13865 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13866 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13867 #  include:
13868 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13869 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13870 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13871 #  layout:
13872 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13873 #    layout: "plot-throughput"
13874 #
13875 #- type: "plot"
13876 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13877 #  algorithm: "plot_perf_box_name"
13878 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13879 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13880 #  include:
13881 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13882 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13883 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13884 #  layout:
13885 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13886 #    layout: "plot-throughput"
13887
13888 - type: "plot"
13889   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13890   algorithm: "plot_perf_box_name"
13891   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13892   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13893   include:
13894     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13895     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13896     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13897     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13898     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13899   layout:
13900     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13901     layout: "plot-throughput"
13902
13903 - type: "plot"
13904   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13905   algorithm: "plot_perf_box_name"
13906   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13907   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13908   include:
13909     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13910     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13911     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13912     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13913     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13914   layout:
13915     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13916     layout: "plot-throughput"
13917
13918 - type: "plot"
13919   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13920   algorithm: "plot_perf_box_name"
13921   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13922   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13923   include:
13924     - "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"
13925     - "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"
13926     - "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"
13927     - "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"
13928     - "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"
13929   layout:
13930     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13931     layout: "plot-throughput"
13932
13933 - type: "plot"
13934   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13935   algorithm: "plot_perf_box_name"
13936   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13937   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13938   include:
13939     - "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"
13940     - "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"
13941     - "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"
13942     - "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"
13943     - "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"
13944   layout:
13945     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13946     layout: "plot-throughput"
13947
13948 - type: "plot"
13949   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13950   algorithm: "plot_perf_box_name"
13951   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13952   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13953   include:
13954     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13955     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13956     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13957     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13958     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13959   layout:
13960     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13961     layout: "plot-throughput"
13962
13963 - type: "plot"
13964   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13965   algorithm: "plot_perf_box_name"
13966   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13967   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13968   include:
13969     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13970     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13971     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13972     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13973     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13974   layout:
13975     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13976     layout: "plot-throughput"
13977
13978 - type: "plot"
13979   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13980   algorithm: "plot_perf_box_name"
13981   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13982   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13983   include:
13984     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13985     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13986     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13987     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13988     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13989   layout:
13990     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13991     layout: "plot-throughput"
13992
13993 - type: "plot"
13994   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13995   algorithm: "plot_perf_box_name"
13996   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13997   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13998   include:
13999     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14000     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14001     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14002     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14003     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14004   layout:
14005     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14006     layout: "plot-throughput"
14007
14008 - type: "plot"
14009   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14010   algorithm: "plot_perf_box_name"
14011   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14012   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14013   include:
14014     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14015     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14016     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14017     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14018     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14019   layout:
14020     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14021     layout: "plot-throughput"
14022
14023 - type: "plot"
14024   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14025   algorithm: "plot_perf_box_name"
14026   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14027   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14028   include:
14029     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14030     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14031     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14032     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14033     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14034   layout:
14035     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14036     layout: "plot-throughput"
14037
14038 - type: "plot"
14039   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14040   algorithm: "plot_perf_box_name"
14041   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14042   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14043   include:
14044     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14045     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14046     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14047     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14048     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14049   layout:
14050     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14051     layout: "plot-throughput"
14052
14053 - type: "plot"
14054   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14055   algorithm: "plot_perf_box_name"
14056   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14057   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14058   include:
14059     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14060     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14061     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14062     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14063     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14064   layout:
14065     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14066     layout: "plot-throughput"
14067
14068 - type: "plot"
14069   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14070   algorithm: "plot_perf_box_name"
14071   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14072   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14073   include:
14074     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14075     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14076     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14077     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14078   layout:
14079     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14080     layout: "plot-throughput"
14081
14082 - type: "plot"
14083   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14084   algorithm: "plot_perf_box_name"
14085   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14086   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14087   include:
14088     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14089     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14090     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14091     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14092   layout:
14093     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14094     layout: "plot-throughput"
14095
14096 - type: "plot"
14097   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14098   algorithm: "plot_perf_box_name"
14099   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14100   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14101   include:
14102     - "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"
14103     - "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"
14104     - "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"
14105     - "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"
14106   layout:
14107     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14108     layout: "plot-throughput"
14109
14110 - type: "plot"
14111   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14112   algorithm: "plot_perf_box_name"
14113   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14114   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14115   include:
14116     - "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"
14117     - "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"
14118     - "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"
14119     - "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"
14120   layout:
14121     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14122     layout: "plot-throughput"
14123
14124 - type: "plot"
14125   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14126   algorithm: "plot_perf_box_name"
14127   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14128   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14129   include:
14130     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14131     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14132     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14133     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14134     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14135     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14136   layout:
14137     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14138     layout: "plot-throughput"
14139
14140 - type: "plot"
14141   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14142   algorithm: "plot_perf_box_name"
14143   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14144   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14145   include:
14146     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14147     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14148     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14149     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14150     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14151     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14152   layout:
14153     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14154     layout: "plot-throughput"
14155
14156 - type: "plot"
14157   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14158   algorithm: "plot_perf_box_name"
14159   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14160   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14161   include:
14162     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14163     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14164     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14165     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14166     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14167     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14168   layout:
14169     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14170     layout: "plot-throughput"
14171
14172 - type: "plot"
14173   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14174   algorithm: "plot_perf_box_name"
14175   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14176   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14177   include:
14178     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14179     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14180     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14181     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14182     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14183     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14184   layout:
14185     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14186     layout: "plot-throughput"
14187
14188 - type: "plot"
14189   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14190   algorithm: "plot_perf_box_name"
14191   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14192   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14193   include:
14194     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14195     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14196     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14197     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14198     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14199     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14200   layout:
14201     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14202     layout: "plot-throughput"
14203
14204 - type: "plot"
14205   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14206   algorithm: "plot_perf_box_name"
14207   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14208   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14209   include:
14210     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14211     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14212     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14213     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14214     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14215     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14216   layout:
14217     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14218     layout: "plot-throughput"
14219
14220 - type: "plot"
14221   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14222   algorithm: "plot_perf_box_name"
14223   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14224   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14225   include:
14226     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14227     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14228     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14229     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14230     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14231   layout:
14232     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14233     layout: "plot-throughput"
14234
14235 - type: "plot"
14236   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14237   algorithm: "plot_perf_box_name"
14238   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14239   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14240   include:
14241     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14242     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14243     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14244     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14245     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14246   layout:
14247     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14248     layout: "plot-throughput"
14249
14250 - type: "plot"
14251   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14252   algorithm: "plot_perf_box_name"
14253   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14254   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14255   include:
14256     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14257     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14258   layout:
14259     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14260     layout: "plot-throughput"
14261
14262 - type: "plot"
14263   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14264   algorithm: "plot_perf_box_name"
14265   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14266   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14267   include:
14268     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14269     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14270   layout:
14271     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14272     layout: "plot-throughput"
14273
14274 - type: "plot"
14275   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14276   algorithm: "plot_perf_box_name"
14277   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14278   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14279   include:
14280     - "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"
14281     - "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"
14282   layout:
14283     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14284     layout: "plot-throughput"
14285
14286 - type: "plot"
14287   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14288   algorithm: "plot_perf_box_name"
14289   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14290   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14291   include:
14292     - "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"
14293     - "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"
14294   layout:
14295     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14296     layout: "plot-throughput"
14297
14298 - type: "plot"
14299   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14300   algorithm: "plot_perf_box_name"
14301   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14302   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14303   include:
14304     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14305     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14306   layout:
14307     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14308     layout: "plot-throughput"
14309
14310 - type: "plot"
14311   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14312   algorithm: "plot_perf_box_name"
14313   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14314   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14315   include:
14316     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14317     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14318   layout:
14319     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14320     layout: "plot-throughput"
14321
14322 - type: "plot"
14323   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14324   algorithm: "plot_perf_box_name"
14325   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14326   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14327   include:
14328     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14329     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14330   layout:
14331     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14332     layout: "plot-throughput"
14333
14334 - type: "plot"
14335   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14336   algorithm: "plot_perf_box_name"
14337   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14338   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14339   include:
14340     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14341     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14342   layout:
14343     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14344     layout: "plot-throughput"
14345
14346 - type: "plot"
14347   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14348   algorithm: "plot_perf_box_name"
14349   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14350   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14351   include:
14352     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14353     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14354     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14355     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14356     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14357     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14358   layout:
14359     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14360     layout: "plot-throughput"
14361
14362 - type: "plot"
14363   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14364   algorithm: "plot_perf_box_name"
14365   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14366   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14367   include:
14368     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14369     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14370     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14371     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14372     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14373     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14374   layout:
14375     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14376     layout: "plot-throughput"
14377
14378 - type: "plot"
14379   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14380   algorithm: "plot_perf_box_name"
14381   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14382   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14383   include:
14384     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14385     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14386     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14387     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14388     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14389     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14390   layout:
14391     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14392     layout: "plot-throughput"
14393
14394 - type: "plot"
14395   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14396   algorithm: "plot_perf_box_name"
14397   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14398   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14399   include:
14400     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14401     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14402     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14403     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14404     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14405     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14406   layout:
14407     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14408     layout: "plot-throughput"
14409
14410 #- type: "plot"
14411 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14412 #  algorithm: "plot_perf_box_name"
14413 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14414 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14415 #  include:
14416 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14417 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14418 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14419 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14420 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14421 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14422 #  layout:
14423 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14424 #    layout: "plot-throughput"
14425 #
14426 #- type: "plot"
14427 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14428 #  algorithm: "plot_perf_box_name"
14429 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14430 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14431 #  include:
14432 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14433 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14434 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14435 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14436 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14437 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14438 #  layout:
14439 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14440 #    layout: "plot-throughput"
14441
14442 - type: "plot"
14443   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14444   algorithm: "plot_perf_box_name"
14445   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14446   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14447   include:
14448     - "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"
14449     - "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"
14450     - "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"
14451     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14452     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14453     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14454   layout:
14455     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
14456     layout: "plot-throughput"
14457
14458 - type: "plot"
14459   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14460   algorithm: "plot_perf_box_name"
14461   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14462   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14463   include:
14464     - "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"
14465     - "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"
14466     - "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"
14467     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14468     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14469     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14470   layout:
14471     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
14472     layout: "plot-throughput"
14473
14474 ################################################################################
14475
14476 # Packet Speedup
14477
14478 - type: "plot"
14479   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14480   algorithm: "plot_tsa_name"
14481   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14482   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14483   include:
14484     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14485     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14486     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14487     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14488   layout:
14489     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
14490     layout: "plot-throughput-speedup-analysis"
14491
14492 - type: "plot"
14493   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14494   algorithm: "plot_tsa_name"
14495   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14496   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14497   include:
14498     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14499     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14500     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14501     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14502   layout:
14503     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
14504     layout: "plot-throughput-speedup-analysis"
14505
14506 - type: "plot"
14507   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14508   algorithm: "plot_tsa_name"
14509   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14510   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14511   include:
14512     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14513     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14514     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14515     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14516   layout:
14517     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
14518     layout: "plot-throughput-speedup-analysis"
14519
14520 - type: "plot"
14521   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14522   algorithm: "plot_tsa_name"
14523   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14524   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14525   include:
14526     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14527     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14528     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14529     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14530   layout:
14531     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
14532     layout: "plot-throughput-speedup-analysis"
14533
14534 - type: "plot"
14535   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14536   algorithm: "plot_tsa_name"
14537   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14538   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14539   include:
14540     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14541     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14542     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14543     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14544     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14545   layout:
14546     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
14547     layout: "plot-throughput-speedup-analysis"
14548
14549 - type: "plot"
14550   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14551   algorithm: "plot_tsa_name"
14552   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14553   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14554   include:
14555     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14556     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14557     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14558     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14559     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14560   layout:
14561     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14562     layout: "plot-throughput-speedup-analysis"
14563
14564 - type: "plot"
14565   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14566   algorithm: "plot_tsa_name"
14567   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14568   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14569   include:
14570     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14571     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14572     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14573     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14574     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14575   layout:
14576     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
14577     layout: "plot-throughput-speedup-analysis"
14578
14579 - type: "plot"
14580   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14581   algorithm: "plot_tsa_name"
14582   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14583   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14584   include:
14585     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14586     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14587     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14588     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14589     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14590   layout:
14591     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14592     layout: "plot-throughput-speedup-analysis"
14593
14594 - type: "plot"
14595   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14596   algorithm: "plot_tsa_name"
14597   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14598   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14599   include:
14600     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14601     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14602     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14603     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14604     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14605     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14606   layout:
14607     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
14608     layout: "plot-throughput-speedup-analysis"
14609
14610 - type: "plot"
14611   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14612   algorithm: "plot_tsa_name"
14613   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14614   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14615   include:
14616     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14617     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14618     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14619     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14620     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14621     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14622   layout:
14623     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14624     layout: "plot-throughput-speedup-analysis"
14625
14626 - type: "plot"
14627   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14628   algorithm: "plot_tsa_name"
14629   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14630   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14631   include:
14632     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14633     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14634     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14635     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14636     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14637   layout:
14638     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14639     layout: "plot-throughput-speedup-analysis"
14640
14641 - type: "plot"
14642   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14643   algorithm: "plot_tsa_name"
14644   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14645   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14646   include:
14647     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14648     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14649     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14650     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14651     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14652   layout:
14653     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14654     layout: "plot-throughput-speedup-analysis"
14655
14656 - type: "plot"
14657   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14658   algorithm: "plot_tsa_name"
14659   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14660   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14661   include:
14662     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14663     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14664     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14665   layout:
14666     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14667     layout: "plot-throughput-speedup-analysis"
14668
14669 - type: "plot"
14670   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14671   algorithm: "plot_tsa_name"
14672   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14673   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14674   include:
14675     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14676     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14677     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14678   layout:
14679     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14680     layout: "plot-throughput-speedup-analysis"
14681
14682 - type: "plot"
14683   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14684   algorithm: "plot_tsa_name"
14685   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14686   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14687   include:
14688     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14689     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14690     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14691     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14692     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14693   layout:
14694     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14695     layout: "plot-throughput-speedup-analysis"
14696
14697 - type: "plot"
14698   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14699   algorithm: "plot_tsa_name"
14700   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14701   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14702   include:
14703     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14704     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14705     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14706     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14707     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14708   layout:
14709     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14710     layout: "plot-throughput-speedup-analysis"
14711
14712 - type: "plot"
14713   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14714   algorithm: "plot_tsa_name"
14715   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14716   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14717   include:
14718     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14719     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14720     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14721   layout:
14722     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14723     layout: "plot-throughput-speedup-analysis"
14724
14725 - type: "plot"
14726   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14727   algorithm: "plot_tsa_name"
14728   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14729   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14730   include:
14731     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14732     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14733     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14734   layout:
14735     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14736     layout: "plot-throughput-speedup-analysis"
14737
14738 - type: "plot"
14739   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14740   algorithm: "plot_tsa_name"
14741   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14742   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14743   include:
14744     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14745     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14746     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14747     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14748     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14749     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14750   layout:
14751     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14752     layout: "plot-throughput-speedup-analysis"
14753
14754 - type: "plot"
14755   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14756   algorithm: "plot_tsa_name"
14757   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14758   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14759   include:
14760     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14761     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14762     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14763     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14764     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14765     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14766   layout:
14767     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14768     layout: "plot-throughput-speedup-analysis"
14769
14770 - type: "plot"
14771   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14772   algorithm: "plot_tsa_name"
14773   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14774   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14775   include:
14776     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14777     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14778     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14779     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14780     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14781     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14782   layout:
14783     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14784     layout: "plot-throughput-speedup-analysis"
14785
14786 - type: "plot"
14787   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14788   algorithm: "plot_tsa_name"
14789   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14790   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14791   include:
14792     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14793     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14794     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14795     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14796     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14797     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14798   layout:
14799     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14800     layout: "plot-throughput-speedup-analysis"
14801
14802 - type: "plot"
14803   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14804   algorithm: "plot_tsa_name"
14805   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14806   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14807   include:
14808     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14809     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14810     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14811   layout:
14812     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14813     layout: "plot-throughput-speedup-analysis"
14814
14815 - type: "plot"
14816   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14817   algorithm: "plot_tsa_name"
14818   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14819   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14820   include:
14821     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14822     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14823     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14824   layout:
14825     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14826     layout: "plot-throughput-speedup-analysis"
14827
14828 - type: "plot"
14829   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14830   algorithm: "plot_tsa_name"
14831   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14832   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14833   include:
14834     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14835     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14836     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14837 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14838 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14839   layout:
14840     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14841     layout: "plot-throughput-speedup-analysis"
14842
14843 - type: "plot"
14844   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14845   algorithm: "plot_tsa_name"
14846   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14847   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14848   include:
14849     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14850     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14851     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14852 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14853 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14854   layout:
14855     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14856     layout: "plot-throughput-speedup-analysis"
14857
14858 - type: "plot"
14859   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14860   algorithm: "plot_tsa_name"
14861   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14862   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14863   include:
14864     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14865     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14866     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14867     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14868     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14869   layout:
14870     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14871     layout: "plot-throughput-speedup-analysis"
14872
14873 - type: "plot"
14874   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14875   algorithm: "plot_tsa_name"
14876   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14877   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14878   include:
14879     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14880     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14881     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14882     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14883     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14884   layout:
14885     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14886     layout: "plot-throughput-speedup-analysis"
14887
14888 - type: "plot"
14889   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14890   algorithm: "plot_tsa_name"
14891   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14892   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14893   include:
14894     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14895     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14896     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14897     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14898     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14899   layout:
14900     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14901     layout: "plot-throughput-speedup-analysis"
14902
14903 - type: "plot"
14904   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14905   algorithm: "plot_tsa_name"
14906   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14907   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14908   include:
14909     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14910     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14911     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14912     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14913     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14914   layout:
14915     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14916     layout: "plot-throughput-speedup-analysis"
14917
14918 - type: "plot"
14919   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14920   algorithm: "plot_tsa_name"
14921   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14922   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14923   include:
14924     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14925     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14926     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14927     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14928     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14929     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14930   layout:
14931     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14932     layout: "plot-throughput-speedup-analysis"
14933
14934 - type: "plot"
14935   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14936   algorithm: "plot_tsa_name"
14937   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14938   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14939   include:
14940     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14941     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14942     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14943     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14944     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14945     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14946   layout:
14947     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14948     layout: "plot-throughput-speedup-analysis"
14949
14950 - type: "plot"
14951   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14952   algorithm: "plot_tsa_name"
14953   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14954   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14955   include:
14956     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14957     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14958     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14959     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14960     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14961     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14962   layout:
14963     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14964     layout: "plot-throughput-speedup-analysis"
14965
14966 - type: "plot"
14967   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14968   algorithm: "plot_tsa_name"
14969   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14970   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14971   include:
14972     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14973     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14974     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14975     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14976     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14977     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14978   layout:
14979     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14980     layout: "plot-throughput-speedup-analysis"
14981
14982 - type: "plot"
14983   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14984   algorithm: "plot_tsa_name"
14985   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14986   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14987   include:
14988     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14989     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14990   layout:
14991     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
14992     layout: "plot-throughput-speedup-analysis"
14993
14994 - type: "plot"
14995   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14996   algorithm: "plot_tsa_name"
14997   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14998   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14999   include:
15000     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15001     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15002   layout:
15003     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
15004     layout: "plot-throughput-speedup-analysis"
15005
15006 - type: "plot"
15007   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
15008   algorithm: "plot_tsa_name"
15009   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
15010   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15011   include:
15012     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15013     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15014     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15015     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15016   layout:
15017     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
15018     layout: "plot-throughput-speedup-analysis"
15019
15020 - type: "plot"
15021   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15022   algorithm: "plot_tsa_name"
15023   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15024   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15025   include:
15026     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15027     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15028     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15029     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15030   layout:
15031     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
15032     layout: "plot-throughput-speedup-analysis"
15033
15034 - type: "plot"
15035   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15036   algorithm: "plot_tsa_name"
15037   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15038   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15039   include:
15040     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15041     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15042     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15043     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15044   layout:
15045     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
15046     layout: "plot-throughput-speedup-analysis"
15047
15048 - type: "plot"
15049   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15050   algorithm: "plot_tsa_name"
15051   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15052   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15053   include:
15054     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15055     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15056     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15057     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15058   layout:
15059     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
15060     layout: "plot-throughput-speedup-analysis"
15061
15062 - type: "plot"
15063   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15064   algorithm: "plot_tsa_name"
15065   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15066   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15067   include:
15068     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15069     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15070     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15071     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15072     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15073     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15074   layout:
15075     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
15076     layout: "plot-throughput-speedup-analysis"
15077
15078 - type: "plot"
15079   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15080   algorithm: "plot_tsa_name"
15081   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15082   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15083   include:
15084     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15085     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15086     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15087     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15088     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15089     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15090   layout:
15091     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
15092     layout: "plot-throughput-speedup-analysis"
15093
15094 - type: "plot"
15095   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15096   algorithm: "plot_tsa_name"
15097   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15098   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15099   include:
15100     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15101     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15102     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15103     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15104     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15105   layout:
15106     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15107     layout: "plot-throughput-speedup-analysis"
15108
15109 - type: "plot"
15110   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15111   algorithm: "plot_tsa_name"
15112   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15113   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15114   include:
15115     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15116     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15117     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15118     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15119     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15120   layout:
15121     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15122     layout: "plot-throughput-speedup-analysis"
15123
15124 - type: "plot"
15125   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15126   algorithm: "plot_tsa_name"
15127   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15128   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15129   include:
15130     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15131     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15132     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15133     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15134     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15135   layout:
15136     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15137     layout: "plot-throughput-speedup-analysis"
15138
15139 - type: "plot"
15140   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15141   algorithm: "plot_tsa_name"
15142   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15143   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15144   include:
15145     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15146     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15147     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15148     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15149     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15150   layout:
15151     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15152     layout: "plot-throughput-speedup-analysis"
15153
15154 - type: "plot"
15155   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15156   algorithm: "plot_tsa_name"
15157   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15158   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15159   include:
15160     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15161     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15162     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15163   layout:
15164     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
15165     layout: "plot-throughput-speedup-analysis"
15166
15167 - type: "plot"
15168   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15169   algorithm: "plot_tsa_name"
15170   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15171   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15172   include:
15173     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15174     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15175     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15176   layout:
15177     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
15178     layout: "plot-throughput-speedup-analysis"
15179
15180 - type: "plot"
15181   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15182   algorithm: "plot_tsa_name"
15183   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15184   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15185   include:
15186     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15187     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15188     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15189   layout:
15190     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
15191     layout: "plot-throughput-speedup-analysis"
15192
15193 - type: "plot"
15194   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15195   algorithm: "plot_tsa_name"
15196   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15197   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15198   include:
15199     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15200     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15201     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15202   layout:
15203     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
15204     layout: "plot-throughput-speedup-analysis"
15205
15206 - type: "plot"
15207   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15208   algorithm: "plot_tsa_name"
15209   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15210   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15211   include:
15212     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15213     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15214     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15215     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15216     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15217   layout:
15218     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15219     layout: "plot-throughput-speedup-analysis"
15220
15221 - type: "plot"
15222   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15223   algorithm: "plot_tsa_name"
15224   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15225   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15226   include:
15227     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15228     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15229     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15230     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15231     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15232   layout:
15233     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15234     layout: "plot-throughput-speedup-analysis"
15235
15236 - type: "plot"
15237   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15238   algorithm: "plot_tsa_name"
15239   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15240   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15241   include:
15242     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15243     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15244     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15245     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15246     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15247   layout:
15248     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15249     layout: "plot-throughput-speedup-analysis"
15250
15251 - type: "plot"
15252   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15253   algorithm: "plot_tsa_name"
15254   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15255   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15256   include:
15257     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15258     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15259     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15260     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15261     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15262   layout:
15263     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15264     layout: "plot-throughput-speedup-analysis"
15265
15266 - type: "plot"
15267   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15268   algorithm: "plot_tsa_name"
15269   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15270   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15271   include:
15272     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15273     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15274     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15275     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15276     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15277     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15278   layout:
15279     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
15280     layout: "plot-throughput-speedup-analysis"
15281
15282 - type: "plot"
15283   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15284   algorithm: "plot_tsa_name"
15285   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15286   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15287   include:
15288     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15289     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15290     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15291     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15292     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15293     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15294   layout:
15295     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
15296     layout: "plot-throughput-speedup-analysis"
15297
15298 - type: "plot"
15299   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15300   algorithm: "plot_tsa_name"
15301   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15302   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15303   include:
15304     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15305     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15306     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15307     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15308   layout:
15309     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
15310     layout: "plot-throughput-speedup-analysis"
15311
15312 - type: "plot"
15313   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15314   algorithm: "plot_tsa_name"
15315   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15316   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15317   include:
15318     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15319     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15320     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15321     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15322   layout:
15323     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
15324     layout: "plot-throughput-speedup-analysis"
15325
15326 - type: "plot"
15327   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15328   algorithm: "plot_tsa_name"
15329   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15330   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15331   include:
15332     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15333     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15334     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15335     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15336     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15337     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15338   layout:
15339     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
15340     layout: "plot-throughput-speedup-analysis"
15341
15342 - type: "plot"
15343   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15344   algorithm: "plot_tsa_name"
15345   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15346   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15347   include:
15348     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15349     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15350     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15351     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15352     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15353     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15354   layout:
15355     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
15356     layout: "plot-throughput-speedup-analysis"
15357
15358 - type: "plot"
15359   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15360   algorithm: "plot_tsa_name"
15361   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15362   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15363   include:
15364     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15365     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15366     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15367     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15368     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15369     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15370   layout:
15371     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
15372     layout: "plot-throughput-speedup-analysis"
15373
15374 - type: "plot"
15375   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15376   algorithm: "plot_tsa_name"
15377   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15378   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15379   include:
15380     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15381     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15382     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15383     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15384     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15385     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15386   layout:
15387     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
15388     layout: "plot-throughput-speedup-analysis"
15389
15390 - type: "plot"
15391   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15392   algorithm: "plot_tsa_name"
15393   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15394   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15395   include:
15396     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15397     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15398     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15399     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15400     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15401     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15402   layout:
15403     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
15404     layout: "plot-throughput-speedup-analysis"
15405
15406 - type: "plot"
15407   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15408   algorithm: "plot_tsa_name"
15409   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15410   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15411   include:
15412     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15413     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15414     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15415     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15416     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15417     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15418   layout:
15419     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
15420     layout: "plot-throughput-speedup-analysis"
15421
15422 - type: "plot"
15423   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15424   algorithm: "plot_tsa_name"
15425   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15426   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15427   include:
15428     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15429     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15430     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15431     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15432     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15433     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15434   layout:
15435     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
15436     layout: "plot-throughput-speedup-analysis"
15437
15438 - type: "plot"
15439   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15440   algorithm: "plot_tsa_name"
15441   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15442   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15443   include:
15444     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15445     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15446     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15447     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15448     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15449     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15450   layout:
15451     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
15452     layout: "plot-throughput-speedup-analysis"
15453
15454 - type: "plot"
15455   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15456   algorithm: "plot_tsa_name"
15457   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15458   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15459   include:
15460     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15461     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15462     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15463     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15464     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15465     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15466   layout:
15467     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15468     layout: "plot-throughput-speedup-analysis"
15469
15470 - type: "plot"
15471   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15472   algorithm: "plot_tsa_name"
15473   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15474   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15475   include:
15476     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15477     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15478     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15479     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15480     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15481     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15482   layout:
15483     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15484     layout: "plot-throughput-speedup-analysis"
15485
15486 - type: "plot"
15487   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15488   algorithm: "plot_tsa_name"
15489   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15490   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15491   include:
15492     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15493     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15494     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15495     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15496   layout:
15497     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15498     layout: "plot-throughput-speedup-analysis"
15499
15500 - type: "plot"
15501   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15502   algorithm: "plot_tsa_name"
15503   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15504   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15505   include:
15506     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15507     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15508     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15509     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15510   layout:
15511     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15512     layout: "plot-throughput-speedup-analysis"
15513
15514 - type: "plot"
15515   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15516   algorithm: "plot_tsa_name"
15517   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15518   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15519   include:
15520     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15521     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15522     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15523     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15524   layout:
15525     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15526     layout: "plot-throughput-speedup-analysis"
15527
15528 - type: "plot"
15529   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15530   algorithm: "plot_tsa_name"
15531   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15532   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15533   include:
15534     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15535     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15536     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15537     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15538   layout:
15539     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15540     layout: "plot-throughput-speedup-analysis"
15541
15542 - type: "plot"
15543   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15544   algorithm: "plot_tsa_name"
15545   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15546   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15547   include:
15548     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15549     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15550     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15551     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15552     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15553     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15554   layout:
15555     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15556     layout: "plot-throughput-speedup-analysis"
15557
15558 - type: "plot"
15559   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15560   algorithm: "plot_tsa_name"
15561   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15562   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15563   include:
15564     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15565     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15566     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15567     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15568     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15569     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15570   layout:
15571     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15572     layout: "plot-throughput-speedup-analysis"
15573
15574 - type: "plot"
15575   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15576   algorithm: "plot_tsa_name"
15577   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15578   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15579   include:
15580     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15581     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15582     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15583     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15584     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15585   layout:
15586     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15587     layout: "plot-throughput-speedup-analysis"
15588
15589 - type: "plot"
15590   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15591   algorithm: "plot_tsa_name"
15592   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15593   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15594   include:
15595     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15596     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15597     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15598     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15599     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15600   layout:
15601     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15602     layout: "plot-throughput-speedup-analysis"
15603
15604 - type: "plot"
15605   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15606   algorithm: "plot_tsa_name"
15607   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15608   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15609   include:
15610     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15611     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15612     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15613     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15614     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15615   layout:
15616     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15617     layout: "plot-throughput-speedup-analysis"
15618
15619 - type: "plot"
15620   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15621   algorithm: "plot_tsa_name"
15622   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15623   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15624   include:
15625     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15626     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15627     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15628     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15629     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15630   layout:
15631     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15632     layout: "plot-throughput-speedup-analysis"
15633
15634 - type: "plot"
15635   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15636   algorithm: "plot_tsa_name"
15637   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15638   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15639   include:
15640     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15641     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15642     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15643     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15644   layout:
15645     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15646     layout: "plot-throughput-speedup-analysis"
15647
15648 - type: "plot"
15649   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15650   algorithm: "plot_tsa_name"
15651   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15652   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15653   include:
15654     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15655     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15656     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15657     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15658   layout:
15659     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15660     layout: "plot-throughput-speedup-analysis"
15661
15662 - type: "plot"
15663   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15664   algorithm: "plot_tsa_name"
15665   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15666   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15667   include:
15668     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15669     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15670     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15671     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15672     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15673     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15674   layout:
15675     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15676     layout: "plot-throughput-speedup-analysis"
15677
15678 - type: "plot"
15679   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15680   algorithm: "plot_tsa_name"
15681   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15682   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15683   include:
15684     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15685     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15686     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15687     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15688     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15689     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15690   layout:
15691     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15692     layout: "plot-throughput-speedup-analysis"
15693
15694 - type: "plot"
15695   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15696   algorithm: "plot_tsa_name"
15697   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15698   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15699   include:
15700     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15701     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15702     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15703     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15704     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15705     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15706   layout:
15707     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15708     layout: "plot-throughput-speedup-analysis"
15709
15710 - type: "plot"
15711   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15712   algorithm: "plot_tsa_name"
15713   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15714   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15715   include:
15716     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15717     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15718     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15719     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15720     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15721     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15722   layout:
15723     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15724     layout: "plot-throughput-speedup-analysis"
15725
15726 - type: "plot"
15727   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15728   algorithm: "plot_tsa_name"
15729   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15730   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15731   include:
15732     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15733     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15734     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15735     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15736     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15737     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15738   layout:
15739     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15740     layout: "plot-throughput-speedup-analysis"
15741
15742 - type: "plot"
15743   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15744   algorithm: "plot_tsa_name"
15745   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15746   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15747   include:
15748     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15749     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15750     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15751     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15752     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15753     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15754   layout:
15755     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15756     layout: "plot-throughput-speedup-analysis"
15757
15758 - type: "plot"
15759   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15760   algorithm: "plot_tsa_name"
15761   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15762   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15763   include:
15764     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15765     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15766     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15767     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15768     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15769     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15770   layout:
15771     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15772     layout: "plot-throughput-speedup-analysis"
15773
15774 - type: "plot"
15775   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15776   algorithm: "plot_tsa_name"
15777   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15778   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15779   include:
15780     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15781     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15782     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15783     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15784     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15785     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15786   layout:
15787     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15788     layout: "plot-throughput-speedup-analysis"
15789
15790 - type: "plot"
15791   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15792   algorithm: "plot_tsa_name"
15793   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15794   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15795   include:
15796     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15797     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15798     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15799     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15800     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15801     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15802   layout:
15803     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15804     layout: "plot-throughput-speedup-analysis"
15805
15806 - type: "plot"
15807   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15808   algorithm: "plot_tsa_name"
15809   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15810   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15811   include:
15812     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15813     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15814     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15815     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15816     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15817     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15818   layout:
15819     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15820     layout: "plot-throughput-speedup-analysis"
15821
15822 - type: "plot"
15823   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15824   algorithm: "plot_tsa_name"
15825   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15826   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15827   include:
15828     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15829     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15830     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15831     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15832     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15833   layout:
15834     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15835     layout: "plot-throughput-speedup-analysis"
15836
15837 - type: "plot"
15838   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15839   algorithm: "plot_tsa_name"
15840   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15841   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15842   include:
15843     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15844     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15845     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15846     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15847     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15848   layout:
15849     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15850     layout: "plot-throughput-speedup-analysis"
15851
15852 - type: "plot"
15853   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15854   algorithm: "plot_tsa_name"
15855   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15856   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15857   include:
15858     - "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"
15859     - "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"
15860     - "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"
15861     - "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"
15862     - "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"
15863   layout:
15864     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15865     layout: "plot-throughput-speedup-analysis"
15866
15867 - type: "plot"
15868   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15869   algorithm: "plot_tsa_name"
15870   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15871   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15872   include:
15873     - "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"
15874     - "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"
15875     - "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"
15876     - "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"
15877     - "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"
15878   layout:
15879     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15880     layout: "plot-throughput-speedup-analysis"
15881
15882 - type: "plot"
15883   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15884   algorithm: "plot_tsa_name"
15885   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15886   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15887   include:
15888     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15889     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15890     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15891     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15892     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15893   layout:
15894     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15895     layout: "plot-throughput-speedup-analysis"
15896
15897 - type: "plot"
15898   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15899   algorithm: "plot_tsa_name"
15900   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15901   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15902   include:
15903     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15904     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15905     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15906     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15907     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15908   layout:
15909     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15910     layout: "plot-throughput-speedup-analysis"
15911
15912 - type: "plot"
15913   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15914   algorithm: "plot_tsa_name"
15915   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15916   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15917   include:
15918     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15919     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15920     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15921     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15922     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15923   layout:
15924     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15925     layout: "plot-throughput-speedup-analysis"
15926
15927 - type: "plot"
15928   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15929   algorithm: "plot_tsa_name"
15930   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15931   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15932   include:
15933     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15934     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15935     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15936     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15937     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15938   layout:
15939     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15940     layout: "plot-throughput-speedup-analysis"
15941
15942 - type: "plot"
15943   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15944   algorithm: "plot_tsa_name"
15945   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15946   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15947   include:
15948     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15949     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15950     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15951     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15952     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15953   layout:
15954     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15955     layout: "plot-throughput-speedup-analysis"
15956
15957 - type: "plot"
15958   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15959   algorithm: "plot_tsa_name"
15960   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15961   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15962   include:
15963     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15964     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15965     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15966     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15967     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15968   layout:
15969     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15970     layout: "plot-throughput-speedup-analysis"
15971
15972 - type: "plot"
15973   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15974   algorithm: "plot_tsa_name"
15975   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15976   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15977   include:
15978     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15979     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15980     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15981     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15982     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15983   layout:
15984     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15985     layout: "plot-throughput-speedup-analysis"
15986
15987 - type: "plot"
15988   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15989   algorithm: "plot_tsa_name"
15990   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15991   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15992   include:
15993     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15994     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15995     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15996     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15997     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15998   layout:
15999     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
16000     layout: "plot-throughput-speedup-analysis"
16001
16002 - type: "plot"
16003   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
16004   algorithm: "plot_tsa_name"
16005   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16006   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16007   include:
16008     - "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"
16009     - "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"
16010     - "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"
16011     - "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"
16012   layout:
16013     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
16014     layout: "plot-throughput-speedup-analysis"
16015
16016 - type: "plot"
16017   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16018   algorithm: "plot_tsa_name"
16019   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16020   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16021   include:
16022     - "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"
16023     - "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"
16024     - "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"
16025     - "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"
16026   layout:
16027     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16028     layout: "plot-throughput-speedup-analysis"
16029
16030 - type: "plot"
16031   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16032   algorithm: "plot_tsa_name"
16033   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16034   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16035   include:
16036     - "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"
16037     - "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"
16038     - "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"
16039     - "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"
16040   layout:
16041     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16042     layout: "plot-throughput-speedup-analysis"
16043
16044 - type: "plot"
16045   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16046   algorithm: "plot_tsa_name"
16047   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16048   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16049   include:
16050     - "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"
16051     - "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"
16052     - "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"
16053     - "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"
16054   layout:
16055     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16056     layout: "plot-throughput-speedup-analysis"
16057
16058 - type: "plot"
16059   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
16060   algorithm: "plot_tsa_name"
16061   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
16062   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16063   include:
16064     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16065     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16066     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16067     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16068     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16069     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16070   layout:
16071     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
16072     layout: "plot-throughput-speedup-analysis"
16073
16074 - type: "plot"
16075   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
16076   algorithm: "plot_tsa_name"
16077   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
16078   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16079   include:
16080     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16081     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16082     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16083     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16084     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16085     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16086   layout:
16087     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
16088     layout: "plot-throughput-speedup-analysis"
16089
16090 - type: "plot"
16091   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16092   algorithm: "plot_tsa_name"
16093   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
16094   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16095   include:
16096     - "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"
16097     - "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"
16098     - "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"
16099     - "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"
16100     - "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"
16101     - "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"
16102   layout:
16103     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16104     layout: "plot-throughput-speedup-analysis"
16105
16106 - type: "plot"
16107   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16108   algorithm: "plot_tsa_name"
16109   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
16110   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16111   include:
16112     - "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"
16113     - "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"
16114     - "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"
16115     - "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"
16116     - "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"
16117     - "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"
16118   layout:
16119     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16120     layout: "plot-throughput-speedup-analysis"
16121
16122 - type: "plot"
16123   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16124   algorithm: "plot_tsa_name"
16125   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16126   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16127   include:
16128     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16129     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16130     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16131     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16132     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16133     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16134   layout:
16135     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16136     layout: "plot-throughput-speedup-analysis"
16137
16138 - type: "plot"
16139   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16140   algorithm: "plot_tsa_name"
16141   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16142   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16143   include:
16144     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16145     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16146     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16147     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16148     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16149     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16150   layout:
16151     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16152     layout: "plot-throughput-speedup-analysis"
16153
16154 - type: "plot"
16155   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16156   algorithm: "plot_tsa_name"
16157   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16158   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16159   include:
16160     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16161     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16162     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16163     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16164     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16165   layout:
16166     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16167     layout: "plot-throughput-speedup-analysis"
16168
16169 - type: "plot"
16170   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16171   algorithm: "plot_tsa_name"
16172   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16173   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16174   include:
16175     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16176     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16177     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16178     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16179     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16180   layout:
16181     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16182     layout: "plot-throughput-speedup-analysis"
16183
16184 - type: "plot"
16185   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16186   algorithm: "plot_tsa_name"
16187   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16188   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16189   include:
16190     - "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"
16191     - "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"
16192   layout:
16193     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16194     layout: "plot-throughput-speedup-analysis"
16195
16196 - type: "plot"
16197   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16198   algorithm: "plot_tsa_name"
16199   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16200   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16201   include:
16202     - "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"
16203     - "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"
16204   layout:
16205     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16206     layout: "plot-throughput-speedup-analysis"
16207
16208 - type: "plot"
16209   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16210   algorithm: "plot_tsa_name"
16211   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16212   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16213   include:
16214     - "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"
16215     - "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"
16216   layout:
16217     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16218     layout: "plot-throughput-speedup-analysis"
16219
16220 - type: "plot"
16221   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16222   algorithm: "plot_tsa_name"
16223   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16224   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16225   include:
16226     - "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"
16227     - "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"
16228   layout:
16229     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16230     layout: "plot-throughput-speedup-analysis"
16231
16232 - type: "plot"
16233   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16234   algorithm: "plot_tsa_name"
16235   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16236   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16237   include:
16238     - "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"
16239     - "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"
16240     - "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"
16241     - "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"
16242     - "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"
16243     - "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"
16244   layout:
16245     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
16246     layout: "plot-throughput-speedup-analysis"
16247
16248 - type: "plot"
16249   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16250   algorithm: "plot_tsa_name"
16251   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16252   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16253   include:
16254     - "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"
16255     - "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"
16256     - "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"
16257     - "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"
16258     - "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"
16259     - "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"
16260   layout:
16261     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
16262     layout: "plot-throughput-speedup-analysis"
16263
16264 - type: "plot"
16265   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16266   algorithm: "plot_tsa_name"
16267   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16268   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16269   include:
16270     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16271     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16272     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16273     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16274     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16275   layout:
16276     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
16277     layout: "plot-throughput-speedup-analysis"
16278
16279 - type: "plot"
16280   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16281   algorithm: "plot_tsa_name"
16282   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16283   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16284   include:
16285     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16286     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16287     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16288     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16289     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16290   layout:
16291     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
16292     layout: "plot-throughput-speedup-analysis"
16293
16294 - type: "plot"
16295   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16296   algorithm: "plot_tsa_name"
16297   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16298   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16299   include:
16300     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16301     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16302     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16303     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16304     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16305   layout:
16306     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
16307     layout: "plot-throughput-speedup-analysis"
16308
16309 - type: "plot"
16310   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16311   algorithm: "plot_tsa_name"
16312   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16313   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16314   include:
16315     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16316     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16317     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16318     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16319     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16320   layout:
16321     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
16322     layout: "plot-throughput-speedup-analysis"
16323
16324 - type: "plot"
16325   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16326   algorithm: "plot_tsa_name"
16327   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16328   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16329   include:
16330     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16331     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16332     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16333     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16334     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16335     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16336   layout:
16337     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
16338     layout: "plot-throughput-speedup-analysis"
16339
16340 - type: "plot"
16341   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16342   algorithm: "plot_tsa_name"
16343   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16344   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16345   include:
16346     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16347     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16348     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16349     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16350     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16351     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16352   layout:
16353     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
16354     layout: "plot-throughput-speedup-analysis"
16355
16356 - type: "plot"
16357   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16358   algorithm: "plot_tsa_name"
16359   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16360   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16361   include:
16362     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16363     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16364     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16365     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16366   layout:
16367     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
16368     layout: "plot-throughput-speedup-analysis"
16369
16370 - type: "plot"
16371   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16372   algorithm: "plot_tsa_name"
16373   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16374   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16375   include:
16376     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16377     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16378     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16379     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16380   layout:
16381     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
16382     layout: "plot-throughput-speedup-analysis"
16383
16384 - type: "plot"
16385   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16386   algorithm: "plot_tsa_name"
16387   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16388   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16389   include:
16390     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16391     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16392     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16393     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16394     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16395   layout:
16396     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
16397     layout: "plot-throughput-speedup-analysis"
16398
16399 - type: "plot"
16400   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16401   algorithm: "plot_tsa_name"
16402   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16403   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16404   include:
16405     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16406     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16407     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16408     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16409     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16410   layout:
16411     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
16412     layout: "plot-throughput-speedup-analysis"
16413
16414 - type: "plot"
16415   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16416   algorithm: "plot_tsa_name"
16417   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16418   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16419   include:
16420     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16421     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16422     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16423     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16424     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16425     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16426   layout:
16427     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
16428     layout: "plot-throughput-speedup-analysis"
16429
16430 - type: "plot"
16431   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16432   algorithm: "plot_tsa_name"
16433   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16434   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16435   include:
16436     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16437     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16438     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16439     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16440     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16441     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16442   layout:
16443     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
16444     layout: "plot-throughput-speedup-analysis"
16445
16446 - type: "plot"
16447   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16448   algorithm: "plot_tsa_name"
16449   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16450   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16451   include:
16452     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16453     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16454     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16455     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16456   layout:
16457     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
16458     layout: "plot-throughput-speedup-analysis"
16459
16460 - type: "plot"
16461   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16462   algorithm: "plot_tsa_name"
16463   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16464   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16465   include:
16466     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16467     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16468     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16469     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16470   layout:
16471     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
16472     layout: "plot-throughput-speedup-analysis"
16473
16474 - type: "plot"
16475   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16476   algorithm: "plot_tsa_name"
16477   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16478   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16479   include:
16480     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16481     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16482     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16483     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16484     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16485     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16486   layout:
16487     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16488     layout: "plot-throughput-speedup-analysis"
16489
16490 - type: "plot"
16491   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16492   algorithm: "plot_tsa_name"
16493   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16494   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16495   include:
16496     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16497     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16498     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16499     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16500     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16501     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16502   layout:
16503     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16504     layout: "plot-throughput-speedup-analysis"
16505
16506 - type: "plot"
16507   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16508   algorithm: "plot_tsa_name"
16509   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16510   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16511   include:
16512     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16513     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16514     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16515     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16516     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16517     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16518   layout:
16519     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16520     layout: "plot-throughput-speedup-analysis"
16521
16522 - type: "plot"
16523   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16524   algorithm: "plot_tsa_name"
16525   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16526   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16527   include:
16528     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16529     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16530     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16531     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16532     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16533     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16534   layout:
16535     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16536     layout: "plot-throughput-speedup-analysis"
16537
16538 - type: "plot"
16539   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16540   algorithm: "plot_tsa_name"
16541   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16542   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16543   include:
16544     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16545     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16546     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16547     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16548     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16549     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16550   layout:
16551     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16552     layout: "plot-throughput-speedup-analysis"
16553
16554 - type: "plot"
16555   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16556   algorithm: "plot_tsa_name"
16557   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16558   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16559   include:
16560     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16561     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16562     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16563     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16564     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16565     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16566   layout:
16567     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16568     layout: "plot-throughput-speedup-analysis"
16569
16570 - type: "plot"
16571   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16572   algorithm: "plot_tsa_name"
16573   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16574   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16575   include:
16576     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16577     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16578     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16579     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16580     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16581     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16582   layout:
16583     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16584     layout: "plot-throughput-speedup-analysis"
16585
16586 - type: "plot"
16587   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16588   algorithm: "plot_tsa_name"
16589   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16590   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16591   include:
16592     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16593     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16594     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16595     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16596     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16597     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16598   layout:
16599     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16600     layout: "plot-throughput-speedup-analysis"
16601
16602 - type: "plot"
16603   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16604   algorithm: "plot_tsa_name"
16605   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16606   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16607   include:
16608     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16609     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16610     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16611     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16612     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16613     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16614   layout:
16615     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16616     layout: "plot-throughput-speedup-analysis"
16617
16618 - type: "plot"
16619   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16620   algorithm: "plot_tsa_name"
16621   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16622   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16623   include:
16624     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16625     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16626     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16627     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16628     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16629     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16630   layout:
16631     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16632     layout: "plot-throughput-speedup-analysis"
16633
16634 #- type: "plot"
16635 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16636 #  algorithm: "plot_tsa_name"
16637 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16638 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16639 #  include:
16640 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16641 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16642 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16643 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16644 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16645 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16646 #  layout:
16647 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16648 #    layout: "plot-throughput-speedup-analysis"
16649 #
16650 #- type: "plot"
16651 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16652 #  algorithm: "plot_tsa_name"
16653 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16654 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16655 #  include:
16656 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16657 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16658 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16659 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16660 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16661 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16662 #  layout:
16663 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16664 #    layout: "plot-throughput-speedup-analysis"
16665
16666 - type: "plot"
16667   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16668   algorithm: "plot_tsa_name"
16669   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16670   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16671   include:
16672     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16673     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16674     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16675     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16676     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16677   layout:
16678     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16679     layout: "plot-throughput-speedup-analysis"
16680
16681 - type: "plot"
16682   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16683   algorithm: "plot_tsa_name"
16684   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16685   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16686   include:
16687     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16688     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16689     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16690     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16691     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16692   layout:
16693     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16694     layout: "plot-throughput-speedup-analysis"
16695
16696 - type: "plot"
16697   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16698   algorithm: "plot_tsa_name"
16699   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16700   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16701   include:
16702     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16703     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16704     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16705     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16706     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16707     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16708   layout:
16709     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16710     layout: "plot-throughput-speedup-analysis"
16711
16712 - type: "plot"
16713   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16714   algorithm: "plot_tsa_name"
16715   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16716   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16717   include:
16718     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16719     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16720     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16721     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16722     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16723     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16724   layout:
16725     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16726     layout: "plot-throughput-speedup-analysis"
16727
16728 - type: "plot"
16729   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16730   algorithm: "plot_tsa_name"
16731   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16732   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16733   include:
16734     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16735     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16736     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16737     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16738     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16739   layout:
16740     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16741     layout: "plot-throughput-speedup-analysis"
16742
16743 - type: "plot"
16744   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16745   algorithm: "plot_tsa_name"
16746   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16747   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16748   include:
16749     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16750     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16751     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16752     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16753     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16754   layout:
16755     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16756     layout: "plot-throughput-speedup-analysis"
16757
16758 #- type: "plot"
16759 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16760 #  algorithm: "plot_tsa_name"
16761 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16762 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16763 #  include:
16764 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16765 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16766 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16767 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16768 #  layout:
16769 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16770 #    layout: "plot-throughput-speedup-analysis"
16771 #
16772 #- type: "plot"
16773 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16774 #  algorithm: "plot_tsa_name"
16775 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16776 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16777 #  include:
16778 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16779 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16780 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16781 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16782 #  layout:
16783 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16784 #    layout: "plot-throughput-speedup-analysis"
16785
16786 - type: "plot"
16787   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16788   algorithm: "plot_tsa_name"
16789   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16790   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16791   include:
16792     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16793     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16794     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16795     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16796     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16797     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16798   layout:
16799     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16800     layout: "plot-throughput-speedup-analysis"
16801
16802 - type: "plot"
16803   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16804   algorithm: "plot_tsa_name"
16805   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16806   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16807   include:
16808     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16809     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16810     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16811     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16812     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16813     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16814   layout:
16815     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16816     layout: "plot-throughput-speedup-analysis"
16817
16818 - type: "plot"
16819   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16820   algorithm: "plot_tsa_name"
16821   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16822   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16823   include:
16824     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16825     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16826     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16827     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16828     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16829   layout:
16830     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16831     layout: "plot-throughput-speedup-analysis"
16832
16833 - type: "plot"
16834   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16835   algorithm: "plot_tsa_name"
16836   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16837   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16838   include:
16839     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16840     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16841     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16842     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16843     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16844   layout:
16845     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16846     layout: "plot-throughput-speedup-analysis"
16847
16848 - type: "plot"
16849   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16850   algorithm: "plot_tsa_name"
16851   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16852   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16853   include:
16854     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16855     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16856     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16857     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16858     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16859     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16860   layout:
16861     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16862     layout: "plot-throughput-speedup-analysis"
16863
16864 - type: "plot"
16865   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16866   algorithm: "plot_tsa_name"
16867   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16868   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16869   include:
16870     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16871     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16872     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16873     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16874     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16875     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16876   layout:
16877     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16878     layout: "plot-throughput-speedup-analysis"
16879
16880 - type: "plot"
16881   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16882   algorithm: "plot_tsa_name"
16883   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16884   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16885   include:
16886     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16887     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16888     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16889     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16890   layout:
16891     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16892     layout: "plot-throughput-speedup-analysis"
16893
16894 - type: "plot"
16895   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16896   algorithm: "plot_tsa_name"
16897   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16898   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16899   include:
16900     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16901     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16902     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16903     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16904   layout:
16905     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16906     layout: "plot-throughput-speedup-analysis"
16907
16908 - type: "plot"
16909   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16910   algorithm: "plot_tsa_name"
16911   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16912   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16913   include:
16914     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16915     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16916     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16917     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16918     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16919   layout:
16920     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16921     layout: "plot-throughput-speedup-analysis"
16922
16923 - type: "plot"
16924   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16925   algorithm: "plot_tsa_name"
16926   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16927   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16928   include:
16929     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16930     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16931     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16932     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16933     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16934   layout:
16935     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16936     layout: "plot-throughput-speedup-analysis"
16937
16938 - type: "plot"
16939   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16940   algorithm: "plot_tsa_name"
16941   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16942   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16943   include:
16944     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16945     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16946     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16947     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16948     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16949     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16950   layout:
16951     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16952     layout: "plot-throughput-speedup-analysis"
16953
16954 - type: "plot"
16955   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16956   algorithm: "plot_tsa_name"
16957   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16958   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16959   include:
16960     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16961     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16962     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16963     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16964     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16965     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16966   layout:
16967     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16968     layout: "plot-throughput-speedup-analysis"
16969
16970 #- type: "plot"
16971 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16972 #  algorithm: "plot_tsa_name"
16973 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16974 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16975 #  include:
16976 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16977 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16978 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16979 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16980 #  layout:
16981 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16982 #    layout: "plot-throughput-speedup-analysis"
16983 #
16984 #- type: "plot"
16985 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16986 #  algorithm: "plot_tsa_name"
16987 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16988 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16989 #  include:
16990 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16991 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16992 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16993 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16994 #  layout:
16995 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16996 #    layout: "plot-throughput-speedup-analysis"
16997
16998 - type: "plot"
16999   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17000   algorithm: "plot_tsa_name"
17001   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17002   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17003   include:
17004     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17005     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17006     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17007     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17008     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17009     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17010   layout:
17011     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17012     layout: "plot-throughput-speedup-analysis"
17013
17014 - type: "plot"
17015   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17016   algorithm: "plot_tsa_name"
17017   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17018   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17019   include:
17020     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17021     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17022     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17023     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17024     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17025     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17026   layout:
17027     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17028     layout: "plot-throughput-speedup-analysis"
17029
17030 #- type: "plot"
17031 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17032 #  algorithm: "plot_tsa_name"
17033 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17034 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17035 #  include:
17036 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17037 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17038 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17039 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17040 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17041 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17042 #  layout:
17043 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17044 #    layout: "plot-throughput-speedup-analysis"
17045 #
17046 #- type: "plot"
17047 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17048 #  algorithm: "plot_tsa_name"
17049 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17050 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17051 #  include:
17052 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17053 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17054 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17055 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17056 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17057 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17058 #  layout:
17059 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17060 #    layout: "plot-throughput-speedup-analysis"
17061
17062 #- type: "plot"
17063 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17064 #  algorithm: "plot_tsa_name"
17065 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17066 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17067 #  include:
17068 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17069 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17070 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17071 #  layout:
17072 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17073 #    layout: "plot-throughput-speedup-analysis"
17074 #
17075 #- type: "plot"
17076 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17077 #  algorithm: "plot_tsa_name"
17078 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17079 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17080 #  include:
17081 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17082 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17083 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17084 #  layout:
17085 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17086 #    layout: "plot-throughput-speedup-analysis"
17087
17088 ################################################################################
17089
17090 # Packet Throughput - DPDK
17091
17092 # 2n-skx-xxv710
17093
17094 - type: "plot"
17095   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
17096   algorithm: "plot_perf_box_name"
17097   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
17098   data: "plot-dpdk-throughput-latency-2n-skx"
17099   include:
17100     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17101     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17102   layout:
17103     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
17104     layout: "plot-throughput"
17105
17106 - type: "plot"
17107   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
17108   algorithm: "plot_perf_box_name"
17109   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
17110   data: "plot-dpdk-throughput-latency-2n-skx"
17111   include:
17112     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17113     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17114   layout:
17115     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
17116     layout: "plot-throughput"
17117
17118 - type: "plot"
17119   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
17120   algorithm: "plot_perf_box_name"
17121   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
17122   data: "plot-dpdk-throughput-latency-2n-skx"
17123   include:
17124     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17125     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17126   layout:
17127     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
17128     layout: "plot-throughput"
17129
17130 - type: "plot"
17131   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
17132   algorithm: "plot_perf_box_name"
17133   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
17134   data: "plot-dpdk-throughput-latency-2n-skx"
17135   include:
17136     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17137     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17138   layout:
17139     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
17140     layout: "plot-throughput"
17141
17142 # 2n-skx-x710
17143
17144 - type: "plot"
17145   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
17146   algorithm: "plot_perf_box_name"
17147   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
17148   data: "plot-dpdk-throughput-latency-2n-skx"
17149   include:
17150     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17151     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17152   layout:
17153     title: "2n-skx-x710-64b-2t1c-base-ndr"
17154     layout: "plot-throughput"
17155
17156 - type: "plot"
17157   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
17158   algorithm: "plot_perf_box_name"
17159   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
17160   data: "plot-dpdk-throughput-latency-2n-skx"
17161   include:
17162     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17163     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17164   layout:
17165     title: "2n-skx-x710-64b-4t2c-base-ndr"
17166     layout: "plot-throughput"
17167
17168 - type: "plot"
17169   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
17170   algorithm: "plot_perf_box_name"
17171   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
17172   data: "plot-dpdk-throughput-latency-2n-skx"
17173   include:
17174     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17175     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17176   layout:
17177     title: "2n-skx-x710-64b-2t1c-base-pdr"
17178     layout: "plot-throughput"
17179
17180 - type: "plot"
17181   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
17182   algorithm: "plot_perf_box_name"
17183   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
17184   data: "plot-dpdk-throughput-latency-2n-skx"
17185   include:
17186     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17187     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17188   layout:
17189     title: "2n-skx-x710-64b-4t2c-base-pdr"
17190     layout: "plot-throughput"
17191
17192 # 3n-skx-xxv710
17193
17194 - type: "plot"
17195   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
17196   algorithm: "plot_perf_box_name"
17197   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
17198   data: "plot-dpdk-throughput-latency-3n-skx"
17199   include:
17200     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17201     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17202   layout:
17203     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
17204     layout: "plot-throughput"
17205
17206 - type: "plot"
17207   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
17208   algorithm: "plot_perf_box_name"
17209   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
17210   data: "plot-dpdk-throughput-latency-3n-skx"
17211   include:
17212     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17213     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17214   layout:
17215     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
17216     layout: "plot-throughput"
17217
17218 - type: "plot"
17219   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
17220   algorithm: "plot_perf_box_name"
17221   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
17222   data: "plot-dpdk-throughput-latency-3n-skx"
17223   include:
17224     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17225     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17226   layout:
17227     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
17228     layout: "plot-throughput"
17229
17230 - type: "plot"
17231   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
17232   algorithm: "plot_perf_box_name"
17233   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
17234   data: "plot-dpdk-throughput-latency-3n-skx"
17235   include:
17236     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17237     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17238   layout:
17239     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
17240     layout: "plot-throughput"
17241
17242 # 3n-skx-x710
17243
17244 - type: "plot"
17245   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
17246   algorithm: "plot_perf_box_name"
17247   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
17248   data: "plot-dpdk-throughput-latency-3n-skx"
17249   include:
17250     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17251     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17252   layout:
17253     title: "3n-skx-x710-64b-2t1c-base-ndr"
17254     layout: "plot-throughput"
17255
17256 - type: "plot"
17257   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
17258   algorithm: "plot_perf_box_name"
17259   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
17260   data: "plot-dpdk-throughput-latency-3n-skx"
17261   include:
17262     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17263     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17264   layout:
17265     title: "3n-skx-x710-64b-4t2c-base-ndr"
17266     layout: "plot-throughput"
17267
17268 - type: "plot"
17269   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
17270   algorithm: "plot_perf_box_name"
17271   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
17272   data: "plot-dpdk-throughput-latency-3n-skx"
17273   include:
17274     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17275     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17276   layout:
17277     title: "3n-skx-x710-64b-2t1c-base-pdr"
17278     layout: "plot-throughput"
17279
17280 - type: "plot"
17281   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
17282   algorithm: "plot_perf_box_name"
17283   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
17284   data: "plot-dpdk-throughput-latency-3n-skx"
17285   include:
17286     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17287     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17288   layout:
17289     title: "3n-skx-x710-64b-4t2c-base-pdr"
17290     layout: "plot-throughput"
17291
17292 # 3n-hsw-xl710
17293
17294 - type: "plot"
17295   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
17296   algorithm: "plot_perf_box_name"
17297   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
17298   data: "plot-dpdk-throughput-latency-3n-hsw"
17299   include:
17300     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17301     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17302   layout:
17303     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
17304     layout: "plot-throughput"
17305
17306 - type: "plot"
17307   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
17308   algorithm: "plot_perf_box_name"
17309   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
17310   data: "plot-dpdk-throughput-latency-3n-hsw"
17311   include:
17312     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17313     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17314   layout:
17315     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
17316     layout: "plot-throughput"
17317
17318 - type: "plot"
17319   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
17320   algorithm: "plot_perf_box_name"
17321   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
17322   data: "plot-dpdk-throughput-latency-3n-hsw"
17323   include:
17324     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17325     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17326   layout:
17327     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
17328     layout: "plot-throughput"
17329
17330 - type: "plot"
17331   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
17332   algorithm: "plot_perf_box_name"
17333   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
17334   data: "plot-dpdk-throughput-latency-3n-hsw"
17335   include:
17336     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17337     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17338   layout:
17339     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
17340     layout: "plot-throughput"
17341
17342 # 3n-hsw-x710
17343
17344 - type: "plot"
17345   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
17346   algorithm: "plot_perf_box_name"
17347   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
17348   data: "plot-dpdk-throughput-latency-3n-hsw"
17349   include:
17350     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17351     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17352   layout:
17353     title: "3n-hsw-x710-64b-1t1c-base-ndr"
17354     layout: "plot-throughput"
17355
17356 - type: "plot"
17357   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
17358   algorithm: "plot_perf_box_name"
17359   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
17360   data: "plot-dpdk-throughput-latency-3n-hsw"
17361   include:
17362     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17363     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17364   layout:
17365     title: "3n-hsw-x710-64b-2t2c-base-ndr"
17366     layout: "plot-throughput"
17367
17368 - type: "plot"
17369   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
17370   algorithm: "plot_perf_box_name"
17371   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
17372   data: "plot-dpdk-throughput-latency-3n-hsw"
17373   include:
17374     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17375     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17376   layout:
17377     title: "3n-hsw-x710-64b-1t1c-base-pdr"
17378     layout: "plot-throughput"
17379
17380 - type: "plot"
17381   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
17382   algorithm: "plot_perf_box_name"
17383   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
17384   data: "plot-dpdk-throughput-latency-3n-hsw"
17385   include:
17386     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17387     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17388   layout:
17389     title: "3n-hsw-x710-64b-2t2c-base-pdr"
17390     layout: "plot-throughput"
17391
17392 # 2n-dnv-x553
17393
17394 - type: "plot"
17395   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
17396   algorithm: "plot_perf_box_name"
17397   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
17398   data: "plot-dpdk-throughput-latency-2n-dnv"
17399   include:
17400     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17401     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17402   layout:
17403     title: "2n-dnv-x553-64b-1t1c-base-ndr"
17404     layout: "plot-throughput"
17405
17406 - type: "plot"
17407   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
17408   algorithm: "plot_perf_box_name"
17409   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
17410   data: "plot-dpdk-throughput-latency-2n-dnv"
17411   include:
17412     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17413     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17414   layout:
17415     title: "2n-dnv-x553-64b-2t2c-base-ndr"
17416     layout: "plot-throughput"
17417
17418 - type: "plot"
17419   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
17420   algorithm: "plot_perf_box_name"
17421   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
17422   data: "plot-dpdk-throughput-latency-2n-dnv"
17423   include:
17424     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17425     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17426   layout:
17427     title: "2n-dnv-x553-64b-1t1c-base-pdr"
17428     layout: "plot-throughput"
17429
17430 - type: "plot"
17431   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
17432   algorithm: "plot_perf_box_name"
17433   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
17434   data: "plot-dpdk-throughput-latency-2n-dnv"
17435   include:
17436     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17437     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17438   layout:
17439     title: "2n-dnv-x553-64b-2t2c-base-pdr"
17440     layout: "plot-throughput"
17441
17442 # 3n-dnv-x553
17443
17444 - type: "plot"
17445   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
17446   algorithm: "plot_perf_box_name"
17447   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
17448   data: "plot-dpdk-throughput-latency-3n-dnv"
17449   include:
17450     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17451     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17452   layout:
17453     title: "3n-dnv-x553-64b-1t1c-base-ndr"
17454     layout: "plot-throughput"
17455
17456 - type: "plot"
17457   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
17458   algorithm: "plot_perf_box_name"
17459   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
17460   data: "plot-dpdk-throughput-latency-3n-dnv"
17461   include:
17462     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17463     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17464   layout:
17465     title: "3n-dnv-x553-64b-2t2c-base-ndr"
17466     layout: "plot-throughput"
17467
17468 - type: "plot"
17469   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
17470   algorithm: "plot_perf_box_name"
17471   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
17472   data: "plot-dpdk-throughput-latency-3n-dnv"
17473   include:
17474     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17475     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17476   layout:
17477     title: "3n-dnv-x553-64b-1t1c-base-pdr"
17478     layout: "plot-throughput"
17479
17480 - type: "plot"
17481   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17482   algorithm: "plot_perf_box_name"
17483   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
17484   data: "plot-dpdk-throughput-latency-3n-dnv"
17485   include:
17486     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17487     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17488   layout:
17489     title: "3n-dnv-x553-64b-2t2c-base-pdr"
17490     layout: "plot-throughput"
17491
17492 # 3n-tsh-x520
17493
17494 - type: "plot"
17495   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17496   algorithm: "plot_perf_box_name"
17497   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17498   data: "plot-dpdk-throughput-latency-3n-tsh"
17499   include:
17500     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17501     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17502   layout:
17503     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17504     layout: "plot-throughput"
17505
17506 - type: "plot"
17507   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17508   algorithm: "plot_perf_box_name"
17509   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17510   data: "plot-dpdk-throughput-latency-3n-tsh"
17511   include:
17512     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17513     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17514   layout:
17515     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17516     layout: "plot-throughput"
17517
17518 - type: "plot"
17519   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17520   algorithm: "plot_perf_box_name"
17521   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17522   data: "plot-dpdk-throughput-latency-3n-tsh"
17523   include:
17524     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17525     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17526   layout:
17527     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17528     layout: "plot-throughput"
17529
17530 - type: "plot"
17531   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17532   algorithm: "plot_perf_box_name"
17533   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17534   data: "plot-dpdk-throughput-latency-3n-tsh"
17535   include:
17536     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17537     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17538   layout:
17539     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17540     layout: "plot-throughput"
17541
17542 ################################################################################
17543 ###   2n-clx                                                                 ###
17544 ################################################################################
17545
17546 # Packet Throughput
17547
17548 - type: "plot"
17549   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17550   algorithm: "plot_perf_box_name"
17551   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17552   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17553   include:
17554     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17555     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17556     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17557     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17558   layout:
17559     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17560     layout: "plot-throughput"
17561
17562 - type: "plot"
17563   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17564   algorithm: "plot_perf_box_name"
17565   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17566   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17567   include:
17568     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17569     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17570     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17571     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17572   layout:
17573     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17574     layout: "plot-throughput"
17575
17576 - type: "plot"
17577   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17578   algorithm: "plot_perf_box_name"
17579   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17580   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17581   include:
17582     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17583     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17584     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17585     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17586   layout:
17587     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17588     layout: "plot-throughput"
17589
17590 - type: "plot"
17591   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17592   algorithm: "plot_perf_box_name"
17593   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17594   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17595   include:
17596     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17597     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17598     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17599     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17600   layout:
17601     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17602     layout: "plot-throughput"
17603
17604 - type: "plot"
17605   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17606   algorithm: "plot_perf_box_name"
17607   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17608   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17609   include:
17610 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17611     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17612     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17613     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17614   layout:
17615     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17616     layout: "plot-throughput"
17617
17618 - type: "plot"
17619   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17620   algorithm: "plot_perf_box_name"
17621   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17622   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17623   include:
17624 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17625     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17626     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17627     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17628   layout:
17629     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17630     layout: "plot-throughput"
17631
17632 - type: "plot"
17633   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17634   algorithm: "plot_perf_box_name"
17635   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17636   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17637   include:
17638     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17639     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17640     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17641     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17642     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17643     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17644   layout:
17645     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17646     layout: "plot-throughput"
17647
17648 - type: "plot"
17649   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17650   algorithm: "plot_perf_box_name"
17651   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17652   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17653   include:
17654     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17655     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17656     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17657     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17658     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17659     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17660   layout:
17661     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17662     layout: "plot-throughput"
17663
17664 - type: "plot"
17665   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17666   algorithm: "plot_perf_box_name"
17667   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17668   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17669   include:
17670     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17671     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17672     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17673     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17674   layout:
17675     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17676     layout: "plot-throughput"
17677
17678 - type: "plot"
17679   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17680   algorithm: "plot_perf_box_name"
17681   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17682   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17683   include:
17684     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17685     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17686     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17687     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17688   layout:
17689     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17690     layout: "plot-throughput"
17691
17692 - type: "plot"
17693   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17694   algorithm: "plot_perf_box_name"
17695   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17696   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17697   include:
17698     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17699     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17700     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17701   layout:
17702     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17703     layout: "plot-throughput"
17704
17705 - type: "plot"
17706   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17707   algorithm: "plot_perf_box_name"
17708   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17709   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17710   include:
17711     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17712     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17713     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17714   layout:
17715     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17716     layout: "plot-throughput"
17717
17718 - type: "plot"
17719   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17720   algorithm: "plot_perf_box_name"
17721   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17722   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17723   include:
17724     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17725     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17726     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17727     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17728     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17729   layout:
17730     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17731     layout: "plot-throughput"
17732
17733 - type: "plot"
17734   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17735   algorithm: "plot_perf_box_name"
17736   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17737   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17738   include:
17739     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17740     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17741     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17742     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17743     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17744   layout:
17745     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17746     layout: "plot-throughput"
17747
17748 - type: "plot"
17749   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17750   algorithm: "plot_perf_box_name"
17751   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17752   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17753   include:
17754     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17755     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17756     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17757   layout:
17758     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17759     layout: "plot-throughput"
17760
17761 - type: "plot"
17762   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17763   algorithm: "plot_perf_box_name"
17764   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17765   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17766   include:
17767     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17768     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17769     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17770   layout:
17771     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17772     layout: "plot-throughput"
17773
17774 - type: "plot"
17775   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17776   algorithm: "plot_perf_box_name"
17777   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17778   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17779   include:
17780     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17781     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17782     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17783     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17784     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17785     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17786   layout:
17787     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17788     layout: "plot-throughput"
17789
17790 - type: "plot"
17791   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17792   algorithm: "plot_perf_box_name"
17793   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17794   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17795   include:
17796     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17797     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17798     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17799     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17800     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17801     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17802   layout:
17803     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17804     layout: "plot-throughput"
17805
17806 - type: "plot"
17807   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17808   algorithm: "plot_perf_box_name"
17809   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17810   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17811   include:
17812     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17813     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17814     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17815     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17816     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17817     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17818   layout:
17819     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17820     layout: "plot-throughput"
17821
17822 - type: "plot"
17823   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17824   algorithm: "plot_perf_box_name"
17825   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17826   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17827   include:
17828     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17829     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17830     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17831     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17832     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17833     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17834   layout:
17835     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17836     layout: "plot-throughput"
17837
17838 - type: "plot"
17839   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17840   algorithm: "plot_perf_box_name"
17841   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17842   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17843   include:
17844     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17845     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17846   layout:
17847     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17848     layout: "plot-throughput"
17849
17850 - type: "plot"
17851   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17852   algorithm: "plot_perf_box_name"
17853   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17854   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17855   include:
17856     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17857     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17858   layout:
17859     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17860     layout: "plot-throughput"
17861
17862 - type: "plot"
17863   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17864   algorithm: "plot_perf_box_name"
17865   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17866   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17867   include:
17868     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17869     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17870     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17871     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17872     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17873     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17874   layout:
17875     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17876     layout: "plot-throughput"
17877
17878 - type: "plot"
17879   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17880   algorithm: "plot_perf_box_name"
17881   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17882   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17883   include:
17884     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17885     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17886     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17887     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17888     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17889     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17890   layout:
17891     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17892     layout: "plot-throughput"
17893
17894 - type: "plot"
17895   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17896   algorithm: "plot_perf_box_name"
17897   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17898   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17899   include:
17900     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17901     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17902     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17903     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17904     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17905 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17906   layout:
17907     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17908     layout: "plot-throughput"
17909
17910 - type: "plot"
17911   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17912   algorithm: "plot_perf_box_name"
17913   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17914   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17915   include:
17916     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17917     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17918     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17919     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17920     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17921 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17922   layout:
17923     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17924     layout: "plot-throughput"
17925
17926 - type: "plot"
17927   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17928   algorithm: "plot_perf_box_name"
17929   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17930   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17931   include:
17932     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17933     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17934     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17935     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17936     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17937     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17938   layout:
17939     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17940     layout: "plot-throughput"
17941
17942 - type: "plot"
17943   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17944   algorithm: "plot_perf_box_name"
17945   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17946   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17947   include:
17948     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17949     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17950     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17951     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17952     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17953     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17954   layout:
17955     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17956     layout: "plot-throughput"
17957
17958 - type: "plot"
17959   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17960   algorithm: "plot_perf_box_name"
17961   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17962   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17963   include:
17964     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17965     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17966     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17967     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17968     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17969   layout:
17970     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17971     layout: "plot-throughput"
17972
17973 - type: "plot"
17974   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17975   algorithm: "plot_perf_box_name"
17976   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17977   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17978   include:
17979     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17980     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17981     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17982     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17983     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17984   layout:
17985     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17986     layout: "plot-throughput"
17987
17988 - type: "plot"
17989   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17990   algorithm: "plot_perf_box_name"
17991   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17992   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17993   include:
17994     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17995     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17996     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17997     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17998     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17999   layout:
18000     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18001     layout: "plot-throughput"
18002
18003 - type: "plot"
18004   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18005   algorithm: "plot_perf_box_name"
18006   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18007   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18008   include:
18009     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18010     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18011     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
18012     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
18013     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18014   layout:
18015     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18016     layout: "plot-throughput"
18017
18018 - type: "plot"
18019   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18020   algorithm: "plot_perf_box_name"
18021   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18022   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18023   include:
18024     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18025     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18026     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18027     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18028     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18029   layout:
18030     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18031     layout: "plot-throughput"
18032
18033 - type: "plot"
18034   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18035   algorithm: "plot_perf_box_name"
18036   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18037   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18038   include:
18039     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18040     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18041     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18042     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18043     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18044   layout:
18045     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18046     layout: "plot-throughput"
18047
18048 - type: "plot"
18049   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18050   algorithm: "plot_perf_box_name"
18051   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18052   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18053   include:
18054     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18055     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18056     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18057     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18058     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18059   layout:
18060     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18061     layout: "plot-throughput"
18062
18063 - type: "plot"
18064   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18065   algorithm: "plot_perf_box_name"
18066   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18067   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18068   include:
18069     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18070     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18071     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18072     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18073     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18074   layout:
18075     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18076     layout: "plot-throughput"
18077
18078 - type: "plot"
18079   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18080   algorithm: "plot_perf_box_name"
18081   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18082   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18083   include:
18084     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18085     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18086     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18087     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18088     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18089   layout:
18090     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18091     layout: "plot-throughput"
18092
18093 - type: "plot"
18094   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18095   algorithm: "plot_perf_box_name"
18096   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18097   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18098   include:
18099     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18100     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18101     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18102     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18103     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18104   layout:
18105     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18106     layout: "plot-throughput"
18107
18108 - type: "plot"
18109   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18110   algorithm: "plot_perf_box_name"
18111   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18112   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18113   include:
18114     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18115     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18116     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18117     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18118     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18119     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18120   layout:
18121     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18122     layout: "plot-throughput"
18123
18124 - type: "plot"
18125   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18126   algorithm: "plot_perf_box_name"
18127   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18128   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18129   include:
18130     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18131     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18132     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18133     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18134     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18135     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18136   layout:
18137     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18138     layout: "plot-throughput"
18139
18140 - type: "plot"
18141   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18142   algorithm: "plot_perf_box_name"
18143   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18144   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18145   include:
18146     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18147     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18148     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18149     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18150   layout:
18151     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18152     layout: "plot-throughput"
18153
18154 - type: "plot"
18155   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18156   algorithm: "plot_perf_box_name"
18157   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18158   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18159   include:
18160     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18161     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18162     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18163     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18164   layout:
18165     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18166     layout: "plot-throughput"
18167
18168 - type: "plot"
18169   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18170   algorithm: "plot_perf_box_name"
18171   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18172   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18173   include:
18174     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18175     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18176     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18177     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18178     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18179     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18180   layout:
18181     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18182     layout: "plot-throughput"
18183
18184 - type: "plot"
18185   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18186   algorithm: "plot_perf_box_name"
18187   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18188   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18189   include:
18190     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18191     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18192     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18193     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18194     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18195     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18196   layout:
18197     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18198     layout: "plot-throughput"
18199
18200 - type: "plot"
18201   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18202   algorithm: "plot_perf_box_name"
18203   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18204   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18205   include:
18206     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18207     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18208     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18209     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18210   layout:
18211     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18212     layout: "plot-throughput"
18213
18214 - type: "plot"
18215   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18216   algorithm: "plot_perf_box_name"
18217   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18218   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18219   include:
18220     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18221     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18222     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18223     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18224   layout:
18225     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18226     layout: "plot-throughput"
18227
18228 - type: "plot"
18229   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18230   algorithm: "plot_perf_box_name"
18231   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18232   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18233   include:
18234     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18235     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18236     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18237     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18238     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18239     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18240   layout:
18241     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18242     layout: "plot-throughput"
18243
18244 - type: "plot"
18245   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18246   algorithm: "plot_perf_box_name"
18247   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18248   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18249   include:
18250     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18251     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18252     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18253     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18254     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18255     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18256   layout:
18257     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18258     layout: "plot-throughput"
18259
18260 - type: "plot"
18261   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18262   algorithm: "plot_perf_box_name"
18263   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18264   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18265   include:
18266     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18267     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18268     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18269     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18270   layout:
18271     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18272     layout: "plot-throughput"
18273
18274 - type: "plot"
18275   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18276   algorithm: "plot_perf_box_name"
18277   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18278   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18279   include:
18280     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18281     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18282     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18283     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18284   layout:
18285     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18286     layout: "plot-throughput"
18287
18288 - type: "plot"
18289   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18290   algorithm: "plot_perf_box_name"
18291   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18292   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18293   include:
18294     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18295     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18296     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18297     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18298     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18299   layout:
18300     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18301     layout: "plot-throughput"
18302
18303 - type: "plot"
18304   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18305   algorithm: "plot_perf_box_name"
18306   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18307   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18308   include:
18309     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18310     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18311     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18312     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18313     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18314   layout:
18315     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18316     layout: "plot-throughput"
18317
18318 - type: "plot"
18319   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18320   algorithm: "plot_perf_box_name"
18321   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18322   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18323   include:
18324     - "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"
18325     - "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"
18326     - "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"
18327     - "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"
18328     - "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"
18329   layout:
18330     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18331     layout: "plot-throughput"
18332
18333 - type: "plot"
18334   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18335   algorithm: "plot_perf_box_name"
18336   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18337   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18338   include:
18339     - "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"
18340     - "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"
18341     - "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"
18342     - "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"
18343     - "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"
18344   layout:
18345     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18346     layout: "plot-throughput"
18347
18348 - type: "plot"
18349   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18350   algorithm: "plot_perf_box_name"
18351   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18352   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18353   include:
18354     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18355     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18356     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18357     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18358     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18359   layout:
18360     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18361     layout: "plot-throughput"
18362
18363 - type: "plot"
18364   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18365   algorithm: "plot_perf_box_name"
18366   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18367   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18368   include:
18369     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18370     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18371     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18372     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18373     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18374   layout:
18375     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18376     layout: "plot-throughput"
18377
18378 - type: "plot"
18379   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18380   algorithm: "plot_perf_box_name"
18381   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18382   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18383   include:
18384     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18385     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18386     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18387     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18388     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18389   layout:
18390     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18391     layout: "plot-throughput"
18392
18393 - type: "plot"
18394   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18395   algorithm: "plot_perf_box_name"
18396   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18397   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18398   include:
18399     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18400     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18401     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18402     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18403     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18404   layout:
18405     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18406     layout: "plot-throughput"
18407
18408 - type: "plot"
18409   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18410   algorithm: "plot_perf_box_name"
18411   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18412   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18413   include:
18414     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18415     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18416     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18417     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18418   layout:
18419     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18420     layout: "plot-throughput"
18421
18422 - type: "plot"
18423   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18424   algorithm: "plot_perf_box_name"
18425   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18426   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18427   include:
18428     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18429     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18430     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18431     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18432   layout:
18433     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18434     layout: "plot-throughput"
18435
18436 - type: "plot"
18437   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18438   algorithm: "plot_perf_box_name"
18439   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18440   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18441   include:
18442     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18443     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18444     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18445     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18446   layout:
18447     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18448     layout: "plot-throughput"
18449
18450 - type: "plot"
18451   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18452   algorithm: "plot_perf_box_name"
18453   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18454   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18455   include:
18456     - "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"
18457     - "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"
18458     - "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"
18459     - "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"
18460   layout:
18461     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18462     layout: "plot-throughput"
18463
18464 - type: "plot"
18465   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18466   algorithm: "plot_perf_box_name"
18467   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18468   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18469   include:
18470     - "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"
18471     - "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"
18472     - "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"
18473     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18474     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18475     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18476   layout:
18477     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18478     layout: "plot-throughput"
18479
18480 - type: "plot"
18481   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18482   algorithm: "plot_perf_box_name"
18483   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18484   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18485   include:
18486     - "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"
18487     - "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"
18488     - "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"
18489     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18490     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18491     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18492   layout:
18493     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18494     layout: "plot-throughput"
18495
18496 ################################################################################
18497
18498 # Packet Speedup
18499
18500 - type: "plot"
18501   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18502   algorithm: "plot_tsa_name"
18503   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18504   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18505   include:
18506     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18507     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18508     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18509     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18510   layout:
18511     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18512     layout: "plot-throughput-speedup-analysis"
18513
18514 - type: "plot"
18515   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18516   algorithm: "plot_tsa_name"
18517   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18518   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18519   include:
18520     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18521     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18522     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18523     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18524   layout:
18525     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18526     layout: "plot-throughput-speedup-analysis"
18527
18528 - type: "plot"
18529   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18530   algorithm: "plot_tsa_name"
18531   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18532   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18533   include:
18534     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18535     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18536     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18537     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18538   layout:
18539     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18540     layout: "plot-throughput-speedup-analysis"
18541
18542 - type: "plot"
18543   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18544   algorithm: "plot_tsa_name"
18545   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18546   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18547   include:
18548     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18549     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18550     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18551     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18552   layout:
18553     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18554     layout: "plot-throughput-speedup-analysis"
18555
18556 - type: "plot"
18557   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18558   algorithm: "plot_tsa_name"
18559   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18560   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18561   include:
18562     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18563     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18564     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18565     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18566   layout:
18567     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
18568     layout: "plot-throughput-speedup-analysis"
18569
18570 - type: "plot"
18571   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18572   algorithm: "plot_tsa_name"
18573   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18574   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18575   include:
18576     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18577     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18578     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18579     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18580   layout:
18581     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
18582     layout: "plot-throughput-speedup-analysis"
18583
18584 - type: "plot"
18585   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18586   algorithm: "plot_tsa_name"
18587   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18588   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18589   include:
18590     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18591     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18592     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18593     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18594     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18595     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18596   layout:
18597     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
18598     layout: "plot-throughput-speedup-analysis"
18599
18600 - type: "plot"
18601   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18602   algorithm: "plot_tsa_name"
18603   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18604   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18605   include:
18606     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18607     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18608     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18609     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18610     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18611     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18612   layout:
18613     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
18614     layout: "plot-throughput-speedup-analysis"
18615
18616 - type: "plot"
18617   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18618   algorithm: "plot_tsa_name"
18619   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18620   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18621   include:
18622     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18623     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18624     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18625     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18626   layout:
18627     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
18628     layout: "plot-throughput-speedup-analysis"
18629
18630 - type: "plot"
18631   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18632   algorithm: "plot_tsa_name"
18633   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18634   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18635   include:
18636     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18637     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18638     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18639     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18640   layout:
18641     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
18642     layout: "plot-throughput-speedup-analysis"
18643
18644 - type: "plot"
18645   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18646   algorithm: "plot_tsa_name"
18647   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18648   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18649   include:
18650     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18651     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18652     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18653   layout:
18654     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
18655     layout: "plot-throughput-speedup-analysis"
18656
18657 - type: "plot"
18658   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18659   algorithm: "plot_tsa_name"
18660   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18661   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18662   include:
18663     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18664     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18665     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18666   layout:
18667     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
18668     layout: "plot-throughput-speedup-analysis"
18669
18670 - type: "plot"
18671   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18672   algorithm: "plot_tsa_name"
18673   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18674   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18675   include:
18676     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18677     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18678     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18679     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18680     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18681   layout:
18682     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
18683     layout: "plot-throughput-speedup-analysis"
18684
18685 - type: "plot"
18686   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18687   algorithm: "plot_tsa_name"
18688   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18689   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18690   include:
18691     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18692     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18693     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18694     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18695     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18696   layout:
18697     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
18698     layout: "plot-throughput-speedup-analysis"
18699
18700 - type: "plot"
18701   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18702   algorithm: "plot_tsa_name"
18703   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18704   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18705   include:
18706     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18707     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18708     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18709   layout:
18710     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
18711     layout: "plot-throughput-speedup-analysis"
18712
18713 - type: "plot"
18714   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18715   algorithm: "plot_tsa_name"
18716   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18717   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18718   include:
18719     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18720     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18721     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18722   layout:
18723     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
18724     layout: "plot-throughput-speedup-analysis"
18725
18726 - type: "plot"
18727   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18728   algorithm: "plot_tsa_name"
18729   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18730   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18731   include:
18732     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18733     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18734     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18735     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18736     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18737     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18738   layout:
18739     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
18740     layout: "plot-throughput-speedup-analysis"
18741
18742 - type: "plot"
18743   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18744   algorithm: "plot_tsa_name"
18745   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18746   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18747   include:
18748     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18749     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18750     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18751     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18752     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18753     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18754   layout:
18755     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
18756     layout: "plot-throughput-speedup-analysis"
18757
18758 - type: "plot"
18759   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18760   algorithm: "plot_tsa_name"
18761   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18762   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18763   include:
18764     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18765     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18766     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18767     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18768     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18769     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18770   layout:
18771     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
18772     layout: "plot-throughput-speedup-analysis"
18773
18774 - type: "plot"
18775   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18776   algorithm: "plot_tsa_name"
18777   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18778   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18779   include:
18780     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18781     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18782     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18783     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18784     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18785     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18786   layout:
18787     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
18788     layout: "plot-throughput-speedup-analysis"
18789
18790 - type: "plot"
18791   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18792   algorithm: "plot_tsa_name"
18793   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18794   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18795   include:
18796     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18797     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18798   layout:
18799     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
18800     layout: "plot-throughput-speedup-analysis"
18801
18802 - type: "plot"
18803   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18804   algorithm: "plot_tsa_name"
18805   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18806   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18807   include:
18808     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18809     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18810   layout:
18811     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
18812     layout: "plot-throughput-speedup-analysis"
18813
18814 - type: "plot"
18815   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18816   algorithm: "plot_tsa_name"
18817   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18818   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18819   include:
18820     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18821     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18822     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18823     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18824     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18825     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18826   layout:
18827     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
18828     layout: "plot-throughput-speedup-analysis"
18829
18830 - type: "plot"
18831   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18832   algorithm: "plot_tsa_name"
18833   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18834   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18835   include:
18836     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18837     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18838     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18839     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18840     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18841     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18842   layout:
18843     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
18844     layout: "plot-throughput-speedup-analysis"
18845
18846 - type: "plot"
18847   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18848   algorithm: "plot_tsa_name"
18849   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18850   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18851   include:
18852     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18853     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18854     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18855     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18856     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18857     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18858   layout:
18859     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18860     layout: "plot-throughput-speedup-analysis"
18861
18862 - type: "plot"
18863   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18864   algorithm: "plot_tsa_name"
18865   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18866   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18867   include:
18868     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18869     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18870     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18871     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18872     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18873     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18874   layout:
18875     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18876     layout: "plot-throughput-speedup-analysis"
18877
18878 - type: "plot"
18879   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18880   algorithm: "plot_tsa_name"
18881   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18882   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18883   include:
18884     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18885     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18886     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18887     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18888     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18889     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18890   layout:
18891     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18892     layout: "plot-throughput-speedup-analysis"
18893
18894 - type: "plot"
18895   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18896   algorithm: "plot_tsa_name"
18897   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18898   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18899   include:
18900     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18901     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18902     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18903     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18904     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18905     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18906   layout:
18907     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18908     layout: "plot-throughput-speedup-analysis"
18909
18910 - type: "plot"
18911   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18912   algorithm: "plot_tsa_name"
18913   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18914   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18915   include:
18916     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18917     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18918     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18919     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18920     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18921   layout:
18922     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18923     layout: "plot-throughput-speedup-analysis"
18924
18925 - type: "plot"
18926   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18927   algorithm: "plot_tsa_name"
18928   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18929   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18930   include:
18931     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18932     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18933     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18934     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18935     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18936   layout:
18937     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18938     layout: "plot-throughput-speedup-analysis"
18939
18940 - type: "plot"
18941   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18942   algorithm: "plot_tsa_name"
18943   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18944   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18945   include:
18946     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18947     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18948     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18949     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18950     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18951   layout:
18952     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18953     layout: "plot-throughput-speedup-analysis"
18954
18955 - type: "plot"
18956   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18957   algorithm: "plot_tsa_name"
18958   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18959   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18960   include:
18961     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18962     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18963     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18964     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18965     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18966   layout:
18967     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18968     layout: "plot-throughput-speedup-analysis"
18969
18970 - type: "plot"
18971   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18972   algorithm: "plot_tsa_name"
18973   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18974   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18975   include:
18976     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18977     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18978     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18979     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18980     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18981   layout:
18982     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
18983     layout: "plot-throughput-speedup-analysis"
18984
18985 - type: "plot"
18986   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18987   algorithm: "plot_tsa_name"
18988   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18989   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18990   include:
18991     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18992     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18993     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18994     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18995     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18996   layout:
18997     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
18998     layout: "plot-throughput-speedup-analysis"
18999
19000 - type: "plot"
19001   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
19002   algorithm: "plot_tsa_name"
19003   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
19004   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19005   include:
19006     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19007     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19008     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19009     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19010     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19011   layout:
19012     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
19013     layout: "plot-throughput-speedup-analysis"
19014
19015 - type: "plot"
19016   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19017   algorithm: "plot_tsa_name"
19018   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19019   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19020   include:
19021     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19022     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19023     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19024     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19025     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19026   layout:
19027     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
19028     layout: "plot-throughput-speedup-analysis"
19029
19030 - type: "plot"
19031   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19032   algorithm: "plot_tsa_name"
19033   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19034   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19035   include:
19036     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19037     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19038     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19039     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19040     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19041   layout:
19042     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
19043     layout: "plot-throughput-speedup-analysis"
19044
19045 - type: "plot"
19046   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19047   algorithm: "plot_tsa_name"
19048   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19049   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19050   include:
19051     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19052     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19053     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19054     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19055     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19056   layout:
19057     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
19058     layout: "plot-throughput-speedup-analysis"
19059
19060 - type: "plot"
19061   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19062   algorithm: "plot_tsa_name"
19063   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19064   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19065   include:
19066     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19067     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19068     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19069     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19070     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19071     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19072   layout:
19073     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
19074     layout: "plot-throughput-speedup-analysis"
19075
19076 - type: "plot"
19077   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19078   algorithm: "plot_tsa_name"
19079   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19080   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19081   include:
19082     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19083     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19084     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19085     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19086     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19087     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19088   layout:
19089     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
19090     layout: "plot-throughput-speedup-analysis"
19091
19092 - type: "plot"
19093   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19094   algorithm: "plot_tsa_name"
19095   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19096   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19097   include:
19098     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19099     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19100     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19101     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19102   layout:
19103     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
19104     layout: "plot-throughput-speedup-analysis"
19105
19106 - type: "plot"
19107   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19108   algorithm: "plot_tsa_name"
19109   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19110   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19111   include:
19112     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19113     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19114     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19115     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19116   layout:
19117     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
19118     layout: "plot-throughput-speedup-analysis"
19119
19120 - type: "plot"
19121   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19122   algorithm: "plot_tsa_name"
19123   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19124   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19125   include:
19126     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19127     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19128     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19129     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19130     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19131     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19132   layout:
19133     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
19134     layout: "plot-throughput-speedup-analysis"
19135
19136 - type: "plot"
19137   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19138   algorithm: "plot_tsa_name"
19139   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19140   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19141   include:
19142     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19143     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19144     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19145     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19146     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19147     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19148   layout:
19149     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
19150     layout: "plot-throughput-speedup-analysis"
19151
19152 - type: "plot"
19153   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19154   algorithm: "plot_tsa_name"
19155   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19156   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19157   include:
19158     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19159     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19160     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19161     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19162   layout:
19163     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
19164     layout: "plot-throughput-speedup-analysis"
19165
19166 - type: "plot"
19167   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19168   algorithm: "plot_tsa_name"
19169   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19170   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19171   include:
19172     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19173     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19174     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19175     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19176   layout:
19177     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
19178     layout: "plot-throughput-speedup-analysis"
19179
19180 - type: "plot"
19181   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19182   algorithm: "plot_tsa_name"
19183   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19184   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19185   include:
19186     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19187     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19188     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19189     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19190     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19191     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19192   layout:
19193     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
19194     layout: "plot-throughput-speedup-analysis"
19195
19196 - type: "plot"
19197   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19198   algorithm: "plot_tsa_name"
19199   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19200   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19201   include:
19202     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19203     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19204     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19205     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19206     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19207     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19208   layout:
19209     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
19210     layout: "plot-throughput-speedup-analysis"
19211
19212 - type: "plot"
19213   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19214   algorithm: "plot_tsa_name"
19215   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19216   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19217   include:
19218     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19219     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19220     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19221     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19222   layout:
19223     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
19224     layout: "plot-throughput-speedup-analysis"
19225
19226 - type: "plot"
19227   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19228   algorithm: "plot_tsa_name"
19229   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19230   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19231   include:
19232     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19233     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19234     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19235     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19236   layout:
19237     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
19238     layout: "plot-throughput-speedup-analysis"
19239
19240 - type: "plot"
19241   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
19242   algorithm: "plot_tsa_name"
19243   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
19244   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19245   include:
19246     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19247     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19248     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19249     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19250     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19251   layout:
19252     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
19253     layout: "plot-throughput-speedup-analysis"
19254
19255 - type: "plot"
19256   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
19257   algorithm: "plot_tsa_name"
19258   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
19259   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19260   include:
19261     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19262     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19263     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19264     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19265     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19266   layout:
19267     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
19268     layout: "plot-throughput-speedup-analysis"
19269
19270 - type: "plot"
19271   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19272   algorithm: "plot_tsa_name"
19273   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
19274   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19275   include:
19276     - "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"
19277     - "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"
19278     - "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"
19279     - "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"
19280     - "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"
19281   layout:
19282     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19283     layout: "plot-throughput-speedup-analysis"
19284
19285 - type: "plot"
19286   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19287   algorithm: "plot_tsa_name"
19288   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
19289   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19290   include:
19291     - "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"
19292     - "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"
19293     - "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"
19294     - "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"
19295     - "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"
19296   layout:
19297     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19298     layout: "plot-throughput-speedup-analysis"
19299
19300 - type: "plot"
19301   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19302   algorithm: "plot_tsa_name"
19303   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
19304   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19305   include:
19306     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19307     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19308     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19309     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19310     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19311   layout:
19312     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19313     layout: "plot-throughput-speedup-analysis"
19314
19315 - type: "plot"
19316   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19317   algorithm: "plot_tsa_name"
19318   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
19319   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19320   include:
19321     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19322     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19323     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19324     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19325     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19326   layout:
19327     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19328     layout: "plot-throughput-speedup-analysis"
19329
19330 - type: "plot"
19331   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19332   algorithm: "plot_tsa_name"
19333   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
19334   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19335   include:
19336     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19337     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19338     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19339     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19340     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19341   layout:
19342     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19343     layout: "plot-throughput-speedup-analysis"
19344
19345 - type: "plot"
19346   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19347   algorithm: "plot_tsa_name"
19348   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
19349   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19350   include:
19351     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19352     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19353     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19354     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19355     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19356   layout:
19357     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19358     layout: "plot-throughput-speedup-analysis"
19359
19360 - type: "plot"
19361   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19362   algorithm: "plot_tsa_name"
19363   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19364   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19365   include:
19366     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19367     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19368     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19369     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19370   layout:
19371     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
19372     layout: "plot-throughput-speedup-analysis"
19373
19374 - type: "plot"
19375   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19376   algorithm: "plot_tsa_name"
19377   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19378   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19379   include:
19380     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19381     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19382     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19383     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19384   layout:
19385     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
19386     layout: "plot-throughput-speedup-analysis"
19387
19388 - type: "plot"
19389   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19390   algorithm: "plot_tsa_name"
19391   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19392   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19393   include:
19394     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19395     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19396     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19397     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19398   layout:
19399     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
19400     layout: "plot-throughput-speedup-analysis"
19401
19402 - type: "plot"
19403   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19404   algorithm: "plot_tsa_name"
19405   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19406   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19407   include:
19408     - "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"
19409     - "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"
19410     - "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"
19411     - "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"
19412   layout:
19413     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
19414     layout: "plot-throughput-speedup-analysis"
19415
19416 - type: "plot"
19417   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19418   algorithm: "plot_tsa_name"
19419   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19420   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19421   include:
19422     - "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"
19423     - "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"
19424     - "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"
19425     - "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"
19426     - "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"
19427     - "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"
19428   layout:
19429     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
19430     layout: "plot-throughput-speedup-analysis"
19431
19432 - type: "plot"
19433   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19434   algorithm: "plot_tsa_name"
19435   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19436   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19437   include:
19438     - "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"
19439     - "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"
19440     - "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"
19441     - "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"
19442     - "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"
19443     - "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"
19444   layout:
19445     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
19446     layout: "plot-throughput-speedup-analysis"
19447
19448 ################################################################################
19449
19450 # Packet Throughput - DPDK
19451
19452 # 2n-clx-xxv710
19453
19454 - type: "plot"
19455   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
19456   algorithm: "plot_perf_box_name"
19457   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
19458   data: "plot-dpdk-throughput-latency-2n-clx"
19459   include:
19460     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19461     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19462   layout:
19463     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
19464     layout: "plot-throughput"
19465
19466 - type: "plot"
19467   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
19468   algorithm: "plot_perf_box_name"
19469   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
19470   data: "plot-dpdk-throughput-latency-2n-clx"
19471   include:
19472     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19473     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19474   layout:
19475     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
19476     layout: "plot-throughput"
19477
19478 - type: "plot"
19479   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
19480   algorithm: "plot_perf_box_name"
19481   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
19482   data: "plot-dpdk-throughput-latency-2n-clx"
19483   include:
19484     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19485     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19486   layout:
19487     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
19488     layout: "plot-throughput"
19489
19490 - type: "plot"
19491   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
19492   algorithm: "plot_perf_box_name"
19493   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
19494   data: "plot-dpdk-throughput-latency-2n-clx"
19495   include:
19496     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19497     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19498   layout:
19499     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
19500     layout: "plot-throughput"
19501
19502 # 2n-clx-x710
19503
19504 - type: "plot"
19505   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
19506   algorithm: "plot_perf_box_name"
19507   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
19508   data: "plot-dpdk-throughput-latency-2n-clx"
19509   include:
19510     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19511     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19512   layout:
19513     title: "2n-clx-x710-64b-2t1c-base-ndr"
19514     layout: "plot-throughput"
19515
19516 - type: "plot"
19517   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
19518   algorithm: "plot_perf_box_name"
19519   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
19520   data: "plot-dpdk-throughput-latency-2n-clx"
19521   include:
19522     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19523     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19524   layout:
19525     title: "2n-clx-x710-64b-4t2c-base-ndr"
19526     layout: "plot-throughput"
19527
19528 - type: "plot"
19529   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
19530   algorithm: "plot_perf_box_name"
19531   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
19532   data: "plot-dpdk-throughput-latency-2n-clx"
19533   include:
19534     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19535     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19536   layout:
19537     title: "2n-clx-x710-64b-2t1c-base-pdr"
19538     layout: "plot-throughput"
19539
19540 - type: "plot"
19541   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
19542   algorithm: "plot_perf_box_name"
19543   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
19544   data: "plot-dpdk-throughput-latency-2n-clx"
19545   include:
19546     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19547     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19548   layout:
19549     title: "2n-clx-x710-64b-4t2c-base-pdr"
19550     layout: "plot-throughput"
19551
19552 ################################################################################
19553
19554 - type: "plot"
19555   title: "Latency by percentile: 2n-skx"
19556   algorithm: "plot_hdrh_lat_by_percentile"
19557   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19558   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19559   target-links: "../../_static/vpp"
19560   data: "plot-vpp-hdrh-lat-2n-skx"
19561   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19562   layout:
19563     layout: "plot-hdrh-latency-by-percentile"
19564
19565 - type: "plot"
19566   title: "Latency by percentile: 3n-skx"
19567   algorithm: "plot_hdrh_lat_by_percentile"
19568   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
19569   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
19570   target-links: "../../_static/vpp"
19571   data: "plot-vpp-hdrh-lat-3n-skx"
19572   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19573   layout:
19574     layout: "plot-hdrh-latency-by-percentile"
19575
19576 - type: "plot"
19577   title: "Latency by percentile: 2n-clx"
19578   algorithm: "plot_hdrh_lat_by_percentile"
19579   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
19580   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
19581   target-links: "../../_static/vpp"
19582   data: "plot-vpp-hdrh-lat-2n-clx"
19583   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19584   layout:
19585     layout: "plot-hdrh-latency-by-percentile"
19586
19587 - type: "plot"
19588   title: "Latency by percentile: 3n-hsw"
19589   algorithm: "plot_hdrh_lat_by_percentile"
19590   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
19591   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
19592   target-links: "../../_static/vpp"
19593   data: "plot-vpp-hdrh-lat-3n-hsw"
19594   filter: "'1T1C' and 'NIC_Intel-XL710'"
19595   layout:
19596     layout: "plot-hdrh-latency-by-percentile"
19597
19598 - type: "plot"
19599   title: "Latency by percentile: 3n-tsh"
19600   algorithm: "plot_hdrh_lat_by_percentile"
19601   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
19602   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
19603   target-links: "../../_static/vpp"
19604   data: "plot-vpp-hdrh-lat-3n-tsh"
19605   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19606   layout:
19607     layout: "plot-hdrh-latency-by-percentile"
19608
19609 - type: "plot"
19610   title: "Latency by percentile: DPDK 2n-skx"
19611   algorithm: "plot_hdrh_lat_by_percentile"
19612   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
19613   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
19614   target-links: "../../_static/dpdk"
19615   data: "plot-dpdk-hdrh-lat-2n-skx"
19616   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19617   layout:
19618     layout: "plot-hdrh-latency-by-percentile"
19619
19620 - type: "plot"
19621   title: "Latency by percentile: DPDK 3n-skx"
19622   algorithm: "plot_hdrh_lat_by_percentile"
19623   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
19624   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
19625   target-links: "../../_static/dpdk"
19626   data: "plot-dpdk-hdrh-lat-3n-skx"
19627   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19628   layout:
19629     layout: "plot-hdrh-latency-by-percentile"
19630
19631 - type: "plot"
19632   title: "Latency by percentile: DPDK 2n-clx"
19633   algorithm: "plot_hdrh_lat_by_percentile"
19634   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
19635   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
19636   target-links: "../../_static/dpdk"
19637   data: "plot-dpdk-hdrh-lat-2n-clx"
19638   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19639   layout:
19640     layout: "plot-hdrh-latency-by-percentile"
19641
19642 - type: "plot"
19643   title: "Latency by percentile: DPDK 3n-hsw"
19644   algorithm: "plot_hdrh_lat_by_percentile"
19645   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
19646   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
19647   target-links: "../../_static/dpdk"
19648   data: "plot-dpdk-hdrh-lat-3n-hsw"
19649   filter: "'1T1C' and 'NIC_Intel-XL710'"
19650   layout:
19651     layout: "plot-hdrh-latency-by-percentile"
19652
19653 - type: "plot"
19654   title: "Latency by percentile: DPDK 3n-tsh"
19655   algorithm: "plot_hdrh_lat_by_percentile"
19656   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
19657   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
19658   target-links: "../../_static/dpdk"
19659   data: "plot-dpdk-hdrh-lat-3n-tsh"
19660   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19661   layout:
19662     layout: "plot-hdrh-latency-by-percentile"