Report 2005: Add data
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,DPDK,2N,CLX]: "{DIR[DTR]}/dpdk_performance_results_2n_clx"
33     DIR[DTR,PERF,DPDK,2N,DNV]: "{DIR[DTR]}/dpdk_performance_results_2n_dnv"
34     DIR[DTR,PERF,DPDK,3N,DNV]: "{DIR[DTR]}/dpdk_performance_results_3n_dnv"
35     DIR[DTR,PERF,DPDK,3N,TSH]: "{DIR[DTR]}/dpdk_performance_results_3n_tsh"
36     DIR[DTR,PERF,VPP,ALL]: "{DIR[DTR]}/vpp_performance_results"
37     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
38     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
39     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
40     DIR[DTR,PERF,VPP,2N,CLX]: "{DIR[DTR]}/vpp_performance_results_2n_clx"
41     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
42     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
43     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
44     DIR[DTR,MRR,VPP,ALL]: "{DIR[DTR]}/vpp_mrr_results"
45     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
46     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
47     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
48     DIR[DTR,MRR,VPP,2N,CLX]: "{DIR[DTR]}/vpp_mrr_results_2n_clx"
49     DIR[DTR,MRR,VPP,3N,TSH]: "{DIR[DTR]}/vpp_mrr_results_3n_tsh"
50     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
51     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
52     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
53
54     # Detailed test configurations
55     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
56     DIR[DTC,PERF,VPP,ALL]: "{DIR[DTC]}/vpp_performance_configuration"
57     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
58     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
59     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
60     DIR[DTC,PERF,VPP,2N,CLX]: "{DIR[DTC]}/vpp_performance_configuration_2n_clx"
61     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
62     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
63     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
64     DIR[DTC,MRR,VPP,ALL]: "{DIR[DTC]}/vpp_mrr_configuration"
65     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
66     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
67     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
68     DIR[DTC,MRR,VPP,2N,CLX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_clx"
69     DIR[DTC,MRR,VPP,3N,TSH]: "{DIR[DTC]}/vpp_mrr_configuration_3n_tsh"
70     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
71     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
72     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
73
74     # Detailed tests operational data
75     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
76     DIR[DTO,PERF,VPP,ALL]: "{DIR[DTO]}/vpp_performance_operational_data"
77     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
78     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
79     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
80     DIR[DTO,PERF,VPP,2N,CLX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_clx"
81     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
82     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
83     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
84
85     # Latencies:
86     DIR[LAT,VPP]: "{DIR[WORKING,SRC]}/vpp_performance_tests/hdrh_packet_latency_by_percentile_graphs"
87     DIR[LAT,DPDK]: "{DIR[WORKING,SRC]}/dpdk_performance_tests/hdrh_packet_latency_by_percentile_graphs"
88
89     # .css patch file to fix tables generated by Sphinx
90     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
91     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
92
93   urls:
94     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
95     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
96     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
97     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
98     DIR[NEXUS,DOC]: "report/_static/archive"
99
100   make-dirs:
101   # List the directories which are created while preparing the environment.
102   # All directories MUST be defined in "paths" section.
103   - "DIR[WORKING,DATA]"
104   - "DIR[STATIC,VPP]"
105   - "DIR[STATIC,DPDK]"
106   - "DIR[STATIC,ARCH]"
107   - "DIR[BUILD,LATEX]"
108   - "DIR[WORKING,SRC]"
109   - "DIR[WORKING,SRC,STATIC]"
110
111   remove-dirs:
112   # List the directories which are deleted while cleaning the environment.
113   # All directories MUST be defined in "paths" section.
114   #- "DIR[BUILD,HTML]"
115   - "DIR[WORKING,DATA]"
116
117   build-dirs:
118   # List the directories where the results (build) is stored.
119   # All directories MUST be defined in "paths" section.
120   - "DIR[BUILD,HTML]"
121   - "DIR[BUILD,LATEX]"
122
123 - type: "configuration"
124
125   mapping-file: "mapping_report.yaml"
126
127   limits:
128     nic:
129       x520: 24460000
130       x553: 29761905
131       x710: 35800000
132       xxv710: 35800000
133       xl710: 35800000
134       cx556a: 60000000
135
136     link:
137       10ge: 14880952.38
138       25ge: 37202380.95
139       40ge: 59523809.52
140       100ge: 148809523.81
141
142     pci:
143       pci-g3-x8: 74404761.90
144       pci-g3-x16: 148809523.81
145
146   data-sets:
147
148     ###########################################################################
149     # Plots:
150
151     # 3n-hsw
152
153     plot-vpp-throughput-lat-tsa-3n-hsw:
154       csit-vpp-perf-report-iterative-2005-3n-hsw:
155         - 3   # NDRPDR sel
156         - 4   # NDRPDR sel
157         - 5   # NDRPDR sel
158         - 10  # NDRPDR sel
159         - 11  # NDRPDR sel
160         - 12  # NDRPDR sel
161         - 15  # NDRPDR sel
162         - 16  # NDRPDR sel
163         - 18  # NDRPDR sel
164         - 19  # NDRPDR sel
165
166     plot-vpp-hdrh-lat-3n-hsw:
167       csit-vpp-perf-report-iterative-2005-3n-hsw:
168         - 3   # NDRPDR sel
169
170 #    plot-vpp-nfv-3n-hsw-ndrpdr:
171 #      csit-vpp-perf-report-iterative-2005-3n-hsw:
172 #        - 3   # NDRPDR sel
173 #        - 4   # NDRPDR sel
174 #        - 5   # NDRPDR sel
175 #        - 10  # NDRPDR sel
176 #        - 11  # NDRPDR sel
177 #        - 12  # NDRPDR sel
178 #        - 15  # NDRPDR sel
179 #        - 16  # NDRPDR sel
180 #        - 18  # NDRPDR sel
181 #        - 19  # NDRPDR sel
182
183 #    plot-vpp-nfv-3n-hsw-mrr:
184 #      csit-vpp-perf-report-iterative-2005-3n-hsw:
185 #        - 13  # MRR
186
187     plot-vpp-hoststack-3n-hsw:
188       csit-vpp-perf-verify-2005-3n-hsw:
189         - 3   # hoststack
190         - 5   # hoststack
191         - 6   # hoststack
192         - 7   # hoststack
193         - 8   # hoststack
194         - 9   # hoststack
195         - 10  # hoststack
196         - 11  # hoststack
197         - 12  # hoststack
198         - 13  # hoststack
199
200     plot-dpdk-throughput-latency-3n-hsw:
201       csit-dpdk-perf-report-iterative-2005-3n-hsw:
202         - 5   # NDRPDR sel
203         - 6   # NDRPDR sel
204         - 7   # NDRPDR sel
205         - 8   # NDRPDR sel
206         - 9   # NDRPDR sel
207         - 10  # NDRPDR sel
208         - 11  # NDRPDR sel
209         - 12  # NDRPDR sel
210         - 13  # NDRPDR sel
211         - 14  # NDRPDR sel
212
213     plot-dpdk-hdrh-lat-3n-hsw:
214       csit-dpdk-perf-report-iterative-2005-3n-hsw:
215         - 5   # NDRPDR sel
216
217     # 3n-skx
218
219     plot-vpp-throughput-lat-tsa-3n-skx:
220       csit-vpp-perf-report-iterative-2005-3n-skx:
221         - 4   # NDRPDR sel
222         - 5   # NDRPDR sel ??? all x710 failed
223         - 33  # NDRPDR sel
224         - 28  # NDRPDR sel
225         - 34  # NDRPDR sel
226         - 36  # NDRPDR sel
227         - 37  # NDRPDR sel
228         - 38  # NDRPDR sel
229         - 39  # NDRPDR sel
230         - 41  # NDRPDR sel
231
232     plot-vpp-hdrh-lat-3n-skx:
233       csit-vpp-perf-report-iterative-2005-3n-skx:
234         - 36  # NDRPDR sel
235
236     plot-vpp-nfv-3n-skx-ndrpdr:
237       # TODO: Add data:
238       csit-vpp-perf-report-iterative-2005-3n-skx:
239         - 4   # NDRPDR sel
240         - 5   # NDRPDR sel ??? all x710 failed
241         - 33  # NDRPDR sel
242         - 28  # NDRPDR sel
243         - 34  # NDRPDR sel
244
245     plot-vpp-nfv-3n-skx-mrr:
246       csit-vpp-perf-report-iterative-2005-3n-skx:
247         - 6   # MRR sel
248
249     plot-dpdk-throughput-latency-3n-skx:
250       csit-dpdk-perf-report-iterative-2005-3n-skx:
251         - 4   # NDRPDR sel
252         - 5   # NDRPDR sel
253         - 6   # NDRPDR sel
254         - 7   # NDRPDR sel
255         - 8   # NDRPDR sel
256         - 11  # NDRPDR sel
257         - 12  # NDRPDR sel
258         - 13  # NDRPDR sel
259         - 14  # NDRPDR sel
260         - 15  # NDRPDR sel
261
262     plot-dpdk-hdrh-lat-3n-skx:
263       csit-dpdk-perf-report-iterative-2005-3n-skx:
264         - 4   # NDRPDR sel
265
266     # 2n-skx
267
268     plot-vpp-throughput-lat-tsa-2n-skx:
269       csit-vpp-perf-report-iterative-2005-2n-skx:
270         - 43  # NDRPDR sel
271         - 38  # NDRPDR sel
272         - 7   # NDRPDR sel
273         - 65  # NDRPDR sel
274         - 47  # NDRPDR sel
275         - 55  # NDRPDR sel
276         - 67  # NDRPDR sel
277         - 75  # 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         - 83  # nf-density-sel
297
298     plot-vpp-nfv-2n-skx-mrr:
299       csit-vpp-perf-report-iterative-2005-2n-skx:
300         - 42  # MRR sel
301
302     plot-vpp-nfv-reconf-2n-skx:
303       csit-vpp-perf-report-iterative-2005-2n-skx:
304         - 48  # Reconf
305         - 50  # Reconf
306         - 51  # Reconf
307         - 52  # Reconf
308         - 53  # Reconf
309         - 60  # Reconf
310         - 70  # Reconf
311         - 71  # Reconf
312         - 63  # Reconf
313         - 66  # Reconf
314
315     plot-dpdk-throughput-latency-2n-skx:
316       csit-dpdk-perf-report-iterative-2005-2n-skx:
317         - 1   # NDRPDR sel
318         - 2   # NDRPDR sel
319         - 3   # NDRPDR sel
320         - 4   # NDRPDR sel
321         - 5   # NDRPDR sel
322         - 6   # NDRPDR sel
323         - 7   # NDRPDR sel
324         - 8   # NDRPDR sel
325         - 9   # NDRPDR sel
326         - 10  # NDRPDR sel
327
328     plot-dpdk-hdrh-lat-2n-skx:
329       csit-dpdk-perf-report-iterative-2005-2n-skx:
330         - 1   # NDRPDR sel
331
332     # 2n-clx
333
334     plot-vpp-throughput-lat-tsa-2n-clx:
335       csit-vpp-perf-report-iterative-2005-2n-clx:
336         - 7   # NDRPDR sel
337         - 38  # NDRPDR sel
338         - 9   # NDRPDR sel
339         - 32  # NDRPDR sel ???
340         - 33  # NDRPDR sel ???
341         - 39  # NDRPDR sel
342         - 40  # NDRPDR sel
343         - 43  # NDRPDR sel
344         - 50  # NDRPDR sel
345         - 51  # NDRPDR sel
346
347     plot-vpp-hdrh-lat-2n-clx:
348       csit-vpp-perf-report-iterative-2005-2n-clx:
349         - 51  # NDRPDR sel
350
351 #    plot-vpp-http-server-performance:
352 #      # csit-vpp-perf-report-iterative-2005-2n-clx:
353 #      csit-vpp-perf-verify-2001-2n-clx:
354 #        - 80  # TCP
355
356     plot-vpp-nfv-2n-clx-ndrpdr:
357       csit-vpp-perf-report-iterative-2005-2n-clx:
358         - 7   # NDRPDR sel
359         - 38  # NDRPDR sel
360         - 9   # NDRPDR sel
361         - 39  # NDRPDR sel
362         - 40  # NDRPDR sel
363         - 57  # 2n-clx nfv-density-00
364         - 58  # 2n-clx nfv-density-00
365         - 59  # 2n-clx nfv-density-00
366         - 60  # 2n-clx nfv-density-00
367         - 61  # 2n-clx nfv-density-00
368
369     plot-vpp-nfv-2n-clx-mrr:
370       csit-vpp-perf-report-iterative-2005-2n-clx:
371         - 12   # MRR
372
373     plot-vpp-nfv-reconf-2n-clx:
374       csit-vpp-perf-report-iterative-2005-2n-clx:
375         - 42  # Reconf
376         - 45  # Reconf
377         - 46  # Reconf
378         - 47  # Reconf
379         - 48  # Reconf
380         - 52  # Reconf
381         - 53  # Reconf
382         - 54  # Reconf
383         - 55  # Reconf
384         - 56  # Reconf
385
386     plot-vpp-soak-2n-clx:
387       csit-vpp-perf-report-iterative-2005-2n-clx:
388         - 44  # Soak
389         - 49  # Soak
390
391     plot-dpdk-throughput-latency-2n-clx:
392       csit-dpdk-perf-report-iterative-2005-2n-clx:
393         - 1   # NDRPDR sel
394         - 2   # NDRPDR sel
395         - 3   # NDRPDR sel
396         - 4   # NDRPDR sel
397         - 5   # NDRPDR sel
398         - 6   # NDRPDR sel
399         - 7   # NDRPDR sel
400         - 8   # NDRPDR sel
401         - 9   # NDRPDR sel
402         - 10  # NDRPDR sel
403
404     plot-dpdk-hdrh-lat-2n-clx:
405       csit-dpdk-perf-report-iterative-2005-2n-clx:
406         - 1   # NDRPDR sel
407
408     # 3n-tsh
409
410     plot-vpp-throughput-lat-tsa-3n-tsh:
411       # TODO: Add data:
412       csit-vpp-perf-report-iterative-2005-3n-tsh:
413         - 9   # NDRPDR sel
414         - 11  # NDRPDR sel
415         - 12  # NDRPDR sel
416         - 20  # NDRPDR sel
417         - 14  # NDRPDR sel
418
419     plot-vpp-hdrh-lat-3n-tsh:
420       csit-vpp-perf-report-iterative-2005-3n-tsh:
421         - 9   # NDRPDR sel
422
423     plot-dpdk-throughput-latency-3n-tsh:
424       csit-dpdk-perf-report-iterative-2005-3n-tsh:
425         - 5   # NDRPDR sel
426
427     plot-dpdk-hdrh-lat-3n-tsh:
428       csit-dpdk-perf-report-iterative-2005-3n-tsh:
429         - 5   # NDRPDR sel
430
431     # 3n-dnv
432
433     plot-vpp-throughput-lat-tsa-3n-dnv:
434       csit-vpp-perf-report-iterative-2005-3n-dnv:
435         - 2   # NDRPDR sel
436         - 3   # NDRPDR sel
437         - 4   # NDRPDR sel
438         - 5   # NDRPDR sel
439         - 6   # NDRPDR sel
440         - 7   # NDRPDR sel
441         - 9   # NDRPDR sel
442         - 10  # NDRPDR sel
443         - 11  # NDRPDR sel
444         - 12  # NDRPDR sel
445
446     plot-dpdk-throughput-latency-3n-dnv:
447       csit-dpdk-perf-report-iterative-2005-3n-dnv:
448         - 6   # NDRPDR sel
449         - 7   # NDRPDR sel
450         - 8   # NDRPDR sel
451         - 9   # NDRPDR sel
452         - 10  # NDRPDR sel
453         - 11  # NDRPDR sel
454         - 12  # NDRPDR sel
455         - 13  # NDRPDR sel
456         - 14  # NDRPDR sel
457         - 16  # NDRPDR sel
458
459     # 2n-dnv
460
461     plot-vpp-throughput-lat-tsa-2n-dnv:
462       csit-vpp-perf-report-iterative-2005-2n-dnv:
463         - 3   # NDRPDR sel
464         - 6   # NDRPDR sel
465         - 7   # NDRPDR sel
466         - 8   # NDRPDR sel
467         - 9   # NDRPDR sel
468         - 10  # NDRPDR sel
469         - 11  # NDRPDR sel
470         - 12  # NDRPDR sel
471         - 13  # NDRPDR sel
472         - 14  # NDRPDR sel
473
474     plot-dpdk-throughput-latency-2n-dnv:
475       csit-dpdk-perf-report-iterative-2005-2n-dnv:
476         - 8   # NDRPDR sel
477         - 9   # NDRPDR sel
478         - 10  # NDRPDR sel
479         - 11  # NDRPDR sel
480         - 12  # NDRPDR sel
481         - 13  # NDRPDR sel
482         - 14  # NDRPDR sel
483         - 15  # NDRPDR sel
484         - 16  # NDRPDR sel
485         - 17  # NDRPDR sel
486
487     ###########################################################################
488     # Simple tables (only one data set):
489
490     # NIC Comparisons
491
492     vpp-nic-comparison-3n-skx:
493       csit-vpp-perf-report-iterative-2005-3n-skx:
494         - 4   # NDRPDR sel
495         - 5   # NDRPDR sel ??? all x710 failed
496         - 33  # NDRPDR sel
497         - 28  # NDRPDR sel
498         - 34  # NDRPDR sel
499         - 36  # NDRPDR sel
500         - 37  # NDRPDR sel
501         - 38  # NDRPDR sel
502         - 39  # NDRPDR sel
503         - 41  # NDRPDR sel
504
505     vpp-nic-comparison-2n-skx:
506       csit-vpp-perf-report-iterative-2005-2n-skx:
507         - 43  # NDRPDR sel
508         - 38  # NDRPDR sel
509         - 7   # NDRPDR sel
510         - 65  # NDRPDR sel
511         - 47  # NDRPDR sel
512         - 55  # NDRPDR sel
513         - 67  # NDRPDR sel
514         - 75  # NDRPDR sel
515         - 76  # NDRPDR sel
516         - 73  # NDRPDR sel
517
518     vpp-nic-comparison-3n-skx-mrr:
519       csit-vpp-perf-report-iterative-2005-3n-skx:
520         - 6   # MRR sel
521
522     vpp-nic-comparison-2n-skx-mrr:
523       csit-vpp-perf-report-iterative-2005-2n-skx:
524         - 42  # MRR sel
525
526     # Results
527
528     vpp-perf-results-3n-hsw:
529       csit-vpp-perf-report-coverage-2005-3n-hsw:
530         - 1   # perf-full-3n-dnv-crypto_I
531         - 7   # perf-full-3n-hsw-crypto_II
532         - 3   # perf-full-3n-hsw-crypto_III
533         - 4   # perf-full-3n-dnv-crypto_IV
534         - 5   # perf-full-3n-hsw-ip4_I
535         - 6   # perf-full-3n-hsw-ip4_II
536         - 8   # perf-full-3n-hsw-ip4_III
537         - 9   # perf-full-3n-hsw-ip4_IV
538         - 10  # perf-full-3n-hsw-ip4_V
539         - 26  # perf-full-3n-hsw-ip4_VI
540         - 18  # perf-full-3n-hsw-ip4_VII
541         - 27  # perf-full-3n-hsw-ip4_VIII
542         - 28  # perf-full-3n-hsw-ip4_IX
543         - 29  # perf-full-3n-hsw-ip6_I
544         - 35  # perf-full-3n-hsw-ip6_II
545         - 42  # perf-full-3n-hsw-l2_I
546         - 33  # perf-full-3n-hsw-l2_II
547         - 37  # perf-full-3n-hsw-l2_III
548         - 45  # perf-full-3n-hsw-l2_IV
549         - 43  # perf-full-3n-hsw-l2_V
550         - 40  # perf-full-3n-hsw-l2_VI
551         - 44  # perf-full-3n-hsw-l2_VII
552         - 51  # perf-full-3n-hsw-l2_VIII
553         - 50  # perf-full-3n-hsw-l2_IX
554         - 52  # perf-full-3n-hsw-l2_X
555         - 53  # perf-full-3n-hsw-l2_XI
556         - 54  # perf-full-3n-hsw-memif
557         - 55  # perf-full-3n-hsw-ip4tunnels-I
558         - 56  # perf-full-3n-hsw-ip4tunnels-II
559         - 57  # perf-full-3n-hsw-ip4tunnels-III
560         - 58  # perf-full-3n-hsw-ip6tunnels-I
561         - 59  # perf-full-3n-hsw-srv6-I
562         - 60  # perf-full-3n-hsw-srv6-II
563         - 61  # perf-full-3n-hsw-vhost-I
564         - 62  # perf-full-3n-hsw-vhost-II
565         - 63  # perf-full-3n-hsw-vhost-III
566
567     vpp-perf-results-3n-skx:
568       csit-vpp-perf-report-coverage-2005-3n-skx:
569         - 10  # perf-full-3n-skx-crypto_I
570         - 11  # perf-full-3n-skx-crypto_II
571         - 12  # perf-full-3n-skx-crypto_III
572         - 5   # perf-full-3n-skx-ip4_I
573         - 14  # perf-full-3n-skx-ip4_II
574         - 7   # perf-full-3n-skx-ip4_III
575         - 15  # perf-full-3n-skx-ip4_IV
576         - 16  # perf-full-3n-skx-ip4_V
577         - 17  # perf-full-3n-skx-ip4_VI
578         - 18  # perf-full-3n-skx-ip4_VII
579         - 19  # perf-full-3n-skx-ip4_VIII
580         - 20  # perf-full-3n-skx-ip4_IX
581         - 24  # perf-full-3n-skx-ip6_I
582         - 25  # perf-full-3n-skx-ip6_II
583         - 22  # perf-full-3n-skx-ip4tunnels-II
584         - 23  # perf-full-3n-skx-ip4tunnels-III
585         - 26  # perf-full-3n-skx-ip6tunnels-I
586         - 28  # perf-full-3n-skx-l2_II
587         - 29  # perf-full-3n-skx-l2_III
588         - 30  # perf-full-3n-skx-l2_IV
589         - 32  # perf-full-3n-skx-l2_VI
590         - 33  # perf-full-3n-skx-l2_VII
591         - 35  # perf-full-3n-skx-l2_IX
592         - 36  # perf-full-3n-skx-l2_X
593         - 37  # perf-full-3n-skx-l2_XI
594
595     vpp-perf-results-2n-skx:
596       # TODO: Add data:
597       csit-vpp-perf-report-coverage-2005-2n-skx:
598         - 11  # perf-full-2n-skx-ip4_I
599         - 3   # perf-full-2n-skx-ip4_II
600         - 18  # perf-full-2n-skx-ip4_III
601         - 19  # perf-full-2n-skx-ip4_IV
602         - 5   # perf-full-2n-skx-ip4_V
603         - 20  # perf-full-2n-skx-ip4_VI
604         - 7   # perf-full-2n-skx-ip6_I
605         - 21  # perf-full-2n-skx-ip6_II
606         - 9   # perf-full-2n-skx-l2_I
607         - 22  # perf-full-2n-skx-l2_II
608         - 23  # perf-full-2n-skx-memif
609         - 24  # perf-full-2n-skx-loadbalancer
610         - 25  # perf-full-2n-skx-vhost I
611         - 26  # perf-full-2n-skx-vhost II
612         - 27  # perf-full-2n-skx-vts
613
614     vpp-perf-results-2n-clx:
615       csit-vpp-perf-report-coverage-2005-2n-clx:
616         - 21  # perf-full-2n-clx-ip4_I
617         - 2   # perf-full-2n-clx-ip4_II
618         - 3   # perf-full-2n-clx-ip4_III
619         - 4   # perf-full-2n-clx-ip4_IV
620         - 5   # perf-full-2n-clx-ip4_V
621         - 6   # perf-full-2n-clx-ip4_VI
622         - 7   # perf-full-2n-clx-ip6_I
623         - 16  # perf-full-2n-clx-ip6_II
624         - 23  # perf-full-2n-clx-l2_I
625         - 10  # perf-full-2n-clx-l2_II
626         - 11  # perf-full-2n-clx-memif
627         - 12  # perf-full-2n-clx-loadbalancer
628         - 13  # perf-full-2n-clx-vhost I
629         - 22  # perf-full-2n-clx-vhost II
630         - 15  # perf-full-2n-clx-vts
631
632     vpp-perf-results-3n-tsh:
633       csit-vpp-perf-report-iterative-2005-3n-tsh:
634         - 9   # NDRPDR sel
635
636     vpp-perf-results-3n-dnv:
637       csit-vpp-perf-report-coverage-2005-3n-dnv:
638         - 1   # perf-full-3n-dnv-crypto_I
639         - 24  # perf-full-3n-dnv-crypto_II
640         - 5   # perf-full-3n-dnv-ip4_I
641         - 13  # perf-full-3n-dnv-ip4_II
642         - 17  # perf-full-3n-dnv-ip6_I
643         - 18  # perf-full-3n-dnv-ip6_II
644         - 21  # perf-full-3n-dnv-l2_I
645         - 22  # perf-full-3n-dnv-l2_II
646         - 23  # perf-full-3n-dnv-ip4-tunnels_I
647
648     vpp-perf-results-2n-dnv:
649       csit-vpp-perf-report-coverage-2005-2n-dnv:
650         - 1   # perf-full-2n-dnv-ip4_I
651         - 2   # perf-full-2n-dnv-ip4_II
652         - 3   # perf-full-2n-dnv-ip6_I
653         - 4   # perf-full-2n-dnv-ip6_II
654         - 5   # perf-full-2n-dnv-l2_I
655         - 6   # perf-full-2n-dnv-l2_II
656
657     vpp-mrr-results-3n-hsw:
658       csit-vpp-perf-report-iterative-2005-3n-hsw:
659         - 13  # MRR
660
661     vpp-mrr-results-3n-skx:
662       csit-vpp-perf-report-iterative-2005-3n-skx:
663         - 6   # MRR sel
664
665     vpp-mrr-results-2n-skx:
666       csit-vpp-perf-report-iterative-2005-2n-skx:
667         - 42  # MRR sel
668
669     vpp-mrr-results-2n-clx:
670       csit-vpp-perf-report-iterative-2005-2n-clx:
671         - 12   # MRR
672
673     vpp-mrr-results-3n-tsh:
674       csit-vpp-perf-report-iterative-2005-3n-tsh:
675         - 10  # MRR sel
676
677     vpp-mrr-results-3n-dnv:
678       csit-vpp-perf-report-iterative-2005-3n-dnv:
679         - 8   # MRR
680
681     vpp-mrr-results-2n-dnv:
682       csit-vpp-perf-report-iterative-2005-2n-dnv:
683         - 15  # MRR sel
684
685     vpp-device-results-ubuntu:
686       csit-vpp-device-2005-ubuntu1804-1n-skx:
687         - 35
688
689     dpdk-perf-results-3n-hsw:
690       csit-dpdk-perf-report-iterative-2005-3n-hsw:
691         - 5   # NDRPDR sel
692
693     dpdk-perf-results-3n-skx:
694       csit-dpdk-perf-report-iterative-2005-3n-skx:
695         - 4   # NDRPDR sel
696
697     dpdk-perf-results-2n-skx:
698       csit-dpdk-perf-report-iterative-2005-2n-skx:
699         - 1   # NDRPDR sel
700
701     dpdk-perf-results-2n-clx:
702       csit-dpdk-perf-report-iterative-2005-2n-clx:
703         - 1   # NDRPDR sel
704
705     dpdk-perf-results-2n-dnv:
706       csit-dpdk-perf-report-iterative-2005-2n-dnv:
707         - 8   # NDRPDR sel
708
709     dpdk-perf-results-3n-dnv:
710       csit-dpdk-perf-report-iterative-2005-3n-dnv:
711         - 6   # NDRPDR sel
712
713     dpdk-perf-results-3n-tsh:
714       csit-dpdk-perf-report-iterative-2005-3n-tsh:
715         - 5   # NDRPDR sel
716
717 ###########################################################################
718     # Tables (more than one data set)
719
720     # Performance changes
721
722     vpp-performance-changes-3n-hsw-h1:
723       csit-vpp-perf-verify-1908-3n-hsw:
724         - 12  # NDRPDR sel
725         - 13  # NDRPDR sel
726         - 14  # NDRPDR sel
727         - 15  # NDRPDR sel
728         - 16  # NDRPDR sel
729         - 17  # NDRPDR sel
730         - 18  # NDRPDR sel
731         - 19  # NDRPDR sel
732         - 20  # NDRPDR sel
733         - 21  # NDRPDR sel
734     vpp-performance-changes-3n-hsw-ref:
735       csit-vpp-perf-verify-2001-3n-hsw:
736         - 21  # NDRPDR sel
737         - 22  # NDRPDR sel
738         - 23  # NDRPDR sel
739         - 24  # NDRPDR sel
740         - 25  # NDRPDR sel
741         - 29  # NDRPDR sel
742         - 30  # NDRPDR sel
743         - 31  # NDRPDR sel
744         - 32  # NDRPDR sel
745         - 34  # NDRPDR sel
746     vpp-performance-changes-3n-hsw-cmp:
747       csit-vpp-perf-report-iterative-2005-3n-hsw:
748         - 3   # NDRPDR sel
749         - 4   # NDRPDR sel
750         - 5   # NDRPDR sel
751         - 10  # NDRPDR sel
752         - 11  # NDRPDR sel
753         - 12  # NDRPDR sel
754         - 15  # NDRPDR sel
755         - 16  # NDRPDR sel
756         - 18  # NDRPDR sel
757         - 19  # NDRPDR sel
758     vpp-performance-changes-3n-hsw-cmp-2:
759       csit-vpp-perf-report-iterative-2005-3n-hsw:
760         - 20  # NDRPDR sel env 2
761         - 21  # NDRPDR sel env 2
762         - 22  # NDRPDR sel env 2
763
764     vpp-performance-changes-3n-skx-h1:
765       csit-vpp-perf-verify-1908_1-3n-skx:
766         - 26  # NDRPDR sel - new1908.1
767         - 27  # NDRPDR sel - new1908.1
768         - 28  # NDRPDR sel - new1908.1
769         - 29  # NDRPDR sel - new1908.1
770         - 30  # NDRPDR sel - new1908.1
771         - 31  # NDRPDR sel - new1908.1
772         - 33  # NDRPDR sel - new1908.1
773         - 34  # NDRPDR sel - new1908.1
774         - 35  # NDRPDR sel - new1908.1
775         - 36  # NDRPDR sel - new1908.1
776     vpp-performance-changes-3n-skx-ref:
777       csit-vpp-perf-verify-2001-3n-skx:
778         - 69  # NDRPDR sel - new2001.0
779         - 71  # NDRPDR sel - new2001.0
780         - 72  # NDRPDR sel - new2001.0
781         - 76  # NDRPDR sel - new2001.0
782         - 77  # NDRPDR sel - new2001.0
783         - 78  # NDRPDR sel - new2001.0
784         - 80  # NDRPDR sel - new2001.0
785     vpp-performance-changes-3n-skx-cmp:
786       csit-vpp-perf-report-iterative-2005-3n-skx:
787         - 4   # NDRPDR sel
788         - 5   # NDRPDR sel ??? all x710 failed
789         - 33  # NDRPDR sel
790         - 28  # NDRPDR sel
791         - 34  # NDRPDR sel
792         - 36  # NDRPDR sel
793         - 37  # NDRPDR sel
794         - 38  # NDRPDR sel
795         - 39  # NDRPDR sel
796         - 41  # NDRPDR sel
797     vpp-performance-changes-3n-skx-cmp-2:
798       csit-vpp-perf-report-iterative-2005-3n-skx:
799         # TODO: Replace
800         - 4   # NDRPDR sel
801         - 5   # NDRPDR sel ??? all x710 failed
802         - 33  # NDRPDR sel
803         - 28  # NDRPDR sel
804         - 34  # NDRPDR sel
805         - 36  # NDRPDR sel
806         - 37  # NDRPDR sel
807         - 38  # NDRPDR sel
808         - 39  # NDRPDR sel
809         - 41  # NDRPDR sel
810
811     vpp-performance-changes-2n-skx-h1:
812       csit-vpp-perf-verify-1908_1-2n-skx:
813         - 39  # NDRPDR sel - new1908.1
814         - 40  # NDRPDR sel - new1908.1
815         - 41  # NDRPDR sel - new1908.1
816         - 43  # NDRPDR sel - new1908.1
817         - 44  # NDRPDR sel - new1908.1
818         - 45  # NDRPDR sel - new1908.1
819         - 46  # NDRPDR sel - new1908.1
820         - 47  # NDRPDR sel - new1908.1
821         - 48  # NDRPDR sel - new1908.1
822         - 49  # NDRPDR sel - new1908.1
823     vpp-performance-changes-2n-skx-ref:
824       csit-vpp-perf-verify-2001-2n-skx:
825         - 143  # NDRPDR sel - new2001.0
826         - 146  # NDRPDR sel - new2001.0
827         - 147  # NDRPDR sel - new2001.0
828         - 148  # NDRPDR sel - new2001.0
829         - 149  # NDRPDR sel - new2001.0
830         - 150  # NDRPDR sel - new2001.0
831         - 151  # NDRPDR sel - new2001.0
832         - 152  # NDRPDR sel - new2001.0
833         - 153  # NDRPDR sel - new2001.0
834         - 154  # NDRPDR sel - new2001.0
835     vpp-performance-changes-2n-skx-cmp:
836       csit-vpp-perf-report-iterative-2005-2n-skx:
837         - 43  # NDRPDR sel
838         - 38  # NDRPDR sel
839         - 7   # NDRPDR sel
840         - 65  # NDRPDR sel
841         - 47  # NDRPDR sel
842         - 55  # NDRPDR sel
843         - 67  # NDRPDR sel
844         - 75  # NDRPDR sel
845         - 76  # NDRPDR sel
846         - 73  # NDRPDR sel
847     vpp-performance-changes-2n-skx-cmp-2:
848       csit-vpp-perf-report-iterative-2005-2n-skx:
849         # TODO: Add data
850         - 88  # NDRPDR sel env 2
851
852 #    vpp-performance-changes-nfv-2n-skx-ref:
853 #      csit-vpp-perf-verify-2001-2n-skx:
854 #        - 30  # NFV
855 #        - 31  # NFV
856 #    vpp-performance-changes-nfv-2n-skx-cmp:
857 #      csit-vpp-perf-report-iterative-2005-2n-skx:
858 #        - 43  # NDRPDR sel
859 #        - 38  # NDRPDR sel
860 #        - 7   # NDRPDR sel
861 #        - 83  # nf-density-sel
862
863     vpp-performance-changes-2n-clx-ref:
864       csit-vpp-perf-verify-2001-2n-clx:
865         - 28  # NDRPDR sel
866         - 29  # NDRPDR sel
867         - 32  # NDRPDR sel
868         - 40  # NDRPDR sel
869         - 43  # NDRPDR sel
870         - 44  # NDRPDR sel
871         - 45  # NDRPDR sel
872         - 47  # NDRPDR sel
873         - 48  # NDRPDR sel
874         - 49  # NDRPDR sel
875     vpp-performance-changes-2n-clx-cmp:
876       csit-vpp-perf-report-iterative-2005-2n-clx:
877         - 7   # NDRPDR sel
878         - 38  # NDRPDR sel
879         - 9   # NDRPDR sel
880         - 32  # NDRPDR sel ???
881         - 33  # NDRPDR sel ???
882         - 39  # NDRPDR sel
883         - 40  # NDRPDR sel
884         - 43  # NDRPDR sel
885         - 50  # NDRPDR sel
886         - 51  # NDRPDR sel
887     vpp-performance-changes-2n-clx-cmp-2:
888       csit-vpp-perf-report-iterative-2005-2n-clx:
889         - 62  # NDRPDR sel env 2
890         - 63  # NDRPDR sel env 2
891
892     vpp-performance-changes-2n-dnv-h1:
893       csit-vpp-perf-verify-1908-2n-dnv:
894         - 1   # NDRPDR sel
895         - 2   # NDRPDR sel
896         - 3   # NDRPDR sel
897         - 4   # NDRPDR sel
898         - 5   # NDRPDR sel
899         - 6   # NDRPDR sel
900         - 7   # NDRPDR sel
901         - 8   # NDRPDR sel
902         - 9   # NDRPDR sel
903         - 10  # NDRPDR sel
904     vpp-performance-changes-2n-dnv-ref:
905       csit-vpp-perf-verify-2001-2n-dnv:
906         - 4   # NDRPDR sel
907         - 5   # NDRPDR sel
908         - 6   # NDRPDR sel
909         - 7   # NDRPDR sel
910         - 8   # NDRPDR sel
911         - 9   # NDRPDR sel
912         - 10  # NDRPDR sel
913         - 11  # NDRPDR sel
914         - 13  # NDRPDR sel
915         - 16  # NDRPDR sel
916     vpp-performance-changes-2n-dnv-cmp:
917       csit-vpp-perf-report-iterative-2005-2n-dnv:
918         - 3   # NDRPDR sel
919         - 6   # NDRPDR sel
920         - 7   # NDRPDR sel
921         - 8   # NDRPDR sel
922         - 9   # NDRPDR sel
923         - 10  # NDRPDR sel
924         - 11  # NDRPDR sel
925         - 12  # NDRPDR sel
926         - 13  # NDRPDR sel
927         - 14  # NDRPDR sel
928
929     vpp-performance-changes-3n-dnv-h1:
930       csit-vpp-perf-verify-1908-3n-dnv:
931         - 6   # NDRPDR sel
932         - 7   # NDRPDR sel
933         - 8   # NDRPDR sel
934         - 9   # NDRPDR sel
935         - 10  # NDRPDR sel
936         - 12  # NDRPDR sel
937         - 13  # NDRPDR sel
938         - 14  # NDRPDR sel
939         - 15  # NDRPDR sel
940         - 16  # NDRPDR sel
941     vpp-performance-changes-3n-dnv-ref:
942       csit-vpp-perf-verify-2001-3n-dnv:
943         - 5   # NDRPDR sel
944         - 6   # NDRPDR sel
945         - 7   # NDRPDR sel
946         - 8   # NDRPDR sel
947         - 9   # NDRPDR sel
948         - 10  # NDRPDR sel
949         - 12  # NDRPDR sel
950         - 16  # NDRPDR sel
951         - 17  # NDRPDR sel
952         - 18  # NDRPDR sel
953     vpp-performance-changes-3n-dnv-cmp:
954       csit-vpp-perf-report-iterative-2005-3n-dnv:
955         - 2   # NDRPDR sel
956         - 3   # NDRPDR sel
957         - 4   # NDRPDR sel
958         - 5   # NDRPDR sel
959         - 6   # NDRPDR sel
960         - 7   # NDRPDR sel
961         - 9   # NDRPDR sel
962         - 10  # NDRPDR sel
963         - 11  # NDRPDR sel
964         - 12  # NDRPDR sel
965
966     vpp-performance-changes-3n-tsh-h1:
967       csit-vpp-perf-verify-1908-3n-tsh:
968         - 7   # NDRPDR sel
969         - 8   # NDRPDR sel
970         - 9   # NDRPDR sel
971         - 10  # NDRPDR sel
972         - 11  # NDRPDR sel
973         - 12  # NDRPDR sel
974         - 13  # NDRPDR sel
975         - 14  # NDRPDR sel
976         - 15  # NDRPDR sel
977         - 16  # NDRPDR sel
978     vpp-performance-changes-3n-tsh-ref:
979       csit-vpp-perf-verify-2001-3n-tsh:
980         - 3   # NDRPDR sel
981         - 4   # NDRPDR sel
982         - 7   # NDRPDR sel
983         - 8   # NDRPDR sel
984         - 10  # NDRPDR sel
985         - 12  # NDRPDR sel
986         - 13  # NDRPDR sel
987         - 14  # NDRPDR sel
988         - 15  # NDRPDR sel
989         - 21  # NDRPDR sel
990     vpp-performance-changes-3n-tsh-cmp:
991       # TODO: Add data:
992       csit-vpp-perf-report-iterative-2005-3n-tsh:
993         - 9   # NDRPDR sel
994         - 11  # NDRPDR sel
995         - 12  # NDRPDR sel
996         - 20  # NDRPDR sel
997         - 14  # NDRPDR sel
998     vpp-performance-changes-3n-tsh-cmp-2:
999       # TODO: replace:
1000       csit-vpp-perf-report-iterative-2005-3n-tsh:
1001         - 9   # NDRPDR sel
1002         - 11  # NDRPDR sel
1003         - 12  # NDRPDR sel
1004         - 20  # NDRPDR sel
1005         - 14  # NDRPDR sel
1006
1007     vpp-soak-vs-ndr-2n-skx-ref:
1008       csit-vpp-perf-report-iterative-2005-2n-skx:
1009         - 43  # NDRPDR sel
1010         - 38  # NDRPDR sel
1011         - 7   # NDRPDR sel
1012         - 65  # NDRPDR sel
1013         - 47  # NDRPDR sel
1014         - 55  # NDRPDR sel
1015         - 67  # NDRPDR sel
1016         - 75  # NDRPDR sel
1017         - 76  # NDRPDR sel
1018         - 73  # NDRPDR sel
1019     vpp-soak-vs-ndr-2n-skx-cmp:
1020       csit-vpp-perf-report-iterative-2005-2n-skx:
1021         - 49  # Soak
1022         - 54  # Soak
1023     vpp-soak-vs-ndr-2n-skx:
1024       csit-vpp-perf-report-iterative-2005-2n-skx:
1025         - 43  # NDRPDR sel
1026         - 38  # NDRPDR sel
1027         - 7   # NDRPDR sel
1028         - 65  # NDRPDR sel
1029         - 47  # NDRPDR sel
1030         - 55  # NDRPDR sel
1031         - 67  # NDRPDR sel
1032         - 75  # NDRPDR sel
1033         - 76  # NDRPDR sel
1034         - 73  # NDRPDR sel
1035         - 49  # Soak
1036         - 54  # Soak
1037
1038     vpp-soak-vs-ndr-2n-clx-ref:
1039       csit-vpp-perf-report-iterative-2005-2n-clx:
1040         - 7   # NDRPDR sel
1041         - 38  # NDRPDR sel
1042         - 9   # NDRPDR sel
1043         - 32  # NDRPDR sel ???
1044         - 33  # NDRPDR sel ???
1045         - 39  # NDRPDR sel
1046         - 40  # NDRPDR sel
1047         - 43  # NDRPDR sel
1048         - 50  # NDRPDR sel
1049         - 51  # NDRPDR sel
1050     vpp-soak-vs-ndr-2n-clx-cmp:
1051       csit-vpp-perf-report-iterative-2005-2n-clx:
1052         - 44  # Soak
1053         - 49  # Soak
1054     vpp-soak-vs-ndr-2n-clx:
1055       csit-vpp-perf-report-iterative-2005-2n-clx:
1056         - 7   # NDRPDR sel
1057         - 38  # NDRPDR sel
1058         - 9   # NDRPDR sel
1059         - 32  # NDRPDR sel ???
1060         - 33  # NDRPDR sel ???
1061         - 39  # NDRPDR sel
1062         - 40  # NDRPDR sel
1063         - 43  # NDRPDR sel
1064         - 50  # NDRPDR sel
1065         - 51  # NDRPDR sel
1066         - 44  # Soak
1067         - 49  # Soak
1068
1069     vpp-performance-changes-3n-hsw-mrr-h1:
1070       csit-vpp-perf-verify-1908-3n-hsw:
1071         - 39  # MRR sel
1072     vpp-performance-changes-3n-hsw-mrr-ref:
1073       csit-vpp-perf-verify-2001-3n-hsw:
1074         - 17  # MRR sel
1075     vpp-performance-changes-3n-hsw-mrr-cmp:
1076       csit-vpp-perf-report-iterative-2005-3n-hsw:
1077         - 13  # MRR
1078
1079 #    vpp-performance-changes-3n-skx-mrr-h1:
1080 #      csit-vpp-perf-verify-1908-3n-skx:
1081 #        - 36  # MRR sel
1082     vpp-performance-changes-3n-skx-mrr-ref:
1083       csit-vpp-perf-verify-2001-3n-skx:
1084         - 50  # MRR sel
1085         - 53  # MRR sel addition
1086     vpp-performance-changes-3n-skx-mrr-cmp:
1087       csit-vpp-perf-report-iterative-2005-3n-skx:
1088         - 6   # MRR sel
1089
1090 #    vpp-performance-changes-2n-skx-mrr-h1:
1091 #      csit-vpp-perf-verify-1908-2n-skx:
1092 #        - 69  # MRR sel
1093     vpp-performance-changes-2n-skx-mrr-ref:
1094       csit-vpp-perf-verify-2001-2n-skx:
1095         - 101 # MRR sel
1096         - 128 # MRR sel addition
1097     vpp-performance-changes-2n-skx-mrr-cmp:
1098       csit-vpp-perf-report-iterative-2005-2n-skx:
1099         - 42  # MRR sel
1100
1101     vpp-performance-changes-2n-clx-mrr-ref:
1102       csit-vpp-perf-verify-2001-2n-clx:
1103         - 39  # MRR
1104     vpp-performance-changes-2n-clx-mrr-cmp:
1105       csit-vpp-perf-report-iterative-2005-2n-clx:
1106         - 12   # MRR
1107
1108 #    vpp-performance-changes-nfv-2n-skx-mrr-ref:
1109 #      csit-vpp-perf-verify-1908-2n-skx:
1110 #        - 71  # NFV MRR
1111 #    vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1112 #      # csit-vpp-perf-verify-2001-2n-skx:
1113 #      csit-vpp-perf-verify-1908-2n-skx:
1114 #        - 71  # NFV MRR
1115
1116     vpp-performance-changes-2n-dnv-mrr-h1:
1117       csit-vpp-perf-verify-1908-2n-dnv:
1118         - 11  # MRR sel
1119     vpp-performance-changes-2n-dnv-mrr-ref:
1120       csit-vpp-perf-verify-2001-2n-dnv:
1121         - 12  # MRR sel
1122     vpp-performance-changes-2n-dnv-mrr-cmp:
1123       csit-vpp-perf-report-iterative-2005-2n-dnv:
1124         - 15  # MRR sel
1125
1126     vpp-performance-changes-3n-dnv-mrr-h1:
1127       csit-vpp-perf-verify-1908-3n-dnv:
1128         - 17  # MRR sel
1129     vpp-performance-changes-3n-dnv-mrr-ref:
1130       csit-vpp-perf-verify-2001-3n-dnv:
1131         - 11  # MRR sel
1132     vpp-performance-changes-3n-dnv-mrr-cmp:
1133       csit-vpp-perf-report-iterative-2005-3n-dnv:
1134         - 8   # MRR
1135
1136     vpp-performance-changes-3n-tsh-mrr-h1:
1137       csit-vpp-perf-verify-1908-3n-tsh:
1138         - 17  # MRR sel
1139     vpp-performance-changes-3n-tsh-mrr-ref:
1140       csit-vpp-perf-verify-2001-3n-tsh:
1141         - 9   # MRR sel
1142     vpp-performance-changes-3n-tsh-mrr-cmp:
1143       csit-vpp-perf-report-iterative-2005-3n-tsh:
1144         - 10  # MRR sel
1145
1146     dpdk-performance-changes-3n-hsw-h1:
1147       csit-dpdk-perf-verify-1908-3n-hsw:
1148         - 2   # NDRPDR sel
1149         - 3   # NDRPDR sel
1150         - 4   # NDRPDR sel
1151         - 5   # NDRPDR sel
1152         - 6   # NDRPDR sel
1153         - 7   # NDRPDR sel
1154         - 8   # NDRPDR sel
1155         - 9   # NDRPDR sel
1156         - 10  # NDRPDR sel
1157         - 11  # NDRPDR sel
1158     dpdk-performance-changes-3n-hsw-ref:
1159       csit-dpdk-perf-verify-2001-3n-hsw:
1160         - 4   # NDRPDR sel
1161         - 5   # NDRPDR sel
1162         - 6   # NDRPDR sel
1163         - 7   # NDRPDR sel
1164         - 8   # NDRPDR sel
1165         - 9   # NDRPDR sel
1166         - 10  # NDRPDR sel
1167         - 11  # NDRPDR sel
1168         - 12  # NDRPDR sel
1169         - 13  # NDRPDR sel
1170         - 15  # NDRPDR sel
1171         - 16  # NDRPDR sel
1172         - 17  # NDRPDR sel
1173         - 18  # NDRPDR sel
1174         - 19  # NDRPDR sel
1175         - 20  # NDRPDR sel
1176         - 21  # NDRPDR sel
1177         - 22  # NDRPDR sel
1178         - 23  # NDRPDR sel
1179         - 24  # NDRPDR sel
1180     dpdk-performance-changes-3n-hsw-cmp:
1181       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1182         - 5   # NDRPDR sel
1183         - 6   # NDRPDR sel
1184         - 7   # NDRPDR sel
1185         - 8   # NDRPDR sel
1186         - 9   # NDRPDR sel
1187         - 10  # NDRPDR sel
1188         - 11  # NDRPDR sel
1189         - 12  # NDRPDR sel
1190         - 13  # NDRPDR sel
1191         - 14  # NDRPDR sel
1192
1193     dpdk-performance-changes-3n-skx-h1:
1194       csit-dpdk-perf-verify-1908-3n-skx:
1195         - 3   # NDRPDR sel
1196         - 4   # NDRPDR sel
1197         - 5   # NDRPDR sel
1198         - 6   # NDRPDR sel
1199         - 7   # NDRPDR sel
1200         - 8   # NDRPDR sel
1201         - 9   # NDRPDR sel
1202         - 10  # NDRPDR sel
1203         - 11  # NDRPDR sel
1204         - 12  # NDRPDR sel
1205     dpdk-performance-changes-3n-skx-ref:
1206       csit-dpdk-perf-verify-2001-3n-skx:
1207         - 29  # NDRPDR sel xxv710
1208         - 33  # NDRPDR sel xxv710
1209         - 34  # NDRPDR sel xxv710
1210         - 35  # NDRPDR sel xxv710
1211         - 36  # NDRPDR sel xxv710
1212         - 37  # NDRPDR sel xxv710
1213         - 41  # NDRPDR sel xxv710
1214         - 42  # NDRPDR sel xxv710
1215         - 43  # NDRPDR sel xxv710
1216         - 45  # NDRPDR sel xxv710
1217         - 30  # NDRPDR sel x710
1218         - 31  # NDRPDR sel x710
1219         - 32  # NDRPDR sel x710
1220         - 38  # NDRPDR sel x710
1221         - 39  # NDRPDR sel x710
1222         - 40  # NDRPDR sel x710
1223         - 44  # NDRPDR sel x710
1224         - 46  # NDRPDR sel x710
1225         - 47  # NDRPDR sel x710
1226         - 48  # NDRPDR sel x710
1227     dpdk-performance-changes-3n-skx-cmp:
1228       csit-dpdk-perf-report-iterative-2005-3n-skx:
1229         - 4   # NDRPDR sel
1230         - 5   # NDRPDR sel
1231         - 6   # NDRPDR sel
1232         - 7   # NDRPDR sel
1233         - 8   # NDRPDR sel
1234         - 11  # NDRPDR sel
1235         - 12  # NDRPDR sel
1236         - 13  # NDRPDR sel
1237         - 14  # NDRPDR sel
1238         - 15  # NDRPDR sel
1239
1240     dpdk-performance-changes-2n-skx-h1:
1241       csit-dpdk-perf-verify-1908-2n-skx:
1242         - 2   # NDRPDR sel
1243         - 3   # NDRPDR sel
1244         - 4   # NDRPDR sel
1245         - 5   # NDRPDR sel
1246         - 7   # NDRPDR sel
1247         - 8   # NDRPDR sel
1248         - 9   # NDRPDR sel
1249         - 10  # NDRPDR sel
1250         - 11  # NDRPDR sel
1251         - 12  # NDRPDR sel
1252     dpdk-performance-changes-2n-skx-ref:
1253       csit-dpdk-perf-verify-2001-2n-skx:
1254         - 35  # NDRPDR sel xxv710
1255         - 36  # NDRPDR sel xxv710
1256         - 37  # NDRPDR sel xxv710
1257         - 41  # NDRPDR sel xxv710
1258         - 42  # NDRPDR sel xxv710
1259         - 43  # NDRPDR sel xxv710
1260         - 46  # NDRPDR sel xxv710
1261         - 47  # NDRPDR sel xxv710
1262         - 52  # NDRPDR sel xxv710
1263         - 53  # NDRPDR sel xxv710
1264         - 38  # NDRPDR sel x710
1265         - 39  # NDRPDR sel x710
1266         - 40  # NDRPDR sel x710
1267         - 44  # NDRPDR sel x710
1268         - 45  # NDRPDR sel x710
1269         - 48  # NDRPDR sel x710
1270         - 49  # NDRPDR sel x710
1271         - 50  # NDRPDR sel x710
1272         - 51  # NDRPDR sel x710
1273         - 54  # NDRPDR sel x710
1274     dpdk-performance-changes-2n-skx-cmp:
1275       csit-dpdk-perf-report-iterative-2005-2n-skx:
1276         - 1   # NDRPDR sel
1277         - 2   # NDRPDR sel
1278         - 3   # NDRPDR sel
1279         - 4   # NDRPDR sel
1280         - 5   # NDRPDR sel
1281         - 6   # NDRPDR sel
1282         - 7   # NDRPDR sel
1283         - 8   # NDRPDR sel
1284         - 9   # NDRPDR sel
1285         - 10  # NDRPDR sel
1286
1287     dpdk-performance-changes-2n-clx-ref:
1288       csit-dpdk-perf-verify-2001-2n-clx:
1289         - 15  # NDRPDR sel
1290         - 16  # NDRPDR sel
1291         - 17  # NDRPDR sel
1292         - 18  # NDRPDR sel
1293         - 19  # NDRPDR sel
1294         - 20  # NDRPDR sel
1295         - 21  # NDRPDR sel
1296         - 22  # NDRPDR sel
1297         - 23  # NDRPDR sel
1298         - 24  # NDRPDR sel
1299         - 25  # NDRPDR sel
1300         - 26  # NDRPDR sel
1301         - 27  # NDRPDR sel
1302         - 28  # NDRPDR sel
1303         - 29  # NDRPDR sel
1304         - 30  # NDRPDR sel
1305         - 31  # NDRPDR sel
1306         - 32  # NDRPDR sel
1307         - 33  # NDRPDR sel
1308         - 34  # NDRPDR sel
1309     dpdk-performance-changes-2n-clx-cmp:
1310       csit-dpdk-perf-report-iterative-2005-2n-clx:
1311         - 1   # NDRPDR sel
1312         - 2   # NDRPDR sel
1313         - 3   # NDRPDR sel
1314         - 4   # NDRPDR sel
1315         - 5   # NDRPDR sel
1316         - 6   # NDRPDR sel
1317         - 7   # NDRPDR sel
1318         - 8   # NDRPDR sel
1319         - 9   # NDRPDR sel
1320         - 10  # NDRPDR sel
1321
1322     dpdk-performance-changes-2n-dnv-ref:
1323       csit-dpdk-perf-verify-2001-2n-dnv:
1324         - 9   # NDRPDR sel
1325         - 10  # NDRPDR sel
1326         - 11  # NDRPDR sel
1327         - 12  # NDRPDR sel
1328         - 13  # NDRPDR sel
1329         - 14  # NDRPDR sel
1330         - 15  # NDRPDR sel
1331         - 16  # NDRPDR sel
1332         - 17  # NDRPDR sel
1333         - 18  # NDRPDR sel
1334     dpdk-performance-changes-2n-dnv-cmp:
1335       csit-dpdk-perf-report-iterative-2005-2n-dnv:
1336         - 8   # NDRPDR sel
1337         - 9   # NDRPDR sel
1338         - 10  # NDRPDR sel
1339         - 11  # NDRPDR sel
1340         - 12  # NDRPDR sel
1341         - 13  # NDRPDR sel
1342         - 14  # NDRPDR sel
1343         - 15  # NDRPDR sel
1344         - 16  # NDRPDR sel
1345         - 17  # NDRPDR sel
1346
1347     dpdk-performance-changes-3n-dnv-ref:
1348       csit-dpdk-perf-verify-2001-3n-dnv:
1349         - 12  # NDRPDR sel
1350         - 13  # NDRPDR sel
1351         - 14  # NDRPDR sel
1352         - 15  # NDRPDR sel
1353         - 16  # NDRPDR sel
1354         - 17  # NDRPDR sel
1355         - 18  # NDRPDR sel
1356         - 19  # NDRPDR sel
1357         - 20  # NDRPDR sel
1358         - 22  # NDRPDR sel
1359     dpdk-performance-changes-3n-dnv-cmp:
1360       csit-dpdk-perf-report-iterative-2005-3n-dnv:
1361         - 6   # NDRPDR sel
1362         - 7   # NDRPDR sel
1363         - 8   # NDRPDR sel
1364         - 9   # NDRPDR sel
1365         - 10  # NDRPDR sel
1366         - 11  # NDRPDR sel
1367         - 12  # NDRPDR sel
1368         - 13  # NDRPDR sel
1369         - 14  # NDRPDR sel
1370         - 16  # NDRPDR sel
1371
1372     dpdk-performance-changes-3n-tsh-ref:
1373       csit-dpdk-perf-verify-2001-3n-tsh:
1374         - 3   # NDRPDR sel
1375         - 4   # NDRPDR sel
1376         - 5   # NDRPDR sel
1377         - 9   # NDRPDR sel
1378         - 10  # NDRPDR sel
1379         - 11  # NDRPDR sel
1380         - 12  # NDRPDR sel
1381         - 14  # NDRPDR sel
1382         - 15  # NDRPDR sel
1383         - 18  # NDRPDR sel
1384     dpdk-performance-changes-3n-tsh-cmp:
1385       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1386         - 5   # NDRPDR sel
1387
1388     # Compare testbeds
1389
1390     vpp-compare-testbeds-ref:
1391       csit-vpp-perf-report-iterative-2005-3n-hsw:
1392         - 3   # NDRPDR sel
1393         - 4   # NDRPDR sel
1394         - 5   # NDRPDR sel
1395         - 10  # NDRPDR sel
1396         - 11  # NDRPDR sel
1397         - 12  # NDRPDR sel
1398         - 15  # NDRPDR sel
1399         - 16  # NDRPDR sel
1400         - 18  # NDRPDR sel
1401         - 19  # NDRPDR sel
1402     vpp-compare-testbeds-cmp:
1403       csit-vpp-perf-report-iterative-2005-3n-skx:
1404         - 4   # NDRPDR sel
1405         - 5   # NDRPDR sel ??? all x710 failed
1406         - 33  # NDRPDR sel
1407         - 28  # NDRPDR sel
1408         - 34  # NDRPDR sel
1409         - 36  # NDRPDR sel
1410         - 37  # NDRPDR sel
1411         - 38  # NDRPDR sel
1412         - 39  # NDRPDR sel
1413         - 41  # NDRPDR sel
1414
1415     vpp-compare-testbeds-skx-clx-ref:
1416       csit-vpp-perf-report-iterative-2005-2n-skx:
1417         - 43  # NDRPDR sel
1418         - 38  # NDRPDR sel
1419         - 7   # NDRPDR sel
1420         - 65  # NDRPDR sel
1421         - 47  # NDRPDR sel
1422         - 55  # NDRPDR sel
1423         - 67  # NDRPDR sel
1424         - 75  # NDRPDR sel
1425         - 76  # NDRPDR sel
1426         - 73  # NDRPDR sel
1427     vpp-compare-testbeds-skx-clx-cmp:
1428       csit-vpp-perf-report-iterative-2005-2n-clx:
1429         - 7   # NDRPDR sel
1430         - 38  # NDRPDR sel
1431         - 9   # NDRPDR sel
1432         - 32  # NDRPDR sel ???
1433         - 33  # NDRPDR sel ???
1434         - 39  # NDRPDR sel
1435         - 40  # NDRPDR sel
1436         - 43  # NDRPDR sel
1437         - 50  # NDRPDR sel
1438         - 51  # NDRPDR sel
1439
1440     vpp-compare-testbeds-hsw-clx-ref:
1441       csit-vpp-perf-report-iterative-2005-3n-hsw:
1442         - 3   # NDRPDR sel
1443         - 4   # NDRPDR sel
1444         - 5   # NDRPDR sel
1445         - 10  # NDRPDR sel
1446         - 11  # NDRPDR sel
1447         - 12  # NDRPDR sel
1448         - 15  # NDRPDR sel
1449         - 16  # NDRPDR sel
1450         - 18  # NDRPDR sel
1451         - 19  # NDRPDR sel
1452     vpp-compare-testbeds-hsw-clx-cmp:
1453       csit-vpp-perf-report-iterative-2005-2n-clx:
1454         - 7   # NDRPDR sel
1455         - 38  # NDRPDR sel
1456         - 9   # NDRPDR sel
1457         - 32  # NDRPDR sel ???
1458         - 33  # NDRPDR sel ???
1459         - 39  # NDRPDR sel
1460         - 40  # NDRPDR sel
1461         - 43  # NDRPDR sel
1462         - 50  # NDRPDR sel
1463         - 51  # NDRPDR sel
1464
1465     vpp-compare-testbeds-mrr-ref:
1466       csit-vpp-perf-report-iterative-2005-3n-hsw:
1467         - 13  # MRR
1468     vpp-compare-testbeds-mrr-cmp:
1469       csit-vpp-perf-report-iterative-2005-3n-skx:
1470         - 6   # MRR sel
1471
1472     vpp-compare-testbeds-mrr-skx-clx-ref:
1473       csit-vpp-perf-report-iterative-2005-2n-skx:
1474         - 42  # MRR sel
1475     vpp-compare-testbeds-mrr-skx-clx-cmp:
1476       csit-vpp-perf-report-iterative-2005-2n-clx:
1477         - 12   # MRR
1478
1479     vpp-compare-testbeds-mrr-hsw-clx-ref:
1480       csit-vpp-perf-report-iterative-2005-3n-hsw:
1481         - 13  # MRR
1482     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1483       csit-vpp-perf-report-iterative-2005-2n-clx:
1484         - 12   # MRR
1485
1486     dpdk-compare-testbeds-ref:
1487       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1488         - 5   # NDRPDR sel
1489         - 6   # NDRPDR sel
1490         - 7   # NDRPDR sel
1491         - 8   # NDRPDR sel
1492         - 9   # NDRPDR sel
1493         - 10  # NDRPDR sel
1494         - 11  # NDRPDR sel
1495         - 12  # NDRPDR sel
1496         - 13  # NDRPDR sel
1497         - 14  # NDRPDR sel
1498     dpdk-compare-testbeds-cmp:
1499       csit-dpdk-perf-report-iterative-2005-3n-skx:
1500         - 4   # NDRPDR sel
1501         - 5   # NDRPDR sel
1502         - 6   # NDRPDR sel
1503         - 7   # NDRPDR sel
1504         - 8   # NDRPDR sel
1505         - 11  # NDRPDR sel
1506         - 12  # NDRPDR sel
1507         - 13  # NDRPDR sel
1508         - 14  # NDRPDR sel
1509         - 15  # NDRPDR sel
1510
1511     dpdk-compare-testbeds-skx-clx-ref:
1512       csit-dpdk-perf-report-iterative-2005-2n-skx:
1513         - 1   # NDRPDR sel
1514         - 2   # NDRPDR sel
1515         - 3   # NDRPDR sel
1516         - 4   # NDRPDR sel
1517         - 5   # NDRPDR sel
1518         - 6   # NDRPDR sel
1519         - 7   # NDRPDR sel
1520         - 8   # NDRPDR sel
1521         - 9   # NDRPDR sel
1522         - 10  # NDRPDR sel
1523     dpdk-compare-testbeds-skx-clx-cmp:
1524       csit-dpdk-perf-report-iterative-2005-2n-clx:
1525         - 1   # NDRPDR sel
1526         - 2   # NDRPDR sel
1527         - 3   # NDRPDR sel
1528         - 4   # NDRPDR sel
1529         - 5   # NDRPDR sel
1530         - 6   # NDRPDR sel
1531         - 7   # NDRPDR sel
1532         - 8   # NDRPDR sel
1533         - 9   # NDRPDR sel
1534         - 10  # NDRPDR sel
1535
1536     # Compare topologies
1537
1538     vpp-compare-topologies-ref:
1539       csit-vpp-perf-report-iterative-2005-3n-skx:
1540         - 4   # NDRPDR sel
1541         - 5   # NDRPDR sel ??? all x710 failed
1542         - 33  # NDRPDR sel
1543         - 28  # NDRPDR sel
1544         - 34  # NDRPDR sel
1545         - 36  # NDRPDR sel
1546         - 37  # NDRPDR sel
1547         - 38  # NDRPDR sel
1548         - 39  # NDRPDR sel
1549         - 41  # NDRPDR sel
1550     vpp-compare-topologies-cmp:
1551       csit-vpp-perf-report-iterative-2005-2n-skx:
1552         - 43  # NDRPDR sel
1553         - 38  # NDRPDR sel
1554         - 7   # NDRPDR sel
1555         - 65  # NDRPDR sel
1556         - 47  # NDRPDR sel
1557         - 55  # NDRPDR sel
1558         - 67  # NDRPDR sel
1559         - 75  # NDRPDR sel
1560         - 76  # NDRPDR sel
1561         - 73  # NDRPDR sel
1562
1563     vpp-compare-topologies-mrr-ref:
1564       csit-vpp-perf-report-iterative-2005-3n-skx:
1565         - 6   # MRR sel
1566     vpp-compare-topologies-mrr-cmp:
1567       csit-vpp-perf-report-iterative-2005-2n-skx:
1568         - 42  # MRR sel
1569
1570     dpdk-compare-topologies-ref:
1571       csit-dpdk-perf-report-iterative-2005-3n-skx:
1572         - 4   # NDRPDR sel
1573         - 5   # NDRPDR sel
1574         - 6   # NDRPDR sel
1575         - 7   # NDRPDR sel
1576         - 8   # NDRPDR sel
1577         - 11  # NDRPDR sel
1578         - 12  # NDRPDR sel
1579         - 13  # NDRPDR sel
1580         - 14  # NDRPDR sel
1581         - 15  # NDRPDR sel
1582     dpdk-compare-topologies-cmp:
1583       csit-dpdk-perf-report-iterative-2005-2n-skx:
1584         - 1   # NDRPDR sel
1585         - 2   # NDRPDR sel
1586         - 3   # NDRPDR sel
1587         - 4   # NDRPDR sel
1588         - 5   # NDRPDR sel
1589         - 6   # NDRPDR sel
1590         - 7   # NDRPDR sel
1591         - 8   # NDRPDR sel
1592         - 9   # NDRPDR sel
1593         - 10  # NDRPDR sel
1594
1595   plot-layouts:
1596
1597     plot-soak-throughput:
1598       titlefont:
1599         size: 18
1600       xaxis:
1601         title: "<b>Test Cases [Index]</b>"
1602         titlefont:
1603           size: 16
1604         autorange: True
1605         fixedrange: False
1606         gridcolor: "rgb(230, 230, 230)"
1607         linecolor: "rgb(220, 220, 220)"
1608         linewidth: 1
1609         showgrid: True
1610         showline: True
1611         showticklabels: True
1612         tickcolor: "rgb(220, 220, 220)"
1613         tickmode: "linear"
1614         tickfont:
1615           size: 16
1616         zeroline: False
1617       yaxis:
1618         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1619         titlefont:
1620           size: 16
1621         gridcolor: "rgb(230, 230, 230)"
1622         hoverformat: ".4r"
1623         tickformat: ".3r"
1624         linecolor: "rgb(220, 220, 220)"
1625         linewidth: 1
1626         showgrid: True
1627         showline: True
1628         showticklabels: True
1629         tickcolor: "rgb(220, 220, 220)"
1630         tickfont:
1631           size: 16
1632         zeroline: False
1633         range: [0,50]
1634       autosize: False
1635       margin:
1636         t: 50
1637         b: 0
1638         l: 80
1639         r: 20
1640       showlegend: True
1641       legend:
1642         orientation: "h"
1643         font:
1644           size: 16
1645       width: 700
1646       height: 900
1647       paper_bgcolor: "#fff"
1648       plot_bgcolor: "#fff"
1649       hoverlabel:
1650         namelength: -1
1651
1652     plot-service-density:
1653       titlefont:
1654         size: 18
1655       xaxis:
1656         side: "top"
1657         autorange: True
1658         fixedrange: False
1659         showgrid: False
1660         showline: False
1661         showticklabels: False
1662         ticks: ""
1663         ticklen: 0
1664         tickwidth: 0
1665         zeroline: False
1666       yaxis:
1667         autorange: "reversed"
1668         showgrid: False
1669         showline: False
1670         showticklabels: False
1671         ticks: ""
1672         ticklen: 0
1673         tickwidth: 0
1674         zeroline: False
1675       showlegend: False
1676       paper_bgcolor: "#fff"
1677       plot_bgcolor: "#fff"
1678       width: 700
1679       height: 700
1680       hoverlabel:
1681         namelength: -1
1682
1683 #    plot-cps:
1684 #      titlefont:
1685 #        size: 18
1686 #      xaxis:
1687 #        title: "<b>Test Cases [Index]</b>"
1688 #        titlefont:
1689 #          size: 16
1690 #        autorange: True
1691 #        fixedrange: False
1692 #        gridcolor: "rgb(230, 230, 230)"
1693 #        linecolor: "rgb(220, 220, 220)"
1694 #        linewidth: 1
1695 #        showgrid: True
1696 #        showline: True
1697 #        showticklabels: True
1698 #        tickcolor: "rgb(220, 220, 220)"
1699 #        tickmode: "linear"
1700 #        tickfont:
1701 #          size: 16
1702 #        zeroline: False
1703 #      yaxis:
1704 #        title: "<b>Connections Per Second [cps]</b>"
1705 #        titlefont:
1706 #          size: 16
1707 #        gridcolor: "rgb(230, 230, 230)"
1708 #        hoverformat: ".4s"
1709 #        linecolor: "rgb(220, 220, 220)"
1710 #        linewidth: 1
1711 #        rangemode: "tozero"
1712 #        showgrid: True
1713 #        showline: True
1714 #        showticklabels: True
1715 #        tickcolor: "rgb(220, 220, 220)"
1716 #        tickformat: ".3s"
1717 #        tickfont:
1718 #          size: 16
1719 #        zeroline: False
1720 #      boxmode: "group"
1721 #      boxgroupgap: 0.5
1722 #      autosize: False
1723 #      margin:
1724 #        t: 50
1725 #        b: 20
1726 #        l: 80
1727 #        r: 20
1728 #      showlegend: True
1729 #      legend:
1730 #        orientation: "h"
1731 #        font:
1732 #          size: 16
1733 #      width: 700
1734 #      height: 800
1735 #      paper_bgcolor: "#fff"
1736 #      plot_bgcolor: "#fff"
1737 #      hoverlabel:
1738 #        namelength: -1
1739 #
1740 #    plot-rps:
1741 #      titlefont:
1742 #        size: 18
1743 #      xaxis:
1744 #        title: "<b>Test Cases [Index]</b>"
1745 #        titlefont:
1746 #          size: 16
1747 #        autorange: True
1748 #        fixedrange: False
1749 #        gridcolor: "rgb(230, 230, 230)"
1750 #        linecolor: "rgb(220, 220, 220)"
1751 #        linewidth: 1
1752 #        showgrid: True
1753 #        showline: True
1754 #        showticklabels: True
1755 #        tickcolor: "rgb(220, 220, 220)"
1756 #        tickmode: "linear"
1757 #        tickfont:
1758 #          size: 16
1759 #        zeroline: False
1760 #      yaxis:
1761 #        title: "<b>Requests Per Second [rps]</b>"
1762 #        titlefont:
1763 #          size: 16
1764 #        gridcolor: "rgb(230, 230, 230)"
1765 #        hoverformat: ".4s"
1766 #        linecolor: "rgb(220, 220, 220)"
1767 #        linewidth: 1
1768 #        rangemode: "tozero"
1769 #        showgrid: True
1770 #        showline: True
1771 #        showticklabels: True
1772 #        tickcolor: "rgb(230, 230, 230)"
1773 #        tickformat: ".3s"
1774 #        tickfont:
1775 #          size: 16
1776 #        zeroline: False
1777 #      boxmode: "group"
1778 #      boxgroupgap: 0.5
1779 #      autosize: False
1780 #      margin:
1781 #        t: 50
1782 #        b: 20
1783 #        l: 80
1784 #        r: 20
1785 #      showlegend: True
1786 #      legend:
1787 #        orientation: "h"
1788 #        font:
1789 #          size: 16
1790 #      width: 700
1791 #      height: 800
1792 #      paper_bgcolor: "#fff"
1793 #      plot_bgcolor: "#fff"
1794 #      hoverlabel:
1795 #        namelength: -1
1796
1797     plot-hoststack:
1798       titlefont:
1799         size: 16
1800       xaxis:
1801         title: "<b>Test Cases [Index]</b>"
1802         titlefont:
1803           size: 14
1804         autorange: True
1805         fixedrange: False
1806         gridcolor: "rgb(230, 230, 230)"
1807         linecolor: "rgb(220, 220, 220)"
1808         linewidth: 1
1809         showgrid: True
1810         showline: True
1811         showticklabels: True
1812         tickcolor: "rgb(220, 220, 220)"
1813         tickmode: "linear"
1814         tickfont:
1815           size: 14
1816         zeroline: False
1817       yaxis:
1818         title: "<b>Bandwidth [Gbps]</b>"
1819         titlefont:
1820           size: 14
1821         gridcolor: "rgb(230, 230, 230)"
1822         hoverformat: ".4s"
1823         linecolor: "rgb(220, 220, 220)"
1824         linewidth: 1
1825         rangemode: "tozero"
1826         showgrid: True
1827         showline: True
1828         showticklabels: True
1829         tickcolor: "rgb(230, 230, 230)"
1830         tickformat: ".3s"
1831         tickfont:
1832           size: 14
1833         zeroline: False
1834       boxmode: "group"
1835       boxgroupgap: 0.5
1836       autosize: False
1837       margin:
1838         t: 50
1839         b: 20
1840         l: 80
1841         r: 20
1842       showlegend: True
1843       legend:
1844         orientation: "h"
1845         font:
1846           size: 14
1847       width: 700
1848       height: 800
1849       paper_bgcolor: "#fff"
1850       plot_bgcolor: "#fff"
1851       hoverlabel:
1852         namelength: -1
1853
1854     plot-throughput:
1855       titlefont:
1856         size: 18
1857       xaxis:
1858         title: "<b>Test Cases [Index]</b>"
1859         titlefont:
1860           size: 16
1861         autorange: True
1862         fixedrange: False
1863         gridcolor: "rgb(230, 230, 230)"
1864         linecolor: "rgb(220, 220, 220)"
1865         linewidth: 1
1866         showgrid: True
1867         showline: True
1868         showticklabels: True
1869         tickcolor: "rgb(220, 220, 220)"
1870         tickmode: "linear"
1871         tickfont:
1872           size: 16
1873         zeroline: False
1874       yaxis:
1875         title: "<b>Packet Throughput [Mpps]</b>"
1876         titlefont:
1877           size: 16
1878         gridcolor: "rgb(230, 230, 230)"
1879         hoverformat: ".4r"
1880         tickformat: ".3r"
1881         linecolor: "rgb(220, 220, 220)"
1882         linewidth: 1
1883         showgrid: True
1884         showline: True
1885         showticklabels: True
1886         tickcolor: "rgb(220, 220, 220)"
1887         tickfont:
1888           size: 16
1889         zeroline: False
1890         range: [0,50]
1891       autosize: False
1892       margin:
1893         t: 50
1894         b: 0
1895         l: 80
1896         r: 20
1897       showlegend: True
1898       legend:
1899         orientation: "h"
1900         font:
1901           size: 16
1902       width: 700
1903       height: 900
1904       paper_bgcolor: "#fff"
1905       plot_bgcolor: "#fff"
1906       hoverlabel:
1907         namelength: -1
1908
1909     plot-throughput-speedup-analysis:
1910       titlefont:
1911         size: 18
1912       xaxis:
1913         title: "<b>Number of Cores [Qty]</b>"
1914         titlefont:
1915           size: 16
1916         autorange: True
1917         fixedrange: False
1918         gridcolor: "rgb(230, 230, 230)"
1919         linecolor: "rgb(220, 220, 220)"
1920         linewidth: 1
1921         showgrid: True
1922         showline: True
1923         showticklabels: True
1924         tickcolor: "rgb(238, 238, 238)"
1925         tickmode: "linear"
1926         tickfont:
1927           size: 16
1928         zeroline: False
1929       yaxis:
1930         title: "<b>Packet Throughput [Mpps]</b>"
1931         titlefont:
1932           size: 16
1933         type: "linear"
1934         gridcolor: "rgb(230, 230, 230)"
1935         hoverformat: ".4s"
1936         linecolor: "rgb(220, 220, 220)"
1937         linewidth: 1
1938         showgrid: True
1939         showline: True
1940         showticklabels: True
1941         tickcolor: "rgb(220, 220, 220)"
1942         tickformat: ".4s"
1943         tickfont:
1944           size: 16
1945         zeroline: True
1946         rangemode: "tozero"
1947         range: [0,100]
1948       legend:
1949         orientation: "h"
1950         font:
1951           size: 16
1952         xanchor: "left"
1953         yanchor: "top"
1954         x: 0
1955         y: -0.2
1956         bgcolor: "rgba(255, 255, 255, 0)"
1957         bordercolor: "rgba(255, 255, 255, 0)"
1958         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1959       autosize: False
1960       margin:
1961           't': 50
1962           'b': 150
1963           'l': 85
1964           'r': 10
1965       showlegend: True
1966       width: 700
1967       height: 700
1968       paper_bgcolor: "#fff"
1969       plot_bgcolor: "#fff"
1970       hoverlabel:
1971         namelength: -1
1972       annotations: [
1973         {
1974           text: "_ _          __          ...",
1975           align: "left",
1976           showarrow: False,
1977           xref: "paper",
1978           yref: "paper",
1979           xanchor: "left",
1980           yanchor: "top",
1981           x: 0,
1982           y: -0.13,
1983           font: {
1984             family: "Consolas, Courier New",
1985             size: 15
1986           },
1987         },
1988         {
1989           text: "    Perfect     Measured     Limit",
1990           align: "left",
1991           showarrow: False,
1992           xref: "paper",
1993           yref: "paper",
1994           xanchor: "left",
1995           yanchor: "top",
1996           x: 0,
1997           y: -0.15,
1998           font: {
1999             family: "Consolas, Courier New",
2000             size: 15
2001           },
2002         },
2003       ]
2004
2005     plot-latency:
2006       titlefont:
2007         size: 18
2008       xaxis:
2009         title: "<b>Direction</b>"
2010         titlefont:
2011           size: 16
2012         autorange: True
2013         fixedrange: False
2014         gridcolor: "rgb(230, 230, 230)"
2015         linecolor: "rgb(220, 220, 220)"
2016         linewidth: 1
2017         showgrid: True
2018         showline: True
2019         showticklabels: False
2020         tickcolor: "rgb(220, 220, 220)"
2021         tickmode: "linear"
2022         tickfont:
2023           size: 16
2024         zeroline: False
2025       yaxis:
2026         title: "<b>Packet Latency [uSec]</b>"
2027         titlefont:
2028           size: 16
2029         type: "linear"
2030         gridcolor: "rgb(230, 230, 230)"
2031         hoverformat: ".4s"
2032         linecolor: "rgb(220, 220, 220)"
2033         linewidth: 1
2034         showgrid: True
2035         showline: True
2036         showticklabels: True
2037         tickcolor: "rgb(220, 220, 220)"
2038         tickformat: ".4s"
2039         tickfont:
2040           size: 16
2041         zeroline: True
2042         rangemode: "tozero"
2043       legend:
2044         orientation: "h"
2045         font:
2046           size: 16
2047         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2048       autosize: False
2049       margin:
2050           't': 50
2051           'b': 150
2052           'l': 80
2053           'r': 10
2054       showlegend: True
2055       width: 700
2056       height: 700
2057       paper_bgcolor: "#fff"
2058       plot_bgcolor: "#fff"
2059       hoverlabel:
2060         namelength: -1
2061
2062     plot-hdrh-latency:
2063       title:
2064         text: ""
2065         xanchor: "center"
2066         x: 0.5
2067         font:
2068           size: 16
2069       width: 700
2070       plot_bgcolor: "white"
2071       annotations:
2072         - font:
2073             size: 14
2074           showarrow: False
2075           text: "<b>Packet Latency [uSec]</b>"
2076           x: 1
2077           xanchor: "right"
2078           xref: "paper"
2079           y: -0.045
2080           yanchor: "top"
2081           yref: "paper"
2082         - font:
2083             size: 14
2084           showarrow: False
2085           text: "<b>Probability [%]</b>"
2086           textangle: 270
2087           x: -0.06
2088           xanchor: "center"
2089           xref: "paper"
2090           y: 0.5
2091           yanchor: "middle"
2092           yref: "paper"
2093         - font:
2094             size: 14
2095           showarrow: False
2096           text: "<b>Direction: E-W</b>"
2097           x: 0.24
2098           xanchor: "center"
2099           xref: "paper"
2100           y: 1.05
2101           yanchor: "bottom"
2102           yref: "paper"
2103         - font:
2104             size: 14
2105           showarrow: False
2106           text: "<b>Direction: W-E</b>"
2107           x: 0.74
2108           xanchor: "center"
2109           xref: "paper"
2110           y: 1.05
2111           yanchor: "bottom"
2112           yref: "paper"
2113
2114     plot-hdrh-latency-percentile:
2115       title:
2116         text: ""
2117         xanchor: "center"
2118         x: 0.5
2119         font:
2120           size: 18
2121       xaxis:
2122         type: "log"
2123         title: "<b>Percentile [%]</b>"
2124         titlefont:
2125           size: 16
2126         autorange: True
2127         fixedrange: False
2128         gridcolor: "rgb(230, 230, 230)"
2129         linecolor: "rgb(220, 220, 220)"
2130         linewidth: 1
2131         showgrid: True
2132         showline: True
2133         showticklabels: True
2134         tickcolor: "rgb(220, 220, 220)"
2135         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2136         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2137         tickfont:
2138           size: 16
2139       yaxis:
2140         title: "<b>Packet Latency [uSec]</b>"
2141         titlefont:
2142           size: 16
2143         gridcolor: "rgb(230, 230, 230)"
2144         linecolor: "rgb(220, 220, 220)"
2145         linewidth: 1
2146         showgrid: True
2147         showline: True
2148         showticklabels: True
2149         tickcolor: "rgb(220, 220, 220)"
2150         tickfont:
2151           size: 16
2152       autosize: False
2153       showlegend: True
2154       legend:
2155         traceorder: "normal"
2156         orientation: "h"
2157         font:
2158           size: 16
2159         xanchor: "left"
2160         yanchor: "top"
2161         x: 0
2162         y: -0.15
2163         bgcolor: "rgba(255, 255, 255, 0)"
2164         bordercolor: "rgba(255, 255, 255, 0)"
2165       width: 700
2166       height: 700
2167       paper_bgcolor: "white"
2168       plot_bgcolor: "white"
2169
2170     plot-hdrh-latency-by-percentile:
2171       title:
2172         text: "<b>Latency by Percentile Distribution</b>"
2173         xanchor: "center"
2174         x: 0.5
2175         font:
2176           size: 18
2177       showlegend: True
2178       legend:
2179         traceorder: "normal"
2180         orientation: "h"
2181         font:
2182           size: 16
2183         xanchor: "left"
2184         yanchor: "top"
2185         x: 0
2186         y: -0.2
2187         bgcolor: "rgba(255, 255, 255, 0)"
2188         bordercolor: "rgba(255, 255, 255, 0)"
2189       xaxis:
2190         type: "linear"
2191         title: "<b>Percentile [%]</b>"
2192         titlefont:
2193           size: 14
2194         autorange: False
2195         fixedrange: False
2196         range: [0, 100]
2197         gridcolor: "rgb(230, 230, 230)"
2198         linecolor: "rgb(220, 220, 220)"
2199         linewidth: 1
2200         showgrid: True
2201         showline: True
2202         showticklabels: True
2203         tickcolor: "rgb(220, 220, 220)"
2204         tickvals: [0, 25, 50, 75, 100]
2205         ticktext: [0, 25, 50, 75, 100]
2206         tickfont:
2207           size: 14
2208       yaxis:
2209         title: "<b>One-Way Latency per Direction [uSec]</b>"
2210         titlefont:
2211           size: 14
2212         gridcolor: "rgb(230, 230, 230)"
2213         linecolor: "rgb(220, 220, 220)"
2214         linewidth: 1
2215         showgrid: True
2216         showline: True
2217         showticklabels: True
2218         tickcolor: "rgb(220, 220, 220)"
2219         tickfont:
2220           size: 14
2221       width: 700
2222       height: 700
2223       paper_bgcolor: "white"
2224       plot_bgcolor: "white"
2225
2226 - type: "static"
2227   src-path: "{DIR[RST]}"
2228   dst-path: "{DIR[WORKING,SRC]}"
2229
2230 - type: "input"
2231   general:
2232     file-name: "output_info.xml.gz"
2233     file-format: ".gz"
2234     arch-file-format:
2235       - ".gz"
2236       - ".zip"
2237     download-path: "{job}/{build}/archives/{filename}"
2238     extract: "output.xml"
2239
2240     zip-file-name: "robot-plugin.zip"
2241     zip-file-format: ".zip"
2242     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2243     zip-extract: "robot-plugin/output.xml"
2244
2245   builds:
2246
2247     csit-vpp-perf-verify-1908-3n-hsw:
2248       - 12  # NDRPDR sel
2249       - 13  # NDRPDR sel
2250       - 14  # NDRPDR sel
2251       - 15  # NDRPDR sel
2252       - 16  # NDRPDR sel
2253       - 17  # NDRPDR sel
2254       - 18  # NDRPDR sel
2255       - 19  # NDRPDR sel
2256       - 20  # NDRPDR sel
2257       - 21  # NDRPDR sel
2258       - 39  # MRR sel
2259     csit-vpp-perf-verify-2001-3n-hsw:
2260       - 21  # NDRPDR sel
2261       - 22  # NDRPDR sel
2262       - 23  # NDRPDR sel
2263       - 24  # NDRPDR sel
2264       - 25  # NDRPDR sel
2265       - 29  # NDRPDR sel
2266       - 30  # NDRPDR sel
2267       - 31  # NDRPDR sel
2268       - 32  # NDRPDR sel
2269       - 34  # NDRPDR sel
2270       - 17  # MRR sel
2271     csit-vpp-perf-report-iterative-2005-3n-hsw:
2272       - 3   # NDRPDR sel
2273       - 4   # NDRPDR sel
2274       - 5   # NDRPDR sel
2275       - 10  # NDRPDR sel
2276       - 11  # NDRPDR sel
2277       - 12  # NDRPDR sel
2278       - 15  # NDRPDR sel
2279       - 16  # NDRPDR sel
2280       - 18  # NDRPDR sel
2281       - 19  # NDRPDR sel
2282       - 20  # NDRPDR sel env 2
2283       - 21  # NDRPDR sel env 2
2284       - 22  # NDRPDR sel env 2
2285       - 13  # MRR
2286     csit-vpp-perf-verify-2005-3n-hsw:
2287       - 3   # hoststack
2288       - 5   # hoststack
2289       - 6   # hoststack
2290       - 7   # hoststack
2291       - 8   # hoststack
2292       - 9   # hoststack
2293       - 10  # hoststack
2294       - 11  # hoststack
2295       - 12  # hoststack
2296       - 13  # hoststack
2297     csit-vpp-perf-report-coverage-2005-3n-hsw:
2298       - 1   # perf-full-3n-dnv-crypto_I
2299       - 7   # perf-full-3n-hsw-crypto_II
2300       - 3   # perf-full-3n-hsw-crypto_III
2301       - 4   # perf-full-3n-dnv-crypto_IV
2302       - 5   # perf-full-3n-hsw-ip4_I
2303       - 6   # perf-full-3n-hsw-ip4_II
2304       - 8   # perf-full-3n-hsw-ip4_III
2305       - 9   # perf-full-3n-hsw-ip4_IV
2306       - 10  # perf-full-3n-hsw-ip4_V
2307       - 26  # perf-full-3n-hsw-ip4_VI
2308       - 18  # perf-full-3n-hsw-ip4_VII
2309       - 27  # perf-full-3n-hsw-ip4_VIII
2310       - 28  # perf-full-3n-hsw-ip4_IX
2311       - 29  # perf-full-3n-hsw-ip6_I
2312       - 35  # perf-full-3n-hsw-ip6_II
2313       - 42  # perf-full-3n-hsw-l2_I
2314       - 33  # perf-full-3n-hsw-l2_II
2315       - 37  # perf-full-3n-hsw-l2_III
2316       - 45  # perf-full-3n-hsw-l2_IV
2317       - 43  # perf-full-3n-hsw-l2_V
2318       - 40  # perf-full-3n-hsw-l2_VI
2319       - 44  # perf-full-3n-hsw-l2_VII
2320       - 51  # perf-full-3n-hsw-l2_VIII
2321       - 50  # perf-full-3n-hsw-l2_IX
2322       - 52  # perf-full-3n-hsw-l2_X
2323       - 53  # perf-full-3n-hsw-l2_XI
2324       - 54  # perf-full-3n-hsw-memif
2325       - 55  # perf-full-3n-hsw-ip4tunnels-I
2326       - 56  # perf-full-3n-hsw-ip4tunnels-II
2327       - 57  # perf-full-3n-hsw-ip4tunnels-III
2328       - 58  # perf-full-3n-hsw-ip6tunnels-I
2329       - 59  # perf-full-3n-hsw-srv6-I
2330       - 60  # perf-full-3n-hsw-srv6-II
2331       - 61  # perf-full-3n-hsw-vhost-I
2332       - 62  # perf-full-3n-hsw-vhost-II
2333       - 63  # perf-full-3n-hsw-vhost-III
2334
2335     csit-vpp-perf-verify-1908_1-3n-skx:
2336       - 26  # NDRPDR sel - new1908.1
2337       - 27  # NDRPDR sel - new1908.1
2338       - 28  # NDRPDR sel - new1908.1
2339       - 29  # NDRPDR sel - new1908.1
2340       - 30  # NDRPDR sel - new1908.1
2341       - 31  # NDRPDR sel - new1908.1
2342       - 33  # NDRPDR sel - new1908.1
2343       - 34  # NDRPDR sel - new1908.1
2344       - 35  # NDRPDR sel - new1908.1
2345       - 36  # NDRPDR sel - new1908.1
2346     csit-vpp-perf-verify-2001-3n-skx:
2347       - 69  # NDRPDR sel - new2001.0
2348       - 71  # NDRPDR sel - new2001.0
2349       - 72  # NDRPDR sel - new2001.0
2350       - 76  # NDRPDR sel - new2001.0
2351       - 77  # NDRPDR sel - new2001.0
2352       - 78  # NDRPDR sel - new2001.0
2353       - 80  # NDRPDR sel - new2001.0
2354       - 50  # MRR sel
2355       - 53  # MRR sel addition
2356     csit-vpp-perf-report-iterative-2005-3n-skx:
2357       - 4   # NDRPDR sel
2358       - 5   # NDRPDR sel ??? all x710 failed
2359       - 33  # NDRPDR sel
2360       - 28  # NDRPDR sel
2361       - 34  # NDRPDR sel
2362       - 36  # NDRPDR sel
2363       - 37  # NDRPDR sel
2364       - 38  # NDRPDR sel
2365       - 39  # NDRPDR sel
2366       - 41  # NDRPDR sel
2367       - 6   # MRR sel
2368     csit-vpp-perf-report-coverage-2005-3n-skx:
2369       - 10  # perf-full-3n-skx-crypto_I
2370       - 11  # perf-full-3n-skx-crypto_II
2371       - 12  # perf-full-3n-skx-crypto_III
2372       - 5   # perf-full-3n-skx-ip4_I
2373       - 14  # perf-full-3n-skx-ip4_II
2374       - 7   # perf-full-3n-skx-ip4_III
2375       - 15  # perf-full-3n-skx-ip4_IV
2376       - 16  # perf-full-3n-skx-ip4_V
2377       - 17  # perf-full-3n-skx-ip4_VI
2378       - 18  # perf-full-3n-skx-ip4_VII
2379       - 19  # perf-full-3n-skx-ip4_VIII
2380       - 20  # perf-full-3n-skx-ip4_IX
2381       - 24  # perf-full-3n-skx-ip6_I
2382       - 25  # perf-full-3n-skx-ip6_II
2383       - 22  # perf-full-3n-skx-ip4tunnels-II
2384       - 23  # perf-full-3n-skx-ip4tunnels-III
2385       - 26  # perf-full-3n-skx-ip6tunnels-I
2386       - 28  # perf-full-3n-skx-l2_II
2387       - 29  # perf-full-3n-skx-l2_III
2388       - 30  # perf-full-3n-skx-l2_IV
2389       - 32  # perf-full-3n-skx-l2_VI
2390       - 33  # perf-full-3n-skx-l2_VII
2391       - 35  # perf-full-3n-skx-l2_IX
2392       - 36  # perf-full-3n-skx-l2_X
2393       - 37  # perf-full-3n-skx-l2_XI
2394
2395     csit-vpp-perf-verify-1908_1-2n-skx:
2396       - 39  # NDRPDR sel - new1908.1
2397       - 40  # NDRPDR sel - new1908.1
2398       - 41  # NDRPDR sel - new1908.1
2399       - 43  # NDRPDR sel - new1908.1
2400       - 44  # NDRPDR sel - new1908.1
2401       - 45  # NDRPDR sel - new1908.1
2402       - 46  # NDRPDR sel - new1908.1
2403       - 47  # NDRPDR sel - new1908.1
2404       - 48  # NDRPDR sel - new1908.1
2405       - 49  # NDRPDR sel - new1908.1
2406     csit-vpp-perf-verify-2001-2n-skx:
2407       - 143  # NDRPDR sel - new2001.0
2408       - 146  # NDRPDR sel - new2001.0
2409       - 147  # NDRPDR sel - new2001.0
2410       - 148  # NDRPDR sel - new2001.0
2411       - 149  # NDRPDR sel - new2001.0
2412       - 150  # NDRPDR sel - new2001.0
2413       - 151  # NDRPDR sel - new2001.0
2414       - 152  # NDRPDR sel - new2001.0
2415       - 153  # NDRPDR sel - new2001.0
2416       - 154  # NDRPDR sel - new2001.0
2417       - 101  # MRR sel - old
2418       - 128  # MRR sel addition - old
2419     csit-vpp-perf-report-iterative-2005-2n-skx:
2420       - 43  # NDRPDR sel
2421       - 38  # NDRPDR sel
2422       - 7   # NDRPDR sel
2423       - 65  # NDRPDR sel
2424       - 47  # NDRPDR sel
2425       - 55  # NDRPDR sel
2426       - 67  # NDRPDR sel
2427       - 75  # NDRPDR sel
2428       - 76  # NDRPDR sel
2429       - 73  # NDRPDR sel
2430       - 88  # NDRPDR sel env 2
2431       - 42  # MRR sel
2432       - 48  # Reconf
2433       - 50  # Reconf
2434       - 51  # Reconf
2435       - 52  # Reconf
2436       - 53  # Reconf
2437       - 60  # Reconf
2438       - 70  # Reconf
2439       - 71  # Reconf
2440       - 63  # Reconf
2441       - 66  # Reconf
2442       - 49  # Soak
2443       - 54  # Soak
2444       - 83  # nf-density-sel
2445     csit-vpp-perf-report-coverage-2005-2n-skx:
2446       - 11  # perf-full-2n-skx-ip4_I
2447       - 3   # perf-full-2n-skx-ip4_II
2448       - 18  # perf-full-2n-skx-ip4_III
2449       - 19  # perf-full-2n-skx-ip4_IV
2450       - 5   # perf-full-2n-skx-ip4_V
2451       - 20  # perf-full-2n-skx-ip4_VI
2452       - 7   # perf-full-2n-skx-ip6_I
2453       - 21  # perf-full-2n-skx-ip6_II
2454       - 9   # perf-full-2n-skx-l2_I
2455       - 22  # perf-full-2n-skx-l2_II
2456       - 23  # perf-full-2n-skx-memif
2457       - 24  # perf-full-2n-skx-loadbalancer
2458       - 25  # perf-full-2n-skx-vhost I
2459       - 26  # perf-full-2n-skx-vhost II
2460       - 27  # perf-full-2n-skx-vts
2461
2462     csit-vpp-perf-verify-1908_1-2n-clx:
2463       - 5  # NDRPDR sel
2464       - 6  # NDRPDR sel
2465       - 7  # NDRPDR sel
2466       - 8  # NDRPDR sel
2467       - 9  # NDRPDR sel
2468     csit-vpp-perf-verify-2001-2n-clx:
2469       - 28  # NDRPDR sel
2470       - 29  # NDRPDR sel
2471       - 32  # NDRPDR sel
2472       - 40  # NDRPDR sel
2473       - 43  # NDRPDR sel
2474       - 44  # NDRPDR sel
2475       - 45  # NDRPDR sel
2476       - 47  # NDRPDR sel
2477       - 48  # NDRPDR sel
2478       - 49  # NDRPDR sel
2479       - 39  # MRR
2480     csit-vpp-perf-report-iterative-2005-2n-clx:
2481       - 7   # NDRPDR sel
2482       - 38  # NDRPDR sel
2483       - 9   # NDRPDR sel
2484       - 32  # NDRPDR sel ???
2485       - 33  # NDRPDR sel ???
2486       - 39  # NDRPDR sel
2487       - 40  # NDRPDR sel
2488       - 43  # NDRPDR sel
2489       - 50  # NDRPDR sel
2490       - 51  # NDRPDR sel
2491       - 62  # NDRPDR sel env 2
2492       - 63  # NDRPDR sel env 2
2493       - 12  # MRR
2494       - 42  # Reconf
2495       - 45  # Reconf
2496       - 46  # Reconf
2497       - 47  # Reconf
2498       - 48  # Reconf
2499       - 52  # Reconf
2500       - 53  # Reconf
2501       - 54  # Reconf
2502       - 55  # Reconf
2503       - 56  # Reconf
2504       - 44  # Soak
2505       - 49  # Soak
2506       - 57  # 2n-clx nfv-density-00
2507       - 58  # 2n-clx nfv-density-00
2508       - 59  # 2n-clx nfv-density-00
2509       - 60  # 2n-clx nfv-density-00
2510       - 61  # 2n-clx nfv-density-00
2511     csit-vpp-perf-report-coverage-2005-2n-clx:
2512       - 21  # perf-full-2n-clx-ip4_I
2513       - 2   # perf-full-2n-clx-ip4_II
2514       - 3   # perf-full-2n-clx-ip4_III
2515       - 4   # perf-full-2n-clx-ip4_IV
2516       - 5   # perf-full-2n-clx-ip4_V
2517       - 6   # perf-full-2n-clx-ip4_VI
2518       - 7   # perf-full-2n-clx-ip6_I
2519       - 16  # perf-full-2n-clx-ip6_II
2520       - 23  # perf-full-2n-clx-l2_I
2521       - 10  # perf-full-2n-clx-l2_II
2522       - 11  # perf-full-2n-clx-memif
2523       - 12  # perf-full-2n-clx-loadbalancer
2524       - 13  # perf-full-2n-clx-vhost I
2525       - 22  # perf-full-2n-clx-vhost II
2526       - 15  # perf-full-2n-clx-vts
2527
2528     csit-vpp-perf-verify-1908-3n-tsh:
2529       - 7   # NDRPDR sel
2530       - 8   # NDRPDR sel
2531       - 9   # NDRPDR sel
2532       - 10  # NDRPDR sel
2533       - 11  # NDRPDR sel
2534       - 12  # NDRPDR sel
2535       - 13  # NDRPDR sel
2536       - 14  # NDRPDR sel
2537       - 15  # NDRPDR sel
2538       - 16  # NDRPDR sel
2539       - 17  # MRR sel
2540     csit-vpp-perf-verify-2001-3n-tsh:
2541       - 3   # NDRPDR sel
2542       - 4   # NDRPDR sel
2543       - 7   # NDRPDR sel
2544       - 8   # NDRPDR sel
2545       - 10  # NDRPDR sel
2546       - 12  # NDRPDR sel
2547       - 13  # NDRPDR sel
2548       - 14  # NDRPDR sel
2549       - 15  # NDRPDR sel
2550       - 21  # NDRPDR sel
2551       - 9   # MRR sel
2552     # TODO: Add data:
2553     csit-vpp-perf-report-iterative-2005-3n-tsh:
2554       - 9   # NDRPDR sel
2555       - 11  # NDRPDR sel
2556       - 12  # NDRPDR sel
2557       - 20  # NDRPDR sel
2558       - 14  # NDRPDR sel
2559       - 10  # MRR sel
2560
2561     csit-vpp-perf-verify-1908-3n-dnv:
2562       - 6   # NDRPDR sel
2563       - 7   # NDRPDR sel
2564       - 8   # NDRPDR sel
2565       - 9   # NDRPDR sel
2566       - 10  # NDRPDR sel
2567       - 12  # NDRPDR sel
2568       - 13  # NDRPDR sel
2569       - 14  # NDRPDR sel
2570       - 15  # NDRPDR sel
2571       - 16  # NDRPDR sel
2572       - 17  # MRR sel
2573     csit-vpp-perf-verify-2001-3n-dnv:
2574       - 5   # NDRPDR sel
2575       - 6   # NDRPDR sel
2576       - 7   # NDRPDR sel
2577       - 8   # NDRPDR sel
2578       - 9   # NDRPDR sel
2579       - 10  # NDRPDR sel
2580       - 12  # NDRPDR sel
2581       - 16  # NDRPDR sel
2582       - 17  # NDRPDR sel
2583       - 18  # NDRPDR sel
2584       - 11  # MRR sel
2585     csit-vpp-perf-report-iterative-2005-3n-dnv:
2586       - 2   # NDRPDR sel
2587       - 3   # NDRPDR sel
2588       - 4   # NDRPDR sel
2589       - 5   # NDRPDR sel
2590       - 6   # NDRPDR sel
2591       - 7   # NDRPDR sel
2592       - 9   # NDRPDR sel
2593       - 10  # NDRPDR sel
2594       - 11  # NDRPDR sel
2595       - 12  # NDRPDR sel
2596       - 8   # MRR
2597     csit-vpp-perf-report-coverage-2005-3n-dnv:
2598       - 1   # perf-full-3n-dnv-crypto_I
2599       - 24  # perf-full-3n-dnv-crypto_II
2600       - 5   # perf-full-3n-dnv-ip4_I
2601       - 13  # perf-full-3n-dnv-ip4_II
2602       - 17  # perf-full-3n-dnv-ip6_I
2603       - 18  # perf-full-3n-dnv-ip6_II
2604       - 21  # perf-full-3n-dnv-l2_I
2605       - 22  # perf-full-3n-dnv-l2_II
2606       - 23  # perf-full-3n-dnv-ip4-tunnels_I
2607
2608     csit-vpp-perf-verify-1908-2n-dnv:
2609       - 1   # NDRPDR sel
2610       - 2   # NDRPDR sel
2611       - 3   # NDRPDR sel
2612       - 4   # NDRPDR sel
2613       - 5   # NDRPDR sel
2614       - 6   # NDRPDR sel
2615       - 7   # NDRPDR sel
2616       - 8   # NDRPDR sel
2617       - 9   # NDRPDR sel
2618       - 10  # NDRPDR sel
2619       - 11  # MRR sel
2620     csit-vpp-perf-verify-2001-2n-dnv:
2621       - 4   # NDRPDR sel
2622       - 5   # NDRPDR sel
2623       - 6   # NDRPDR sel
2624       - 7   # NDRPDR sel
2625       - 8   # NDRPDR sel
2626       - 9   # NDRPDR sel
2627       - 10  # NDRPDR sel
2628       - 11  # NDRPDR sel
2629       - 13  # NDRPDR sel
2630       - 16  # NDRPDR sel
2631       - 12  # MRR sel
2632     csit-vpp-perf-report-iterative-2005-2n-dnv:
2633       - 3   # NDRPDR sel
2634       - 6   # NDRPDR sel
2635       - 7   # NDRPDR sel
2636       - 8   # NDRPDR sel
2637       - 9   # NDRPDR sel
2638       - 10  # NDRPDR sel
2639       - 11  # NDRPDR sel
2640       - 12  # NDRPDR sel
2641       - 13  # NDRPDR sel
2642       - 14  # NDRPDR sel
2643       - 15  # MRR sel
2644     csit-vpp-perf-report-coverage-2005-2n-dnv:
2645       - 1   # perf-full-2n-dnv-ip4_I
2646       - 2   # perf-full-2n-dnv-ip4_II
2647       - 3   # perf-full-2n-dnv-ip6_I
2648       - 4   # perf-full-2n-dnv-ip6_II
2649       - 5   # perf-full-2n-dnv-l2_I
2650       - 6   # perf-full-2n-dnv-l2_II
2651
2652     csit-dpdk-perf-verify-1908-3n-hsw:
2653       - 2   # NDRPDR sel
2654       - 3   # NDRPDR sel
2655       - 4   # NDRPDR sel
2656       - 5   # NDRPDR sel
2657       - 6   # NDRPDR sel
2658       - 7   # NDRPDR sel
2659       - 8   # NDRPDR sel
2660       - 9   # NDRPDR sel
2661       - 10  # NDRPDR sel
2662       - 11  # NDRPDR sel
2663     csit-dpdk-perf-verify-2001-3n-hsw:
2664       - 4   # NDRPDR sel
2665       - 5   # NDRPDR sel
2666       - 6   # NDRPDR sel
2667       - 7   # NDRPDR sel
2668       - 8   # NDRPDR sel
2669       - 9   # NDRPDR sel
2670       - 10  # NDRPDR sel
2671       - 11  # NDRPDR sel
2672       - 12  # NDRPDR sel
2673       - 13  # NDRPDR sel
2674       - 15  # NDRPDR sel
2675       - 16  # NDRPDR sel
2676       - 17  # NDRPDR sel
2677       - 18  # NDRPDR sel
2678       - 19  # NDRPDR sel
2679       - 20  # NDRPDR sel
2680       - 21  # NDRPDR sel
2681       - 22  # NDRPDR sel
2682       - 23  # NDRPDR sel
2683       - 24  # NDRPDR sel
2684     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2685       - 5   # NDRPDR sel
2686       - 6   # NDRPDR sel
2687       - 7   # NDRPDR sel
2688       - 8   # NDRPDR sel
2689       - 9   # NDRPDR sel
2690       - 10  # NDRPDR sel
2691       - 11  # NDRPDR sel
2692       - 12  # NDRPDR sel
2693       - 13  # NDRPDR sel
2694       - 14  # NDRPDR sel
2695
2696     csit-dpdk-perf-verify-1908-3n-skx:
2697       - 3   # NDRPDR sel
2698       - 4   # NDRPDR sel
2699       - 5   # NDRPDR sel
2700       - 6   # NDRPDR sel
2701       - 7   # NDRPDR sel
2702       - 8   # NDRPDR sel
2703       - 9   # NDRPDR sel
2704       - 10  # NDRPDR sel
2705       - 11  # NDRPDR sel
2706       - 12  # NDRPDR sel
2707     csit-dpdk-perf-verify-2001-3n-skx:
2708       - 29  # NDRPDR sel xxv710
2709       - 33  # NDRPDR sel xxv710
2710       - 34  # NDRPDR sel xxv710
2711       - 35  # NDRPDR sel xxv710
2712       - 36  # NDRPDR sel xxv710
2713       - 37  # NDRPDR sel xxv710
2714       - 41  # NDRPDR sel xxv710
2715       - 42  # NDRPDR sel xxv710
2716       - 43  # NDRPDR sel xxv710
2717       - 45  # NDRPDR sel xxv710
2718       - 30  # NDRPDR sel x710
2719       - 31  # NDRPDR sel x710
2720       - 32  # NDRPDR sel x710
2721       - 38  # NDRPDR sel x710
2722       - 39  # NDRPDR sel x710
2723       - 40  # NDRPDR sel x710
2724       - 44  # NDRPDR sel x710
2725       - 46  # NDRPDR sel x710
2726       - 47  # NDRPDR sel x710
2727       - 48  # NDRPDR sel x710
2728     csit-dpdk-perf-report-iterative-2005-3n-skx:
2729       - 4   # NDRPDR sel
2730       - 5   # NDRPDR sel
2731       - 6   # NDRPDR sel
2732       - 7   # NDRPDR sel
2733       - 8   # NDRPDR sel
2734       - 11  # NDRPDR sel
2735       - 12  # NDRPDR sel
2736       - 13  # NDRPDR sel
2737       - 14  # NDRPDR sel
2738       - 15  # NDRPDR sel
2739
2740     csit-dpdk-perf-verify-1908-2n-skx:
2741       - 2   # NDRPDR sel
2742       - 3   # NDRPDR sel
2743       - 4   # NDRPDR sel
2744       - 5   # NDRPDR sel
2745       - 7   # NDRPDR sel
2746       - 8   # NDRPDR sel
2747       - 9   # NDRPDR sel
2748       - 10  # NDRPDR sel
2749       - 11  # NDRPDR sel
2750       - 12  # NDRPDR sel
2751     csit-dpdk-perf-verify-2001-2n-skx:
2752       - 35  # NDRPDR sel xxv710
2753       - 36  # NDRPDR sel xxv710
2754       - 37  # NDRPDR sel xxv710
2755       - 41  # NDRPDR sel xxv710
2756       - 42  # NDRPDR sel xxv710
2757       - 43  # NDRPDR sel xxv710
2758       - 46  # NDRPDR sel xxv710
2759       - 47  # NDRPDR sel xxv710
2760       - 52  # NDRPDR sel xxv710
2761       - 53  # NDRPDR sel xxv710
2762       - 38  # NDRPDR sel x710
2763       - 39  # NDRPDR sel x710
2764       - 40  # NDRPDR sel x710
2765       - 44  # NDRPDR sel x710
2766       - 45  # NDRPDR sel x710
2767       - 48  # NDRPDR sel x710
2768       - 49  # NDRPDR sel x710
2769       - 50  # NDRPDR sel x710
2770       - 51  # NDRPDR sel x710
2771       - 54  # NDRPDR sel x710
2772     csit-dpdk-perf-report-iterative-2005-2n-skx:
2773       - 1   # NDRPDR sel
2774       - 2   # NDRPDR sel
2775       - 3   # NDRPDR sel
2776       - 4   # NDRPDR sel
2777       - 5   # NDRPDR sel
2778       - 6   # NDRPDR sel
2779       - 7   # NDRPDR sel
2780       - 8   # NDRPDR sel
2781       - 9   # NDRPDR sel
2782       - 10  # NDRPDR sel
2783
2784     csit-dpdk-perf-verify-2001-2n-clx:
2785       - 15  # NDRPDR sel
2786       - 16  # NDRPDR sel
2787       - 17  # NDRPDR sel
2788       - 18  # NDRPDR sel
2789       - 19  # NDRPDR sel
2790       - 20  # NDRPDR sel
2791       - 21  # NDRPDR sel
2792       - 22  # NDRPDR sel
2793       - 23  # NDRPDR sel
2794       - 24  # NDRPDR sel
2795       - 25  # NDRPDR sel
2796       - 26  # NDRPDR sel
2797       - 27  # NDRPDR sel
2798       - 28  # NDRPDR sel
2799       - 29  # NDRPDR sel
2800       - 30  # NDRPDR sel
2801       - 31  # NDRPDR sel
2802       - 32  # NDRPDR sel
2803       - 33  # NDRPDR sel
2804       - 34  # NDRPDR sel
2805     csit-dpdk-perf-report-iterative-2005-2n-clx:
2806       - 1   # NDRPDR sel
2807       - 2   # NDRPDR sel
2808       - 3   # NDRPDR sel
2809       - 4   # NDRPDR sel
2810       - 5   # NDRPDR sel
2811       - 6   # NDRPDR sel
2812       - 7   # NDRPDR sel
2813       - 8   # NDRPDR sel
2814       - 9   # NDRPDR sel
2815       - 10  # NDRPDR sel
2816
2817     csit-dpdk-perf-verify-2001-2n-dnv:
2818       - 9   # NDRPDR sel
2819       - 10  # NDRPDR sel
2820       - 11  # NDRPDR sel
2821       - 12  # NDRPDR sel
2822       - 13  # NDRPDR sel
2823       - 14  # NDRPDR sel
2824       - 15  # NDRPDR sel
2825       - 16  # NDRPDR sel
2826       - 17  # NDRPDR sel
2827       - 18  # NDRPDR sel
2828     csit-dpdk-perf-report-iterative-2005-2n-dnv:
2829       - 8   # NDRPDR sel
2830       - 9   # NDRPDR sel
2831       - 10  # NDRPDR sel
2832       - 11  # NDRPDR sel
2833       - 12  # NDRPDR sel
2834       - 13  # NDRPDR sel
2835       - 14  # NDRPDR sel
2836       - 15  # NDRPDR sel
2837       - 16  # NDRPDR sel
2838       - 17  # NDRPDR sel
2839
2840     csit-dpdk-perf-verify-2001-3n-dnv:
2841       - 12  # NDRPDR sel
2842       - 13  # NDRPDR sel
2843       - 14  # NDRPDR sel
2844       - 15  # NDRPDR sel
2845       - 16  # NDRPDR sel
2846       - 17  # NDRPDR sel
2847       - 18  # NDRPDR sel
2848       - 19  # NDRPDR sel
2849       - 20  # NDRPDR sel
2850       - 22  # NDRPDR sel
2851     csit-dpdk-perf-report-iterative-2005-3n-dnv:
2852       - 6   # NDRPDR sel
2853       - 7   # NDRPDR sel
2854       - 8   # NDRPDR sel
2855       - 9   # NDRPDR sel
2856       - 10  # NDRPDR sel
2857       - 11  # NDRPDR sel
2858       - 12  # NDRPDR sel
2859       - 13  # NDRPDR sel
2860       - 14  # NDRPDR sel
2861       - 16  # NDRPDR sel
2862
2863     csit-dpdk-perf-verify-2001-3n-tsh:
2864       - 3   # NDRPDR sel
2865       - 4   # NDRPDR sel
2866       - 5   # NDRPDR sel
2867       - 9   # NDRPDR sel
2868       - 10  # NDRPDR sel
2869       - 11  # NDRPDR sel
2870       - 12  # NDRPDR sel
2871       - 14  # NDRPDR sel
2872       - 15  # NDRPDR sel
2873       - 18  # NDRPDR sel
2874     csit-dpdk-perf-report-iterative-2005-3n-tsh:
2875       - 5   # NDRPDR sel
2876
2877     csit-vpp-device-2005-ubuntu1804-1n-skx:
2878       - 35
2879
2880 - type: "output"
2881   output: "report"
2882   format:
2883     html:
2884     - full
2885 #    pdf:
2886 #    - minimal
2887
2888 ################################################################################
2889 ###                               T A B L E S                                ###
2890 ################################################################################
2891
2892 # VPP Soak vs NDR - 2n-skx
2893 - type: "table"
2894   title: "VPP Soak vs NDR 2n-skx"
2895   algorithm: "table_soak_vs_ndr"
2896   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2897   reference:
2898     title: "NDR"
2899     data: "vpp-soak-vs-ndr-2n-skx-ref"
2900   compare:
2901     title: "Soak"
2902     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2903   data: "vpp-soak-vs-ndr-2n-skx"
2904   include-tests: "NDR"
2905   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2906   parameters:
2907     - "throughput"
2908     - "name"
2909     - "parent"
2910
2911 # VPP Soak vs NDR - 2n-clx
2912 - type: "table"
2913   title: "VPP Soak vs NDR 2n-clx"
2914   algorithm: "table_soak_vs_ndr"
2915   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2916   reference:
2917     title: "NDR"
2918     data: "vpp-soak-vs-ndr-2n-clx-ref"
2919   compare:
2920     title: "Soak"
2921     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2922   data: "vpp-soak-vs-ndr-2n-clx"
2923   include-tests: "NDR"
2924   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2925   parameters:
2926     - "throughput"
2927     - "name"
2928     - "parent"
2929
2930 ################################################################################
2931
2932 # VPP Compare NICs 3n-skx 2t1c ndr
2933 - type: "table"
2934   title: "VPP Compare NICs 3n-skx 2t1c ndr"
2935   algorithm: "table_comparison"
2936   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2937   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2938   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2939   columns:
2940     - title: "x710"
2941       data-set: "vpp-nic-comparison-3n-skx"
2942       tag: "NIC_Intel-X710"
2943     - title: "xxv710"
2944       data-set: "vpp-nic-comparison-3n-skx"
2945       tag: "NIC_Intel-XXV710"
2946   comparisons:
2947     - title: "Diff"
2948       reference: 1
2949       compare: 2
2950   legend:
2951     - "Legend to Table:"
2952     - "x710, xxv710 - NICs tested."
2953     - "Diff - difference between x710 and xxv710 NIC."
2954
2955 # VPP Compare NICs 3n-skx 4t2c ndr
2956 - type: "table"
2957   title: "VPP Compare NICs 3n-skx 4t2c ndr"
2958   algorithm: "table_comparison"
2959   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2960   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2961   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2962   columns:
2963     - title: "x710"
2964       data-set: "vpp-nic-comparison-3n-skx"
2965       tag: "NIC_Intel-X710"
2966     - title: "xxv710"
2967       data-set: "vpp-nic-comparison-3n-skx"
2968       tag: "NIC_Intel-XXV710"
2969   comparisons:
2970     - title: "Diff"
2971       reference: 1
2972       compare: 2
2973   legend:
2974     - "Legend to Table:"
2975     - "x710, xxv710 - NICs tested."
2976     - "Diff - difference between x710 and xxv710 NIC."
2977
2978 # VPP Compare NICs 3n-skx 2t1c pdr
2979 - type: "table"
2980   title: "VPP Compare NICs 3n-skx 2t1c pdr"
2981   algorithm: "table_comparison"
2982   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2983   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2984   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2985   columns:
2986     - title: "x710"
2987       data-set: "vpp-nic-comparison-3n-skx"
2988       tag: "NIC_Intel-X710"
2989     - title: "xxv710"
2990       data-set: "vpp-nic-comparison-3n-skx"
2991       tag: "NIC_Intel-XXV710"
2992   comparisons:
2993     - title: "Diff"
2994       reference: 1
2995       compare: 2
2996   legend:
2997     - "Legend to Table:"
2998     - "x710, xxv710 - NICs tested."
2999     - "Diff - difference between x710 and xxv710 NIC."
3000
3001 # VPP Compare NICs 3n-skx 4t2c pdr
3002 - type: "table"
3003   title: "VPP Compare NICs 3n-skx 4t2c pdr"
3004   algorithm: "table_comparison"
3005   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
3006   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3007   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3008   columns:
3009     - title: "x710"
3010       data-set: "vpp-nic-comparison-3n-skx"
3011       tag: "NIC_Intel-X710"
3012     - title: "xxv710"
3013       data-set: "vpp-nic-comparison-3n-skx"
3014       tag: "NIC_Intel-XXV710"
3015   comparisons:
3016     - title: "Diff"
3017       reference: 1
3018       compare: 2
3019   legend:
3020     - "Legend to Table:"
3021     - "x710, xxv710 - NICs tested."
3022     - "Diff - difference between x710 and xxv710 NIC."
3023
3024 ## VPP Compare NICs 3n-skx 2t1c mrr
3025 #- type: "table"
3026 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
3027 #  algorithm: "table_comparison"
3028 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
3029 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3030 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3031 #  columns:
3032 #    - title: "x710"
3033 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3034 #      tag: "NIC_Intel-X710"
3035 #    - title: "xxv710"
3036 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3037 #      tag: "NIC_Intel-XXV710"
3038 #  comparisons:
3039 #    - title: "Diff"
3040 #      reference: 1
3041 #      compare: 2
3042 #  legend:
3043 #    - "Legend to Table:"
3044 #    - "x710, xxv710 - NICs tested."
3045 #    - "Diff - difference between x710 and xxv710 NIC."
3046 #
3047 ## VPP Compare NICs 3n-skx 4t2c mrr
3048 #- type: "table"
3049 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
3050 #  algorithm: "table_comparison"
3051 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
3052 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3053 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3054 #  columns:
3055 #    - title: "x710"
3056 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3057 #      tag: "NIC_Intel-X710"
3058 #    - title: "xxv710"
3059 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3060 #      tag: "NIC_Intel-XXV710"
3061 #  comparisons:
3062 #    - title: "Diff"
3063 #      reference: 1
3064 #      compare: 2
3065 #  legend:
3066 #    - "Legend to Table:"
3067 #    - "x710, xxv710 - NICs tested."
3068 #    - "Diff - difference between x710 and xxv710 NIC."
3069 #
3070 ## VPP Compare NICs 3n-skx 8t4c mrr
3071 #- type: "table"
3072 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
3073 #  algorithm: "table_comparison"
3074 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
3075 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3076 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3077 #  columns:
3078 #    - title: "x710"
3079 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3080 #      tag: "NIC_Intel-X710"
3081 #    - title: "xxv710"
3082 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3083 #      tag: "NIC_Intel-XXV710"
3084 #  comparisons:
3085 #    - title: "Diff"
3086 #      reference: 1
3087 #      compare: 2
3088 #  legend:
3089 #    - "Legend to Table:"
3090 #    - "x710, xxv710 - NICs tested."
3091 #    - "Diff - difference between x710 and xxv710 NIC."
3092
3093 # VPP Compare NICs 2n-skx 2t1c ndr
3094 - type: "table"
3095   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3096   algorithm: "table_comparison"
3097   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3098   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3099   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3100   columns:
3101     - title: "x710"
3102       data-set: "vpp-nic-comparison-2n-skx"
3103       tag: "NIC_Intel-X710"
3104     - title: "xxv710"
3105       data-set: "vpp-nic-comparison-2n-skx"
3106       tag: "NIC_Intel-XXV710"
3107   comparisons:
3108     - title: "Diff"
3109       reference: 1
3110       compare: 2
3111   legend:
3112     - "Legend to Table:"
3113     - "x710, xxv710 - NICs tested."
3114     - "Diff - difference between x710 and xxv710 NIC."
3115
3116 # VPP Compare NICs 2n-skx 4t2c ndr
3117 - type: "table"
3118   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3119   algorithm: "table_comparison"
3120   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3121   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3122   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3123   columns:
3124     - title: "x710"
3125       data-set: "vpp-nic-comparison-2n-skx"
3126       tag: "NIC_Intel-X710"
3127     - title: "xxv710"
3128       data-set: "vpp-nic-comparison-2n-skx"
3129       tag: "NIC_Intel-XXV710"
3130   comparisons:
3131     - title: "Diff"
3132       reference: 1
3133       compare: 2
3134   legend:
3135     - "Legend to Table:"
3136     - "x710, xxv710 - NICs tested."
3137     - "Diff - difference between x710 and xxv710 NIC."
3138
3139 # VPP Compare NICs 2n-skx 2t1c pdr
3140 - type: "table"
3141   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3142   algorithm: "table_comparison"
3143   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3144   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3145   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3146   columns:
3147     - title: "x710"
3148       data-set: "vpp-nic-comparison-2n-skx"
3149       tag: "NIC_Intel-X710"
3150     - title: "xxv710"
3151       data-set: "vpp-nic-comparison-2n-skx"
3152       tag: "NIC_Intel-XXV710"
3153   comparisons:
3154     - title: "Diff"
3155       reference: 1
3156       compare: 2
3157   legend:
3158     - "Legend to Table:"
3159     - "x710, xxv710 - NICs tested."
3160     - "Diff - difference between x710 and xxv710 NIC."
3161
3162 # VPP Compare NICs 2n-skx 4t2c pdr
3163 - type: "table"
3164   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3165   algorithm: "table_comparison"
3166   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3167   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3168   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3169   columns:
3170     - title: "x710"
3171       data-set: "vpp-nic-comparison-2n-skx"
3172       tag: "NIC_Intel-X710"
3173     - title: "xxv710"
3174       data-set: "vpp-nic-comparison-2n-skx"
3175       tag: "NIC_Intel-XXV710"
3176   comparisons:
3177     - title: "Diff"
3178       reference: 1
3179       compare: 2
3180   legend:
3181     - "Legend to Table:"
3182     - "x710, xxv710 - NICs tested."
3183     - "Diff - difference between x710 and xxv710 NIC."
3184
3185 # VPP Compare NICs 2n-skx 2t1c mrr
3186 - type: "table"
3187   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3188   algorithm: "table_comparison"
3189   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3190   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3191   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3192   columns:
3193     - title: "x710"
3194       data-set: "vpp-nic-comparison-2n-skx-mrr"
3195       tag: "NIC_Intel-X710"
3196     - title: "xxv710"
3197       data-set: "vpp-nic-comparison-2n-skx-mrr"
3198       tag: "NIC_Intel-XXV710"
3199   comparisons:
3200     - title: "Diff"
3201       reference: 1
3202       compare: 2
3203   legend:
3204     - "Legend to Table:"
3205     - "x710, xxv710 - NICs tested."
3206     - "Diff - difference between x710 and xxv710 NIC."
3207
3208 # VPP Compare NICs 2n-skx 4t2c mrr
3209 - type: "table"
3210   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3211   algorithm: "table_comparison"
3212   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3213   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3214   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3215   columns:
3216     - title: "x710"
3217       data-set: "vpp-nic-comparison-2n-skx-mrr"
3218       tag: "NIC_Intel-X710"
3219     - title: "xxv710"
3220       data-set: "vpp-nic-comparison-2n-skx-mrr"
3221       tag: "NIC_Intel-XXV710"
3222   comparisons:
3223     - title: "Diff"
3224       reference: 1
3225       compare: 2
3226   legend:
3227     - "Legend to Table:"
3228     - "x710, xxv710 - NICs tested."
3229     - "Diff - difference between x710 and xxv710 NIC."
3230
3231 # VPP Compare NICs 2n-skx 8t4c mrr
3232 - type: "table"
3233   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3234   algorithm: "table_comparison"
3235   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3236   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3237   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3238   columns:
3239     - title: "x710"
3240       data-set: "vpp-nic-comparison-2n-skx-mrr"
3241       tag: "NIC_Intel-X710"
3242     - title: "xxv710"
3243       data-set: "vpp-nic-comparison-2n-skx-mrr"
3244       tag: "NIC_Intel-XXV710"
3245   comparisons:
3246     - title: "Diff"
3247       reference: 1
3248       compare: 2
3249   legend:
3250     - "Legend to Table:"
3251     - "x710, xxv710 - NICs tested."
3252     - "Diff - difference between x710 and xxv710 NIC."
3253
3254 ################################################################################
3255 # VPP
3256
3257 # VPP Performance Changes 3n-hsw 1t1c pdr
3258 - type: "table"
3259   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3260   algorithm: "table_comparison"
3261   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3262   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3263   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3264   columns:
3265     - title: "1908.1-2"
3266       data-set: "vpp-performance-changes-3n-hsw-h1"
3267     - title: "2001.0-2"
3268       data-set: "vpp-performance-changes-3n-hsw-ref"
3269     - title: "2005.0-2"
3270       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3271     - title: "2005.0-3"
3272       data-set: "vpp-performance-changes-3n-hsw-cmp"
3273   comparisons:
3274     - title: "Diff1"
3275       reference: 3
3276       compare: 4
3277     - title: "Diff2"
3278       reference: 2
3279       compare: 3
3280 #  rca:
3281 #    - title: "RCA1"
3282 #      data: "rca/rca-2005-3n-hsw-1t1c-pdr-rca1.yaml"
3283 #    - title: "RCA2"
3284 #      data: "rca/rca-2005-3n-hsw-1t1c-pdr-rca2.yaml"
3285   legend:
3286     - "Legend to Table"
3287     - 'YYMM.V-E - tested VPP version (YY year, MM month, V minor version) and CSIT test environment version (E environment version, "2" for 2020-03-27, "3" for 2020-XX-XX).'
3288     - 'Diff1 - difference between environment versions "2" and "3" for the same VPP version, 2005.0-2 vs. 2005.0-3.'
3289     - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2005.0-2 vs. 2001.0-2.'
3290 #    - 'RCA1 - root cause analysis reference for Diff1.'
3291 #    - 'RCA2 - root cause analysis reference for Diff2.'
3292
3293 # VPP Performance Changes 3n-hsw 2t2c pdr
3294 - type: "table"
3295   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3296   algorithm: "table_comparison"
3297   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3298   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3299   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3300   columns:
3301     - title: "1908.1-2"
3302       data-set: "vpp-performance-changes-3n-hsw-h1"
3303     - title: "2001.0-2"
3304       data-set: "vpp-performance-changes-3n-hsw-ref"
3305     - title: "2005.0-2"
3306       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3307     - title: "2005.0-3"
3308       data-set: "vpp-performance-changes-3n-hsw-cmp"
3309   comparisons:
3310     - title: "Diff1"
3311       reference: 3
3312       compare: 4
3313     - title: "Diff2"
3314       reference: 2
3315       compare: 3
3316 #  rca:
3317 #    - title: "RCA1"
3318 #      data: "rca/rca-2005-3n-hsw-2t2c-pdr-rca1.yaml"
3319 #    - title: "RCA2"
3320 #      data: "rca/rca-2005-3n-hsw-2t2c-pdr-rca2.yaml"
3321   legend:
3322     - "Legend to Table"
3323     - 'YYMM.V-E - tested VPP version (YY year, MM month, V minor version) and CSIT test environment version (E environment version, "2" for 2020-03-27, "3" for 2020-XX-XX).'
3324     - 'Diff1 - difference between environment versions "2" and "3" for the same VPP version, 2005.0-2 vs. 2005.0-3.'
3325     - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2005.0-2 vs. 2001.0-2.'
3326 #    - 'RCA1 - root cause analysis reference for Diff1.'
3327 #    - 'RCA2 - root cause analysis reference for Diff2.'
3328
3329 # VPP Performance Changes 3n-hsw 1t1c ndr
3330 - type: "table"
3331   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3332   algorithm: "table_comparison"
3333   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3334   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3335   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3336   columns:
3337     - title: "1908.1-2"
3338       data-set: "vpp-performance-changes-3n-hsw-h1"
3339     - title: "2001.0-2"
3340       data-set: "vpp-performance-changes-3n-hsw-ref"
3341     - title: "2005.0-2"
3342       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3343     - title: "2005.0-3"
3344       data-set: "vpp-performance-changes-3n-hsw-cmp"
3345   comparisons:
3346     - title: "Diff1"
3347       reference: 3
3348       compare: 4
3349     - title: "Diff2"
3350       reference: 2
3351       compare: 3
3352 #  rca:
3353 #    - title: "RCA1"
3354 #      data: "rca/rca-2005-3n-hsw-1t1c-ndr-rca1.yaml"
3355 #    - title: "RCA2"
3356 #      data: "rca/rca-2005-3n-hsw-1t1c-ndr-rca2.yaml"
3357   legend:
3358     - "Legend to Table"
3359     - 'YYMM.V-E - tested VPP version (YY year, MM month, V minor version) and CSIT test environment version (E environment version, "2" for 2020-03-27, "3" for 2020-XX-XX).'
3360     - 'Diff1 - difference between environment versions "2" and "3" for the same VPP version, 2005.0-2 vs. 2005.0-3.'
3361     - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2005.0-2 vs. 2001.0-2.'
3362 #    - 'RCA1 - root cause analysis reference for Diff1.'
3363 #    - 'RCA2 - root cause analysis reference for Diff2.'
3364
3365 # VPP Performance Changes 3n-hsw 2t2c ndr
3366 - type: "table"
3367   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3368   algorithm: "table_comparison"
3369   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3370   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3371   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3372   columns:
3373     - title: "1908.1-2"
3374       data-set: "vpp-performance-changes-3n-hsw-h1"
3375     - title: "2001.0-2"
3376       data-set: "vpp-performance-changes-3n-hsw-ref"
3377     - title: "2005.0-2"
3378       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3379     - title: "2005.0-3"
3380       data-set: "vpp-performance-changes-3n-hsw-cmp"
3381   comparisons:
3382     - title: "Diff1"
3383       reference: 3
3384       compare: 4
3385     - title: "Diff2"
3386       reference: 2
3387       compare: 3
3388 #  rca:
3389 #    - title: "RCA1"
3390 #      data: "rca/rca-2005-3n-hsw-2t2c-ndr-rca1.yaml"
3391 #    - title: "RCA2"
3392 #      data: "rca/rca-2005-3n-hsw-2t2c-ndr-rca2.yaml"
3393   legend:
3394     - "Legend to Table"
3395     - 'YYMM.V-E - tested VPP version (YY year, MM month, V minor version) and CSIT test environment version (E environment version, "2" for 2020-03-27, "3" for 2020-XX-XX).'
3396     - 'Diff1 - difference between environment versions "2" and "3" for the same VPP version, 2005.0-2 vs. 2005.0-3.'
3397     - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2005.0-2 vs. 2001.0-2.'
3398 #    - 'RCA1 - root cause analysis reference for Diff1.'
3399 #    - 'RCA2 - root cause analysis reference for Diff2.'
3400
3401 ## VPP Performance Changes 3n-skx 2t1c pdr
3402 #- type: "table"
3403 #  title: "VPP Performance Changes 3n-skx 2t1c pdr"
3404 #  algorithm: "table_comparison"
3405 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3406 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3407 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3408 #  columns:
3409 #    - title: "1908.1-2"
3410 #      data-set: "vpp-performance-changes-3n-skx-h1"
3411 #    - title: "2001.0-2"
3412 #      data-set: "vpp-performance-changes-3n-skx-ref"
3413 #    - title: "2005.0-2"
3414 #      data-set: "vpp-performance-changes-3n-skx-cmp-2"
3415 #    - title: "2005.0-3"
3416 #      data-set: "vpp-performance-changes-3n-skx-cmp"
3417 #  comparisons:
3418 #    - title: "Diff1"
3419 #      reference: 3
3420 #      compare: 4
3421 #    - title: "Diff2"
3422 #      reference: 2
3423 #      compare: 3
3424 ##  rca:
3425 ##    - title: "RCA1"
3426 ##      data: "rca/rca-2005-3n-skx-2t1c-pdr-rca1.yaml"
3427 ##    - title: "RCA2"
3428 ##      data: "rca/rca-2005-3n-skx-2t1c-pdr-rca2.yaml"
3429 #  legend:
3430 #    - "Legend to Table"
3431 #    - 'YYMM.V-E - tested VPP version (YY year, MM month, V minor version) and CSIT test environment version (E environment version, "2" for 2020-03-27, "3" for 2020-XX-XX).'
3432 #    - 'Diff1 - difference between environment versions "2" and "3" for the same VPP version, 2005.0-2 vs. 2005.0-3.'
3433 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2005.0-2 vs. 2001.0-2.'
3434 ##    - 'RCA1 - root cause analysis reference for Diff1.'
3435 ##    - 'RCA2 - root cause analysis reference for Diff2.'
3436 #
3437 ## VPP Performance Changes 3n-skx 4t2c pdr
3438 #- type: "table"
3439 #  title: "VPP Performance Changes 3n-skx 4t2c pdr"
3440 #  algorithm: "table_comparison"
3441 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3442 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3443 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3444 #  columns:
3445 #    - title: "1908.1-2"
3446 #      data-set: "vpp-performance-changes-3n-skx-h1"
3447 #    - title: "2001.0-2"
3448 #      data-set: "vpp-performance-changes-3n-skx-ref"
3449 #    - title: "2005.0-2"
3450 #      data-set: "vpp-performance-changes-3n-skx-cmp-2"
3451 #    - title: "2005.0-3"
3452 #      data-set: "vpp-performance-changes-3n-skx-cmp"
3453 #  comparisons:
3454 #    - title: "Diff1"
3455 #      reference: 3
3456 #      compare: 4
3457 #    - title: "Diff2"
3458 #      reference: 2
3459 #      compare: 3
3460 ##  rca:
3461 ##    - title: "RCA1"
3462 ##      data: "rca/rca-2005-3n-skx-4t2c-pdr-rca1.yaml"
3463 ##    - title: "RCA2"
3464 ##      data: "rca/rca-2005-3n-skx-4t2c-pdr-rca2.yaml"
3465 #  legend:
3466 #    - "Legend to Table"
3467 #    - 'YYMM.V-E - tested VPP version (YY year, MM month, V minor version) and CSIT test environment version (E environment version, "2" for 2020-03-27, "3" for 2020-XX-XX).'
3468 #    - 'Diff1 - difference between environment versions "2" and "3" for the same VPP version, 2005.0-2 vs. 2005.0-3.'
3469 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2005.0-2 vs. 2001.0-2.'
3470 ##    - 'RCA1 - root cause analysis reference for Diff1.'
3471 ##    - 'RCA2 - root cause analysis reference for Diff2.'
3472 #
3473 ## VPP Performance Changes 3n-skx 2t1c ndr
3474 #- type: "table"
3475 #  title: "VPP Performance Changes 3n-skx 2t1c ndr"
3476 #  algorithm: "table_comparison"
3477 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3478 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3479 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3480 #  columns:
3481 #    - title: "1908.1-2"
3482 #      data-set: "vpp-performance-changes-3n-skx-h1"
3483 #    - title: "2001.0-2"
3484 #      data-set: "vpp-performance-changes-3n-skx-ref"
3485 #    - title: "2005.0-2"
3486 #      data-set: "vpp-performance-changes-3n-skx-cmp-2"
3487 #    - title: "2005.0-3"
3488 #      data-set: "vpp-performance-changes-3n-skx-cmp"
3489 #  comparisons:
3490 #    - title: "Diff1"
3491 #      reference: 3
3492 #      compare: 4
3493 #    - title: "Diff2"
3494 #      reference: 2
3495 #      compare: 3
3496 ##  rca:
3497 ##    - title: "RCA1"
3498 ##      data: "rca/rca-2005-3n-skx-2t1c-ndr-rca1.yaml"
3499 ##    - title: "RCA2"
3500 ##      data: "rca/rca-2005-3n-skx-2t1c-ndr-rca2.yaml"
3501 #  legend:
3502 #    - "Legend to Table"
3503 #    - 'YYMM.V-E - tested VPP version (YY year, MM month, V minor version) and CSIT test environment version (E environment version, "2" for 2020-03-27, "3" for 2020-XX-XX).'
3504 #    - 'Diff1 - difference between environment versions "2" and "3" for the same VPP version, 2005.0-2 vs. 2005.0-3.'
3505 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2005.0-2 vs. 2001.0-2.'
3506 ##    - 'RCA1 - root cause analysis reference for Diff1.'
3507 ##    - 'RCA2 - root cause analysis reference for Diff2.'
3508 #
3509 ## VPP Performance Changes 3n-skx 4t2c ndr
3510 #- type: "table"
3511 #  title: "VPP Performance Changes 3n-skx 4t2c ndr"
3512 #  algorithm: "table_comparison"
3513 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3514 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3515 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3516 #  columns:
3517 #    - title: "1908.1-2"
3518 #      data-set: "vpp-performance-changes-3n-skx-h1"
3519 #    - title: "2001.0-2"
3520 #      data-set: "vpp-performance-changes-3n-skx-ref"
3521 #    - title: "2005.0-2"
3522 #      data-set: "vpp-performance-changes-3n-skx-cmp-2"
3523 #    - title: "2005.0-3"
3524 #      data-set: "vpp-performance-changes-3n-skx-cmp"
3525 #  comparisons:
3526 #    - title: "Diff1"
3527 #      reference: 3
3528 #      compare: 4
3529 #    - title: "Diff2"
3530 #      reference: 2
3531 #      compare: 3
3532 ##  rca:
3533 ##    - title: "RCA1"
3534 ##      data: "rca/rca-2005-3n-skx-4t2c-ndr-rca1.yaml"
3535 ##    - title: "RCA2"
3536 ##      data: "rca/rca-2005-3n-skx-4t2c-ndr-rca2.yaml"
3537 #  legend:
3538 #    - "Legend to Table"
3539 #    - 'YYMM.V-E - tested VPP version (YY year, MM month, V minor version) and CSIT test environment version (E environment version, "2" for 2020-03-27, "3" for 2020-XX-XX).'
3540 #    - 'Diff1 - difference between environment versions "2" and "3" for the same VPP version, 2005.0-2 vs. 2005.0-3.'
3541 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2005.0-2 vs. 2001.0-2.'
3542 ##    - 'RCA1 - root cause analysis reference for Diff1.'
3543 ##    - 'RCA2 - root cause analysis reference for Diff2.'
3544
3545 # VPP Performance Changes 2n-skx 2t1c pdr
3546 - type: "table"
3547   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3548   algorithm: "table_comparison"
3549   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3550   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3551   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3552   columns:
3553     - title: "1908.1-2"
3554       data-set: "vpp-performance-changes-2n-skx-h1"
3555     - title: "2001.0-2"
3556       data-set: "vpp-performance-changes-2n-skx-ref"
3557     - title: "2005.0-2"
3558       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3559     - title: "2005.0-3"
3560       data-set: "vpp-performance-changes-2n-skx-cmp"
3561   comparisons:
3562     - title: "Diff1"
3563       reference: 3
3564       compare: 4
3565     - title: "Diff2"
3566       reference: 2
3567       compare: 3
3568 #  rca:
3569 #    - title: "RCA1"
3570 #      data: "rca/rca-2005-2n-skx-2t1c-pdr-rca1.yaml"
3571 #    - title: "RCA2"
3572 #      data: "rca/rca-2005-2n-skx-2t1c-pdr-rca2.yaml"
3573   legend:
3574     - "Legend to Table"
3575     - 'YYMM.V-E - tested VPP version (YY year, MM month, V minor version) and CSIT test environment version (E environment version, "2" for 2020-03-27, "3" for 2020-XX-XX).'
3576     - 'Diff1 - difference between environment versions "2" and "3" for the same VPP version, 2005.0-2 vs. 2005.0-3.'
3577     - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2005.0-2 vs. 2001.0-2.'
3578 #    - 'RCA1 - root cause analysis reference for Diff1.'
3579 #    - 'RCA2 - root cause analysis reference for Diff2.'
3580
3581 # VPP Performance Changes 2n-skx 4t2c pdr
3582 - type: "table"
3583   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3584   algorithm: "table_comparison"
3585   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3586   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3587   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3588   columns:
3589     - title: "1908.1-2"
3590       data-set: "vpp-performance-changes-2n-skx-h1"
3591     - title: "2001.0-2"
3592       data-set: "vpp-performance-changes-2n-skx-ref"
3593     - title: "2005.0-2"
3594       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3595     - title: "2005.0-3"
3596       data-set: "vpp-performance-changes-2n-skx-cmp"
3597   comparisons:
3598     - title: "Diff1"
3599       reference: 3
3600       compare: 4
3601     - title: "Diff2"
3602       reference: 2
3603       compare: 3
3604 #  rca:
3605 #    - title: "RCA1"
3606 #      data: "rca/rca-2005-2n-skx-4t2c-pdr-rca1.yaml"
3607 #    - title: "RCA2"
3608 #      data: "rca/rca-2005-2n-skx-4t2c-pdr-rca2.yaml"
3609   legend:
3610     - "Legend to Table"
3611     - 'YYMM.V-E - tested VPP version (YY year, MM month, V minor version) and CSIT test environment version (E environment version, "2" for 2020-03-27, "3" for 2020-XX-XX).'
3612     - 'Diff1 - difference between environment versions "2" and "3" for the same VPP version, 2005.0-2 vs. 2005.0-3.'
3613     - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2005.0-2 vs. 2001.0-2.'
3614 #    - 'RCA1 - root cause analysis reference for Diff1.'
3615 #    - 'RCA2 - root cause analysis reference for Diff2.'
3616
3617 # VPP Performance Changes 2n-skx 2t1c ndr
3618 - type: "table"
3619   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3620   algorithm: "table_comparison"
3621   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3622   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3623   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3624   columns:
3625     - title: "1908.1-2"
3626       data-set: "vpp-performance-changes-2n-skx-h1"
3627     - title: "2001.0-2"
3628       data-set: "vpp-performance-changes-2n-skx-ref"
3629     - title: "2005.0-2"
3630       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3631     - title: "2005.0-3"
3632       data-set: "vpp-performance-changes-2n-skx-cmp"
3633   comparisons:
3634     - title: "Diff1"
3635       reference: 3
3636       compare: 4
3637     - title: "Diff2"
3638       reference: 2
3639       compare: 3
3640 #  rca:
3641 #    - title: "RCA1"
3642 #      data: "rca/rca-2005-2n-skx-2t1c-ndr-rca1.yaml"
3643 #    - title: "RCA2"
3644 #      data: "rca/rca-2005-2n-skx-2t1c-ndr-rca2.yaml"
3645   legend:
3646     - "Legend to Table"
3647     - 'YYMM.V-E - tested VPP version (YY year, MM month, V minor version) and CSIT test environment version (E environment version, "2" for 2020-03-27, "3" for 2020-XX-XX).'
3648     - 'Diff1 - difference between environment versions "2" and "3" for the same VPP version, 2005.0-2 vs. 2005.0-3.'
3649     - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2005.0-2 vs. 2001.0-2.'
3650 #    - 'RCA1 - root cause analysis reference for Diff1.'
3651 #    - 'RCA2 - root cause analysis reference for Diff2.'
3652
3653 # VPP Performance Changes 2n-skx 4t2c ndr
3654 - type: "table"
3655   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3656   algorithm: "table_comparison"
3657   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3658   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3659   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3660   columns:
3661     - title: "1908.1-2"
3662       data-set: "vpp-performance-changes-2n-skx-h1"
3663     - title: "2001.0-2"
3664       data-set: "vpp-performance-changes-2n-skx-ref"
3665     - title: "2005.0-2"
3666       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3667     - title: "2005.0-3"
3668       data-set: "vpp-performance-changes-2n-skx-cmp"
3669   comparisons:
3670     - title: "Diff1"
3671       reference: 3
3672       compare: 4
3673     - title: "Diff2"
3674       reference: 2
3675       compare: 3
3676 #  rca:
3677 #    - title: "RCA1"
3678 #      data: "rca/rca-2005-2n-skx-4t2c-ndr-rca1.yaml"
3679 #    - title: "RCA2"
3680 #      data: "rca/rca-2005-2n-skx-4t2c-ndr-rca2.yaml"
3681   legend:
3682     - "Legend to Table"
3683     - 'YYMM.V-E - tested VPP version (YY year, MM month, V minor version) and CSIT test environment version (E environment version, "2" for 2020-03-27, "3" for 2020-XX-XX).'
3684     - 'Diff1 - difference between environment versions "2" and "3" for the same VPP version, 2005.0-2 vs. 2005.0-3.'
3685     - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2005.0-2 vs. 2001.0-2.'
3686 #    - 'RCA1 - root cause analysis reference for Diff1.'
3687 #    - 'RCA2 - root cause analysis reference for Diff2.'
3688
3689 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
3690 - type: "table"
3691   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
3692   algorithm: "table_comparison"
3693   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
3694   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3695   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3696   columns:
3697     - title: "2001.0-2"
3698       data-set: "vpp-performance-changes-2n-clx-ref"
3699     - title: "2005.0-2"
3700       data-set: "vpp-performance-changes-2n-clx-cmp-2"
3701     - title: "2005.0-3"
3702       data-set: "vpp-performance-changes-2n-clx-cmp"
3703   comparisons:
3704     - title: "Diff1"
3705       reference: 2
3706       compare: 3
3707     - title: "Diff2"
3708       reference: 1
3709       compare: 2
3710 #  rca:
3711 #    - title: "RCA1"
3712 #      data: "rca/rca-2005-2n-clx-2t1c-pdr-rca1.yaml"
3713 #    - title: "RCA2"
3714 #      data: "rca/rca-2005-2n-clx-2t1c-pdr-rca2.yaml"
3715   legend:
3716     - "Legend to Table"
3717     - 'YYMM.V-E - tested VPP version (YY year, MM month, V minor version) and CSIT test environment version (E environment version, "2" for 2020-03-27, "3" for 2020-XX-XX).'
3718     - 'Diff1 - difference between environment versions "2" and "3" for the same VPP version, 2005.0-2 vs. 2005.0-3.'
3719     - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2005.0-2 vs. 2001.0-2.'
3720 #    - 'RCA1 - root cause analysis reference for Diff1.'
3721 #    - 'RCA2 - root cause analysis reference for Diff2.'
3722
3723 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
3724 - type: "table"
3725   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
3726   algorithm: "table_comparison"
3727   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
3728   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3729   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3730   columns:
3731     - title: "2001.0-2"
3732       data-set: "vpp-performance-changes-2n-clx-ref"
3733     - title: "2005.0-2"
3734       data-set: "vpp-performance-changes-2n-clx-cmp-2"
3735     - title: "2005.0-3"
3736       data-set: "vpp-performance-changes-2n-clx-cmp"
3737   comparisons:
3738     - title: "Diff1"
3739       reference: 2
3740       compare: 3
3741     - title: "Diff2"
3742       reference: 1
3743       compare: 2
3744 #  rca:
3745 #    - title: "RCA1"
3746 #      data: "rca/rca-2005-2n-clx-4t2c-pdr-rca1.yaml"
3747 #    - title: "RCA2"
3748 #      data: "rca/rca-2005-2n-clx-4t2c-pdr-rca2.yaml"
3749   legend:
3750     - "Legend to Table"
3751     - 'YYMM.V-E - tested VPP version (YY year, MM month, V minor version) and CSIT test environment version (E environment version, "2" for 2020-03-27, "3" for 2020-XX-XX).'
3752     - 'Diff1 - difference between environment versions "2" and "3" for the same VPP version, 2005.0-2 vs. 2005.0-3.'
3753     - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2005.0-2 vs. 2001.0-2.'
3754 #    - 'RCA1 - root cause analysis reference for Diff1.'
3755 #    - 'RCA2 - root cause analysis reference for Diff2.'
3756
3757 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
3758 - type: "table"
3759   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
3760   algorithm: "table_comparison"
3761   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
3762   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3763   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3764   columns:
3765     - title: "2001.0-2"
3766       data-set: "vpp-performance-changes-2n-clx-ref"
3767     - title: "2005.0-2"
3768       data-set: "vpp-performance-changes-2n-clx-cmp-2"
3769     - title: "2005.0-3"
3770       data-set: "vpp-performance-changes-2n-clx-cmp"
3771   comparisons:
3772     - title: "Diff1"
3773       reference: 2
3774       compare: 3
3775     - title: "Diff2"
3776       reference: 1
3777       compare: 2
3778 #  rca:
3779 #    - title: "RCA1"
3780 #      data: "rca/rca-2005-2n-clx-2t1c-ndr-rca1.yaml"
3781 #    - title: "RCA2"
3782 #      data: "rca/rca-2005-2n-clx-2t1c-ndr-rca2.yaml"
3783   legend:
3784     - "Legend to Table"
3785     - 'YYMM.V-E - tested VPP version (YY year, MM month, V minor version) and CSIT test environment version (E environment version, "2" for 2020-03-27, "3" for 2020-XX-XX).'
3786     - 'Diff1 - difference between environment versions "2" and "3" for the same VPP version, 2005.0-2 vs. 2005.0-3.'
3787     - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2005.0-2 vs. 2001.0-2.'
3788 #    - 'RCA1 - root cause analysis reference for Diff1.'
3789 #    - 'RCA2 - root cause analysis reference for Diff2.'
3790
3791 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
3792 - type: "table"
3793   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
3794   algorithm: "table_comparison"
3795   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
3796   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3797   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3798   columns:
3799     - title: "2001.0-2"
3800       data-set: "vpp-performance-changes-2n-clx-ref"
3801     - title: "2005.0-2"
3802       data-set: "vpp-performance-changes-2n-clx-cmp-2"
3803     - title: "2005.0-3"
3804       data-set: "vpp-performance-changes-2n-clx-cmp"
3805   comparisons:
3806     - title: "Diff1"
3807       reference: 2
3808       compare: 3
3809     - title: "Diff2"
3810       reference: 1
3811       compare: 2
3812 #  rca:
3813 #    - title: "RCA1"
3814 #      data: "rca/rca-2005-2n-clx-4t2c-ndr-rca1.yaml"
3815 #    - title: "RCA2"
3816 #      data: "rca/rca-2005-2n-clx-4t2c-ndr-rca2.yaml"
3817   legend:
3818     - "Legend to Table"
3819     - 'YYMM.V-E - tested VPP version (YY year, MM month, V minor version) and CSIT test environment version (E environment version, "2" for 2020-03-27, "3" for 2020-XX-XX).'
3820     - 'Diff1 - difference between environment versions "2" and "3" for the same VPP version, 2005.0-2 vs. 2005.0-3.'
3821     - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2005.0-2 vs. 2001.0-2.'
3822 #    - 'RCA1 - root cause analysis reference for Diff1.'
3823 #    - 'RCA2 - root cause analysis reference for Diff2.'
3824
3825 # VPP Performance Changes 2n-clx-x556 2t1c pdr
3826 - type: "table"
3827   title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
3828   algorithm: "table_comparison"
3829   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
3830   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3831   filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3832   columns:
3833     - title: "2001.0-2"
3834       data-set: "vpp-performance-changes-2n-clx-ref"
3835     - title: "2005.0-3"
3836       data-set: "vpp-performance-changes-2n-clx-cmp"
3837   comparisons:
3838     - title: "Diff"
3839       reference: 1
3840       compare: 2
3841   legend:
3842     - "Legend to Table"
3843     - "2001, 2005 - VPP versions tested."
3844     - "Diff - difference between 2001.0-2 and 2005.0-3 VPP version."
3845
3846 # VPP Performance Changes 2n-clx-x556 4t2c pdr
3847 - type: "table"
3848   title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
3849   algorithm: "table_comparison"
3850   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
3851   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3852   filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3853   columns:
3854     - title: "2001.0-2"
3855       data-set: "vpp-performance-changes-2n-clx-ref"
3856     - title: "2005.0-3"
3857       data-set: "vpp-performance-changes-2n-clx-cmp"
3858   comparisons:
3859     - title: "Diff"
3860       reference: 1
3861       compare: 2
3862   legend:
3863     - "Legend to Table"
3864     - "2001, 2005 - VPP versions tested."
3865     - "Diff - difference between 2001.0-2 and 2005.0-3 VPP version."
3866
3867 # VPP Performance Changes 2n-clx-x556 2t1c ndr
3868 - type: "table"
3869   title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
3870   algorithm: "table_comparison"
3871   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
3872   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3873   filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3874   columns:
3875     - title: "2001.0-2"
3876       data-set: "vpp-performance-changes-2n-clx-ref"
3877     - title: "2005.0-3"
3878       data-set: "vpp-performance-changes-2n-clx-cmp"
3879   comparisons:
3880     - title: "Diff"
3881       reference: 1
3882       compare: 2
3883   legend:
3884     - "Legend to Table"
3885     - "2001, 2005 - VPP versions tested."
3886     - "Diff - difference between 2001.0-2 and 2005.0-3 VPP version."
3887
3888 # VPP Performance Changes 2n-clx-x556 4t2c ndr
3889 - type: "table"
3890   title: "VPP Performance Changes 2n-clx-x556 ndr"
3891   algorithm: "table_comparison"
3892   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
3893   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3894   filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3895   columns:
3896     - title: "2001.0-2"
3897       data-set: "vpp-performance-changes-2n-clx-ref"
3898     - title: "2005.0-3"
3899       data-set: "vpp-performance-changes-2n-clx-cmp"
3900   comparisons:
3901     - title: "Diff"
3902       reference: 1
3903       compare: 2
3904   legend:
3905     - "Legend to Table"
3906     - "2001, 2005 - VPP versions tested."
3907     - "Diff - difference between 2001.0-2 and 2005.0-3 VPP version."
3908
3909 # VPP Performance Changes 2n-dnv 1t1c pdr
3910 - type: "table"
3911   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3912   algorithm: "table_comparison"
3913   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3914   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3915   filter: "'1T1C'"
3916   columns:
3917     - title: "1908"
3918       data-set: "vpp-performance-changes-2n-dnv-h1"
3919     - title: "2001"
3920       data-set: "vpp-performance-changes-2n-dnv-ref"
3921     - title: "2005"
3922       data-set: "vpp-performance-changes-2n-dnv-cmp"
3923   comparisons:
3924     - title: "Diff"
3925       reference: 2
3926       compare: 3
3927   legend:
3928     - "Legend to Table"
3929     - "1908, 2001, 2005 - VPP versions tested."
3930     - "Diff - difference between 2001 and 2005 VPP version."
3931
3932 # VPP Performance Changes 2n-dnv 2t2c pdr
3933 - type: "table"
3934   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3935   algorithm: "table_comparison"
3936   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3937   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3938   filter: "'2T2C'"
3939   columns:
3940     - title: "1908"
3941       data-set: "vpp-performance-changes-2n-dnv-h1"
3942     - title: "2001"
3943       data-set: "vpp-performance-changes-2n-dnv-ref"
3944     - title: "2005"
3945       data-set: "vpp-performance-changes-2n-dnv-cmp"
3946   comparisons:
3947     - title: "Diff"
3948       reference: 2
3949       compare: 3
3950   legend:
3951     - "Legend to Table"
3952     - "1908, 2001, 2005 - VPP versions tested."
3953     - "Diff - difference between 2001 and 2005 VPP version."
3954
3955 # VPP Performance Changes 2n-dnv 1t1c ndr
3956 - type: "table"
3957   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3958   algorithm: "table_comparison"
3959   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3960   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3961   filter: "'1T1C'"
3962   columns:
3963     - title: "1908"
3964       data-set: "vpp-performance-changes-2n-dnv-h1"
3965     - title: "2001"
3966       data-set: "vpp-performance-changes-2n-dnv-ref"
3967     - title: "2005"
3968       data-set: "vpp-performance-changes-2n-dnv-cmp"
3969   comparisons:
3970     - title: "Diff"
3971       reference: 2
3972       compare: 3
3973   legend:
3974     - "Legend to Table"
3975     - "1908, 2001, 2005 - VPP versions tested."
3976     - "Diff - difference between 2001 and 2005 VPP version."
3977
3978 # VPP Performance Changes 2n-dnv 2t2c ndr
3979 - type: "table"
3980   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3981   algorithm: "table_comparison"
3982   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3983   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3984   filter: "'2T2C'"
3985   columns:
3986     - title: "1908"
3987       data-set: "vpp-performance-changes-2n-dnv-h1"
3988     - title: "2001"
3989       data-set: "vpp-performance-changes-2n-dnv-ref"
3990     - title: "2005"
3991       data-set: "vpp-performance-changes-2n-dnv-cmp"
3992   comparisons:
3993     - title: "Diff"
3994       reference: 2
3995       compare: 3
3996   legend:
3997     - "Legend to Table"
3998     - "1908, 2001, 2005 - VPP versions tested."
3999     - "Diff - difference between 2001 and 2005 VPP version."
4000
4001 # VPP Performance Changes 3n-dnv 1t1c pdr
4002 - type: "table"
4003   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
4004   algorithm: "table_comparison"
4005   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
4006   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4007   filter: "'1T1C'"
4008   columns:
4009     - title: "1908"
4010       data-set: "vpp-performance-changes-3n-dnv-h1"
4011     - title: "2001"
4012       data-set: "vpp-performance-changes-3n-dnv-ref"
4013     - title: "2005"
4014       data-set: "vpp-performance-changes-3n-dnv-cmp"
4015   comparisons:
4016     - title: "Diff"
4017       reference: 2
4018       compare: 3
4019   legend:
4020     - "Legend to Table"
4021     - "1908, 2001, 2005 - VPP versions tested."
4022     - "Diff - difference between 2001 and 2005 VPP version."
4023
4024 # VPP Performance Changes 3n-dnv 2t2c pdr
4025 - type: "table"
4026   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
4027   algorithm: "table_comparison"
4028   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
4029   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4030   filter: "'2T2C'"
4031   columns:
4032     - title: "1908"
4033       data-set: "vpp-performance-changes-3n-dnv-h1"
4034     - title: "2001"
4035       data-set: "vpp-performance-changes-3n-dnv-ref"
4036     - title: "2005"
4037       data-set: "vpp-performance-changes-3n-dnv-cmp"
4038   comparisons:
4039     - title: "Diff"
4040       reference: 2
4041       compare: 3
4042   legend:
4043     - "Legend to Table"
4044     - "1908, 2001, 2005 - VPP versions tested."
4045     - "Diff - difference between 2001 and 2005 VPP version."
4046
4047 # VPP Performance Changes 3n-dnv 1t1c ndr
4048 - type: "table"
4049   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
4050   algorithm: "table_comparison"
4051   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
4052   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4053   filter: "'1T1C'"
4054   columns:
4055     - title: "1908"
4056       data-set: "vpp-performance-changes-3n-dnv-h1"
4057     - title: "2001"
4058       data-set: "vpp-performance-changes-3n-dnv-ref"
4059     - title: "2005"
4060       data-set: "vpp-performance-changes-3n-dnv-cmp"
4061   comparisons:
4062     - title: "Diff"
4063       reference: 2
4064       compare: 3
4065   legend:
4066     - "Legend to Table"
4067     - "1908, 2001, 2005 - VPP versions tested."
4068     - "Diff - difference between 2001 and 2005 VPP version."
4069
4070 # VPP Performance Changes 3n-dnv 2t2c ndr
4071 - type: "table"
4072   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
4073   algorithm: "table_comparison"
4074   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
4075   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4076   filter: "'2T2C'"
4077   columns:
4078     - title: "1908"
4079       data-set: "vpp-performance-changes-3n-dnv-h1"
4080     - title: "2001"
4081       data-set: "vpp-performance-changes-3n-dnv-ref"
4082     - title: "2005"
4083       data-set: "vpp-performance-changes-3n-dnv-cmp"
4084   comparisons:
4085     - title: "Diff"
4086       reference: 2
4087       compare: 3
4088   legend:
4089     - "Legend to Table"
4090     - "1908, 2001, 2005 - VPP versions tested."
4091     - "Diff - difference between 2001 and 2005 VPP version."
4092
4093 ## VPP Performance Changes 3n-tsh 1t1c pdr
4094 #- type: "table"
4095 #  title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4096 #  algorithm: "table_comparison"
4097 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4098 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4099 #  filter: "'1T1C'"
4100 #  columns:
4101 #    - title: "1908.1-2"
4102 #      data-set: "vpp-performance-changes-3n-tsh-h1"
4103 #    - title: "2001.0-2"
4104 #      data-set: "vpp-performance-changes-3n-tsh-ref"
4105 #    - title: "2005.0-2"
4106 #      data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4107 #    - title: "2005.0-3"
4108 #      data-set: "vpp-performance-changes-3n-tsh-cmp"
4109 #  comparisons:
4110 #    - title: "Diff1"
4111 #      reference: 3
4112 #      compare: 4
4113 #    - title: "Diff2"
4114 #      reference: 2
4115 #      compare: 3
4116 ##  rca:
4117 ##    - title: "RCA1"
4118 ##      data: "rca/rca-2005-3n-tsh-1t1c-pdr-rca1.yaml"
4119 ##    - title: "RCA2"
4120 ##      data: "rca/rca-2005-3n-tsh-1t1c-pdr-rca2.yaml"
4121 #  legend:
4122 #    - "Legend to Table"
4123 #    - 'YYMM.V-E - tested VPP version (YY year, MM month, V minor version) and CSIT test environment version (E environment version, "2" for 2020-03-27, "3" for 2020-XX-XX).'
4124 #    - 'Diff1 - difference between environment versions "2" and "3" for the same VPP version, 2005.0-2 vs. 2005.0-3.'
4125 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2005.0-2 vs. 2001.0-2.'
4126 ##    - 'RCA1 - root cause analysis reference for Diff1.'
4127 ##    - 'RCA2 - root cause analysis reference for Diff2.'
4128 #
4129 ## VPP Performance Changes 3n-tsh 2t2c pdr
4130 #- type: "table"
4131 #  title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4132 #  algorithm: "table_comparison"
4133 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4134 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4135 #  filter: "'2T2C'"
4136 #  columns:
4137 #    - title: "1908.1-2"
4138 #      data-set: "vpp-performance-changes-3n-tsh-h1"
4139 #    - title: "2001.0-2"
4140 #      data-set: "vpp-performance-changes-3n-tsh-ref"
4141 #    - title: "2005.0-2"
4142 #      data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4143 #    - title: "2005.0-3"
4144 #      data-set: "vpp-performance-changes-3n-tsh-cmp"
4145 #  comparisons:
4146 #    - title: "Diff1"
4147 #      reference: 3
4148 #      compare: 4
4149 #    - title: "Diff2"
4150 #      reference: 2
4151 #      compare: 3
4152 ##  rca:
4153 ##    - title: "RCA1"
4154 ##      data: "rca/rca-2005-3n-tsh-2t2c-pdr-rca1.yaml"
4155 ##    - title: "RCA2"
4156 ##      data: "rca/rca-2005-3n-tsh-2t2c-pdr-rca2.yaml"
4157 #  legend:
4158 #    - "Legend to Table"
4159 #    - 'YYMM.V-E - tested VPP version (YY year, MM month, V minor version) and CSIT test environment version (E environment version, "2" for 2020-03-27, "3" for 2020-XX-XX).'
4160 #    - 'Diff1 - difference between environment versions "2" and "3" for the same VPP version, 2005.0-2 vs. 2005.0-3.'
4161 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2005.0-2 vs. 2001.0-2.'
4162 ##    - 'RCA1 - root cause analysis reference for Diff1.'
4163 ##    - 'RCA2 - root cause analysis reference for Diff2.'
4164 #
4165 ## VPP Performance Changes 3n-tsh 1t1c ndr
4166 #- type: "table"
4167 #  title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4168 #  algorithm: "table_comparison"
4169 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4170 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4171 #  filter: "'1T1C'"
4172 #  columns:
4173 #    - title: "1908.1-2"
4174 #      data-set: "vpp-performance-changes-3n-tsh-h1"
4175 #    - title: "2001.0-2"
4176 #      data-set: "vpp-performance-changes-3n-tsh-ref"
4177 #    - title: "2005.0-2"
4178 #      data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4179 #    - title: "2005.0-3"
4180 #      data-set: "vpp-performance-changes-3n-tsh-cmp"
4181 #  comparisons:
4182 #    - title: "Diff1"
4183 #      reference: 3
4184 #      compare: 4
4185 #    - title: "Diff2"
4186 #      reference: 2
4187 #      compare: 3
4188 ##  rca:
4189 ##    - title: "RCA1"
4190 ##      data: "rca/rca-2005-3n-tsh-1t1c-ndr-rca1.yaml"
4191 ##    - title: "RCA2"
4192 ##      data: "rca/rca-2005-3n-tsh-1t1c-ndr-rca2.yaml"
4193 #  legend:
4194 #    - "Legend to Table"
4195 #    - 'YYMM.V-E - tested VPP version (YY year, MM month, V minor version) and CSIT test environment version (E environment version, "2" for 2020-03-27, "3" for 2020-XX-XX).'
4196 #    - 'Diff1 - difference between environment versions "2" and "3" for the same VPP version, 2005.0-2 vs. 2005.0-3.'
4197 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2005.0-2 vs. 2001.0-2.'
4198 ##    - 'RCA1 - root cause analysis reference for Diff1.'
4199 ##    - 'RCA2 - root cause analysis reference for Diff2.'
4200 #
4201 ## VPP Performance Changes 3n-tsh 2t2c ndr
4202 #- type: "table"
4203 #  title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4204 #  algorithm: "table_comparison"
4205 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4206 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4207 #  filter: "'2T2C'"
4208 #  columns:
4209 #    - title: "1908.1-2"
4210 #      data-set: "vpp-performance-changes-3n-tsh-h1"
4211 #    - title: "2001.0-2"
4212 #      data-set: "vpp-performance-changes-3n-tsh-ref"
4213 #    - title: "2005.0-2"
4214 #      data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4215 #    - title: "2005.0-3"
4216 #      data-set: "vpp-performance-changes-3n-tsh-cmp"
4217 #  comparisons:
4218 #    - title: "Diff1"
4219 #      reference: 3
4220 #      compare: 4
4221 #    - title: "Diff2"
4222 #      reference: 2
4223 #      compare: 3
4224 ##  rca:
4225 ##    - title: "RCA1"
4226 ##      data: "rca/rca-2005-3n-tsh-2t2c-ndr-rca1.yaml"
4227 ##    - title: "RCA2"
4228 ##      data: "rca/rca-2005-3n-tsh-2t2c-ndr-rca2.yaml"
4229 #  legend:
4230 #    - "Legend to Table"
4231 #    - 'YYMM.V-E - tested VPP version (YY year, MM month, V minor version) and CSIT test environment version (E environment version, "2" for 2020-03-27, "3" for 2020-XX-XX).'
4232 #    - 'Diff1 - difference between environment versions "2" and "3" for the same VPP version, 2005.0-2 vs. 2005.0-3.'
4233 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2005.0-2 vs. 2001.0-2.'
4234 ##    - 'RCA1 - root cause analysis reference for Diff1.'
4235 ##    - 'RCA2 - root cause analysis reference for Diff2.'
4236
4237 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4238 - type: "table"
4239   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4240   algorithm: "table_comparison"
4241   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4242   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4243   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4244   columns:
4245     - title: "3n-hsw xl710"
4246       data-set: "vpp-compare-testbeds-ref"
4247       tag: "NIC_Intel-XL710"
4248     - title: "3n-skx xxv710"
4249       data-set: "vpp-compare-testbeds-cmp"
4250       tag: "NIC_Intel-XXV710"
4251   comparisons:
4252     - title: "Diff"
4253       reference: 1
4254       compare: 2
4255   legend:
4256     - "Legend to Table"
4257     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4258     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4259
4260 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4261 - type: "table"
4262   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4263   algorithm: "table_comparison"
4264   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4265   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4266   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4267   columns:
4268     - title: "3n-hsw xl710"
4269       data-set: "vpp-compare-testbeds-ref"
4270       tag: "NIC_Intel-XL710"
4271     - title: "3n-skx xxv710"
4272       data-set: "vpp-compare-testbeds-cmp"
4273       tag: "NIC_Intel-XXV710"
4274   comparisons:
4275     - title: "Diff"
4276       reference: 1
4277       compare: 2
4278   legend:
4279     - "Legend to Table"
4280     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4281     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4282
4283 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
4284 - type: "table"
4285   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
4286   algorithm: "table_comparison"
4287   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
4288   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4289   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4290   columns:
4291     - title: "3n-hsw xl710"
4292       data-set: "vpp-compare-testbeds-ref"
4293       tag: "NIC_Intel-XL710"
4294     - title: "3n-skx xxv710"
4295       data-set: "vpp-compare-testbeds-cmp"
4296       tag: "NIC_Intel-XXV710"
4297   comparisons:
4298     - title: "Diff"
4299       reference: 1
4300       compare: 2
4301   legend:
4302     - "Legend to Table"
4303     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4304     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4305
4306 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4307 - type: "table"
4308   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4309   algorithm: "table_comparison"
4310   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4311   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4312   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4313   columns:
4314     - title: "3n-hsw xl710"
4315       data-set: "vpp-compare-testbeds-ref"
4316       tag: "NIC_Intel-XL710"
4317     - title: "3n-skx xxv710"
4318       data-set: "vpp-compare-testbeds-cmp"
4319       tag: "NIC_Intel-XXV710"
4320   comparisons:
4321     - title: "Diff"
4322       reference: 1
4323       compare: 2
4324   legend:
4325     - "Legend to Table"
4326     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4327     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4328
4329 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4330 - type: "table"
4331   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4332   algorithm: "table_comparison"
4333   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4334   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4335   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4336   columns:
4337     - title: "2n-skx"
4338       data-set: "vpp-compare-testbeds-skx-clx-ref"
4339     - title: "2n-clx"
4340       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4341   comparisons:
4342     - title: "Diff"
4343       reference: 1
4344       compare: 2
4345   legend:
4346     - "Legend to Table"
4347     - "2n-skx, 2n-clx - testbeds and NICs tested."
4348     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4349
4350 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4351 - type: "table"
4352   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4353   algorithm: "table_comparison"
4354   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4355   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4356   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4357   columns:
4358     - title: "2n-skx"
4359       data-set: "vpp-compare-testbeds-skx-clx-ref"
4360     - title: "2n-clx"
4361       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4362   comparisons:
4363     - title: "Diff"
4364       reference: 1
4365       compare: 2
4366   legend:
4367     - "Legend to Table"
4368     - "2n-skx, 2n-clx - testbeds and NICs tested."
4369     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4370
4371 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4372 - type: "table"
4373   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4374   algorithm: "table_comparison"
4375   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4376   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4377   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4378   columns:
4379     - title: "2n-skx"
4380       data-set: "vpp-compare-testbeds-skx-clx-ref"
4381     - title: "2n-clx"
4382       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4383   comparisons:
4384     - title: "Diff"
4385       reference: 1
4386       compare: 2
4387   legend:
4388     - "Legend to Table"
4389     - "2n-skx, 2n-clx - testbeds and NICs tested."
4390     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4391
4392 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4393 - type: "table"
4394   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4395   algorithm: "table_comparison"
4396   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4397   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4398   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4399   columns:
4400     - title: "2n-skx"
4401       data-set: "vpp-compare-testbeds-skx-clx-ref"
4402     - title: "2n-clx"
4403       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4404   comparisons:
4405     - title: "Diff"
4406       reference: 1
4407       compare: 2
4408   legend:
4409     - "Legend to Table"
4410     - "2n-skx, 2n-clx - testbeds and NICs tested."
4411     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4412
4413 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4414 - type: "table"
4415   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4416   algorithm: "table_comparison"
4417   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4418   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4419   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4420   columns:
4421     - title: "3n-hsw xl710"
4422       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4423       tag: "NIC_Intel-XL710"
4424     - title: "2n-clx xxv710"
4425       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4426       tag: "NIC_Intel-XXV710"
4427   comparisons:
4428     - title: "Diff"
4429       reference: 1
4430       compare: 2
4431   legend:
4432     - "Legend to Table"
4433     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4434     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4435
4436 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4437 - type: "table"
4438   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4439   algorithm: "table_comparison"
4440   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4441   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4442   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4443   columns:
4444     - title: "3n-hsw xl710"
4445       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4446       tag: "NIC_Intel-XL710"
4447     - title: "2n-clx xxv710"
4448       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4449       tag: "NIC_Intel-XXV710"
4450   comparisons:
4451     - title: "Diff"
4452       reference: 1
4453       compare: 2
4454   legend:
4455     - "Legend to Table"
4456     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4457     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4458
4459 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4460 - type: "table"
4461   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4462   algorithm: "table_comparison"
4463   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4464   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4465   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4466   columns:
4467     - title: "3n-hsw xl710"
4468       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4469       tag: "NIC_Intel-XL710"
4470     - title: "2n-clx xxv710"
4471       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4472       tag: "NIC_Intel-XXV710"
4473   comparisons:
4474     - title: "Diff"
4475       reference: 1
4476       compare: 2
4477   legend:
4478     - "Legend to Table"
4479     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4480     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4481
4482 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4483 - type: "table"
4484   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4485   algorithm: "table_comparison"
4486   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4487   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4488   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4489   columns:
4490     - title: "3n-hsw xl710"
4491       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4492       tag: "NIC_Intel-XL710"
4493     - title: "2n-clx xxv710"
4494       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4495       tag: "NIC_Intel-XXV710"
4496   comparisons:
4497     - title: "Diff"
4498       reference: 1
4499       compare: 2
4500   legend:
4501     - "Legend to Table"
4502     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4503     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4504
4505 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4506 - type: "table"
4507   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4508   algorithm: "table_comparison"
4509   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4510   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4511   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4512   columns:
4513     - title: "3n-skx"
4514       data-set: "vpp-compare-topologies-ref"
4515     - title: "2n-skx"
4516       data-set: "vpp-compare-topologies-cmp"
4517   comparisons:
4518     - title: "Diff"
4519       reference: 1
4520       compare: 2
4521   legend:
4522     - "Legend to Table"
4523     - "3n-skx, 2n-skx - topologies tested."
4524     - "Diff - difference between 3n-skx and 2n-skx topologies."
4525
4526 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4527 - type: "table"
4528   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4529   algorithm: "table_comparison"
4530   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4531   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4532   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4533   columns:
4534     - title: "3n-skx"
4535       data-set: "vpp-compare-topologies-ref"
4536     - title: "2n-skx"
4537       data-set: "vpp-compare-topologies-cmp"
4538   comparisons:
4539     - title: "Diff"
4540       reference: 1
4541       compare: 2
4542   legend:
4543     - "Legend to Table"
4544     - "3n-skx, 2n-skx - topologies tested."
4545     - "Diff - difference between 3n-skx and 2n-skx topologies."
4546
4547 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4548 - type: "table"
4549   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4550   algorithm: "table_comparison"
4551   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4552   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4553   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4554   columns:
4555     - title: "3n-skx"
4556       data-set: "vpp-compare-topologies-ref"
4557     - title: "2n-skx"
4558       data-set: "vpp-compare-topologies-cmp"
4559   comparisons:
4560     - title: "Diff"
4561       reference: 1
4562       compare: 2
4563   legend:
4564     - "Legend to Table"
4565     - "3n-skx, 2n-skx - topologies tested."
4566     - "Diff - difference between 3n-skx and 2n-skx topologies."
4567
4568 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4569 - type: "table"
4570   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4571   algorithm: "table_comparison"
4572   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4573   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4574   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4575   columns:
4576     - title: "3n-skx"
4577       data-set: "vpp-compare-topologies-ref"
4578     - title: "2n-skx"
4579       data-set: "vpp-compare-topologies-cmp"
4580   comparisons:
4581     - title: "Diff"
4582       reference: 1
4583       compare: 2
4584   legend:
4585     - "Legend to Table"
4586     - "3n-skx, 2n-skx - topologies tested."
4587     - "Diff - difference between 3n-skx and 2n-skx topologies."
4588
4589 # VPP Performance Changes 3n-hsw 1t1c mrr
4590 - type: "table"
4591   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4592   algorithm: "table_comparison"
4593   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4594   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4595   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4596   columns:
4597     - title: "1908"
4598       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4599     - title: "2001"
4600       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4601     - title: "2005"
4602       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4603   comparisons:
4604     - title: "Diff"
4605       reference: 2
4606       compare: 3
4607   legend:
4608     - "Legend to Table"
4609     - "1908, 2001, 2005 - VPP versions tested."
4610     - "Diff - difference between 2001 and 2005 VPP version."
4611
4612 # VPP Performance Changes 3n-hsw 2t2c mrr
4613 - type: "table"
4614   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4615   algorithm: "table_comparison"
4616   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4617   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4618   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4619   columns:
4620     - title: "1908"
4621       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4622     - title: "2001"
4623       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4624     - title: "2005"
4625       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4626   comparisons:
4627     - title: "Diff"
4628       reference: 2
4629       compare: 3
4630   legend:
4631     - "Legend to Table"
4632     - "1908, 2001, 2005 - VPP versions tested."
4633     - "Diff - difference between 2001 and 2005 VPP version."
4634
4635 # VPP Performance Changes 3n-hsw 4t4c mrr
4636 - type: "table"
4637   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
4638   algorithm: "table_comparison"
4639   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4640   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4641   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4642   columns:
4643     - title: "1908"
4644       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4645     - title: "2001"
4646       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4647     - title: "2005"
4648       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4649   comparisons:
4650     - title: "Diff"
4651       reference: 2
4652       compare: 3
4653   legend:
4654     - "Legend to Table"
4655     - "1908, 2001, 2005 - VPP versions tested."
4656     - "Diff - difference between 2001 and 2005 VPP version."
4657
4658 # VPP Performance Changes 3n-skx 2t1c mrr
4659 - type: "table"
4660   title: "VPP Performance Changes 3n-skx 2t1c mrr"
4661   algorithm: "table_comparison"
4662   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4663   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4664   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4665   columns:
4666 #    - title: "1908"
4667 #      data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4668     - title: "2001"
4669       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4670     - title: "2005"
4671       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4672   comparisons:
4673     - title: "Diff"
4674       reference: 1
4675       compare: 2
4676   legend:
4677     - "Legend to Table"
4678     - "2001, 2005 - VPP versions tested."
4679     - "Diff - difference between 2001 and 2005 VPP version."
4680
4681 # VPP Performance Changes 3n-skx 4t2c mrr
4682 - type: "table"
4683   title: "VPP Performance Changes 3n-skx 4t2c mrr"
4684   algorithm: "table_comparison"
4685   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4686   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4687   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4688   columns:
4689 #    - title: "1908"
4690 #      data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4691     - title: "2001"
4692       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4693     - title: "2005"
4694       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4695   comparisons:
4696     - title: "Diff"
4697       reference: 1
4698       compare: 2
4699   legend:
4700     - "Legend to Table"
4701     - "2001, 2005 - VPP versions tested."
4702     - "Diff - difference between 2001 and 2005 VPP version."
4703
4704 # VPP Performance Changes 3n-skx 8t4c mrr
4705 - type: "table"
4706   title: "VPP Performance Changes 3n-skx 8t4c mrr"
4707   algorithm: "table_comparison"
4708   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4709   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4710   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4711   columns:
4712 #    - title: "1908"
4713 #      data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4714     - title: "2001"
4715       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4716     - title: "2005"
4717       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4718   comparisons:
4719     - title: "Diff"
4720       reference: 1
4721       compare: 2
4722   legend:
4723     - "Legend to Table"
4724     - "2001, 2005 - VPP versions tested."
4725     - "Diff - difference between 2001 and 2005 VPP version."
4726
4727 # VPP Performance Changes 2n-skx 2t1c mrr
4728 - type: "table"
4729   title: "VPP Performance Changes 2n-skx 2t1c mrr"
4730   algorithm: "table_comparison"
4731   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4732   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4733   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4734   columns:
4735 #    - title: "1908"
4736 #      data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4737     - title: "2001"
4738       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4739     - title: "2005"
4740       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4741   comparisons:
4742     - title: "Diff"
4743       reference: 1
4744       compare: 2
4745   legend:
4746     - "Legend to Table"
4747     - "2001, 2005 - VPP versions tested."
4748     - "Diff - difference between 2001 and 2005 VPP version."
4749
4750 # VPP Performance Changes 2n-skx 4t2c mrr
4751 - type: "table"
4752   title: "VPP Performance Changes 2n-skx 4t2c mrr"
4753   algorithm: "table_comparison"
4754   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4755   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4756   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4757   columns:
4758 #    - title: "1908"
4759 #      data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4760     - title: "2001"
4761       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4762     - title: "2005"
4763       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4764   comparisons:
4765     - title: "Diff"
4766       reference: 1
4767       compare: 2
4768   legend:
4769     - "Legend to Table"
4770     - "2001, 2005 - VPP versions tested."
4771     - "Diff - difference between 2001 and 2005 VPP version."
4772
4773 # VPP Performance Changes 2n-skx 8t4c mrr
4774 - type: "table"
4775   title: "VPP Performance Changes 2n-skx 8t4c mrr"
4776   algorithm: "table_comparison"
4777   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4778   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4779   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4780   columns:
4781 #    - title: "1908"
4782 #      data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4783     - title: "2001"
4784       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4785     - title: "2005"
4786       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4787   comparisons:
4788     - title: "Diff"
4789       reference: 1
4790       compare: 2
4791   legend:
4792     - "Legend to Table"
4793     - "2001, 2005 - VPP versions tested."
4794     - "Diff - difference between 2001 and 2005 VPP version."
4795
4796 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
4797 - type: "table"
4798   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
4799   algorithm: "table_comparison"
4800   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
4801   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4802   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4803   columns:
4804     - title: "2001"
4805       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4806     - title: "2005"
4807       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4808   comparisons:
4809     - title: "Diff"
4810       reference: 1
4811       compare: 2
4812   legend:
4813     - "Legend to Table"
4814     - "2001, 2005 - VPP versions tested."
4815     - "Diff - difference between 2001 and 2005 VPP version."
4816
4817 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
4818 - type: "table"
4819   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
4820   algorithm: "table_comparison"
4821   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
4822   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4823   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4824   columns:
4825     - title: "2001"
4826       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4827     - title: "2005"
4828       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4829   comparisons:
4830     - title: "Diff"
4831       reference: 1
4832       compare: 2
4833   legend:
4834     - "Legend to Table"
4835     - "2001, 2005 - VPP versions tested."
4836     - "Diff - difference between 2001 and 2005 VPP version."
4837
4838 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
4839 - type: "table"
4840   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
4841   algorithm: "table_comparison"
4842   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
4843   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4844   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4845   columns:
4846     - title: "2001"
4847       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4848     - title: "2005"
4849       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4850   comparisons:
4851     - title: "Diff"
4852       reference: 1
4853       compare: 2
4854   legend:
4855     - "Legend to Table"
4856     - "2001, 2005 - VPP versions tested."
4857     - "Diff - difference between 2001 and 2005 VPP version."
4858
4859 # VPP Performance Changes 2n-clx-clx-x556 2t1c mrr
4860 - type: "table"
4861   title: "VPP Performance Changes 2n-clx-clx-x556 2t1c mrr"
4862   algorithm: "table_comparison"
4863   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-clx-x556-2t1c-mrr"
4864   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4865   filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4866   columns:
4867     - title: "2001"
4868       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4869     - title: "2005"
4870       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4871   comparisons:
4872     - title: "Diff"
4873       reference: 1
4874       compare: 2
4875   legend:
4876     - "Legend to Table"
4877     - "2001, 2005 - VPP versions tested."
4878     - "Diff - difference between 2001 and 2005 VPP version."
4879
4880 # VPP Performance Changes 2n-clx-clx-x556 4t2c mrr
4881 - type: "table"
4882   title: "VPP Performance Changes 2n-clx-clx-x556 4t2c mrr"
4883   algorithm: "table_comparison"
4884   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-clx-x556-4t2c-mrr"
4885   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4886   filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4887   columns:
4888     - title: "2001"
4889       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4890     - title: "2005"
4891       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4892   comparisons:
4893     - title: "Diff"
4894       reference: 1
4895       compare: 2
4896   legend:
4897     - "Legend to Table"
4898     - "2001, 2005 - VPP versions tested."
4899     - "Diff - difference between 2001 and 2005 VPP version."
4900
4901 # VPP Performance Changes 2n-clx-clx-x556 8t4c mrr
4902 - type: "table"
4903   title: "VPP Performance Changes 2n-clx-clx-x556 8t4c mrr"
4904   algorithm: "table_comparison"
4905   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-clx-x556-8t4c-mrr"
4906   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4907   filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4908   columns:
4909     - title: "2001"
4910       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4911     - title: "2005"
4912       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4913   comparisons:
4914     - title: "Diff"
4915       reference: 1
4916       compare: 2
4917   legend:
4918     - "Legend to Table"
4919     - "2001, 2005 - VPP versions tested."
4920     - "Diff - difference between 2001 and 2005 VPP version."
4921
4922 # VPP Performance Changes 2n-dnv 1t1c mrr
4923 - type: "table"
4924   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
4925   algorithm: "table_comparison"
4926   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4927   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4928   filter: "'1T1C'"
4929   columns:
4930     - title: "1908"
4931       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4932     - title: "2001"
4933       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4934     - title: "2005"
4935       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4936   comparisons:
4937     - title: "Diff"
4938       reference: 2
4939       compare: 3
4940   legend:
4941     - "Legend to Table"
4942     - "1908, 2001, 2005 - VPP versions tested."
4943     - "Diff - difference between 2001 and 2005 VPP version."
4944
4945 # VPP Performance Changes 2n-dnv 2t2c mrr
4946 - type: "table"
4947   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
4948   algorithm: "table_comparison"
4949   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4950   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4951   filter: "'2T2C'"
4952   columns:
4953     - title: "1908"
4954       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4955     - title: "2001"
4956       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4957     - title: "2005"
4958       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4959   comparisons:
4960     - title: "Diff"
4961       reference: 2
4962       compare: 3
4963   legend:
4964     - "Legend to Table"
4965     - "1908, 2001, 2005 - VPP versions tested."
4966     - "Diff - difference between 2001 and 2005 VPP version."
4967
4968 # VPP Performance Changes 2n-dnv 4t4c mrr
4969 - type: "table"
4970   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
4971   algorithm: "table_comparison"
4972   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4973   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4974   filter: "'4T4C'"
4975   columns:
4976     - title: "1908"
4977       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4978     - title: "2001"
4979       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4980     - title: "2005"
4981       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4982   comparisons:
4983     - title: "Diff"
4984       reference: 2
4985       compare: 3
4986   legend:
4987     - "Legend to Table"
4988     - "1908, 2001, 2005 - VPP versions tested."
4989     - "Diff - difference between 2001 and 2005 VPP version."
4990
4991 # VPP Performance Changes 3n-dnv 1t1c mrr
4992 - type: "table"
4993   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
4994   algorithm: "table_comparison"
4995   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4996   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4997   filter: "'1T1C'"
4998   columns:
4999     - title: "1908"
5000       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5001     - title: "2001"
5002       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5003     - title: "2005"
5004       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5005   comparisons:
5006     - title: "Diff"
5007       reference: 2
5008       compare: 3
5009   legend:
5010     - "Legend to Table"
5011     - "1908, 2001, 2005 - VPP versions tested."
5012     - "Diff - difference between 2001 and 2005 VPP version."
5013
5014 # VPP Performance Changes 3n-dnv 2t2c mrr
5015 - type: "table"
5016   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
5017   algorithm: "table_comparison"
5018   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
5019   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5020   filter: "'2T2C'"
5021   columns:
5022     - title: "1908"
5023       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5024     - title: "2001"
5025       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5026     - title: "2005"
5027       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5028   comparisons:
5029     - title: "Diff"
5030       reference: 2
5031       compare: 3
5032   legend:
5033     - "Legend to Table"
5034     - "1908, 2001, 2005 - VPP versions tested."
5035     - "Diff - difference between 2001 and 2005 VPP version."
5036
5037 # VPP Performance Changes 3n-dnv 4t4c mrr
5038 - type: "table"
5039   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
5040   algorithm: "table_comparison"
5041   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
5042   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5043   filter: "'4T4C'"
5044   columns:
5045     - title: "1908"
5046       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5047     - title: "2001"
5048       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5049     - title: "2005"
5050       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5051   comparisons:
5052     - title: "Diff"
5053       reference: 2
5054       compare: 3
5055   legend:
5056     - "Legend to Table"
5057     - "1908, 2001, 2005 - VPP versions tested."
5058     - "Diff - difference between 2001 and 2005 VPP version."
5059
5060 # VPP Performance Changes 3n-tsh 1t1c mrr
5061 - type: "table"
5062   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
5063   algorithm: "table_comparison"
5064   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
5065   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5066   filter: "'1T1C'"
5067   columns:
5068     - title: "1908"
5069       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5070     - title: "2001"
5071       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
5072     - title: "2005"
5073       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5074   comparisons:
5075     - title: "Diff"
5076       reference: 2
5077       compare: 3
5078   legend:
5079     - "Legend to Table"
5080     - "1908, 2001, 2005 - VPP versions tested."
5081     - "Diff - difference between 2001 and 2005 VPP version."
5082
5083 # VPP Performance Changes 3n-tsh 2t2c mrr
5084 - type: "table"
5085   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
5086   algorithm: "table_comparison"
5087   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
5088   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5089   filter: "'2T2C'"
5090   columns:
5091     - title: "1908"
5092       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5093     - title: "2001"
5094       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
5095     - title: "2005"
5096       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5097   comparisons:
5098     - title: "Diff"
5099       reference: 2
5100       compare: 3
5101   legend:
5102     - "Legend to Table"
5103     - "1908, 2001, 2005 - VPP versions tested."
5104     - "Diff - difference between 2001 and 2005 VPP version."
5105
5106 # VPP Performance Changes 3n-tsh 4t4c mrr
5107 - type: "table"
5108   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
5109   algorithm: "table_comparison"
5110   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
5111   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5112   filter: "'4T4C'"
5113   columns:
5114     - title: "1908"
5115       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5116     - title: "2001"
5117       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
5118     - title: "2005"
5119       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5120   comparisons:
5121     - title: "Diff"
5122       reference: 2
5123       compare: 3
5124   legend:
5125     - "Legend to Table"
5126     - "1908, 2001, 2005 - VPP versions tested."
5127     - "Diff - difference between 2001 and 2005 VPP version."
5128
5129 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
5130 - type: "table"
5131   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
5132   algorithm: "table_comparison"
5133   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
5134   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5135   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5136   columns:
5137     - title: "3n-hsw xl710"
5138       data-set: "vpp-compare-testbeds-mrr-ref"
5139       tag: "NIC_Intel-XL710"
5140     - title: "3n-skx xxv710"
5141       data-set: "vpp-compare-testbeds-mrr-cmp"
5142       tag: "NIC_Intel-XXV710"
5143   comparisons:
5144     - title: "Diff"
5145       reference: 1
5146       compare: 2
5147   legend:
5148     - "Legend to Table"
5149     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5150     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5151
5152 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
5153 - type: "table"
5154   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
5155   algorithm: "table_comparison"
5156   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
5157   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5158   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5159   columns:
5160     - title: "3n-hsw xl710"
5161       data-set: "vpp-compare-testbeds-mrr-ref"
5162       tag: "NIC_Intel-XL710"
5163     - title: "3n-skx xxv710"
5164       data-set: "vpp-compare-testbeds-mrr-cmp"
5165       tag: "NIC_Intel-XXV710"
5166   comparisons:
5167     - title: "Diff"
5168       reference: 1
5169       compare: 2
5170   legend:
5171     - "Legend to Table"
5172     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5173     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5174
5175 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
5176 - type: "table"
5177   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
5178   algorithm: "table_comparison"
5179   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
5180   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5181   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5182   columns:
5183     - title: "3n-hsw xl710"
5184       data-set: "vpp-compare-testbeds-mrr-ref"
5185       tag: "NIC_Intel-XL710"
5186     - title: "3n-skx xxv710"
5187       data-set: "vpp-compare-testbeds-mrr-cmp"
5188       tag: "NIC_Intel-XXV710"
5189   comparisons:
5190     - title: "Diff"
5191       reference: 1
5192       compare: 2
5193   legend:
5194     - "Legend to Table"
5195     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5196     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5197
5198 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
5199 - type: "table"
5200   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
5201   algorithm: "table_comparison"
5202   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
5203   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5204   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5205   columns:
5206     - title: "2n-skx"
5207       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5208     - title: "2n-clx"
5209       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5210   comparisons:
5211     - title: "Diff"
5212       reference: 1
5213       compare: 2
5214   legend:
5215     - "Legend to Table"
5216     - "2n-skx, 2n-clx - testbeds and NICs tested."
5217     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5218
5219 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
5220 - type: "table"
5221   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
5222   algorithm: "table_comparison"
5223   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
5224   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5225   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5226   columns:
5227     - title: "2n-skx"
5228       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5229     - title: "2n-clx"
5230       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5231   comparisons:
5232     - title: "Diff"
5233       reference: 1
5234       compare: 2
5235   legend:
5236     - "Legend to Table"
5237     - "2n-skx, 2n-clx - testbeds and NICs tested."
5238     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5239
5240 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
5241 - type: "table"
5242   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
5243   algorithm: "table_comparison"
5244   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
5245   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5246   filter: "'8T4C' and 'NIC_Intel-XXV710'"
5247   columns:
5248     - title: "2n-skx"
5249       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5250     - title: "2n-clx"
5251       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5252   comparisons:
5253     - title: "Diff"
5254       reference: 1
5255       compare: 2
5256   legend:
5257     - "Legend to Table"
5258     - "2n-skx, 2n-clx - testbeds and NICs tested."
5259     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5260
5261 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
5262 - type: "table"
5263   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
5264   algorithm: "table_comparison"
5265   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
5266   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5267   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
5268   columns:
5269     - title: "3n-skx"
5270       data-set: "vpp-compare-topologies-mrr-ref"
5271     - title: "2n-skx"
5272       data-set: "vpp-compare-topologies-mrr-cmp"
5273   comparisons:
5274     - title: "Diff"
5275       reference: 1
5276       compare: 2
5277   legend:
5278     - "Legend to Table"
5279     - "3n-skx, 2n-skx - topologies tested."
5280     - "Diff - difference between 3n-skx and 2n-skx topologies."
5281
5282 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
5283 - type: "table"
5284   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
5285   algorithm: "table_comparison"
5286   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
5287   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5288   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
5289   columns:
5290     - title: "3n-skx"
5291       data-set: "vpp-compare-topologies-mrr-ref"
5292     - title: "2n-skx"
5293       data-set: "vpp-compare-topologies-mrr-cmp"
5294   comparisons:
5295     - title: "Diff"
5296       reference: 1
5297       compare: 2
5298   legend:
5299     - "Legend to Table"
5300     - "3n-skx, 2n-skx - topologies tested."
5301     - "Diff - difference between 3n-skx and 2n-skx topologies."
5302
5303 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
5304 - type: "table"
5305   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
5306   algorithm: "table_comparison"
5307   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
5308   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5309   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
5310   columns:
5311     - title: "3n-skx"
5312       data-set: "vpp-compare-topologies-mrr-ref"
5313     - title: "2n-skx"
5314       data-set: "vpp-compare-topologies-mrr-cmp"
5315   comparisons:
5316     - title: "Diff"
5317       reference: 1
5318       compare: 2
5319   legend:
5320     - "Legend to Table"
5321     - "3n-skx, 2n-skx - topologies tested."
5322     - "Diff - difference between 3n-skx and 2n-skx topologies."
5323
5324 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
5325 - type: "table"
5326   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
5327   algorithm: "table_comparison"
5328   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
5329   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5330   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5331   columns:
5332     - title: "3n-hsw xl710"
5333       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5334       tag: "NIC_Intel-XL710"
5335     - title: "2n-clx xxv710"
5336       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5337       tag: "NIC_Intel-XXV710"
5338   comparisons:
5339     - title: "Diff"
5340       reference: 1
5341       compare: 2
5342   legend:
5343     - "Legend to Table"
5344     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5345     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5346
5347 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
5348 - type: "table"
5349   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
5350   algorithm: "table_comparison"
5351   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
5352   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5353   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5354   columns:
5355     - title: "3n-hsw xl710"
5356       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5357       tag: "NIC_Intel-XL710"
5358     - title: "2n-clx xxv710"
5359       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5360       tag: "NIC_Intel-XXV710"
5361   comparisons:
5362     - title: "Diff"
5363       reference: 1
5364       compare: 2
5365   legend:
5366     - "Legend to Table"
5367     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5368     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5369
5370 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
5371 - type: "table"
5372   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
5373   algorithm: "table_comparison"
5374   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
5375   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5376   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5377   columns:
5378     - title: "3n-hsw xl710"
5379       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5380       tag: "NIC_Intel-XL710"
5381     - title: "2n-clx xxv710"
5382       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5383       tag: "NIC_Intel-XXV710"
5384   comparisons:
5385     - title: "Diff"
5386       reference: 1
5387       compare: 2
5388   legend:
5389     - "Legend to Table"
5390     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5391     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5392
5393 # Detailed Test Results - VPP Performance Results 3n-hsw
5394 - type: "table"
5395   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5396   algorithm: "table_merged_details"
5397   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5398   columns:
5399     - title: " |prein| Test Name |preout| "
5400       data: "data name"
5401     - 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| "
5402       data: "data msg"
5403   data: "vpp-perf-results-3n-hsw"
5404   filter: "all"
5405   parameters:
5406   - "name"
5407   - "parent"
5408   - "msg"
5409
5410 # Detailed Test Results - VPP Performance Results 3n-skx
5411 - type: "table"
5412   title: "Detailed Test Results - VPP Performance Results 3n-skx"
5413   algorithm: "table_merged_details"
5414   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
5415   columns:
5416     - title: " |prein| Test Name |preout| "
5417       data: "data name"
5418     - 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| "
5419       data: "data msg"
5420   data: "vpp-perf-results-3n-skx"
5421   filter: "all"
5422   remove-ndr: False
5423   parameters:
5424   - "name"
5425   - "parent"
5426   - "msg"
5427
5428 # Detailed Test Results - VPP Performance Results 2n-skx
5429 - type: "table"
5430   title: "Detailed Test Results - VPP Performance Results 2n-skx"
5431   algorithm: "table_merged_details"
5432   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
5433   columns:
5434     - title: " |prein| Test Name |preout| "
5435       data: "data name"
5436     - 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| "
5437       data: "data msg"
5438   data: "vpp-perf-results-2n-skx"
5439   filter: "all"
5440   remove-ndr: False
5441   parameters:
5442   - "name"
5443   - "parent"
5444   - "msg"
5445
5446 # Detailed Test Results - VPP Performance Results 2n-clx
5447 - type: "table"
5448   title: "Detailed Test Results - VPP Performance Results 2n-clx"
5449   algorithm: "table_merged_details"
5450   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
5451   columns:
5452     - title: " |prein| Test Name |preout| "
5453       data: "data name"
5454     - 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| "
5455       data: "data msg"
5456   data: "vpp-perf-results-2n-clx"
5457   filter: "all"
5458   parameters:
5459   - "name"
5460   - "parent"
5461   - "msg"
5462
5463 # Detailed Test Results - VPP Performance Results 3n-tsh
5464 - type: "table"
5465   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
5466   algorithm: "table_merged_details"
5467   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
5468   columns:
5469     - title: " |prein| Test Name |preout| "
5470       data: "data name"
5471     - 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| "
5472       data: "data msg"
5473   data: "vpp-perf-results-3n-tsh"
5474   filter: "all"
5475   parameters:
5476   - "name"
5477   - "parent"
5478   - "msg"
5479
5480 # Detailed Test Results - VPP Performance Results 3n-dnv
5481 - type: "table"
5482   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
5483   algorithm: "table_merged_details"
5484   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
5485   columns:
5486     - title: " |prein| Test Name |preout| "
5487       data: "data name"
5488     - 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| "
5489       data: "data msg"
5490   data: "vpp-perf-results-3n-dnv"
5491   filter: "all"
5492   parameters:
5493   - "name"
5494   - "parent"
5495   - "msg"
5496
5497 # Detailed Test Results - VPP Performance Results 2n-dnv
5498 - type: "table"
5499   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
5500   algorithm: "table_merged_details"
5501   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5502   columns:
5503     - title: " |prein| Test Name |preout| "
5504       data: "data name"
5505     - 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| "
5506       data: "data msg"
5507   data: "vpp-perf-results-2n-dnv"
5508   filter: "all"
5509   parameters:
5510   - "name"
5511   - "parent"
5512   - "msg"
5513
5514 # Test configuration - VPP Performance Test Configs 3n-hsw
5515 - type: "table"
5516   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
5517   algorithm: "table_merged_details"
5518   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
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-3n-hsw"
5525   filter: "all"
5526   parameters:
5527   - "parent"
5528   - "name"
5529   - "conf-history"
5530
5531 # Test configuration - VPP Performance Test Configs 3n-skx
5532 - type: "table"
5533   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5534   algorithm: "table_merged_details"
5535   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5536   columns:
5537     - title: " |prein| Test Name |preout| "
5538       data: "data name"
5539     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5540       data: "data conf-history"
5541   data: "vpp-perf-results-3n-skx"
5542   filter: "all"
5543   parameters:
5544   - "parent"
5545   - "name"
5546   - "conf-history"
5547
5548 # Test configuration - VPP Performance Test Configs 2n-skx
5549 - type: "table"
5550   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5551   algorithm: "table_merged_details"
5552   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5553   columns:
5554     - title: " |prein| Test Name |preout| "
5555       data: "data name"
5556     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5557       data: "data conf-history"
5558   data: "vpp-perf-results-2n-skx"
5559   filter: "all"
5560   parameters:
5561   - "parent"
5562   - "name"
5563   - "conf-history"
5564
5565 # Test configuration - VPP Performance Test Configs 2n-clx
5566 - type: "table"
5567   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5568   algorithm: "table_merged_details"
5569   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
5570   columns:
5571     - title: " |prein| Test Name |preout| "
5572       data: "data name"
5573     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5574       data: "data conf-history"
5575   data: "vpp-perf-results-2n-clx"
5576   filter: "all"
5577   parameters:
5578   - "parent"
5579   - "name"
5580   - "conf-history"
5581
5582 # Test configuration - VPP Performance Test Configs 3n-tsh
5583 - type: "table"
5584   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5585   algorithm: "table_merged_details"
5586   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5587   columns:
5588     - title: " |prein| Test Name |preout| "
5589       data: "data name"
5590     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5591       data: "data conf-history"
5592   data: "vpp-perf-results-3n-tsh"
5593   filter: "all"
5594   parameters:
5595   - "parent"
5596   - "name"
5597   - "conf-history"
5598
5599 # Test configuration - VPP Performance Test Configs 3n-dnv
5600 - type: "table"
5601   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5602   algorithm: "table_merged_details"
5603   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5604   columns:
5605     - title: " |prein| Test Name |preout| "
5606       data: "data name"
5607     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5608       data: "data conf-history"
5609   data: "vpp-perf-results-3n-dnv"
5610   filter: "all"
5611   parameters:
5612   - "parent"
5613   - "name"
5614   - "conf-history"
5615
5616 # Test configuration - VPP Performance Test Configs 2n-dnv
5617 - type: "table"
5618   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5619   algorithm: "table_merged_details"
5620   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5621   columns:
5622     - title: " |prein| Test Name |preout| "
5623       data: "data name"
5624     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5625       data: "data conf-history"
5626   data: "vpp-perf-results-2n-dnv"
5627   filter: "all"
5628   parameters:
5629   - "parent"
5630   - "name"
5631   - "conf-history"
5632
5633 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5634 - type: "table"
5635   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5636   algorithm: "table_oper_data_html"
5637   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5638   data: "vpp-perf-results-3n-hsw"
5639   filter: "all"
5640
5641 # Test Operational Data - VPP Performance Operational Data 3n-skx
5642 - type: "table"
5643   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5644   algorithm: "table_oper_data_html"
5645   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5646   data: "vpp-perf-results-3n-skx"
5647   filter: "all"
5648
5649 # Test Operational Data - VPP Performance Operational Data 2n-skx
5650 - type: "table"
5651   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5652   algorithm: "table_oper_data_html"
5653   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5654   data: "vpp-perf-results-2n-skx"
5655   filter: "all"
5656
5657 # Test Operational Data - VPP Performance Operational Data 2n-clx
5658 - type: "table"
5659   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5660   algorithm: "table_oper_data_html"
5661   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5662   data: "vpp-perf-results-2n-clx"
5663   filter: "all"
5664
5665 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5666 - type: "table"
5667   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5668   algorithm: "table_oper_data_html"
5669   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5670   data: "vpp-perf-results-3n-tsh"
5671   filter: "all"
5672
5673 # Test Operational Data - VPP Performance Operational Data 3n-dnv
5674 - type: "table"
5675   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5676   algorithm: "table_oper_data_html"
5677   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5678   data: "vpp-perf-results-3n-dnv"
5679   filter: "all"
5680
5681 # Test Operational Data - VPP Performance Operational Data 2n-dnv
5682 - type: "table"
5683   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5684   algorithm: "table_oper_data_html"
5685   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5686   data: "vpp-perf-results-2n-dnv"
5687   filter: "all"
5688
5689 # Detailed Test Results - VPP MRR Results 3n-hsw
5690 - type: "table"
5691   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5692   algorithm: "table_merged_details"
5693   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
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-3n-hsw"
5700   filter: "all"
5701   parameters:
5702   - "name"
5703   - "parent"
5704   - "msg"
5705
5706 # Detailed Test Results - VPP MRR Results 3n-skx
5707 - type: "table"
5708   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5709   algorithm: "table_merged_details"
5710   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5711   columns:
5712     - title: " |prein| Test Name |preout| "
5713       data: "data name"
5714     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5715       data: "data msg"
5716   data: "vpp-mrr-results-3n-skx"
5717   filter: "all"
5718   parameters:
5719   - "name"
5720   - "parent"
5721   - "msg"
5722
5723 # Detailed Test Results - VPP MRR Results 2n-skx
5724 - type: "table"
5725   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5726   algorithm: "table_merged_details"
5727   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5728   columns:
5729     - title: " |prein| Test Name |preout| "
5730       data: "data name"
5731     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5732       data: "data msg"
5733   data: "vpp-mrr-results-2n-skx"
5734   filter: "all"
5735   parameters:
5736   - "name"
5737   - "parent"
5738   - "msg"
5739
5740 # Detailed Test Results - VPP MRR Results 2n-clx
5741 - type: "table"
5742   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5743   algorithm: "table_merged_details"
5744   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5745   columns:
5746     - title: " |prein| Test Name |preout| "
5747       data: "data name"
5748     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5749       data: "data msg"
5750   data: "vpp-mrr-results-2n-clx"
5751   filter: "all"
5752   parameters:
5753   - "name"
5754   - "parent"
5755   - "msg"
5756
5757 # Detailed Test Results - VPP MRR Results 3n-tsh
5758 - type: "table"
5759   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5760   algorithm: "table_merged_details"
5761   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5762   columns:
5763     - title: " |prein| Test Name |preout| "
5764       data: "data name"
5765     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5766       data: "data msg"
5767   data: "vpp-mrr-results-3n-tsh"
5768   filter: "all"
5769   parameters:
5770   - "name"
5771   - "parent"
5772   - "msg"
5773
5774 # Detailed Test Results - VPP MRR Results 3n-dnv
5775 - type: "table"
5776   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5777   algorithm: "table_merged_details"
5778   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5779   columns:
5780     - title: " |prein| Test Name |preout| "
5781       data: "data name"
5782     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5783       data: "data msg"
5784   data: "vpp-mrr-results-3n-dnv"
5785   filter: "all"
5786   parameters:
5787   - "name"
5788   - "parent"
5789   - "msg"
5790
5791 # Detailed Test Results - VPP MRR Results 2n-dnv
5792 - type: "table"
5793   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5794   algorithm: "table_merged_details"
5795   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5796   columns:
5797     - title: " |prein| Test Name |preout| "
5798       data: "data name"
5799     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5800       data: "data msg"
5801   data: "vpp-mrr-results-2n-dnv"
5802   filter: "all"
5803   parameters:
5804   - "name"
5805   - "parent"
5806   - "msg"
5807
5808 # Test configuration - VPP MRR Test Configs 3n-hsw
5809 - type: "table"
5810   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5811   algorithm: "table_merged_details"
5812   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
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-3n-hsw"
5819   filter: "all"
5820   parameters:
5821   - "parent"
5822   - "name"
5823   - "conf-history"
5824
5825 # Test configuration - VPP MRR Test Configs 3n-skx
5826 - type: "table"
5827   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5828   algorithm: "table_merged_details"
5829   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5830   columns:
5831     - title: " |prein| Test Name |preout| "
5832       data: "data name"
5833     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5834       data: "data conf-history"
5835   data: "vpp-mrr-results-3n-skx"
5836   filter: "all"
5837   parameters:
5838   - "parent"
5839   - "name"
5840   - "conf-history"
5841
5842 # Test configuration - VPP MRR Test Configs 2n-skx
5843 - type: "table"
5844   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5845   algorithm: "table_merged_details"
5846   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5847   columns:
5848     - title: " |prein| Test Name |preout| "
5849       data: "data name"
5850     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5851       data: "data conf-history"
5852   data: "vpp-mrr-results-2n-skx"
5853   filter: "all"
5854   parameters:
5855   - "parent"
5856   - "name"
5857   - "conf-history"
5858
5859 # Test configuration - VPP MRR Test Configs 2n-clx
5860 - type: "table"
5861   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5862   algorithm: "table_merged_details"
5863   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5864   columns:
5865     - title: " |prein| Test Name |preout| "
5866       data: "data name"
5867     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5868       data: "data conf-history"
5869   data: "vpp-mrr-results-2n-clx"
5870   filter: "all"
5871   parameters:
5872   - "parent"
5873   - "name"
5874   - "conf-history"
5875
5876 # Test configuration - VPP MRR Test Configs 3n-tsh
5877 - type: "table"
5878   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5879   algorithm: "table_merged_details"
5880   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5881   columns:
5882     - title: " |prein| Test Name |preout| "
5883       data: "data name"
5884     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5885       data: "data conf-history"
5886   data: "vpp-mrr-results-3n-tsh"
5887   filter: "all"
5888   parameters:
5889   - "parent"
5890   - "name"
5891   - "conf-history"
5892
5893 # Test configuration - VPP MRR Test Configs 3n-dnv
5894 - type: "table"
5895   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5896   algorithm: "table_merged_details"
5897   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5898   columns:
5899     - title: " |prein| Test Name |preout| "
5900       data: "data name"
5901     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5902       data: "data conf-history"
5903   data: "vpp-mrr-results-3n-dnv"
5904   filter: "all"
5905   parameters:
5906   - "parent"
5907   - "name"
5908   - "conf-history"
5909
5910 # Test configuration - VPP MRR Test Configs 2n-dnv
5911 - type: "table"
5912   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5913   algorithm: "table_merged_details"
5914   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5915   columns:
5916     - title: " |prein| Test Name |preout| "
5917       data: "data name"
5918     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5919       data: "data conf-history"
5920   data: "vpp-mrr-results-2n-dnv"
5921   filter: "all"
5922   parameters:
5923   - "parent"
5924   - "name"
5925   - "conf-history"
5926
5927 # Detailed Test Results - VPP Device Results - Ubuntu
5928 - type: "table"
5929   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5930   algorithm: "table_merged_details"
5931   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5932   columns:
5933     - title: " |prein| Test Name |preout| "
5934       data: "data name"
5935     - title: " |prein| Status |preout| "
5936       data: "data status"
5937   data: "vpp-device-results-ubuntu"
5938   filter: "all"
5939   parameters:
5940   - "name"
5941   - "parent"
5942   - "doc"
5943   - "status"
5944
5945 # Test configuration - VPP Device Test Configs - Ubuntu
5946 - type: "table"
5947   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5948   algorithm: "table_merged_details"
5949   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5950   columns:
5951     - title: " |prein| Test Name |preout| "
5952       data: "data name"
5953     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5954       data: "data conf-history"
5955   data: "vpp-device-results-ubuntu"
5956   filter: "all"
5957   parameters:
5958   - "parent"
5959   - "name"
5960   - "conf-history"
5961
5962 ################################################################################
5963
5964 # DPDK Performance Changes 3n-hsw 1t1c pdr
5965 - type: "table"
5966   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5967   algorithm: "table_comparison"
5968   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5969   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5970   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5971   columns:
5972     - title: "1908"
5973       data-set: "dpdk-performance-changes-3n-hsw-h1"
5974     - title: "2001"
5975       data-set: "dpdk-performance-changes-3n-hsw-ref"
5976     - title: "2005"
5977       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5978   comparisons:
5979     - title: "Diff"
5980       reference: 2
5981       compare: 3
5982   legend:
5983     - "Legend to Table"
5984     - "1908, 2001, 2005 - DPDK versions tested."
5985     - "Diff - difference between 2001 and 2005 DPDK version."
5986
5987 # DPDK Performance Changes 3n-hsw 2t2c pdr
5988 - type: "table"
5989   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5990   algorithm: "table_comparison"
5991   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5992   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5993   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5994   columns:
5995     - title: "1908"
5996       data-set: "dpdk-performance-changes-3n-hsw-h1"
5997     - title: "2001"
5998       data-set: "dpdk-performance-changes-3n-hsw-ref"
5999     - title: "2005"
6000       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6001   comparisons:
6002     - title: "Diff"
6003       reference: 2
6004       compare: 3
6005   legend:
6006     - "Legend to Table"
6007     - "1908, 2001, 2005 - DPDK versions tested."
6008     - "Diff - difference between 2001 and 2005 DPDK version."
6009
6010 # DPDK Performance Changes 3n-hsw 1t1c pdr
6011 - type: "table"
6012   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
6013   algorithm: "table_comparison"
6014   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
6015   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6016   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6017   columns:
6018     - title: "1908"
6019       data-set: "dpdk-performance-changes-3n-hsw-h1"
6020     - title: "2001"
6021       data-set: "dpdk-performance-changes-3n-hsw-ref"
6022     - title: "2005"
6023       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6024   comparisons:
6025     - title: "Diff"
6026       reference: 2
6027       compare: 3
6028   legend:
6029     - "Legend to Table"
6030     - "1908, 2001, 2005 - DPDK versions tested."
6031     - "Diff - difference between 2001 and 2005 DPDK version."
6032
6033 # DPDK Performance Changes 3n-hsw 2t2c ndr
6034 - type: "table"
6035   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
6036   algorithm: "table_comparison"
6037   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
6038   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6039   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6040   columns:
6041     - title: "1908"
6042       data-set: "dpdk-performance-changes-3n-hsw-h1"
6043     - title: "2001"
6044       data-set: "dpdk-performance-changes-3n-hsw-ref"
6045     - title: "2005"
6046       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6047   comparisons:
6048     - title: "Diff"
6049       reference: 2
6050       compare: 3
6051   legend:
6052     - "Legend to Table"
6053     - "1908, 2001, 2005 - DPDK versions tested."
6054     - "Diff - difference between 2001 and 2005 DPDK version."
6055
6056 # DPDK Performance Changes 3n-skx 2t1c pdr
6057 - type: "table"
6058   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
6059   algorithm: "table_comparison"
6060   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
6061   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6062   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6063   columns:
6064     - title: "1908"
6065       data-set: "dpdk-performance-changes-3n-skx-h1"
6066     - title: "2001"
6067       data-set: "dpdk-performance-changes-3n-skx-ref"
6068     - title: "2005"
6069       data-set: "dpdk-performance-changes-3n-skx-cmp"
6070   comparisons:
6071     - title: "Diff"
6072       reference: 2
6073       compare: 3
6074   legend:
6075     - "Legend to Table"
6076     - "1908, 2001, 2005 - DPDK versions tested."
6077     - "Diff - difference between 2001 and 2005 DPDK version."
6078
6079 # DPDK Performance Changes 3n-skx 4t2c pdr
6080 - type: "table"
6081   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
6082   algorithm: "table_comparison"
6083   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
6084   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6085   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6086   columns:
6087     - title: "1908"
6088       data-set: "dpdk-performance-changes-3n-skx-h1"
6089     - title: "2001"
6090       data-set: "dpdk-performance-changes-3n-skx-ref"
6091     - title: "2005"
6092       data-set: "dpdk-performance-changes-3n-skx-cmp"
6093   comparisons:
6094     - title: "Diff"
6095       reference: 2
6096       compare: 3
6097   legend:
6098     - "Legend to Table"
6099     - "1908, 2001, 2005 - DPDK versions tested."
6100     - "Diff - difference between 2001 and 2005 DPDK version."
6101
6102 # DPDK Performance Changes 3n-skx 2t1c ndr
6103 - type: "table"
6104   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
6105   algorithm: "table_comparison"
6106   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
6107   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6108   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6109   columns:
6110     - title: "1908"
6111       data-set: "dpdk-performance-changes-3n-skx-h1"
6112     - title: "2001"
6113       data-set: "dpdk-performance-changes-3n-skx-ref"
6114     - title: "2005"
6115       data-set: "dpdk-performance-changes-3n-skx-cmp"
6116   comparisons:
6117     - title: "Diff"
6118       reference: 2
6119       compare: 3
6120   legend:
6121     - "Legend to Table"
6122     - "1908, 2001, 2005 - DPDK versions tested."
6123     - "Diff - difference between 2001 and 2005 DPDK version."
6124
6125 # DPDK Performance Changes 3n-skx 4t2c ndr
6126 - type: "table"
6127   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
6128   algorithm: "table_comparison"
6129   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
6130   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6131   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6132   columns:
6133     - title: "1908"
6134       data-set: "dpdk-performance-changes-3n-skx-h1"
6135     - title: "2001"
6136       data-set: "dpdk-performance-changes-3n-skx-ref"
6137     - title: "2005"
6138       data-set: "dpdk-performance-changes-3n-skx-cmp"
6139   comparisons:
6140     - title: "Diff"
6141       reference: 2
6142       compare: 3
6143   legend:
6144     - "Legend to Table"
6145     - "1908, 2001, 2005 - DPDK versions tested."
6146     - "Diff - difference between 2001 and 2005 DPDK version."
6147
6148 # DPDK Performance Changes 2n-skx 2t1c pdr
6149 - type: "table"
6150   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
6151   algorithm: "table_comparison"
6152   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
6153   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6154   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6155   columns:
6156     - title: "1908"
6157       data-set: "dpdk-performance-changes-2n-skx-h1"
6158     - title: "2001"
6159       data-set: "dpdk-performance-changes-2n-skx-ref"
6160     - title: "2005"
6161       data-set: "dpdk-performance-changes-2n-skx-cmp"
6162   comparisons:
6163     - title: "Diff"
6164       reference: 2
6165       compare: 3
6166   legend:
6167     - "Legend to Table"
6168     - "1908, 2001, 2005 - DPDK versions tested."
6169     - "Diff - difference between 2001 and 2005 DPDK version."
6170
6171 # DPDK Performance Changes 2n-skx 4t2c pdr
6172 - type: "table"
6173   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
6174   algorithm: "table_comparison"
6175   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
6176   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6177   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6178   columns:
6179     - title: "1908"
6180       data-set: "dpdk-performance-changes-2n-skx-h1"
6181     - title: "2001"
6182       data-set: "dpdk-performance-changes-2n-skx-ref"
6183     - title: "2005"
6184       data-set: "dpdk-performance-changes-2n-skx-cmp"
6185   comparisons:
6186     - title: "Diff"
6187       reference: 2
6188       compare: 3
6189   legend:
6190     - "Legend to Table"
6191     - "1908, 2001, 2005 - DPDK versions tested."
6192     - "Diff - difference between 2001 and 2005 DPDK version."
6193
6194 # DPDK Performance Changes 2n-skx 2t1c ndr
6195 - type: "table"
6196   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
6197   algorithm: "table_comparison"
6198   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
6199   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6200   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6201   columns:
6202     - title: "1908"
6203       data-set: "dpdk-performance-changes-2n-skx-h1"
6204     - title: "2001"
6205       data-set: "dpdk-performance-changes-2n-skx-ref"
6206     - title: "2005"
6207       data-set: "dpdk-performance-changes-2n-skx-cmp"
6208   comparisons:
6209     - title: "Diff"
6210       reference: 2
6211       compare: 3
6212   legend:
6213     - "Legend to Table"
6214     - "1908, 2001, 2005 - DPDK versions tested."
6215     - "Diff - difference between 2001 and 2005 DPDK version."
6216
6217 # DPDK Performance Changes 2n-skx 4t2c ndr
6218 - type: "table"
6219   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
6220   algorithm: "table_comparison"
6221   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
6222   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6223   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6224   columns:
6225     - title: "1908"
6226       data-set: "dpdk-performance-changes-2n-skx-h1"
6227     - title: "2001"
6228       data-set: "dpdk-performance-changes-2n-skx-ref"
6229     - title: "2005"
6230       data-set: "dpdk-performance-changes-2n-skx-cmp"
6231   comparisons:
6232     - title: "Diff"
6233       reference: 2
6234       compare: 3
6235   legend:
6236     - "Legend to Table"
6237     - "1908, 2001, 2005 - DPDK versions tested."
6238     - "Diff - difference between 2001 and 2005 DPDK version."
6239
6240 # DPDK Performance Changes 2n-clx 2t1c pdr
6241 - type: "table"
6242   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
6243   algorithm: "table_comparison"
6244   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
6245   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6246   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6247   columns:
6248     - title: "2001"
6249       data-set: "dpdk-performance-changes-2n-clx-ref"
6250     - title: "2005"
6251       data-set: "dpdk-performance-changes-2n-clx-cmp"
6252   comparisons:
6253     - title: "Diff"
6254       reference: 1
6255       compare: 2
6256   legend:
6257     - "Legend to Table"
6258     - "2001, 2005 - DPDK versions tested."
6259     - "Diff - difference between 2001 and 2005 DPDK version."
6260
6261 # DPDK Performance Changes 2n-clx 4t2c pdr
6262 - type: "table"
6263   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
6264   algorithm: "table_comparison"
6265   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
6266   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6267   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6268   columns:
6269     - title: "2001"
6270       data-set: "dpdk-performance-changes-2n-clx-ref"
6271     - title: "2005"
6272       data-set: "dpdk-performance-changes-2n-clx-cmp"
6273   comparisons:
6274     - title: "Diff"
6275       reference: 1
6276       compare: 2
6277   legend:
6278     - "Legend to Table"
6279     - "2001, 2005 - DPDK versions tested."
6280     - "Diff - difference between 2001 and 2005 DPDK version."
6281
6282 # DPDK Performance Changes 2n-clx 2t1c ndr
6283 - type: "table"
6284   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
6285   algorithm: "table_comparison"
6286   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
6287   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6288   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6289   columns:
6290     - title: "2001"
6291       data-set: "dpdk-performance-changes-2n-clx-ref"
6292     - title: "2005"
6293       data-set: "dpdk-performance-changes-2n-clx-cmp"
6294   comparisons:
6295     - title: "Diff"
6296       reference: 1
6297       compare: 2
6298   legend:
6299     - "Legend to Table"
6300     - "2001, 2005 - DPDK versions tested."
6301     - "Diff - difference between 2001 and 2005 DPDK version."
6302
6303 # DPDK Performance Changes 2n-clx 4t2c ndr
6304 - type: "table"
6305   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
6306   algorithm: "table_comparison"
6307   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
6308   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6309   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6310   columns:
6311     - title: "2001"
6312       data-set: "dpdk-performance-changes-2n-clx-ref"
6313     - title: "2005"
6314       data-set: "dpdk-performance-changes-2n-clx-cmp"
6315   comparisons:
6316     - title: "Diff"
6317       reference: 1
6318       compare: 2
6319   legend:
6320     - "Legend to Table"
6321     - "2001, 2005 - DPDK versions tested."
6322     - "Diff - difference between 2001 and 2005 DPDK version."
6323
6324 # DPDK Performance Changes 2n-dnv 1t1c pdr
6325 - type: "table"
6326   title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
6327   algorithm: "table_comparison"
6328   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
6329   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6330   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6331   columns:
6332     - title: "2001"
6333       data-set: "dpdk-performance-changes-2n-dnv-ref"
6334     - title: "2005"
6335       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6336   comparisons:
6337     - title: "Diff"
6338       reference: 1
6339       compare: 2
6340   legend:
6341     - "Legend to Table"
6342     - "2001, 2005 - DPDK versions tested."
6343     - "Diff - difference between 2001 and 2005 DPDK version."
6344
6345 # DPDK Performance Changes 2n-dnv 2t2c pdr
6346 - type: "table"
6347   title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
6348   algorithm: "table_comparison"
6349   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
6350   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6351   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6352   columns:
6353     - title: "2001"
6354       data-set: "dpdk-performance-changes-2n-dnv-ref"
6355     - title: "2005"
6356       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6357   comparisons:
6358     - title: "Diff"
6359       reference: 1
6360       compare: 2
6361   legend:
6362     - "Legend to Table"
6363     - "2001, 2005 - DPDK versions tested."
6364     - "Diff - difference between 2001 and 2005 DPDK version."
6365
6366 # DPDK Performance Changes 2n-dnv 1t1c ndr
6367 - type: "table"
6368   title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
6369   algorithm: "table_comparison"
6370   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
6371   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6372   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6373   columns:
6374     - title: "2001"
6375       data-set: "dpdk-performance-changes-2n-dnv-ref"
6376     - title: "2005"
6377       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6378   comparisons:
6379     - title: "Diff"
6380       reference: 1
6381       compare: 2
6382   legend:
6383     - "Legend to Table"
6384     - "2001, 2005 - DPDK versions tested."
6385     - "Diff - difference between 2001 and 2005 DPDK version."
6386
6387 # DPDK Performance Changes 2n-dnv 2t2c ndr
6388 - type: "table"
6389   title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
6390   algorithm: "table_comparison"
6391   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
6392   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6393   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6394   columns:
6395     - title: "2001"
6396       data-set: "dpdk-performance-changes-2n-dnv-ref"
6397     - title: "2005"
6398       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6399   comparisons:
6400     - title: "Diff"
6401       reference: 1
6402       compare: 2
6403   legend:
6404     - "Legend to Table"
6405     - "2001, 2005 - DPDK versions tested."
6406     - "Diff - difference between 2001 and 2005 DPDK version."
6407
6408 # DPDK Performance Changes 3n-dnv 1t1c pdr
6409 - type: "table"
6410   title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
6411   algorithm: "table_comparison"
6412   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
6413   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6414   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6415   columns:
6416     - title: "2001"
6417       data-set: "dpdk-performance-changes-3n-dnv-ref"
6418     - title: "2005"
6419       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6420   comparisons:
6421     - title: "Diff"
6422       reference: 1
6423       compare: 2
6424   legend:
6425     - "Legend to Table"
6426     - "2001, 2005 - DPDK versions tested."
6427     - "Diff - difference between 2001 and 2005 DPDK version."
6428
6429 # DPDK Performance Changes 3n-dnv 2t2c pdr
6430 - type: "table"
6431   title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
6432   algorithm: "table_comparison"
6433   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
6434   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6435   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6436   columns:
6437     - title: "2001"
6438       data-set: "dpdk-performance-changes-3n-dnv-ref"
6439     - title: "2005"
6440       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6441   comparisons:
6442     - title: "Diff"
6443       reference: 1
6444       compare: 2
6445   legend:
6446     - "Legend to Table"
6447     - "2001, 2005 - DPDK versions tested."
6448     - "Diff - difference between 2001 and 2005 DPDK version."
6449
6450 # DPDK Performance Changes 3n-dnv 1t1c ndr
6451 - type: "table"
6452   title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
6453   algorithm: "table_comparison"
6454   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
6455   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6456   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6457   columns:
6458     - title: "2001"
6459       data-set: "dpdk-performance-changes-3n-dnv-ref"
6460     - title: "2005"
6461       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6462   comparisons:
6463     - title: "Diff"
6464       reference: 1
6465       compare: 2
6466   legend:
6467     - "Legend to Table"
6468     - "2001, 2005 - DPDK versions tested."
6469     - "Diff - difference between 2001 and 2005 DPDK version."
6470
6471 # DPDK Performance Changes 3n-dnv 2t2c ndr
6472 - type: "table"
6473   title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
6474   algorithm: "table_comparison"
6475   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
6476   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6477   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6478   columns:
6479     - title: "2001"
6480       data-set: "dpdk-performance-changes-3n-dnv-ref"
6481     - title: "2005"
6482       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6483   comparisons:
6484     - title: "Diff"
6485       reference: 1
6486       compare: 2
6487   legend:
6488     - "Legend to Table"
6489     - "2001, 2005 - DPDK versions tested."
6490     - "Diff - difference between 2001 and 2005 DPDK version."
6491
6492 # DPDK Performance Changes 3n-tsh 1t1c pdr
6493 - type: "table"
6494   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
6495   algorithm: "table_comparison"
6496   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
6497   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6498   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6499   columns:
6500     - title: "2001"
6501       data-set: "dpdk-performance-changes-3n-tsh-ref"
6502     - title: "2005"
6503       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6504   comparisons:
6505     - title: "Diff"
6506       reference: 1
6507       compare: 2
6508   legend:
6509     - "Legend to Table"
6510     - "2001, 2005 - DPDK versions tested."
6511     - "Diff - difference between 2001 and 2005 DPDK version."
6512
6513 # DPDK Performance Changes 3n-tsh 2t2c pdr
6514 - type: "table"
6515   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
6516   algorithm: "table_comparison"
6517   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
6518   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6519   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6520   columns:
6521     - title: "2001"
6522       data-set: "dpdk-performance-changes-3n-tsh-ref"
6523     - title: "2005"
6524       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6525   comparisons:
6526     - title: "Diff"
6527       reference: 1
6528       compare: 2
6529   legend:
6530     - "Legend to Table"
6531     - "2001, 2005 - DPDK versions tested."
6532     - "Diff - difference between 2001 and 2005 DPDK version."
6533
6534 # DPDK Performance Changes 3n-tsh 1t1c ndr
6535 - type: "table"
6536   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
6537   algorithm: "table_comparison"
6538   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
6539   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6540   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6541   columns:
6542     - title: "2001"
6543       data-set: "dpdk-performance-changes-3n-tsh-ref"
6544     - title: "2005"
6545       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6546   comparisons:
6547     - title: "Diff"
6548       reference: 1
6549       compare: 2
6550   legend:
6551     - "Legend to Table"
6552     - "2001, 2005 - DPDK versions tested."
6553     - "Diff - difference between 2001 and 2005 DPDK version."
6554
6555 # DPDK Performance Changes 3n-tsh 2t2c ndr
6556 - type: "table"
6557   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
6558   algorithm: "table_comparison"
6559   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
6560   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6561   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6562   columns:
6563     - title: "2001"
6564       data-set: "dpdk-performance-changes-3n-tsh-ref"
6565     - title: "2005"
6566       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6567   comparisons:
6568     - title: "Diff"
6569       reference: 1
6570       compare: 2
6571   legend:
6572     - "Legend to Table"
6573     - "2001, 2005 - DPDK versions tested."
6574     - "Diff - difference between 2001 and 2005 DPDK version."
6575
6576 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
6577 - type: "table"
6578   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
6579   algorithm: "table_comparison"
6580   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
6581   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6582   filter: "'NIC_Intel-X710'"
6583   columns:
6584     - title: "3n-hsw x710"
6585       data-set: "dpdk-compare-testbeds-ref"
6586     - title: "3n-skx x710"
6587       data-set: "dpdk-compare-testbeds-cmp"
6588   comparisons:
6589     - title: "Diff"
6590       reference: 1
6591       compare: 2
6592   legend:
6593     - "Legend to Table"
6594     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6595     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6596
6597 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
6598 - type: "table"
6599   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
6600   algorithm: "table_comparison"
6601   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
6602   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6603   filter: "'NIC_Intel-X710'"
6604   columns:
6605     - title: "3n-hsw x710"
6606       data-set: "dpdk-compare-testbeds-ref"
6607     - title: "3n-skx x710"
6608       data-set: "dpdk-compare-testbeds-cmp"
6609   comparisons:
6610     - title: "Diff"
6611       reference: 1
6612       compare: 2
6613   legend:
6614     - "Legend to Table"
6615     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6616     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6617
6618 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
6619 - type: "table"
6620   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
6621   algorithm: "table_comparison"
6622   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
6623   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6624   filter: "'NIC_Intel-XXV710'"
6625   columns:
6626     - title: "2n-skx"
6627       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6628     - title: "2n-clx"
6629       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6630   comparisons:
6631     - title: "Diff"
6632       reference: 1
6633       compare: 2
6634   legend:
6635     - "Legend to Table"
6636     - "2n-skx, 2n-clx - testbeds and NICs tested."
6637     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6638
6639 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
6640 - type: "table"
6641   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
6642   algorithm: "table_comparison"
6643   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
6644   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6645   filter: "'NIC_Intel-XXV710'"
6646   columns:
6647     - title: "2n-skx"
6648       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6649     - title: "2n-clx"
6650       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6651   comparisons:
6652     - title: "Diff"
6653       reference: 1
6654       compare: 2
6655   legend:
6656     - "Legend to Table"
6657     - "2n-skx, 2n-clx - testbeds and NICs tested."
6658     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6659
6660 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
6661 - type: "table"
6662   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
6663   algorithm: "table_comparison"
6664   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
6665   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6666   filter: "'NIC_Intel-XXV710'"
6667   columns:
6668     - title: "3n-skx"
6669       data-set: "dpdk-compare-topologies-ref"
6670     - title: "2n-skx"
6671       data-set: "dpdk-compare-topologies-cmp"
6672   comparisons:
6673     - title: "Diff"
6674       reference: 1
6675       compare: 2
6676   legend:
6677     - "Legend to Table"
6678     - "3n-skx, 2n-skx - topologies tested."
6679     - "Diff - difference between 3n-skx and 2n-skx topologies."
6680
6681 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
6682 - type: "table"
6683   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
6684   algorithm: "table_comparison"
6685   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
6686   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6687   filter: "'NIC_Intel-XXV710'"
6688   columns:
6689     - title: "3n-skx"
6690       data-set: "dpdk-compare-topologies-ref"
6691     - title: "2n-skx"
6692       data-set: "dpdk-compare-topologies-cmp"
6693   comparisons:
6694     - title: "Diff"
6695       reference: 1
6696       compare: 2
6697   legend:
6698     - "Legend to Table"
6699     - "3n-skx, 2n-skx - topologies tested."
6700     - "Diff - difference between 3n-skx and 2n-skx topologies."
6701
6702 # Detailed Test Results - DPDK Performance Results 3n-hsw
6703 - type: "table"
6704   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
6705   algorithm: "table_merged_details"
6706   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
6707   columns:
6708     - title: " |prein| Test Name |preout| "
6709       data: "data name"
6710     - 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| "
6711       data: "data msg"
6712   data: "dpdk-perf-results-3n-hsw"
6713   filter: "all"
6714   parameters:
6715   - "name"
6716   - "parent"
6717   - "msg"
6718
6719 # Detailed Test Results - DPDK Performance Results 3n-skx
6720 - type: "table"
6721   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
6722   algorithm: "table_merged_details"
6723   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
6724   columns:
6725     - title: " |prein| Test Name |preout| "
6726       data: "data name"
6727     - 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| "
6728       data: "data msg"
6729   data: "dpdk-perf-results-3n-skx"
6730   filter: "all"
6731   remove-ndr: False
6732   parameters:
6733   - "name"
6734   - "parent"
6735   - "msg"
6736
6737 # Detailed Test Results - DPDK Performance Results 2n-skx
6738 - type: "table"
6739   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
6740   algorithm: "table_merged_details"
6741   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
6742   columns:
6743     - title: " |prein| Test Name |preout| "
6744       data: "data name"
6745     - 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| "
6746       data: "data msg"
6747   data: "dpdk-perf-results-2n-skx"
6748   filter: "all"
6749   remove-ndr: False
6750   parameters:
6751   - "name"
6752   - "parent"
6753   - "msg"
6754
6755 # Detailed Test Results - DPDK Performance Results 2n-clx
6756 - type: "table"
6757   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
6758   algorithm: "table_merged_details"
6759   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
6760   columns:
6761     - title: " |prein| Test Name |preout| "
6762       data: "data name"
6763     - 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| "
6764       data: "data msg"
6765   data: "dpdk-perf-results-2n-clx"
6766   filter: "all"
6767   parameters:
6768   - "name"
6769   - "parent"
6770   - "msg"
6771
6772 # Detailed Test Results - DPDK Performance Results 2n-dnv
6773 - type: "table"
6774   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
6775   algorithm: "table_merged_details"
6776   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
6777   columns:
6778     - title: " |prein| Test Name |preout| "
6779       data: "data name"
6780     - 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| "
6781       data: "data msg"
6782   data: "dpdk-perf-results-2n-dnv"
6783   filter: "all"
6784   parameters:
6785   - "name"
6786   - "parent"
6787   - "msg"
6788
6789 # Detailed Test Results - DPDK Performance Results 3n-dnv
6790 - type: "table"
6791   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
6792   algorithm: "table_merged_details"
6793   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
6794   columns:
6795     - title: " |prein| Test Name |preout| "
6796       data: "data name"
6797     - 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| "
6798       data: "data msg"
6799   data: "dpdk-perf-results-3n-dnv"
6800   filter: "all"
6801   parameters:
6802   - "name"
6803   - "parent"
6804   - "msg"
6805
6806 # Detailed Test Results - DPDK Performance Results 3n-tsh
6807 - type: "table"
6808   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
6809   algorithm: "table_merged_details"
6810   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
6811   columns:
6812     - title: " |prein| Test Name |preout| "
6813       data: "data name"
6814     - 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| "
6815       data: "data msg"
6816   data: "dpdk-perf-results-3n-tsh"
6817   filter: "all"
6818   parameters:
6819   - "name"
6820   - "parent"
6821   - "msg"
6822
6823 ################################################################################
6824 ###                                F I L E S                                 ###
6825 ################################################################################
6826
6827 # VPP Performance Results
6828 - type: "file"
6829   title: "VPP Performance Results"
6830   algorithm: "file_details_split"
6831   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
6832   dir-tables:
6833     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
6834     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
6835     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
6836     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
6837     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
6838     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
6839     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
6840   data:
6841     - "vpp-perf-results-2n-skx"
6842     - "vpp-perf-results-3n-skx"
6843     - "vpp-perf-results-2n-clx"
6844     - "vpp-perf-results-3n-hsw"
6845     - "vpp-perf-results-3n-tsh"
6846     - "vpp-perf-results-2n-dnv"
6847     - "vpp-perf-results-3n-dnv"
6848   filter: "all"
6849   data-start-level: 4
6850   order-chapters:
6851     level-1:
6852       - "l2"
6853       - "ip4"
6854       - "ip6"
6855       - "srv6"
6856       - "ip4_tunnels"
6857       - "ip6_tunnels"
6858       - "vm_vhost"
6859       - "container_memif"
6860       - "crypto"
6861       - "vts"
6862       - "lb"
6863       - "nfv_density"
6864       - "hoststack"
6865     level-2:
6866       - "2n-skx"
6867       - "3n-skx"
6868       - "2n-clx"
6869       - "3n-hsw"
6870       - "3n-tsh"
6871       - "2n-dnv"
6872       - "3n-dnv"
6873     level-3:
6874       - "xl710"
6875       - "x520"
6876       - "xxv710"
6877       - "x710"
6878       - "x553"
6879       - "cx556a"
6880       - "vic1227"
6881       - "vic1385"
6882
6883 # VPP Performance Configuration
6884 - type: "file"
6885   title: "VPP Performance Configuration"
6886   algorithm: "file_details_split"
6887   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
6888   dir-tables:
6889     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
6890     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
6891     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
6892     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
6893     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
6894     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
6895     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
6896   data:
6897     - "vpp-perf-results-2n-skx"
6898     - "vpp-perf-results-3n-skx"
6899     - "vpp-perf-results-2n-clx"
6900     - "vpp-perf-results-3n-hsw"
6901     - "vpp-perf-results-3n-tsh"
6902     - "vpp-perf-results-2n-dnv"
6903     - "vpp-perf-results-3n-dnv"
6904   filter: "all"
6905   data-start-level: 4
6906   order-chapters:
6907     level-1:
6908       - "l2"
6909       - "ip4"
6910       - "ip6"
6911       - "srv6"
6912       - "ip4_tunnels"
6913       - "ip6_tunnels"
6914       - "vm_vhost"
6915       - "container_memif"
6916       - "crypto"
6917       - "vts"
6918       - "lb"
6919       - "nfv_density"
6920       - "hoststack"
6921     level-2:
6922       - "2n-skx"
6923       - "3n-skx"
6924       - "2n-clx"
6925       - "3n-hsw"
6926       - "3n-tsh"
6927       - "2n-dnv"
6928       - "3n-dnv"
6929     level-3:
6930       - "xl710"
6931       - "x520"
6932       - "xxv710"
6933       - "x710"
6934       - "x553"
6935       - "cx556a"
6936       - "vic1227"
6937       - "vic1385"
6938
6939 # VPP Performance Operational
6940 - type: "file"
6941   title: "VPP Performance Operational"
6942   algorithm: "file_details_split_html"
6943   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
6944   dir-tables:
6945     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
6946     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
6947     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
6948     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
6949     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
6950     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
6951     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
6952   data:
6953     - "vpp-perf-results-2n-skx"
6954     - "vpp-perf-results-3n-skx"
6955     - "vpp-perf-results-2n-clx"
6956     - "vpp-perf-results-3n-hsw"
6957     - "vpp-perf-results-3n-tsh"
6958     - "vpp-perf-results-2n-dnv"
6959     - "vpp-perf-results-3n-dnv"
6960   filter: "all"
6961   data-start-level: 4
6962   order-chapters:
6963     level-1:
6964       - "l2"
6965       - "ip4"
6966       - "ip6"
6967       - "srv6"
6968       - "ip4_tunnels"
6969       - "ip6_tunnels"
6970       - "vm_vhost"
6971       - "container_memif"
6972       - "crypto"
6973       - "vts"
6974       - "lb"
6975       - "nfv_density"
6976       - "hoststack"
6977     level-2:
6978       - "2n-skx"
6979       - "3n-skx"
6980       - "2n-clx"
6981       - "3n-hsw"
6982       - "3n-tsh"
6983       - "2n-dnv"
6984       - "3n-dnv"
6985     level-3:
6986       - "xl710"
6987       - "x520"
6988       - "xxv710"
6989       - "x710"
6990       - "x553"
6991       - "cx556a"
6992       - "vic1227"
6993       - "vic1385"
6994
6995 # VPP MRR Results
6996 - type: "file"
6997   title: "VPP MRR Results"
6998   algorithm: "file_details_split"
6999   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
7000   dir-tables:
7001     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
7002     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
7003     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
7004     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
7005     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
7006     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
7007     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
7008   data:
7009     - "vpp-mrr-results-2n-skx"
7010     - "vpp-mrr-results-3n-skx"
7011     - "vpp-mrr-results-2n-clx"
7012     - "vpp-mrr-results-3n-hsw"
7013     - "vpp-mrr-results-3n-tsh"
7014     - "vpp-mrr-results-2n-dnv"
7015     - "vpp-mrr-results-3n-dnv"
7016   filter: "all"
7017   data-start-level: 4
7018   order-chapters:
7019     level-1:
7020       - "l2"
7021       - "ip4"
7022       - "ip6"
7023       - "srv6"
7024       - "ip4_tunnels"
7025       - "ip6_tunnels"
7026       - "vm_vhost"
7027       - "container_memif"
7028       - "crypto"
7029       - "vts"
7030       - "lb"
7031       - "nfv_density"
7032       - "hoststack"
7033     level-2:
7034       - "2n-skx"
7035       - "3n-skx"
7036       - "2n-clx"
7037       - "3n-hsw"
7038       - "3n-tsh"
7039       - "2n-dnv"
7040       - "3n-dnv"
7041     level-3:
7042       - "xl710"
7043       - "x520"
7044       - "xxv710"
7045       - "x710"
7046       - "x553"
7047       - "cx556a"
7048       - "vic1227"
7049       - "vic1385"
7050
7051 # VPP MRR Configuration
7052 - type: "file"
7053   title: "VPP MRR Configuration"
7054   algorithm: "file_details_split"
7055   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
7056   dir-tables:
7057     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
7058     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
7059     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
7060     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
7061     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
7062     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
7063     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
7064   data:
7065     - "vpp-mrr-results-2n-skx"
7066     - "vpp-mrr-results-3n-skx"
7067     - "vpp-mrr-results-2n-clx"
7068     - "vpp-mrr-results-3n-hsw"
7069     - "vpp-mrr-results-3n-tsh"
7070     - "vpp-mrr-results-2n-dnv"
7071     - "vpp-mrr-results-3n-dnv"
7072   filter: "all"
7073   data-start-level: 4
7074   order-chapters:
7075     level-1:
7076       - "l2"
7077       - "ip4"
7078       - "ip6"
7079       - "srv6"
7080       - "ip4_tunnels"
7081       - "ip6_tunnels"
7082       - "vm_vhost"
7083       - "container_memif"
7084       - "crypto"
7085       - "vts"
7086       - "lb"
7087       - "nfv_density"
7088       - "hoststack"
7089     level-2:
7090       - "2n-skx"
7091       - "3n-skx"
7092       - "2n-clx"
7093       - "3n-hsw"
7094       - "3n-tsh"
7095       - "2n-dnv"
7096       - "3n-dnv"
7097     level-3:
7098       - "xl710"
7099       - "x520"
7100       - "xxv710"
7101       - "x710"
7102       - "x553"
7103       - "cx556a"
7104       - "vic1227"
7105       - "vic1385"
7106
7107 # VPP Device Results - Ubuntu
7108 - type: "file"
7109   title: "VPP Device Results - Ubuntu"
7110   algorithm: "file_test_results"
7111   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7112   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7113   data: "vpp-device-results-ubuntu"
7114   filter: "all"
7115   data-start-level: 4
7116
7117 # VPP Device Configuration - Ubuntu
7118 - type: "file"
7119   title: "VPP Device Configuration - Ubuntu"
7120   algorithm: "file_test_results"
7121   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7122   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7123   data: "vpp-device-results-ubuntu"
7124   filter: "all"
7125   data-start-level: 4
7126
7127 # DPDK Performance Results 3n-hsw
7128 - type: "file"
7129   title: "DPDK Performance Results 3n-hsw"
7130   algorithm: "file_test_results"
7131   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7132   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7133   data: "dpdk-perf-results-3n-hsw"
7134   filter: "all"
7135   data-start-level: 4
7136
7137 # DPDK Performance Results 3n-skx
7138 - type: "file"
7139   title: "DPDK Performance Results 3n-skx"
7140   algorithm: "file_test_results"
7141   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7142   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7143   data: "dpdk-perf-results-3n-skx"
7144   filter: "all"
7145   data-start-level: 4
7146
7147 # DPDK Performance Results 2n-skx
7148 - type: "file"
7149   title: "DPDK Performance Results 2n-skx"
7150   algorithm: "file_test_results"
7151   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7152   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7153   data: "dpdk-perf-results-2n-skx"
7154   filter: "all"
7155   data-start-level: 4
7156
7157 # DPDK Performance Results 2n-clx
7158 - type: "file"
7159   title: "DPDK Performance Results 2n-clx"
7160   algorithm: "file_test_results"
7161   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7162   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7163   data: "dpdk-perf-results-2n-clx"
7164   filter: "all"
7165   data-start-level: 4
7166
7167 # DPDK Performance Results 2n-dnv
7168 - type: "file"
7169   title: "DPDK Performance Results 2n-dnv"
7170   algorithm: "file_test_results"
7171   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7172   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7173   data: "dpdk-perf-results-2n-dnv"
7174   filter: "all"
7175   data-start-level: 4
7176
7177 # DPDK Performance Results 3n-dnv
7178 - type: "file"
7179   title: "DPDK Performance Results 3n-dnv"
7180   algorithm: "file_test_results"
7181   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7182   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7183   data: "dpdk-perf-results-3n-dnv"
7184   filter: "all"
7185   data-start-level: 4
7186
7187 # DPDK Performance Results 3n-tsh
7188 - type: "file"
7189   title: "DPDK Performance Results 3n-tsh"
7190   algorithm: "file_test_results"
7191   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7192   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7193   data: "dpdk-perf-results-3n-tsh"
7194   filter: "all"
7195   data-start-level: 4
7196
7197 ################################################################################
7198 ###                                P L O T S                                 ###
7199 ################################################################################
7200
7201 # Hoststack tests 3n-hsw
7202
7203 - type: "plot"
7204   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7205   algorithm: "plot_perf_box_name"
7206   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
7207   data: "plot-vpp-hoststack-3n-hsw"
7208   include:
7209     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
7210     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
7211   layout:
7212     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7213     layout: "plot-hoststack"
7214
7215 - type: "plot"
7216   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7217   algorithm: "plot_perf_box_name"
7218   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
7219   data: "plot-vpp-hoststack-3n-hsw"
7220   include:
7221     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
7222     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
7223   layout:
7224     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7225     layout: "plot-hoststack"
7226
7227 - type: "plot"
7228   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7229   algorithm: "plot_perf_box_name"
7230   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
7231   data: "plot-vpp-hoststack-3n-hsw"
7232   include:
7233     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
7234     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
7235     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
7236     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
7237   layout:
7238     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7239     layout: "plot-hoststack"
7240
7241 ## Plots VPP HTTP Server Performance
7242 #- type: "plot"
7243 #  title: "VPP HTTP Server Performance"
7244 #  algorithm: "plot_http_server_perf_box"
7245 #  output-file-type: ".html"
7246 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
7247 #  data:
7248 #    "plot-vpp-http-server-performance"
7249 #  filter: "'HTTP' and 'TCP_CPS' and not '8T4C'"
7250 #  parameters:
7251 #  - "result"
7252 #  - "name"
7253 #  traces:
7254 #    hoverinfo: "y+name"
7255 #    boxpoints: "outliers"
7256 #    whiskerwidth: 0
7257 #  layout:
7258 #    title: "VPP HTTP Server Performance"
7259 #    layout:
7260 #      "plot-cps"
7261 #
7262 #- type: "plot"
7263 #  title: "VPP HTTP Server Performance"
7264 #  algorithm: "plot_http_server_perf_box"
7265 #  output-file-type: ".html"
7266 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
7267 #  data:
7268 #    "plot-vpp-http-server-performance"
7269 #  filter: "'HTTP' and 'TCP_RPS' and not '8T4C'"
7270 #  parameters:
7271 #  - "result"
7272 #  - "name"
7273 #  traces:
7274 #    hoverinfo: "y+name"
7275 #    boxpoints: "outliers"
7276 #    whiskerwidth: 0
7277 #  layout:
7278 #    title: "VPP HTTP Server Performance"
7279 #    layout:
7280 #      "plot-rps"
7281
7282 ################################################################################
7283
7284 # Soak Test (PLRsearch), boxes - 2n-clx
7285 - type: "plot"
7286   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7287   algorithm: "plot_perf_box_name"
7288   output-file-type: ".html"
7289   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
7290   data: "plot-vpp-soak-2n-clx"
7291   include:
7292     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7293     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7294     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7295     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7296     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7297     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7298   layout:
7299     title: "30 Minutes Soak Test (PLRsearch)"
7300     layout: "plot-soak-throughput"
7301
7302 # Soak Test (PLRsearch), boxes - 2n-clx
7303 - type: "plot"
7304   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7305   algorithm: "plot_perf_box_name"
7306   output-file-type: ".html"
7307   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
7308   data: "plot-vpp-soak-2n-clx"
7309   include:
7310     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7311     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7312     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7313     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7314     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7315     - "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"
7316   layout:
7317     title: "30 Minutes Soak Test (PLRsearch)"
7318     layout: "plot-soak-throughput"
7319
7320 # Soak Test (PLRsearch), boxes - 2n-skx
7321 - type: "plot"
7322   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7323   algorithm: "plot_perf_box_name"
7324   output-file-type: ".html"
7325   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
7326   data: "plot-vpp-soak-2n-skx"
7327   include:
7328     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7329     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7330     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7331     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7332     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7333     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7334   layout:
7335     title: "30 Minutes Soak Test (PLRsearch)"
7336     layout: "plot-soak-throughput"
7337
7338 # Soak Test (PLRsearch), boxes - 2n-skx
7339 - type: "plot"
7340   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7341   algorithm: "plot_perf_box_name"
7342   output-file-type: ".html"
7343   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
7344   data: "plot-vpp-soak-2n-skx"
7345   include:
7346     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7347     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7348     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7349     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7350     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7351     - "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"
7352   layout:
7353     title: "30 Minutes Soak Test (PLRsearch)"
7354     layout: "plot-soak-throughput"
7355
7356 ###############################################################################
7357
7358 # Reconf tests 2n-skx
7359
7360 - type: "plot"
7361   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7362   algorithm: "plot_nf_reconf_box_name"
7363   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7364   data: "plot-vpp-nfv-reconf-2n-skx"
7365   include:
7366     - "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"
7367     - "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"
7368     - "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"
7369     - "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"
7370     - "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"
7371     - "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"
7372   layout:
7373     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7374     layout: "plot-throughput"
7375
7376 - type: "plot"
7377   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7378   algorithm: "plot_nf_reconf_box_name"
7379   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7380   data: "plot-vpp-nfv-reconf-2n-skx"
7381   include:
7382     - "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"
7383     - "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"
7384     - "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"
7385     - "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"
7386     - "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"
7387     - "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"
7388   layout:
7389     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7390     layout: "plot-throughput"
7391
7392 - type: "plot"
7393   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7394   algorithm: "plot_nf_reconf_box_name"
7395   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7396   data: "plot-vpp-nfv-reconf-2n-skx"
7397   include:
7398     - "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"
7399     - "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"
7400     - "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"
7401     - "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"
7402     - "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"
7403     - "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"
7404   layout:
7405     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7406     layout: "plot-throughput"
7407
7408 ###############################################################################
7409
7410 # Reconf tests 2n-clx
7411
7412 - type: "plot"
7413   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7414   algorithm: "plot_nf_reconf_box_name"
7415   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7416   data: "plot-vpp-nfv-reconf-2n-clx"
7417   include:
7418     - "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"
7419     - "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"
7420     - "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"
7421     - "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"
7422   layout:
7423     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7424     layout: "plot-throughput"
7425
7426 - type: "plot"
7427   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7428   algorithm: "plot_nf_reconf_box_name"
7429   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7430   data: "plot-vpp-nfv-reconf-2n-clx"
7431   include:
7432     - "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"
7433     - "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"
7434     - "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"
7435     - "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"
7436   layout:
7437     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7438     layout: "plot-throughput"
7439
7440 - type: "plot"
7441   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7442   algorithm: "plot_nf_reconf_box_name"
7443   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7444   data: "plot-vpp-nfv-reconf-2n-clx"
7445   include:
7446     - "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"
7447     - "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"
7448     - "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"
7449     - "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"
7450   layout:
7451     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7452     layout: "plot-throughput"
7453
7454 ###############################################################################
7455
7456 # Plots - NF Density - VSC - MRR IMIX
7457 - type: "plot"
7458   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7459   algorithm: "plot_nf_heatmap"
7460   output-file-type: ".html"
7461   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
7462   data: "plot-vpp-nfv-2n-skx-mrr"
7463   filter: "'NIC_Intel-XXV710' and
7464            'NF_DENSITY' and
7465            'VHOST' and
7466            not 'VXLAN' and
7467            'CHAIN' and
7468            'NF_VPPIP4' and
7469            'IMIX' and
7470            '2T1C' and
7471            'MRR'"
7472   parameters:
7473   - "result"
7474   - "name"
7475   - "tags"
7476   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7477   x-axis: "X = VNFs per Service Chain"
7478   y-axis: "Y = Number of Service Chains"
7479   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7480   layout:
7481     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7482     layout: "plot-service-density"
7483
7484 - type: "plot"
7485   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7486   algorithm: "plot_nf_heatmap"
7487   output-file-type: ".html"
7488   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
7489   data: "plot-vpp-nfv-2n-skx-mrr"
7490   filter: "'NIC_Intel-XXV710' and
7491            'NF_DENSITY' and
7492            'VHOST' and
7493            not 'VXLAN' and
7494            'CHAIN' and
7495            'NF_VPPIP4' and
7496            'IMIX' and
7497            '4T2C' and
7498            'MRR'"
7499   parameters:
7500   - "result"
7501   - "name"
7502   - "tags"
7503   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7504   x-axis: "X = VNFs per Service Chain"
7505   y-axis: "Y = Number of Service Chains"
7506   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7507   layout:
7508     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7509     layout: "plot-service-density"
7510
7511 - type: "plot"
7512   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7513   algorithm: "plot_nf_heatmap"
7514   output-file-type: ".html"
7515   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
7516   data: "plot-vpp-nfv-2n-skx-mrr"
7517   filter: "'NIC_Intel-XXV710' and
7518            'NF_DENSITY' and
7519            'VHOST' and
7520            not 'VXLAN' and
7521            'CHAIN' and
7522            'NF_VPPIP4' and
7523            'IMIX' and
7524            '8T4C' and
7525            'MRR'"
7526   parameters:
7527   - "result"
7528   - "name"
7529   - "tags"
7530   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7531   x-axis: "X = VNFs per Service Chain"
7532   y-axis: "Y = Number of Service Chains"
7533   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7534   layout:
7535     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7536     layout: "plot-service-density"
7537
7538 # Plots - NF Density - VSC - NDR IMIX
7539 - type: "plot"
7540   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7541   algorithm: "plot_nf_heatmap"
7542   output-file-type: ".html"
7543   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
7544   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7545   filter: "'NIC_Intel-XXV710' and
7546            'NF_DENSITY' and
7547            'VHOST' and
7548            not 'VXLAN' and
7549            'CHAIN' and
7550            'NF_VPPIP4' and
7551            'IMIX' and
7552            '2T1C' and
7553            'NDRPDR'"
7554   parameters:
7555   - "throughput"
7556   - "name"
7557   - "tags"
7558   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7559   x-axis: "X = VNFs per Service Chain"
7560   y-axis: "Y = Number of Service Chains"
7561   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7562   layout:
7563     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7564     layout: "plot-service-density"
7565
7566 - type: "plot"
7567   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7568   algorithm: "plot_nf_heatmap"
7569   output-file-type: ".html"
7570   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
7571   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7572   filter: "'NIC_Intel-XXV710' and
7573            'NF_DENSITY' and
7574            'VHOST' and
7575            not 'VXLAN' and
7576            'CHAIN' and
7577            'NF_VPPIP4' and
7578            'IMIX' and
7579            '4T2C' and
7580            'NDRPDR'"
7581   parameters:
7582   - "throughput"
7583   - "name"
7584   - "tags"
7585   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7586   x-axis: "X = VNFs per Service Chain"
7587   y-axis: "Y = Number of Service Chains"
7588   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7589   layout:
7590     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7591     layout: "plot-service-density"
7592
7593 - type: "plot"
7594   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7595   algorithm: "plot_nf_heatmap"
7596   output-file-type: ".html"
7597   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
7598   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7599   filter: "'NIC_Intel-XXV710' and
7600            'NF_DENSITY' and
7601            'VHOST' and
7602            not 'VXLAN' and
7603            'CHAIN' and
7604            'NF_VPPIP4' and
7605            'IMIX' and
7606            '8T4C' and
7607            'NDRPDR'"
7608   parameters:
7609   - "throughput"
7610   - "name"
7611   - "tags"
7612   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7613   x-axis: "X = VNFs per Service Chain"
7614   y-axis: "Y = Number of Service Chains"
7615   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7616   layout:
7617     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7618     layout: "plot-service-density"
7619
7620 # Plots - NF Density - VSC - PDR IMIX
7621 - type: "plot"
7622   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7623   algorithm: "plot_nf_heatmap"
7624   output-file-type: ".html"
7625   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
7626   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7627   filter: "'NIC_Intel-XXV710' and
7628            'NF_DENSITY' and
7629            'VHOST' and
7630            not 'VXLAN' and
7631            'CHAIN' and
7632            'NF_VPPIP4' and
7633            'IMIX' and
7634            '2T1C' and
7635            'NDRPDR'"
7636   parameters:
7637   - "throughput"
7638   - "name"
7639   - "tags"
7640   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7641   x-axis: "X = VNFs per Service Chain"
7642   y-axis: "Y = Number of Service Chains"
7643   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7644   layout:
7645     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7646     layout: "plot-service-density"
7647
7648 - type: "plot"
7649   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7650   algorithm: "plot_nf_heatmap"
7651   output-file-type: ".html"
7652   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
7653   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7654   filter: "'NIC_Intel-XXV710' and
7655            'NF_DENSITY' and
7656            'VHOST' and
7657            not 'VXLAN' and
7658            'CHAIN' and
7659            'NF_VPPIP4' and
7660            'IMIX' and
7661            '4T2C' and
7662            'NDRPDR'"
7663   parameters:
7664   - "throughput"
7665   - "name"
7666   - "tags"
7667   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7668   x-axis: "X = VNFs per Service Chain"
7669   y-axis: "Y = Number of Service Chains"
7670   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7671   layout:
7672     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7673     layout: "plot-service-density"
7674
7675 - type: "plot"
7676   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7677   algorithm: "plot_nf_heatmap"
7678   output-file-type: ".html"
7679   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
7680   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7681   filter: "'NIC_Intel-XXV710' and
7682            'NF_DENSITY' and
7683            'VHOST' and
7684            not 'VXLAN' and
7685            'CHAIN' and
7686            'NF_VPPIP4' and
7687            'IMIX' and
7688            '8T4C' and
7689            'NDRPDR'"
7690   parameters:
7691   - "throughput"
7692   - "name"
7693   - "tags"
7694   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7695   x-axis: "X = VNFs per Service Chain"
7696   y-axis: "Y = Number of Service Chains"
7697   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7698   layout:
7699     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7700     layout: "plot-service-density"
7701
7702 ###############################################################################
7703
7704 # Plots - NF Density - VSC - MRR IMIX
7705 - type: "plot"
7706   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7707   algorithm: "plot_nf_heatmap"
7708   output-file-type: ".html"
7709   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7710   data: "plot-vpp-nfv-2n-skx-mrr"
7711   filter: "'NIC_Intel-XXV710' and
7712            'NF_DENSITY' and
7713            'VHOST' and
7714            'VXLAN' and
7715            'CHAIN' and
7716            'IMIX' and
7717            '2T1C' and
7718            'MRR'"
7719   parameters:
7720   - "result"
7721   - "name"
7722   - "tags"
7723   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7724   x-axis: "X = VNFs per Service Chain"
7725   y-axis: "Y = Number of Service Chains"
7726   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7727   layout:
7728     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7729     layout: "plot-service-density"
7730
7731 - type: "plot"
7732   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7733   algorithm: "plot_nf_heatmap"
7734   output-file-type: ".html"
7735   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7736   data: "plot-vpp-nfv-2n-skx-mrr"
7737   filter: "'NIC_Intel-XXV710' and
7738            'NF_DENSITY' and
7739            'VHOST' and
7740            'VXLAN' and
7741            'CHAIN' and
7742            'IMIX' and
7743            '4T2C' and
7744            'MRR'"
7745   parameters:
7746   - "result"
7747   - "name"
7748   - "tags"
7749   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7750   x-axis: "X = VNFs per Service Chain"
7751   y-axis: "Y = Number of Service Chains"
7752   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7753   layout:
7754     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7755     layout: "plot-service-density"
7756
7757 - type: "plot"
7758   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7759   algorithm: "plot_nf_heatmap"
7760   output-file-type: ".html"
7761   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7762   data: "plot-vpp-nfv-2n-skx-mrr"
7763   filter: "'NIC_Intel-XXV710' and
7764            'NF_DENSITY' and
7765            'VHOST' and
7766            'VXLAN' and
7767            'CHAIN' and
7768            'IMIX' and
7769            '8T4C' and
7770            'MRR'"
7771   parameters:
7772   - "result"
7773   - "name"
7774   - "tags"
7775   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7776   x-axis: "X = VNFs per Service Chain"
7777   y-axis: "Y = Number of Service Chains"
7778   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7779   layout:
7780     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7781     layout: "plot-service-density"
7782
7783 # Plots - NF Density - VSC - NDR IMIX
7784 - type: "plot"
7785   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7786   algorithm: "plot_nf_heatmap"
7787   output-file-type: ".html"
7788   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7789   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7790   filter: "'NIC_Intel-XXV710' and
7791            'NF_DENSITY' and
7792            'VHOST' and
7793            'VXLAN' and
7794            'CHAIN' and
7795            'IMIX' and
7796            '2T1C' and
7797            'NDRPDR'"
7798   parameters:
7799   - "throughput"
7800   - "name"
7801   - "tags"
7802   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7803   x-axis: "X = VNFs per Service Chain"
7804   y-axis: "Y = Number of Service Chains"
7805   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7806   layout:
7807     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7808     layout: "plot-service-density"
7809
7810 - type: "plot"
7811   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7812   algorithm: "plot_nf_heatmap"
7813   output-file-type: ".html"
7814   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7815   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7816   filter: "'NIC_Intel-XXV710' and
7817            'NF_DENSITY' and
7818            'VHOST' and
7819            'VXLAN' and
7820            'CHAIN' and
7821            'IMIX' and
7822            '4T2C' and
7823            'NDRPDR'"
7824   parameters:
7825   - "throughput"
7826   - "name"
7827   - "tags"
7828   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7829   x-axis: "X = VNFs per Service Chain"
7830   y-axis: "Y = Number of Service Chains"
7831   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7832   layout:
7833     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7834     layout: "plot-service-density"
7835
7836 - type: "plot"
7837   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7838   algorithm: "plot_nf_heatmap"
7839   output-file-type: ".html"
7840   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7841   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7842   filter: "'NIC_Intel-XXV710' and
7843            'NF_DENSITY' and
7844            'VHOST' and
7845            'VXLAN' and
7846            'CHAIN' and
7847            'IMIX' and
7848            '8T4C' and
7849            'NDRPDR'"
7850   parameters:
7851   - "throughput"
7852   - "name"
7853   - "tags"
7854   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7855   x-axis: "X = VNFs per Service Chain"
7856   y-axis: "Y = Number of Service Chains"
7857   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7858   layout:
7859     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7860     layout: "plot-service-density"
7861
7862 # Plots - NF Density - VSC - PDR IMIX
7863 - type: "plot"
7864   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7865   algorithm: "plot_nf_heatmap"
7866   output-file-type: ".html"
7867   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7868   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7869   filter: "'NIC_Intel-XXV710' and
7870            'NF_DENSITY' and
7871            'VHOST' and
7872            'VXLAN' and
7873            'CHAIN' and
7874            'IMIX' and
7875            '2T1C' and
7876            'NDRPDR'"
7877   parameters:
7878   - "throughput"
7879   - "name"
7880   - "tags"
7881   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7882   x-axis: "X = VNFs per Service Chain"
7883   y-axis: "Y = Number of Service Chains"
7884   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7885   layout:
7886     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7887     layout: "plot-service-density"
7888
7889 - type: "plot"
7890   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7891   algorithm: "plot_nf_heatmap"
7892   output-file-type: ".html"
7893   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7894   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7895   filter: "'NIC_Intel-XXV710' and
7896            'NF_DENSITY' and
7897            'VHOST' and
7898            'VXLAN' and
7899            'CHAIN' and
7900            'IMIX' and
7901            '4T2C' and
7902            'NDRPDR'"
7903   parameters:
7904   - "throughput"
7905   - "name"
7906   - "tags"
7907   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7908   x-axis: "X = VNFs per Service Chain"
7909   y-axis: "Y = Number of Service Chains"
7910   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7911   layout:
7912     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7913     layout: "plot-service-density"
7914
7915 - type: "plot"
7916   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7917   algorithm: "plot_nf_heatmap"
7918   output-file-type: ".html"
7919   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7920   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7921   filter: "'NIC_Intel-XXV710' and
7922            'NF_DENSITY' and
7923            'VHOST' and
7924            'VXLAN' and
7925            'CHAIN' and
7926            'IMIX' and
7927            '8T4C' and
7928            'NDRPDR'"
7929   parameters:
7930   - "throughput"
7931   - "name"
7932   - "tags"
7933   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7934   x-axis: "X = VNFs per Service Chain"
7935   y-axis: "Y = Number of Service Chains"
7936   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7937   layout:
7938     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7939     layout: "plot-service-density"
7940
7941 ###############################################################################
7942
7943 # Plots - NF Density - CSC - MRR IMIX
7944 - type: "plot"
7945   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7946   algorithm: "plot_nf_heatmap"
7947   output-file-type: ".html"
7948   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7949   data: "plot-vpp-nfv-2n-skx-mrr"
7950   filter: "'NIC_Intel-XXV710' and
7951            'NF_DENSITY' and
7952            'DOCKER' and
7953            'CHAIN' and
7954            'NF_VPPIP4' and
7955            'IMIX' and
7956            '2T1C' and
7957            'MRR'"
7958   parameters:
7959   - "result"
7960   - "name"
7961   - "tags"
7962   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7963   x-axis: "X = CNFs per Service Chain"
7964   y-axis: "Y = Number of Service Chains"
7965   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7966   layout:
7967     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7968     layout: "plot-service-density"
7969
7970 - type: "plot"
7971   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7972   algorithm: "plot_nf_heatmap"
7973   output-file-type: ".html"
7974   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
7975   data: "plot-vpp-nfv-2n-skx-mrr"
7976   filter: "'NIC_Intel-XXV710' and
7977            'NF_DENSITY' and
7978            'DOCKER' and
7979            'CHAIN' and
7980            'NF_VPPIP4' and
7981            'IMIX' and
7982            '4T2C' and
7983            'MRR'"
7984   parameters:
7985   - "result"
7986   - "name"
7987   - "tags"
7988   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7989   x-axis: "X = CNFs per Service Chain"
7990   y-axis: "Y = Number of Service Chains"
7991   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7992   layout:
7993     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7994     layout: "plot-service-density"
7995
7996 - type: "plot"
7997   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7998   algorithm: "plot_nf_heatmap"
7999   output-file-type: ".html"
8000   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
8001   data: "plot-vpp-nfv-2n-skx-mrr"
8002   filter: "'NIC_Intel-XXV710' and
8003            'NF_DENSITY' and
8004            'DOCKER' and
8005            'CHAIN' and
8006            'NF_VPPIP4' and
8007            'IMIX' and
8008            '8T4C' and
8009            'MRR'"
8010   parameters:
8011   - "result"
8012   - "name"
8013   - "tags"
8014   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8015   x-axis: "X = CNFs per Service Chain"
8016   y-axis: "Y = Number of Service Chains"
8017   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8018   layout:
8019     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8020     layout: "plot-service-density"
8021
8022 # Plots - NF Density - CSC - NDR IMIX
8023 - type: "plot"
8024   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8025   algorithm: "plot_nf_heatmap"
8026   output-file-type: ".html"
8027   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8028   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8029   filter: "'NIC_Intel-XXV710' and
8030            'NF_DENSITY' and
8031            'DOCKER' and
8032            'CHAIN' and
8033            'NF_VPPIP4' and
8034            'IMIX' and
8035            '2T1C' and
8036            'NDRPDR'"
8037   parameters:
8038   - "throughput"
8039   - "name"
8040   - "tags"
8041   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8042   x-axis: "X = CNFs per Service Chain"
8043   y-axis: "Y = Number of Service Chains"
8044   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8045   layout:
8046     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8047     layout: "plot-service-density"
8048
8049 - type: "plot"
8050   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8051   algorithm: "plot_nf_heatmap"
8052   output-file-type: ".html"
8053   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8054   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8055   filter: "'NIC_Intel-XXV710' and
8056            'NF_DENSITY' and
8057            'DOCKER' and
8058            'CHAIN' and
8059            'NF_VPPIP4' and
8060            'IMIX' and
8061            '4T2C' and
8062            'NDRPDR'"
8063   parameters:
8064   - "throughput"
8065   - "name"
8066   - "tags"
8067   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8068   x-axis: "X = CNFs per Service Chain"
8069   y-axis: "Y = Number of Service Chains"
8070   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8071   layout:
8072     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8073     layout: "plot-service-density"
8074
8075 - type: "plot"
8076   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8077   algorithm: "plot_nf_heatmap"
8078   output-file-type: ".html"
8079   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8080   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8081   filter: "'NIC_Intel-XXV710' and
8082            'NF_DENSITY' and
8083            'DOCKER' and
8084            'CHAIN' and
8085            'NF_VPPIP4' and
8086            'IMIX' and
8087            '8T4C' and
8088            'NDRPDR'"
8089   parameters:
8090   - "throughput"
8091   - "name"
8092   - "tags"
8093   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8094   x-axis: "X = CNFs per Service Chain"
8095   y-axis: "Y = Number of Service Chains"
8096   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8097   layout:
8098     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8099     layout: "plot-service-density"
8100
8101 # Plots - NF Density - CSC - PDR IMIX
8102 - type: "plot"
8103   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8104   algorithm: "plot_nf_heatmap"
8105   output-file-type: ".html"
8106   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8107   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8108   filter: "'NIC_Intel-XXV710' and
8109            'NF_DENSITY' and
8110            'DOCKER' and
8111            'CHAIN' and
8112            'NF_VPPIP4' and
8113            'IMIX' and
8114            '2T1C' and
8115            'NDRPDR'"
8116   parameters:
8117   - "throughput"
8118   - "name"
8119   - "tags"
8120   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8121   x-axis: "X = CNFs per Service Chain"
8122   y-axis: "Y = Number of Service Chains"
8123   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8124   layout:
8125     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8126     layout: "plot-service-density"
8127
8128 - type: "plot"
8129   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8130   algorithm: "plot_nf_heatmap"
8131   output-file-type: ".html"
8132   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8133   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8134   filter: "'NIC_Intel-XXV710' and
8135            'NF_DENSITY' and
8136            'DOCKER' and
8137            'CHAIN' and
8138            'NF_VPPIP4' and
8139            'IMIX' and
8140            '4T2C' and
8141            'NDRPDR'"
8142   parameters:
8143   - "throughput"
8144   - "name"
8145   - "tags"
8146   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8147   x-axis: "X = CNFs per Service Chain"
8148   y-axis: "Y = Number of Service Chains"
8149   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8150   layout:
8151     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8152     layout: "plot-service-density"
8153
8154 - type: "plot"
8155   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8156   algorithm: "plot_nf_heatmap"
8157   output-file-type: ".html"
8158   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8159   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8160   filter: "'NIC_Intel-XXV710' and
8161            'NF_DENSITY' and
8162            'DOCKER' and
8163            'CHAIN' and
8164            'NF_VPPIP4' and
8165            'IMIX' and
8166            '8T4C' and
8167            'NDRPDR'"
8168   parameters:
8169   - "throughput"
8170   - "name"
8171   - "tags"
8172   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8173   x-axis: "X = CNFs per Service Chain"
8174   y-axis: "Y = Number of Service Chains"
8175   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8176   layout:
8177     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8178     layout: "plot-service-density"
8179
8180 ################################################################################
8181 #
8182 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8183 #- type: "plot"
8184 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8185 #  algorithm: "plot_nf_heatmap"
8186 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8187 #  data: "plot-vpp-nfv-3n-skx-mrr"
8188 #  filter: "'NIC_Intel-XXV710' and
8189 #           'NF_DENSITY' and
8190 #           'DOCKER' and
8191 #           'CHAIN' and
8192 #           'NF_VPPIP4' and
8193 #           'IPSEC' and
8194 #           'TNL_4' and
8195 #           'IMIX' and
8196 #           '2T1C' and
8197 #           'MRR'"
8198 #  parameters:
8199 #  - "result"
8200 #  - "name"
8201 #  - "tags"
8202 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8203 #  x-axis: "X = CNFs per Service Chain"
8204 #  y-axis: "Y = Number of Service Chains"
8205 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8206 #  layout:
8207 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8208 #    layout: "plot-service-density"
8209 #
8210 #- type: "plot"
8211 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8212 #  algorithm: "plot_nf_heatmap"
8213 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8214 #  data: "plot-vpp-nfv-3n-skx-mrr"
8215 #  filter: "'NIC_Intel-XXV710' and
8216 #           'NF_DENSITY' and
8217 #           'DOCKER' and
8218 #           'CHAIN' and
8219 #           'NF_VPPIP4' and
8220 #           'IPSEC' and
8221 #           'TNL_4' and
8222 #           'IMIX' and
8223 #           '4T2C' and
8224 #           'MRR'"
8225 #  parameters:
8226 #  - "result"
8227 #  - "name"
8228 #  - "tags"
8229 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8230 #  x-axis: "X = CNFs per Service Chain"
8231 #  y-axis: "Y = Number of Service Chains"
8232 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8233 #  layout:
8234 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8235 #    layout: "plot-service-density"
8236 #
8237 #- type: "plot"
8238 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8239 #  algorithm: "plot_nf_heatmap"
8240 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8241 #  data: "plot-vpp-nfv-3n-skx-mrr"
8242 #  filter: "'NIC_Intel-XXV710' and
8243 #           'NF_DENSITY' and
8244 #           'DOCKER' and
8245 #           'CHAIN' and
8246 #           'NF_VPPIP4' and
8247 #           'IPSEC' and
8248 #           'TNL_4' and
8249 #           'IMIX' and
8250 #           '8T4C' and
8251 #           'MRR'"
8252 #  parameters:
8253 #  - "result"
8254 #  - "name"
8255 #  - "tags"
8256 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8257 #  x-axis: "X = CNFs per Service Chain"
8258 #  y-axis: "Y = Number of Service Chains"
8259 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8260 #  layout:
8261 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8262 #    layout: "plot-service-density"
8263
8264 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8265 - type: "plot"
8266   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8267   algorithm: "plot_nf_heatmap"
8268   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8269   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8270   filter: "'NIC_Intel-XXV710' and
8271            'NF_DENSITY' and
8272            'DOCKER' and
8273            'CHAIN' and
8274            'NF_VPPIP4' and
8275            'IPSEC' and
8276            'TNL_4' and
8277            'IMIX' and
8278            '2T1C' and
8279            'NDRPDR'"
8280   parameters:
8281   - "throughput"
8282   - "name"
8283   - "tags"
8284   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8285   x-axis: "X = CNFs per Service Chain"
8286   y-axis: "Y = Number of Service Chains"
8287   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8288   layout:
8289     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8290     layout: "plot-service-density"
8291
8292 - type: "plot"
8293   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8294   algorithm: "plot_nf_heatmap"
8295   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8296   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8297   filter: "'NIC_Intel-XXV710' and
8298            'NF_DENSITY' and
8299            'DOCKER' and
8300            'CHAIN' and
8301            'NF_VPPIP4' and
8302            'IPSEC' and
8303            'TNL_4' and
8304            'IMIX' and
8305            '4T2C' and
8306            'NDRPDR'"
8307   parameters:
8308   - "throughput"
8309   - "name"
8310   - "tags"
8311   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8312   x-axis: "X = CNFs per Service Chain"
8313   y-axis: "Y = Number of Service Chains"
8314   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8315   layout:
8316     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8317     layout: "plot-service-density"
8318
8319 - type: "plot"
8320   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8321   algorithm: "plot_nf_heatmap"
8322   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8323   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8324   filter: "'NIC_Intel-XXV710' and
8325            'NF_DENSITY' and
8326            'DOCKER' and
8327            'CHAIN' and
8328            'NF_VPPIP4' and
8329            'IPSEC' and
8330            'TNL_4' and
8331            'IMIX' and
8332            '8T4C' and
8333            'NDRPDR'"
8334   parameters:
8335   - "throughput"
8336   - "name"
8337   - "tags"
8338   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8339   x-axis: "X = CNFs per Service Chain"
8340   y-axis: "Y = Number of Service Chains"
8341   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8342   layout:
8343     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8344     layout: "plot-service-density"
8345
8346 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8347 - type: "plot"
8348   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8349   algorithm: "plot_nf_heatmap"
8350   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8351   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8352   filter: "'NIC_Intel-XXV710' and
8353            'NF_DENSITY' and
8354            'DOCKER' and
8355            'CHAIN' and
8356            'NF_VPPIP4' and
8357            'IPSEC' and
8358            'TNL_4' and
8359            'IMIX' and
8360            '2T1C' and
8361            'NDRPDR'"
8362   parameters:
8363   - "throughput"
8364   - "name"
8365   - "tags"
8366   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8367   x-axis: "X = CNFs per Service Chain"
8368   y-axis: "Y = Number of Service Chains"
8369   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8370   layout:
8371     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8372     layout: "plot-service-density"
8373
8374 - type: "plot"
8375   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8376   algorithm: "plot_nf_heatmap"
8377   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8378   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8379   filter: "'NIC_Intel-XXV710' and
8380            'NF_DENSITY' and
8381            'DOCKER' and
8382            'CHAIN' and
8383            'NF_VPPIP4' and
8384            'IPSEC' and
8385            'TNL_4' and
8386            'IMIX' and
8387            '4T2C' and
8388            'NDRPDR'"
8389   parameters:
8390   - "throughput"
8391   - "name"
8392   - "tags"
8393   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8394   x-axis: "X = CNFs per Service Chain"
8395   y-axis: "Y = Number of Service Chains"
8396   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8397   layout:
8398     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8399     layout: "plot-service-density"
8400
8401 - type: "plot"
8402   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8403   algorithm: "plot_nf_heatmap"
8404   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8405   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8406   filter: "'NIC_Intel-XXV710' and
8407            'NF_DENSITY' and
8408            'DOCKER' and
8409            'CHAIN' and
8410            'NF_VPPIP4' and
8411            'IPSEC' and
8412            'TNL_4' and
8413            'IMIX' and
8414            '8T4C' and
8415            'NDRPDR'"
8416   parameters:
8417   - "throughput"
8418   - "name"
8419   - "tags"
8420   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8421   x-axis: "X = CNFs per Service Chain"
8422   y-axis: "Y = Number of Service Chains"
8423   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8424   layout:
8425     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8426     layout: "plot-service-density"
8427
8428 ###############################################################################
8429
8430 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8431 #- type: "plot"
8432 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8433 #  algorithm: "plot_nf_heatmap"
8434 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8435 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8436 #  filter: "'NIC_Intel-XL710' and
8437 #           'NF_DENSITY' and
8438 #           'DOCKER' and
8439 #           'CHAIN' and
8440 #           'NF_VPPIP4' and
8441 #           'IMIX' and
8442 #           'TNL_4' and
8443 #           '1T1C' and
8444 #           'MRR'"
8445 #  parameters:
8446 #  - "result"
8447 #  - "name"
8448 #  - "tags"
8449 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8450 #  x-axis: "X = CNFs per Service Chain"
8451 #  y-axis: "Y = Number of Service Chains"
8452 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8453 #  layout:
8454 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8455 #    layout: "plot-service-density"
8456 #
8457 #- type: "plot"
8458 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8459 #  algorithm: "plot_nf_heatmap"
8460 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8461 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8462 #  filter: "'NIC_Intel-XL710' and
8463 #           'NF_DENSITY' and
8464 #           'DOCKER' and
8465 #           'CHAIN' and
8466 #           'NF_VPPIP4' and
8467 #           'IPSEC' and
8468 #           'TNL_4' and
8469 #           'IMIX' and
8470 #           '2T2C' and
8471 #           'MRR'"
8472 #  parameters:
8473 #  - "result"
8474 #  - "name"
8475 #  - "tags"
8476 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8477 #  x-axis: "X = CNFs per Service Chain"
8478 #  y-axis: "Y = Number of Service Chains"
8479 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8480 #  layout:
8481 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8482 #    layout: "plot-service-density"
8483 #
8484 #- type: "plot"
8485 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8486 #  algorithm: "plot_nf_heatmap"
8487 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8488 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8489 #  filter: "'NIC_Intel-XL710' and
8490 #           'NF_DENSITY' and
8491 #           'DOCKER' and
8492 #           'CHAIN' and
8493 #           'NF_VPPIP4' and
8494 #           'IPSEC' and
8495 #           'TNL_4' and
8496 #           'IMIX' and
8497 #           '4T4C' and
8498 #           'MRR'"
8499 #  parameters:
8500 #  - "result"
8501 #  - "name"
8502 #  - "tags"
8503 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8504 #  x-axis: "X = CNFs per Service Chain"
8505 #  y-axis: "Y = Number of Service Chains"
8506 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8507 #  layout:
8508 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8509 #    layout: "plot-service-density"
8510
8511 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8512 #- type: "plot"
8513 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8514 #  algorithm: "plot_nf_heatmap"
8515 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8516 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8517 #  filter: "'NIC_Intel-XL710' and
8518 #           'NF_DENSITY' and
8519 #           'DOCKER' and
8520 #           'CHAIN' and
8521 #           'NF_VPPIP4' and
8522 #           'IPSEC' and
8523 #           'TNL_4' and
8524 #           'IMIX' and
8525 #           '1T1C' and
8526 #           'NDRPDR'"
8527 #  parameters:
8528 #  - "throughput"
8529 #  - "name"
8530 #  - "tags"
8531 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8532 #  x-axis: "X = CNFs per Service Chain"
8533 #  y-axis: "Y = Number of Service Chains"
8534 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8535 #  layout:
8536 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8537 #    layout: "plot-service-density"
8538 #
8539 #- type: "plot"
8540 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8541 #  algorithm: "plot_nf_heatmap"
8542 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8543 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8544 #  filter: "'NIC_Intel-XL710' and
8545 #           'NF_DENSITY' and
8546 #           'DOCKER' and
8547 #           'CHAIN' and
8548 #           'NF_VPPIP4' and
8549 #           'IPSEC' and
8550 #           'TNL_4' and
8551 #           'IMIX' and
8552 #           '2T2C' and
8553 #           'NDRPDR'"
8554 #  parameters:
8555 #  - "throughput"
8556 #  - "name"
8557 #  - "tags"
8558 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8559 #  x-axis: "X = CNFs per Service Chain"
8560 #  y-axis: "Y = Number of Service Chains"
8561 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8562 #  layout:
8563 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8564 #    layout: "plot-service-density"
8565 #
8566 #- type: "plot"
8567 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8568 #  algorithm: "plot_nf_heatmap"
8569 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8570 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8571 #  filter: "'NIC_Intel-XL710' and
8572 #           'NF_DENSITY' and
8573 #           'DOCKER' and
8574 #           'CHAIN' and
8575 #           'NF_VPPIP4' and
8576 #           'IPSEC' and
8577 #           'TNL_4' and
8578 #           'IMIX' and
8579 #           '4T4C' and
8580 #           'NDRPDR'"
8581 #  parameters:
8582 #  - "throughput"
8583 #  - "name"
8584 #  - "tags"
8585 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8586 #  x-axis: "X = CNFs per Service Chain"
8587 #  y-axis: "Y = Number of Service Chains"
8588 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8589 #  layout:
8590 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8591 #    layout: "plot-service-density"
8592 #
8593 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8594 #- type: "plot"
8595 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8596 #  algorithm: "plot_nf_heatmap"
8597 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8598 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8599 #  filter: "'NIC_Intel-XL710' and
8600 #           'NF_DENSITY' and
8601 #           'DOCKER' and
8602 #           'CHAIN' and
8603 #           'NF_VPPIP4' and
8604 #           'IPSEC' and
8605 #           'TNL_4' and
8606 #           'IMIX' and
8607 #           '1T1C' and
8608 #           'NDRPDR'"
8609 #  parameters:
8610 #  - "throughput"
8611 #  - "name"
8612 #  - "tags"
8613 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8614 #  x-axis: "X = CNFs per Service Chain"
8615 #  y-axis: "Y = Number of Service Chains"
8616 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8617 #  layout:
8618 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8619 #    layout: "plot-service-density"
8620 #
8621 #- type: "plot"
8622 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8623 #  algorithm: "plot_nf_heatmap"
8624 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8625 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8626 #  filter: "'NIC_Intel-XL710' and
8627 #           'NF_DENSITY' and
8628 #           'DOCKER' and
8629 #           'CHAIN' and
8630 #           'NF_VPPIP4' and
8631 #           'IPSEC' and
8632 #           'TNL_4' and
8633 #           'IMIX' and
8634 #           '2T2C' and
8635 #           'NDRPDR'"
8636 #  parameters:
8637 #  - "throughput"
8638 #  - "name"
8639 #  - "tags"
8640 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8641 #  x-axis: "X = CNFs per Service Chain"
8642 #  y-axis: "Y = Number of Service Chains"
8643 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8644 #  layout:
8645 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8646 #    layout: "plot-service-density"
8647 #
8648 #- type: "plot"
8649 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8650 #  algorithm: "plot_nf_heatmap"
8651 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8652 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8653 #  filter: "'NIC_Intel-XL710' and
8654 #           'NF_DENSITY' and
8655 #           'DOCKER' and
8656 #           'CHAIN' and
8657 #           'NF_VPPIP4' and
8658 #           'IPSEC' and
8659 #           'TNL_4' and
8660 #           'IMIX' and
8661 #           '4T4C' and
8662 #           'NDRPDR'"
8663 #  parameters:
8664 #  - "throughput"
8665 #  - "name"
8666 #  - "tags"
8667 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8668 #  x-axis: "X = CNFs per Service Chain"
8669 #  y-axis: "Y = Number of Service Chains"
8670 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8671 #  layout:
8672 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8673 #    layout: "plot-service-density"
8674
8675 ###############################################################################
8676
8677 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8678 #- type: "plot"
8679 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8680 #  algorithm: "plot_nf_heatmap"
8681 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8682 #  data: "plot-vpp-nfv-3n-skx-mrr"
8683 #  filter: "'NIC_Intel-XXV710' and
8684 #           'NF_DENSITY' and
8685 #           'DOCKER' and
8686 #           'CHAIN' and
8687 #           'NF_VPPIP4' and
8688 #           'IPSEC' and
8689 #           'TNL_1000' and
8690 #           'IMIX' and
8691 #           '2T1C' and
8692 #           'MRR'"
8693 #  parameters:
8694 #  - "result"
8695 #  - "name"
8696 #  - "tags"
8697 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8698 #  x-axis: "X = CNFs per Service Chain"
8699 #  y-axis: "Y = Number of Service Chains"
8700 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8701 #  layout:
8702 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8703 #    layout: "plot-service-density"
8704 #
8705 #- type: "plot"
8706 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8707 #  algorithm: "plot_nf_heatmap"
8708 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8709 #  data: "plot-vpp-nfv-3n-skx-mrr"
8710 #  filter: "'NIC_Intel-XXV710' and
8711 #           'NF_DENSITY' and
8712 #           'DOCKER' and
8713 #           'CHAIN' and
8714 #           'NF_VPPIP4' and
8715 #           'IPSEC' and
8716 #           'TNL_1000' and
8717 #           'IMIX' and
8718 #           '4T2C' and
8719 #           'MRR'"
8720 #  parameters:
8721 #  - "result"
8722 #  - "name"
8723 #  - "tags"
8724 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8725 #  x-axis: "X = CNFs per Service Chain"
8726 #  y-axis: "Y = Number of Service Chains"
8727 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8728 #  layout:
8729 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8730 #    layout: "plot-service-density"
8731 #
8732 #- type: "plot"
8733 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8734 #  algorithm: "plot_nf_heatmap"
8735 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8736 #  data: "plot-vpp-nfv-3n-skx-mrr"
8737 #  filter: "'NIC_Intel-XXV710' and
8738 #           'NF_DENSITY' and
8739 #           'DOCKER' and
8740 #           'CHAIN' and
8741 #           'NF_VPPIP4' and
8742 #           'IPSEC' and
8743 #           'TNL_1000' and
8744 #           'IMIX' and
8745 #           '8T4C' and
8746 #           'MRR'"
8747 #  parameters:
8748 #  - "result"
8749 #  - "name"
8750 #  - "tags"
8751 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8752 #  x-axis: "X = CNFs per Service Chain"
8753 #  y-axis: "Y = Number of Service Chains"
8754 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8755 #  layout:
8756 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8757 #    layout: "plot-service-density"
8758
8759 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8760 - type: "plot"
8761   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8762   algorithm: "plot_nf_heatmap"
8763   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8764   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8765   filter: "'NIC_Intel-XXV710' and
8766            'NF_DENSITY' and
8767            'DOCKER' and
8768            'CHAIN' and
8769            'NF_VPPIP4' and
8770            'IPSEC' and
8771            'TNL_1000' and
8772            'IMIX' and
8773            '2T1C' and
8774            'NDRPDR'"
8775   parameters:
8776   - "throughput"
8777   - "name"
8778   - "tags"
8779   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8780   x-axis: "X = CNFs per Service Chain"
8781   y-axis: "Y = Number of Service Chains"
8782   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8783   layout:
8784     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8785     layout: "plot-service-density"
8786
8787 - type: "plot"
8788   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8789   algorithm: "plot_nf_heatmap"
8790   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8791   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8792   filter: "'NIC_Intel-XXV710' and
8793            'NF_DENSITY' and
8794            'DOCKER' and
8795            'CHAIN' and
8796            'NF_VPPIP4' and
8797            'IPSEC' and
8798            'TNL_1000' and
8799            'IMIX' and
8800            '4T2C' and
8801            'NDRPDR'"
8802   parameters:
8803   - "throughput"
8804   - "name"
8805   - "tags"
8806   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8807   x-axis: "X = CNFs per Service Chain"
8808   y-axis: "Y = Number of Service Chains"
8809   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8810   layout:
8811     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8812     layout: "plot-service-density"
8813
8814 - type: "plot"
8815   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8816   algorithm: "plot_nf_heatmap"
8817   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8818   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8819   filter: "'NIC_Intel-XXV710' and
8820            'NF_DENSITY' and
8821            'DOCKER' and
8822            'CHAIN' and
8823            'NF_VPPIP4' and
8824            'IPSEC' and
8825            'TNL_1000' and
8826            'IMIX' and
8827            '8T4C' and
8828            'NDRPDR'"
8829   parameters:
8830   - "throughput"
8831   - "name"
8832   - "tags"
8833   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8834   x-axis: "X = CNFs per Service Chain"
8835   y-axis: "Y = Number of Service Chains"
8836   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8837   layout:
8838     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8839     layout: "plot-service-density"
8840
8841 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8842 - type: "plot"
8843   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8844   algorithm: "plot_nf_heatmap"
8845   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8846   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8847   filter: "'NIC_Intel-XXV710' and
8848            'NF_DENSITY' and
8849            'DOCKER' and
8850            'CHAIN' and
8851            'NF_VPPIP4' and
8852            'IPSEC' and
8853            'TNL_1000' and
8854            'IMIX' and
8855            '2T1C' and
8856            'NDRPDR'"
8857   parameters:
8858   - "throughput"
8859   - "name"
8860   - "tags"
8861   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8862   x-axis: "X = CNFs per Service Chain"
8863   y-axis: "Y = Number of Service Chains"
8864   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8865   layout:
8866     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8867     layout: "plot-service-density"
8868
8869 - type: "plot"
8870   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8871   algorithm: "plot_nf_heatmap"
8872   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8873   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8874   filter: "'NIC_Intel-XXV710' and
8875            'NF_DENSITY' and
8876            'DOCKER' and
8877            'CHAIN' and
8878            'NF_VPPIP4' and
8879            'IPSEC' and
8880            'TNL_1000' and
8881            'IMIX' and
8882            '4T2C' and
8883            'NDRPDR'"
8884   parameters:
8885   - "throughput"
8886   - "name"
8887   - "tags"
8888   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8889   x-axis: "X = CNFs per Service Chain"
8890   y-axis: "Y = Number of Service Chains"
8891   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8892   layout:
8893     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8894     layout: "plot-service-density"
8895
8896 - type: "plot"
8897   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8898   algorithm: "plot_nf_heatmap"
8899   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8900   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8901   filter: "'NIC_Intel-XXV710' and
8902            'NF_DENSITY' and
8903            'DOCKER' and
8904            'CHAIN' and
8905            'NF_VPPIP4' and
8906            'IPSEC' and
8907            'TNL_1000' and
8908            'IMIX' and
8909            '8T4C' and
8910            'NDRPDR'"
8911   parameters:
8912   - "throughput"
8913   - "name"
8914   - "tags"
8915   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8916   x-axis: "X = CNFs per Service Chain"
8917   y-axis: "Y = Number of Service Chains"
8918   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8919   layout:
8920     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8921     layout: "plot-service-density"
8922
8923 ###############################################################################
8924
8925 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8926 #- type: "plot"
8927 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8928 #  algorithm: "plot_nf_heatmap"
8929 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8930 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8931 #  filter: "'NIC_Intel-XL710' and
8932 #           'NF_DENSITY' and
8933 #           'DOCKER' and
8934 #           'CHAIN' and
8935 #           'NF_VPPIP4' and
8936 #           'IMIX' and
8937 #           'TNL_1000' and
8938 #           '1T1C' and
8939 #           'MRR'"
8940 #  parameters:
8941 #  - "result"
8942 #  - "name"
8943 #  - "tags"
8944 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8945 #  x-axis: "X = CNFs per Service Chain"
8946 #  y-axis: "Y = Number of Service Chains"
8947 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8948 #  layout:
8949 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8950 #    layout: "plot-service-density"
8951 #
8952 #- type: "plot"
8953 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8954 #  algorithm: "plot_nf_heatmap"
8955 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
8956 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8957 #  filter: "'NIC_Intel-XL710' and
8958 #           'NF_DENSITY' and
8959 #           'DOCKER' and
8960 #           'CHAIN' and
8961 #           'NF_VPPIP4' and
8962 #           'IPSEC' and
8963 #           'TNL_1000' and
8964 #           'IMIX' and
8965 #           '2T2C' and
8966 #           'MRR'"
8967 #  parameters:
8968 #  - "result"
8969 #  - "name"
8970 #  - "tags"
8971 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8972 #  x-axis: "X = CNFs per Service Chain"
8973 #  y-axis: "Y = Number of Service Chains"
8974 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8975 #  layout:
8976 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8977 #    layout: "plot-service-density"
8978 #
8979 #- type: "plot"
8980 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8981 #  algorithm: "plot_nf_heatmap"
8982 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
8983 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8984 #  filter: "'NIC_Intel-XL710' and
8985 #           'NF_DENSITY' and
8986 #           'DOCKER' and
8987 #           'CHAIN' and
8988 #           'NF_VPPIP4' and
8989 #           'IPSEC' and
8990 #           'TNL_1000' and
8991 #           'IMIX' and
8992 #           '4T4C' and
8993 #           'MRR'"
8994 #  parameters:
8995 #  - "result"
8996 #  - "name"
8997 #  - "tags"
8998 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8999 #  x-axis: "X = CNFs per Service Chain"
9000 #  y-axis: "Y = Number of Service Chains"
9001 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9002 #  layout:
9003 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9004 #    layout: "plot-service-density"
9005
9006 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9007 #- type: "plot"
9008 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9009 #  algorithm: "plot_nf_heatmap"
9010 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9011 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9012 #  filter: "'NIC_Intel-XL710' and
9013 #           'NF_DENSITY' and
9014 #           'DOCKER' and
9015 #           'CHAIN' and
9016 #           'NF_VPPIP4' and
9017 #           'IPSEC' and
9018 #           'TNL_1000' and
9019 #           'IMIX' and
9020 #           '1T1C' and
9021 #           'NDRPDR'"
9022 #  parameters:
9023 #  - "throughput"
9024 #  - "name"
9025 #  - "tags"
9026 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9027 #  x-axis: "X = CNFs per Service Chain"
9028 #  y-axis: "Y = Number of Service Chains"
9029 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9030 #  layout:
9031 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9032 #    layout: "plot-service-density"
9033 #
9034 #- type: "plot"
9035 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9036 #  algorithm: "plot_nf_heatmap"
9037 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9038 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9039 #  filter: "'NIC_Intel-XL710' and
9040 #           'NF_DENSITY' and
9041 #           'DOCKER' and
9042 #           'CHAIN' and
9043 #           'NF_VPPIP4' and
9044 #           'IPSEC' and
9045 #           'TNL_1000' and
9046 #           'IMIX' and
9047 #           '2T2C' and
9048 #           'NDRPDR'"
9049 #  parameters:
9050 #  - "throughput"
9051 #  - "name"
9052 #  - "tags"
9053 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9054 #  x-axis: "X = CNFs per Service Chain"
9055 #  y-axis: "Y = Number of Service Chains"
9056 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9057 #  layout:
9058 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9059 #    layout: "plot-service-density"
9060 #
9061 #- type: "plot"
9062 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9063 #  algorithm: "plot_nf_heatmap"
9064 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9065 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9066 #  filter: "'NIC_Intel-XL710' and
9067 #           'NF_DENSITY' and
9068 #           'DOCKER' and
9069 #           'CHAIN' and
9070 #           'NF_VPPIP4' and
9071 #           'IPSEC' and
9072 #           'TNL_1000' and
9073 #           'IMIX' and
9074 #           '4T4C' and
9075 #           'NDRPDR'"
9076 #  parameters:
9077 #  - "throughput"
9078 #  - "name"
9079 #  - "tags"
9080 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9081 #  x-axis: "X = CNFs per Service Chain"
9082 #  y-axis: "Y = Number of Service Chains"
9083 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9084 #  layout:
9085 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9086 #    layout: "plot-service-density"
9087 #
9088 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9089 #- type: "plot"
9090 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9091 #  algorithm: "plot_nf_heatmap"
9092 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9093 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9094 #  filter: "'NIC_Intel-XL710' and
9095 #           'NF_DENSITY' and
9096 #           'DOCKER' and
9097 #           'CHAIN' and
9098 #           'NF_VPPIP4' and
9099 #           'IPSEC' and
9100 #           'TNL_1000' and
9101 #           'IMIX' and
9102 #           '1T1C' and
9103 #           'NDRPDR'"
9104 #  parameters:
9105 #  - "throughput"
9106 #  - "name"
9107 #  - "tags"
9108 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9109 #  x-axis: "X = CNFs per Service Chain"
9110 #  y-axis: "Y = Number of Service Chains"
9111 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9112 #  layout:
9113 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9114 #    layout: "plot-service-density"
9115 #
9116 #- type: "plot"
9117 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9118 #  algorithm: "plot_nf_heatmap"
9119 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9120 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9121 #  filter: "'NIC_Intel-XL710' and
9122 #           'NF_DENSITY' and
9123 #           'DOCKER' and
9124 #           'CHAIN' and
9125 #           'NF_VPPIP4' and
9126 #           'IPSEC' and
9127 #           'TNL_1000' and
9128 #           'IMIX' and
9129 #           '2T2C' and
9130 #           'NDRPDR'"
9131 #  parameters:
9132 #  - "throughput"
9133 #  - "name"
9134 #  - "tags"
9135 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9136 #  x-axis: "X = CNFs per Service Chain"
9137 #  y-axis: "Y = Number of Service Chains"
9138 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9139 #  layout:
9140 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9141 #    layout: "plot-service-density"
9142 #
9143 #- type: "plot"
9144 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9145 #  algorithm: "plot_nf_heatmap"
9146 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9147 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9148 #  filter: "'NIC_Intel-XL710' and
9149 #           'NF_DENSITY' and
9150 #           'DOCKER' and
9151 #           'CHAIN' and
9152 #           'NF_VPPIP4' and
9153 #           'IPSEC' and
9154 #           'TNL_1000' and
9155 #           'IMIX' and
9156 #           '4T4C' and
9157 #           'NDRPDR'"
9158 #  parameters:
9159 #  - "throughput"
9160 #  - "name"
9161 #  - "tags"
9162 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9163 #  x-axis: "X = CNFs per Service Chain"
9164 #  y-axis: "Y = Number of Service Chains"
9165 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9166 #  layout:
9167 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9168 #    layout: "plot-service-density"
9169
9170 ###############################################################################
9171
9172 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9173 #- type: "plot"
9174 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9175 #  algorithm: "plot_nf_heatmap"
9176 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9177 #  data: "plot-vpp-nfv-3n-skx-mrr"
9178 #  filter: "'NIC_Intel-XXV710' and
9179 #           'NF_DENSITY' and
9180 #           'DOCKER' and
9181 #           'CHAIN' and
9182 #           'NF_VPPIP4' and
9183 #           'IPSEC' and
9184 #           'TNL_10000' and
9185 #           'IMIX' and
9186 #           '2T1C' and
9187 #           'MRR'"
9188 #  parameters:
9189 #  - "result"
9190 #  - "name"
9191 #  - "tags"
9192 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9193 #  x-axis: "X = CNFs per Service Chain"
9194 #  y-axis: "Y = Number of Service Chains"
9195 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9196 #  layout:
9197 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9198 #    layout: "plot-service-density"
9199 #
9200 #- type: "plot"
9201 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9202 #  algorithm: "plot_nf_heatmap"
9203 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9204 #  data: "plot-vpp-nfv-3n-skx-mrr"
9205 #  filter: "'NIC_Intel-XXV710' and
9206 #           'NF_DENSITY' and
9207 #           'DOCKER' and
9208 #           'CHAIN' and
9209 #           'NF_VPPIP4' and
9210 #           'IPSEC' and
9211 #           'TNL_10000' and
9212 #           'IMIX' and
9213 #           '4T2C' and
9214 #           'MRR'"
9215 #  parameters:
9216 #  - "result"
9217 #  - "name"
9218 #  - "tags"
9219 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9220 #  x-axis: "X = CNFs per Service Chain"
9221 #  y-axis: "Y = Number of Service Chains"
9222 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9223 #  layout:
9224 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9225 #    layout: "plot-service-density"
9226 #
9227 #- type: "plot"
9228 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9229 #  algorithm: "plot_nf_heatmap"
9230 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9231 #  data: "plot-vpp-nfv-3n-skx-mrr"
9232 #  filter: "'NIC_Intel-XXV710' and
9233 #           'NF_DENSITY' and
9234 #           'DOCKER' and
9235 #           'CHAIN' and
9236 #           'NF_VPPIP4' and
9237 #           'IPSEC' and
9238 #           'TNL_10000' and
9239 #           'IMIX' and
9240 #           '8T4C' and
9241 #           'MRR'"
9242 #  parameters:
9243 #  - "result"
9244 #  - "name"
9245 #  - "tags"
9246 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9247 #  x-axis: "X = CNFs per Service Chain"
9248 #  y-axis: "Y = Number of Service Chains"
9249 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9250 #  layout:
9251 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9252 #    layout: "plot-service-density"
9253
9254 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9255 - type: "plot"
9256   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9257   algorithm: "plot_nf_heatmap"
9258   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9259   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9260   filter: "'NIC_Intel-XXV710' and
9261            'NF_DENSITY' and
9262            'DOCKER' and
9263            'CHAIN' and
9264            'NF_VPPIP4' and
9265            'IPSEC' and
9266            'TNL_10000' and
9267            'IMIX' and
9268            '2T1C' and
9269            'NDRPDR'"
9270   parameters:
9271   - "throughput"
9272   - "name"
9273   - "tags"
9274   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9275   x-axis: "X = CNFs per Service Chain"
9276   y-axis: "Y = Number of Service Chains"
9277   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9278   layout:
9279     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9280     layout: "plot-service-density"
9281
9282 - type: "plot"
9283   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9284   algorithm: "plot_nf_heatmap"
9285   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9286   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9287   filter: "'NIC_Intel-XXV710' and
9288            'NF_DENSITY' and
9289            'DOCKER' and
9290            'CHAIN' and
9291            'NF_VPPIP4' and
9292            'IPSEC' and
9293            'TNL_10000' and
9294            'IMIX' and
9295            '4T2C' and
9296            'NDRPDR'"
9297   parameters:
9298   - "throughput"
9299   - "name"
9300   - "tags"
9301   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9302   x-axis: "X = CNFs per Service Chain"
9303   y-axis: "Y = Number of Service Chains"
9304   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9305   layout:
9306     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9307     layout: "plot-service-density"
9308
9309 - type: "plot"
9310   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9311   algorithm: "plot_nf_heatmap"
9312   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9313   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9314   filter: "'NIC_Intel-XXV710' and
9315            'NF_DENSITY' and
9316            'DOCKER' and
9317            'CHAIN' and
9318            'NF_VPPIP4' and
9319            'IPSEC' and
9320            'TNL_10000' and
9321            'IMIX' and
9322            '8T4C' and
9323            'NDRPDR'"
9324   parameters:
9325   - "throughput"
9326   - "name"
9327   - "tags"
9328   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9329   x-axis: "X = CNFs per Service Chain"
9330   y-axis: "Y = Number of Service Chains"
9331   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9332   layout:
9333     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9334     layout: "plot-service-density"
9335
9336 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9337 - type: "plot"
9338   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9339   algorithm: "plot_nf_heatmap"
9340   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9341   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9342   filter: "'NIC_Intel-XXV710' and
9343            'NF_DENSITY' and
9344            'DOCKER' and
9345            'CHAIN' and
9346            'NF_VPPIP4' and
9347            'IPSEC' and
9348            'TNL_10000' and
9349            'IMIX' and
9350            '2T1C' and
9351            'NDRPDR'"
9352   parameters:
9353   - "throughput"
9354   - "name"
9355   - "tags"
9356   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9357   x-axis: "X = CNFs per Service Chain"
9358   y-axis: "Y = Number of Service Chains"
9359   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9360   layout:
9361     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9362     layout: "plot-service-density"
9363
9364 - type: "plot"
9365   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9366   algorithm: "plot_nf_heatmap"
9367   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9368   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9369   filter: "'NIC_Intel-XXV710' and
9370            'NF_DENSITY' and
9371            'DOCKER' and
9372            'CHAIN' and
9373            'NF_VPPIP4' and
9374            'IPSEC' and
9375            'TNL_10000' and
9376            'IMIX' and
9377            '4T2C' and
9378            'NDRPDR'"
9379   parameters:
9380   - "throughput"
9381   - "name"
9382   - "tags"
9383   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9384   x-axis: "X = CNFs per Service Chain"
9385   y-axis: "Y = Number of Service Chains"
9386   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9387   layout:
9388     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9389     layout: "plot-service-density"
9390
9391 - type: "plot"
9392   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9393   algorithm: "plot_nf_heatmap"
9394   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9395   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9396   filter: "'NIC_Intel-XXV710' and
9397            'NF_DENSITY' and
9398            'DOCKER' and
9399            'CHAIN' and
9400            'NF_VPPIP4' and
9401            'IPSEC' and
9402            'TNL_10000' and
9403            'IMIX' and
9404            '8T4C' and
9405            'NDRPDR'"
9406   parameters:
9407   - "throughput"
9408   - "name"
9409   - "tags"
9410   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9411   x-axis: "X = CNFs per Service Chain"
9412   y-axis: "Y = Number of Service Chains"
9413   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9414   layout:
9415     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9416     layout: "plot-service-density"
9417
9418 ###############################################################################
9419
9420 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9421 #- type: "plot"
9422 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9423 #  algorithm: "plot_nf_heatmap"
9424 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9425 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9426 #  filter: "'NIC_Intel-XL710' and
9427 #           'NF_DENSITY' and
9428 #           'DOCKER' and
9429 #           'CHAIN' and
9430 #           'NF_VPPIP4' and
9431 #           'IMIX' and
9432 #           'TNL_10000' and
9433 #           '1T1C' and
9434 #           'MRR'"
9435 #  parameters:
9436 #  - "result"
9437 #  - "name"
9438 #  - "tags"
9439 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9440 #  x-axis: "X = CNFs per Service Chain"
9441 #  y-axis: "Y = Number of Service Chains"
9442 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9443 #  layout:
9444 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9445 #    layout: "plot-service-density"
9446 #
9447 #- type: "plot"
9448 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9449 #  algorithm: "plot_nf_heatmap"
9450 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9451 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9452 #  filter: "'NIC_Intel-XL710' and
9453 #           'NF_DENSITY' and
9454 #           'DOCKER' and
9455 #           'CHAIN' and
9456 #           'NF_VPPIP4' and
9457 #           'IPSEC' and
9458 #           'TNL_10000' and
9459 #           'IMIX' and
9460 #           '2T2C' and
9461 #           'MRR'"
9462 #  parameters:
9463 #  - "result"
9464 #  - "name"
9465 #  - "tags"
9466 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9467 #  x-axis: "X = CNFs per Service Chain"
9468 #  y-axis: "Y = Number of Service Chains"
9469 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9470 #  layout:
9471 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9472 #    layout: "plot-service-density"
9473 #
9474 #- type: "plot"
9475 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9476 #  algorithm: "plot_nf_heatmap"
9477 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9478 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9479 #  filter: "'NIC_Intel-XL710' and
9480 #           'NF_DENSITY' and
9481 #           'DOCKER' and
9482 #           'CHAIN' and
9483 #           'NF_VPPIP4' and
9484 #           'IPSEC' and
9485 #           'TNL_10000' and
9486 #           'IMIX' and
9487 #           '4T4C' and
9488 #           'MRR'"
9489 #  parameters:
9490 #  - "result"
9491 #  - "name"
9492 #  - "tags"
9493 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9494 #  x-axis: "X = CNFs per Service Chain"
9495 #  y-axis: "Y = Number of Service Chains"
9496 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9497 #  layout:
9498 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9499 #    layout: "plot-service-density"
9500
9501 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9502 #- type: "plot"
9503 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9504 #  algorithm: "plot_nf_heatmap"
9505 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9506 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9507 #  filter: "'NIC_Intel-XL710' and
9508 #           'NF_DENSITY' and
9509 #           'DOCKER' and
9510 #           'CHAIN' and
9511 #           'NF_VPPIP4' and
9512 #           'IPSEC' and
9513 #           'TNL_10000' and
9514 #           'IMIX' and
9515 #           '1T1C' and
9516 #           'NDRPDR'"
9517 #  parameters:
9518 #  - "throughput"
9519 #  - "name"
9520 #  - "tags"
9521 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9522 #  x-axis: "X = CNFs per Service Chain"
9523 #  y-axis: "Y = Number of Service Chains"
9524 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9525 #  layout:
9526 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9527 #    layout: "plot-service-density"
9528 #
9529 #- type: "plot"
9530 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9531 #  algorithm: "plot_nf_heatmap"
9532 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9533 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9534 #  filter: "'NIC_Intel-XL710' and
9535 #           'NF_DENSITY' and
9536 #           'DOCKER' and
9537 #           'CHAIN' and
9538 #           'NF_VPPIP4' and
9539 #           'IPSEC' and
9540 #           'TNL_10000' and
9541 #           'IMIX' and
9542 #           '2T2C' and
9543 #           'NDRPDR'"
9544 #  parameters:
9545 #  - "throughput"
9546 #  - "name"
9547 #  - "tags"
9548 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9549 #  x-axis: "X = CNFs per Service Chain"
9550 #  y-axis: "Y = Number of Service Chains"
9551 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9552 #  layout:
9553 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9554 #    layout: "plot-service-density"
9555 #
9556 #- type: "plot"
9557 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9558 #  algorithm: "plot_nf_heatmap"
9559 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9560 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9561 #  filter: "'NIC_Intel-XL710' and
9562 #           'NF_DENSITY' and
9563 #           'DOCKER' and
9564 #           'CHAIN' and
9565 #           'NF_VPPIP4' and
9566 #           'IPSEC' and
9567 #           'TNL_10000' and
9568 #           'IMIX' and
9569 #           '4T4C' and
9570 #           'NDRPDR'"
9571 #  parameters:
9572 #  - "throughput"
9573 #  - "name"
9574 #  - "tags"
9575 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9576 #  x-axis: "X = CNFs per Service Chain"
9577 #  y-axis: "Y = Number of Service Chains"
9578 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9579 #  layout:
9580 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9581 #    layout: "plot-service-density"
9582 #
9583 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9584 #- type: "plot"
9585 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9586 #  algorithm: "plot_nf_heatmap"
9587 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9588 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9589 #  filter: "'NIC_Intel-XL710' and
9590 #           'NF_DENSITY' and
9591 #           'DOCKER' and
9592 #           'CHAIN' and
9593 #           'NF_VPPIP4' and
9594 #           'IPSEC' and
9595 #           'TNL_10000' and
9596 #           'IMIX' and
9597 #           '1T1C' and
9598 #           'NDRPDR'"
9599 #  parameters:
9600 #  - "throughput"
9601 #  - "name"
9602 #  - "tags"
9603 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9604 #  x-axis: "X = CNFs per Service Chain"
9605 #  y-axis: "Y = Number of Service Chains"
9606 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9607 #  layout:
9608 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9609 #    layout: "plot-service-density"
9610 #
9611 #- type: "plot"
9612 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9613 #  algorithm: "plot_nf_heatmap"
9614 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9615 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9616 #  filter: "'NIC_Intel-XL710' and
9617 #           'NF_DENSITY' and
9618 #           'DOCKER' and
9619 #           'CHAIN' and
9620 #           'NF_VPPIP4' and
9621 #           'IPSEC' and
9622 #           'TNL_10000' and
9623 #           'IMIX' and
9624 #           '2T2C' and
9625 #           'NDRPDR'"
9626 #  parameters:
9627 #  - "throughput"
9628 #  - "name"
9629 #  - "tags"
9630 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9631 #  x-axis: "X = CNFs per Service Chain"
9632 #  y-axis: "Y = Number of Service Chains"
9633 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9634 #  layout:
9635 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9636 #    layout: "plot-service-density"
9637 #
9638 #- type: "plot"
9639 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9640 #  algorithm: "plot_nf_heatmap"
9641 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9642 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9643 #  filter: "'NIC_Intel-XL710' and
9644 #           'NF_DENSITY' and
9645 #           'DOCKER' and
9646 #           'CHAIN' and
9647 #           'NF_VPPIP4' and
9648 #           'IPSEC' and
9649 #           'TNL_10000' and
9650 #           'IMIX' and
9651 #           '4T4C' and
9652 #           'NDRPDR'"
9653 #  parameters:
9654 #  - "throughput"
9655 #  - "name"
9656 #  - "tags"
9657 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9658 #  x-axis: "X = CNFs per Service Chain"
9659 #  y-axis: "Y = Number of Service Chains"
9660 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9661 #  layout:
9662 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9663 #    layout: "plot-service-density"
9664
9665 ###############################################################################
9666
9667 # Plots - NF Density - CSP - MRR IMIX
9668 - type: "plot"
9669   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9670   algorithm: "plot_nf_heatmap"
9671   output-file-type: ".html"
9672   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9673   data: "plot-vpp-nfv-2n-skx-mrr"
9674   filter: "'NIC_Intel-XXV710' and
9675            'NF_DENSITY' and
9676            'DOCKER' and
9677            'PIPELINE' and
9678            'NF_VPPIP4' and
9679            'IMIX' and
9680            '2T1C' and
9681            'MRR'"
9682   parameters:
9683   - "result"
9684   - "name"
9685   - "tags"
9686   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9687   x-axis: "X = CNFs per Service Pipeline"
9688   y-axis: "Y = Number of Service Pipelines"
9689   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9690   layout:
9691     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9692     layout: "plot-service-density"
9693
9694 - type: "plot"
9695   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9696   algorithm: "plot_nf_heatmap"
9697   output-file-type: ".html"
9698   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9699   data: "plot-vpp-nfv-2n-skx-mrr"
9700   filter: "'NIC_Intel-XXV710' and
9701            'NF_DENSITY' and
9702            'DOCKER' and
9703            'PIPELINE' and
9704            'NF_VPPIP4' and
9705            'IMIX' and
9706            '4T2C' and
9707            'MRR'"
9708   parameters:
9709   - "result"
9710   - "name"
9711   - "tags"
9712   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9713   x-axis: "X = CNFs per Service Pipeline"
9714   y-axis: "Y = Number of Service Pipelines"
9715   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9716   layout:
9717     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9718     layout: "plot-service-density"
9719
9720 - type: "plot"
9721   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9722   algorithm: "plot_nf_heatmap"
9723   output-file-type: ".html"
9724   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9725   data: "plot-vpp-nfv-2n-skx-mrr"
9726   filter: "'NIC_Intel-XXV710' and
9727            'NF_DENSITY' and
9728            'DOCKER' and
9729            'PIPELINE' and
9730            'NF_VPPIP4' and
9731            'IMIX' and
9732            '8T4C' and
9733            'MRR'"
9734   parameters:
9735   - "result"
9736   - "name"
9737   - "tags"
9738   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9739   x-axis: "X = CNFs per Service Pipeline"
9740   y-axis: "Y = Number of Service Pipelines"
9741   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9742   layout:
9743     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9744     layout: "plot-service-density"
9745
9746 # Plots - NF Density - CSP - NDR IMIX
9747 - type: "plot"
9748   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9749   algorithm: "plot_nf_heatmap"
9750   output-file-type: ".html"
9751   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9752   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9753   filter: "'NIC_Intel-XXV710' and
9754            'NF_DENSITY' and
9755            'DOCKER' and
9756            'PIPELINE' and
9757            'NF_VPPIP4' and
9758            'IMIX' and
9759            '2T1C' and
9760            'NDRPDR'"
9761   parameters:
9762   - "throughput"
9763   - "name"
9764   - "tags"
9765   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9766   x-axis: "X = CNFs per Service Pipeline"
9767   y-axis: "Y = Number of Service Pipelines"
9768   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9769   layout:
9770     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9771     layout: "plot-service-density"
9772
9773 - type: "plot"
9774   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9775   algorithm: "plot_nf_heatmap"
9776   output-file-type: ".html"
9777   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9778   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9779   filter: "'NIC_Intel-XXV710' and
9780            'NF_DENSITY' and
9781            'DOCKER' and
9782            'PIPELINE' and
9783            'NF_VPPIP4' and
9784            'IMIX' and
9785            '4T2C' and
9786            'NDRPDR'"
9787   parameters:
9788   - "throughput"
9789   - "name"
9790   - "tags"
9791   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9792   x-axis: "X = CNFs per Service Pipeline"
9793   y-axis: "Y = Number of Service Pipelines"
9794   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9795   layout:
9796     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9797     layout: "plot-service-density"
9798
9799 - type: "plot"
9800   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9801   algorithm: "plot_nf_heatmap"
9802   output-file-type: ".html"
9803   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9804   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9805   filter: "'NIC_Intel-XXV710' and
9806            'NF_DENSITY' and
9807            'DOCKER' and
9808            'PIPELINE' and
9809            'NF_VPPIP4' and
9810            'IMIX' and
9811            '8T4C' and
9812            'NDRPDR'"
9813   parameters:
9814   - "throughput"
9815   - "name"
9816   - "tags"
9817   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9818   x-axis: "X = CNFs per Service Pipeline"
9819   y-axis: "Y = Number of Service Pipelines"
9820   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9821   layout:
9822     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9823     layout: "plot-service-density"
9824
9825 # Plots - NF Density - CSP - PDR IMIX
9826 - type: "plot"
9827   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9828   algorithm: "plot_nf_heatmap"
9829   output-file-type: ".html"
9830   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9831   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9832   filter: "'NIC_Intel-XXV710' and
9833            'NF_DENSITY' and
9834            'DOCKER' and
9835            'PIPELINE' and
9836            'NF_VPPIP4' and
9837            'IMIX' and
9838            '2T1C' and
9839            'NDRPDR'"
9840   parameters:
9841   - "throughput"
9842   - "name"
9843   - "tags"
9844   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9845   x-axis: "X = CNFs per Service Pipeline"
9846   y-axis: "Y = Number of Service Pipelines"
9847   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9848   layout:
9849     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9850     layout: "plot-service-density"
9851
9852 - type: "plot"
9853   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9854   algorithm: "plot_nf_heatmap"
9855   output-file-type: ".html"
9856   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9857   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9858   filter: "'NIC_Intel-XXV710' and
9859            'NF_DENSITY' and
9860            'DOCKER' and
9861            'PIPELINE' and
9862            'NF_VPPIP4' and
9863            'IMIX' and
9864            '4T2C' and
9865            'NDRPDR'"
9866   parameters:
9867   - "throughput"
9868   - "name"
9869   - "tags"
9870   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9871   x-axis: "X = CNFs per Service Pipeline"
9872   y-axis: "Y = Number of Service Pipelines"
9873   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9874   layout:
9875     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9876     layout: "plot-service-density"
9877
9878 - type: "plot"
9879   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9880   algorithm: "plot_nf_heatmap"
9881   output-file-type: ".html"
9882   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9883   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9884   filter: "'NIC_Intel-XXV710' and
9885            'NF_DENSITY' and
9886            'DOCKER' and
9887            'PIPELINE' and
9888            'NF_VPPIP4' and
9889            'IMIX' and
9890            '8T4C' and
9891            'NDRPDR'"
9892   parameters:
9893   - "throughput"
9894   - "name"
9895   - "tags"
9896   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9897   x-axis: "X = CNFs per Service Pipeline"
9898   y-axis: "Y = Number of Service Pipelines"
9899   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9900   layout:
9901     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9902     layout: "plot-service-density"
9903
9904 ###############################################################################
9905 # Plots - 2n-clx NF Density - VSC - MRR IMIX
9906
9907 - type: "plot"
9908   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9909   algorithm: "plot_nf_heatmap"
9910   output-file-type: ".html"
9911   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
9912   data: "plot-vpp-nfv-2n-clx-mrr"
9913   filter: "'NIC_Intel-XXV710' and
9914            'NF_DENSITY' and
9915            'VHOST' and
9916            not 'VXLAN' and
9917            'CHAIN' and
9918            'NF_VPPIP4' and
9919            'IMIX' and
9920            '2T1C' and
9921            'MRR'"
9922   parameters:
9923   - "result"
9924   - "name"
9925   - "tags"
9926   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9927   x-axis: "X = VNFs per Service Chain"
9928   y-axis: "Y = Number of Service Chains"
9929   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9930   layout:
9931     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9932     layout: "plot-service-density"
9933
9934 - type: "plot"
9935   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9936   algorithm: "plot_nf_heatmap"
9937   output-file-type: ".html"
9938   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
9939   data: "plot-vpp-nfv-2n-clx-mrr"
9940   filter: "'NIC_Intel-XXV710' and
9941            'NF_DENSITY' and
9942            'VHOST' and
9943            not 'VXLAN' and
9944            'CHAIN' and
9945            'NF_VPPIP4' and
9946            'IMIX' and
9947            '4T2C' and
9948            'MRR'"
9949   parameters:
9950   - "result"
9951   - "name"
9952   - "tags"
9953   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9954   x-axis: "X = VNFs per Service Chain"
9955   y-axis: "Y = Number of Service Chains"
9956   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9957   layout:
9958     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9959     layout: "plot-service-density"
9960
9961 - type: "plot"
9962   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9963   algorithm: "plot_nf_heatmap"
9964   output-file-type: ".html"
9965   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
9966   data: "plot-vpp-nfv-2n-clx-mrr"
9967   filter: "'NIC_Intel-XXV710' and
9968            'NF_DENSITY' and
9969            'VHOST' and
9970            not 'VXLAN' and
9971            'CHAIN' and
9972            'NF_VPPIP4' and
9973            'IMIX' and
9974            '8T4C' and
9975            'MRR'"
9976   parameters:
9977   - "result"
9978   - "name"
9979   - "tags"
9980   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9981   x-axis: "X = VNFs per Service Chain"
9982   y-axis: "Y = Number of Service Chains"
9983   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9984   layout:
9985     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9986     layout: "plot-service-density"
9987
9988 # Plots - NF Density - VSC - NDR IMIX
9989 - type: "plot"
9990   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9991   algorithm: "plot_nf_heatmap"
9992   output-file-type: ".html"
9993   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
9994   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9995   filter: "'NIC_Intel-XXV710' and
9996            'NF_DENSITY' and
9997            'VHOST' and
9998            not 'VXLAN' and
9999            'CHAIN' and
10000            'NF_VPPIP4' and
10001            'IMIX' and
10002            '2T1C' and
10003            'NDRPDR'"
10004   parameters:
10005   - "throughput"
10006   - "name"
10007   - "tags"
10008   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10009   x-axis: "X = VNFs per Service Chain"
10010   y-axis: "Y = Number of Service Chains"
10011   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10012   layout:
10013     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10014     layout: "plot-service-density"
10015
10016 - type: "plot"
10017   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10018   algorithm: "plot_nf_heatmap"
10019   output-file-type: ".html"
10020   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10021   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10022   filter: "'NIC_Intel-XXV710' and
10023            'NF_DENSITY' and
10024            'VHOST' and
10025            not 'VXLAN' and
10026            'CHAIN' and
10027            'NF_VPPIP4' and
10028            'IMIX' and
10029            '4T2C' and
10030            'NDRPDR'"
10031   parameters:
10032   - "throughput"
10033   - "name"
10034   - "tags"
10035   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10036   x-axis: "X = VNFs per Service Chain"
10037   y-axis: "Y = Number of Service Chains"
10038   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10039   layout:
10040     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10041     layout: "plot-service-density"
10042
10043 - type: "plot"
10044   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10045   algorithm: "plot_nf_heatmap"
10046   output-file-type: ".html"
10047   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10048   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10049   filter: "'NIC_Intel-XXV710' and
10050            'NF_DENSITY' and
10051            'VHOST' and
10052            not 'VXLAN' and
10053            'CHAIN' and
10054            'NF_VPPIP4' and
10055            'IMIX' and
10056            '8T4C' and
10057            'NDRPDR'"
10058   parameters:
10059   - "throughput"
10060   - "name"
10061   - "tags"
10062   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10063   x-axis: "X = VNFs per Service Chain"
10064   y-axis: "Y = Number of Service Chains"
10065   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10066   layout:
10067     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10068     layout: "plot-service-density"
10069
10070 # Plots - NF Density - VSC - PDR IMIX
10071 - type: "plot"
10072   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10073   algorithm: "plot_nf_heatmap"
10074   output-file-type: ".html"
10075   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10076   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10077   filter: "'NIC_Intel-XXV710' and
10078            'NF_DENSITY' and
10079            'VHOST' and
10080            not 'VXLAN' and
10081            'CHAIN' and
10082            'NF_VPPIP4' and
10083            'IMIX' and
10084            '2T1C' and
10085            'NDRPDR'"
10086   parameters:
10087   - "throughput"
10088   - "name"
10089   - "tags"
10090   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10091   x-axis: "X = VNFs per Service Chain"
10092   y-axis: "Y = Number of Service Chains"
10093   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10094   layout:
10095     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10096     layout: "plot-service-density"
10097
10098 - type: "plot"
10099   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10100   algorithm: "plot_nf_heatmap"
10101   output-file-type: ".html"
10102   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10103   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10104   filter: "'NIC_Intel-XXV710' and
10105            'NF_DENSITY' and
10106            'VHOST' and
10107            not 'VXLAN' and
10108            'CHAIN' and
10109            'NF_VPPIP4' and
10110            'IMIX' and
10111            '4T2C' and
10112            'NDRPDR'"
10113   parameters:
10114   - "throughput"
10115   - "name"
10116   - "tags"
10117   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10118   x-axis: "X = VNFs per Service Chain"
10119   y-axis: "Y = Number of Service Chains"
10120   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10121   layout:
10122     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10123     layout: "plot-service-density"
10124
10125 - type: "plot"
10126   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10127   algorithm: "plot_nf_heatmap"
10128   output-file-type: ".html"
10129   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10130   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10131   filter: "'NIC_Intel-XXV710' and
10132            'NF_DENSITY' and
10133            'VHOST' and
10134            not 'VXLAN' and
10135            'CHAIN' and
10136            'NF_VPPIP4' and
10137            'IMIX' and
10138            '8T4C' and
10139            'NDRPDR'"
10140   parameters:
10141   - "throughput"
10142   - "name"
10143   - "tags"
10144   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10145   x-axis: "X = VNFs per Service Chain"
10146   y-axis: "Y = Number of Service Chains"
10147   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10148   layout:
10149     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10150     layout: "plot-service-density"
10151
10152 # Plots - NF Density - VSC - MRR IMIX
10153 - type: "plot"
10154   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10155   algorithm: "plot_nf_heatmap"
10156   output-file-type: ".html"
10157   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10158   data: "plot-vpp-nfv-2n-clx-mrr"
10159   filter: "'NIC_Intel-XXV710' and
10160            'NF_DENSITY' and
10161            'VHOST' and
10162            'VXLAN' and
10163            'CHAIN' and
10164            'IMIX' and
10165            '2T1C' and
10166            'MRR'"
10167   parameters:
10168   - "result"
10169   - "name"
10170   - "tags"
10171   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10172   x-axis: "X = VNFs per Service Chain"
10173   y-axis: "Y = Number of Service Chains"
10174   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10175   layout:
10176     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10177     layout: "plot-service-density"
10178
10179 - type: "plot"
10180   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10181   algorithm: "plot_nf_heatmap"
10182   output-file-type: ".html"
10183   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10184   data: "plot-vpp-nfv-2n-clx-mrr"
10185   filter: "'NIC_Intel-XXV710' and
10186            'NF_DENSITY' and
10187            'VHOST' and
10188            'VXLAN' and
10189            'CHAIN' and
10190            'IMIX' and
10191            '4T2C' and
10192            'MRR'"
10193   parameters:
10194   - "result"
10195   - "name"
10196   - "tags"
10197   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10198   x-axis: "X = VNFs per Service Chain"
10199   y-axis: "Y = Number of Service Chains"
10200   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10201   layout:
10202     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10203     layout: "plot-service-density"
10204
10205 - type: "plot"
10206   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10207   algorithm: "plot_nf_heatmap"
10208   output-file-type: ".html"
10209   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10210   data: "plot-vpp-nfv-2n-clx-mrr"
10211   filter: "'NIC_Intel-XXV710' and
10212            'NF_DENSITY' and
10213            'VHOST' and
10214            'VXLAN' and
10215            'CHAIN' and
10216            'IMIX' and
10217            '8T4C' and
10218            'MRR'"
10219   parameters:
10220   - "result"
10221   - "name"
10222   - "tags"
10223   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10224   x-axis: "X = VNFs per Service Chain"
10225   y-axis: "Y = Number of Service Chains"
10226   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10227   layout:
10228     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10229     layout: "plot-service-density"
10230
10231 # Plots - NF Density - VSC - NDR IMIX
10232 - type: "plot"
10233   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10234   algorithm: "plot_nf_heatmap"
10235   output-file-type: ".html"
10236   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10237   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10238   filter: "'NIC_Intel-XXV710' and
10239            'NF_DENSITY' and
10240            'VHOST' and
10241            'VXLAN' and
10242            'CHAIN' and
10243            'IMIX' and
10244            '2T1C' and
10245            'NDRPDR'"
10246   parameters:
10247   - "throughput"
10248   - "name"
10249   - "tags"
10250   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10251   x-axis: "X = VNFs per Service Chain"
10252   y-axis: "Y = Number of Service Chains"
10253   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10254   layout:
10255     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10256     layout: "plot-service-density"
10257
10258 - type: "plot"
10259   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10260   algorithm: "plot_nf_heatmap"
10261   output-file-type: ".html"
10262   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10263   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10264   filter: "'NIC_Intel-XXV710' and
10265            'NF_DENSITY' and
10266            'VHOST' and
10267            'VXLAN' and
10268            'CHAIN' and
10269            'IMIX' and
10270            '4T2C' and
10271            'NDRPDR'"
10272   parameters:
10273   - "throughput"
10274   - "name"
10275   - "tags"
10276   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10277   x-axis: "X = VNFs per Service Chain"
10278   y-axis: "Y = Number of Service Chains"
10279   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10280   layout:
10281     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10282     layout: "plot-service-density"
10283
10284 - type: "plot"
10285   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10286   algorithm: "plot_nf_heatmap"
10287   output-file-type: ".html"
10288   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10289   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10290   filter: "'NIC_Intel-XXV710' and
10291            'NF_DENSITY' and
10292            'VHOST' and
10293            'VXLAN' and
10294            'CHAIN' and
10295            'IMIX' and
10296            '8T4C' and
10297            'NDRPDR'"
10298   parameters:
10299   - "throughput"
10300   - "name"
10301   - "tags"
10302   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10303   x-axis: "X = VNFs per Service Chain"
10304   y-axis: "Y = Number of Service Chains"
10305   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10306   layout:
10307     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10308     layout: "plot-service-density"
10309
10310 # Plots - NF Density - VSC - PDR IMIX
10311 - type: "plot"
10312   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10313   algorithm: "plot_nf_heatmap"
10314   output-file-type: ".html"
10315   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10316   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10317   filter: "'NIC_Intel-XXV710' and
10318            'NF_DENSITY' and
10319            'VHOST' and
10320            'VXLAN' and
10321            'CHAIN' and
10322            'IMIX' and
10323            '2T1C' and
10324            'NDRPDR'"
10325   parameters:
10326   - "throughput"
10327   - "name"
10328   - "tags"
10329   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10330   x-axis: "X = VNFs per Service Chain"
10331   y-axis: "Y = Number of Service Chains"
10332   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10333   layout:
10334     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10335     layout: "plot-service-density"
10336
10337 - type: "plot"
10338   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10339   algorithm: "plot_nf_heatmap"
10340   output-file-type: ".html"
10341   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10342   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10343   filter: "'NIC_Intel-XXV710' and
10344            'NF_DENSITY' and
10345            'VHOST' and
10346            'VXLAN' and
10347            'CHAIN' and
10348            'IMIX' and
10349            '4T2C' and
10350            'NDRPDR'"
10351   parameters:
10352   - "throughput"
10353   - "name"
10354   - "tags"
10355   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10356   x-axis: "X = VNFs per Service Chain"
10357   y-axis: "Y = Number of Service Chains"
10358   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10359   layout:
10360     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10361     layout: "plot-service-density"
10362
10363 - type: "plot"
10364   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10365   algorithm: "plot_nf_heatmap"
10366   output-file-type: ".html"
10367   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10368   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10369   filter: "'NIC_Intel-XXV710' and
10370            'NF_DENSITY' and
10371            'VHOST' and
10372            'VXLAN' and
10373            'CHAIN' and
10374            'IMIX' and
10375            '8T4C' and
10376            'NDRPDR'"
10377   parameters:
10378   - "throughput"
10379   - "name"
10380   - "tags"
10381   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10382   x-axis: "X = VNFs per Service Chain"
10383   y-axis: "Y = Number of Service Chains"
10384   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10385   layout:
10386     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10387     layout: "plot-service-density"
10388
10389 # Plots - NF Density - CSC - MRR IMIX
10390 - type: "plot"
10391   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10392   algorithm: "plot_nf_heatmap"
10393   output-file-type: ".html"
10394   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10395   data: "plot-vpp-nfv-2n-clx-mrr"
10396   filter: "'NIC_Intel-XXV710' and
10397            'NF_DENSITY' and
10398            'DOCKER' and
10399            'CHAIN' and
10400            'NF_VPPIP4' and
10401            'IMIX' and
10402            '2T1C' and
10403            'MRR'"
10404   parameters:
10405   - "result"
10406   - "name"
10407   - "tags"
10408   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10409   x-axis: "X = CNFs per Service Chain"
10410   y-axis: "Y = Number of Service Chains"
10411   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10412   layout:
10413     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10414     layout: "plot-service-density"
10415
10416 - type: "plot"
10417   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10418   algorithm: "plot_nf_heatmap"
10419   output-file-type: ".html"
10420   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10421   data: "plot-vpp-nfv-2n-clx-mrr"
10422   filter: "'NIC_Intel-XXV710' and
10423            'NF_DENSITY' and
10424            'DOCKER' and
10425            'CHAIN' and
10426            'NF_VPPIP4' and
10427            'IMIX' and
10428            '4T2C' and
10429            'MRR'"
10430   parameters:
10431   - "result"
10432   - "name"
10433   - "tags"
10434   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10435   x-axis: "X = CNFs per Service Chain"
10436   y-axis: "Y = Number of Service Chains"
10437   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10438   layout:
10439     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10440     layout: "plot-service-density"
10441
10442 - type: "plot"
10443   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10444   algorithm: "plot_nf_heatmap"
10445   output-file-type: ".html"
10446   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10447   data: "plot-vpp-nfv-2n-clx-mrr"
10448   filter: "'NIC_Intel-XXV710' and
10449            'NF_DENSITY' and
10450            'DOCKER' and
10451            'CHAIN' and
10452            'NF_VPPIP4' and
10453            'IMIX' and
10454            '8T4C' and
10455            'MRR'"
10456   parameters:
10457   - "result"
10458   - "name"
10459   - "tags"
10460   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10461   x-axis: "X = CNFs per Service Chain"
10462   y-axis: "Y = Number of Service Chains"
10463   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10464   layout:
10465     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10466     layout: "plot-service-density"
10467
10468 # Plots - NF Density - CSC - NDR IMIX
10469 - type: "plot"
10470   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10471   algorithm: "plot_nf_heatmap"
10472   output-file-type: ".html"
10473   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10474   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10475   filter: "'NIC_Intel-XXV710' and
10476            'NF_DENSITY' and
10477            'DOCKER' and
10478            'CHAIN' and
10479            'NF_VPPIP4' and
10480            'IMIX' and
10481            '2T1C' and
10482            'NDRPDR'"
10483   parameters:
10484   - "throughput"
10485   - "name"
10486   - "tags"
10487   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10488   x-axis: "X = CNFs per Service Chain"
10489   y-axis: "Y = Number of Service Chains"
10490   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10491   layout:
10492     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10493     layout: "plot-service-density"
10494
10495 - type: "plot"
10496   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10497   algorithm: "plot_nf_heatmap"
10498   output-file-type: ".html"
10499   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10500   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10501   filter: "'NIC_Intel-XXV710' and
10502            'NF_DENSITY' and
10503            'DOCKER' and
10504            'CHAIN' and
10505            'NF_VPPIP4' and
10506            'IMIX' and
10507            '4T2C' and
10508            'NDRPDR'"
10509   parameters:
10510   - "throughput"
10511   - "name"
10512   - "tags"
10513   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10514   x-axis: "X = CNFs per Service Chain"
10515   y-axis: "Y = Number of Service Chains"
10516   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10517   layout:
10518     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10519     layout: "plot-service-density"
10520
10521 - type: "plot"
10522   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10523   algorithm: "plot_nf_heatmap"
10524   output-file-type: ".html"
10525   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10526   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10527   filter: "'NIC_Intel-XXV710' and
10528            'NF_DENSITY' and
10529            'DOCKER' and
10530            'CHAIN' and
10531            'NF_VPPIP4' and
10532            'IMIX' and
10533            '8T4C' 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 Chain"
10541   y-axis: "Y = Number of Service Chains"
10542   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10543   layout:
10544     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10545     layout: "plot-service-density"
10546
10547 # Plots - NF Density - CSC - PDR IMIX
10548 - type: "plot"
10549   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10550   algorithm: "plot_nf_heatmap"
10551   output-file-type: ".html"
10552   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10553   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10554   filter: "'NIC_Intel-XXV710' and
10555            'NF_DENSITY' and
10556            'DOCKER' and
10557            'CHAIN' and
10558            'NF_VPPIP4' and
10559            'IMIX' and
10560            '2T1C' and
10561            'NDRPDR'"
10562   parameters:
10563   - "throughput"
10564   - "name"
10565   - "tags"
10566   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10567   x-axis: "X = CNFs per Service Chain"
10568   y-axis: "Y = Number of Service Chains"
10569   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10570   layout:
10571     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10572     layout: "plot-service-density"
10573
10574 - type: "plot"
10575   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10576   algorithm: "plot_nf_heatmap"
10577   output-file-type: ".html"
10578   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10579   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10580   filter: "'NIC_Intel-XXV710' and
10581            'NF_DENSITY' and
10582            'DOCKER' and
10583            'CHAIN' and
10584            'NF_VPPIP4' and
10585            'IMIX' and
10586            '4T2C' and
10587            'NDRPDR'"
10588   parameters:
10589   - "throughput"
10590   - "name"
10591   - "tags"
10592   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10593   x-axis: "X = CNFs per Service Chain"
10594   y-axis: "Y = Number of Service Chains"
10595   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10596   layout:
10597     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10598     layout: "plot-service-density"
10599
10600 - type: "plot"
10601   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10602   algorithm: "plot_nf_heatmap"
10603   output-file-type: ".html"
10604   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10605   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10606   filter: "'NIC_Intel-XXV710' and
10607            'NF_DENSITY' and
10608            'DOCKER' and
10609            'CHAIN' and
10610            'NF_VPPIP4' and
10611            'IMIX' and
10612            '8T4C' 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 Chain"
10620   y-axis: "Y = Number of Service Chains"
10621   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10622   layout:
10623     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10624     layout: "plot-service-density"
10625
10626 # Plots - NF Density - CSP - MRR IMIX
10627 - type: "plot"
10628   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10629   algorithm: "plot_nf_heatmap"
10630   output-file-type: ".html"
10631   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10632   data: "plot-vpp-nfv-2n-clx-mrr"
10633   filter: "'NIC_Intel-XXV710' and
10634            'NF_DENSITY' and
10635            'DOCKER' and
10636            'PIPELINE' and
10637            'NF_VPPIP4' and
10638            'IMIX' and
10639            '2T1C' and
10640            'MRR'"
10641   parameters:
10642   - "result"
10643   - "name"
10644   - "tags"
10645   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10646   x-axis: "X = CNFs per Service Pipeline"
10647   y-axis: "Y = Number of Service Pipelines"
10648   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10649   layout:
10650     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10651     layout: "plot-service-density"
10652
10653 - type: "plot"
10654   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10655   algorithm: "plot_nf_heatmap"
10656   output-file-type: ".html"
10657   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10658   data: "plot-vpp-nfv-2n-clx-mrr"
10659   filter: "'NIC_Intel-XXV710' and
10660            'NF_DENSITY' and
10661            'DOCKER' and
10662            'PIPELINE' and
10663            'NF_VPPIP4' and
10664            'IMIX' and
10665            '4T2C' and
10666            'MRR'"
10667   parameters:
10668   - "result"
10669   - "name"
10670   - "tags"
10671   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10672   x-axis: "X = CNFs per Service Pipeline"
10673   y-axis: "Y = Number of Service Pipelines"
10674   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10675   layout:
10676     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10677     layout: "plot-service-density"
10678
10679 - type: "plot"
10680   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10681   algorithm: "plot_nf_heatmap"
10682   output-file-type: ".html"
10683   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10684   data: "plot-vpp-nfv-2n-clx-mrr"
10685   filter: "'NIC_Intel-XXV710' and
10686            'NF_DENSITY' and
10687            'DOCKER' and
10688            'PIPELINE' and
10689            'NF_VPPIP4' and
10690            'IMIX' and
10691            '8T4C' and
10692            'MRR'"
10693   parameters:
10694   - "result"
10695   - "name"
10696   - "tags"
10697   include-tests: "MRR" # "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 MRR) [Mpps]"
10701   layout:
10702     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10703     layout: "plot-service-density"
10704
10705 # Plots - NF Density - CSP - NDR IMIX
10706 - type: "plot"
10707   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10708   algorithm: "plot_nf_heatmap"
10709   output-file-type: ".html"
10710   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10711   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10712   filter: "'NIC_Intel-XXV710' and
10713            'NF_DENSITY' and
10714            'DOCKER' and
10715            'PIPELINE' and
10716            'NF_VPPIP4' and
10717            'IMIX' and
10718            '2T1C' and
10719            'NDRPDR'"
10720   parameters:
10721   - "throughput"
10722   - "name"
10723   - "tags"
10724   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10725   x-axis: "X = CNFs per Service Pipeline"
10726   y-axis: "Y = Number of Service Pipelines"
10727   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10728   layout:
10729     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10730     layout: "plot-service-density"
10731
10732 - type: "plot"
10733   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10734   algorithm: "plot_nf_heatmap"
10735   output-file-type: ".html"
10736   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10737   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10738   filter: "'NIC_Intel-XXV710' and
10739            'NF_DENSITY' and
10740            'DOCKER' and
10741            'PIPELINE' and
10742            'NF_VPPIP4' and
10743            'IMIX' and
10744            '4T2C' and
10745            'NDRPDR'"
10746   parameters:
10747   - "throughput"
10748   - "name"
10749   - "tags"
10750   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10751   x-axis: "X = CNFs per Service Pipeline"
10752   y-axis: "Y = Number of Service Pipelines"
10753   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10754   layout:
10755     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10756     layout: "plot-service-density"
10757
10758 - type: "plot"
10759   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10760   algorithm: "plot_nf_heatmap"
10761   output-file-type: ".html"
10762   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10763   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10764   filter: "'NIC_Intel-XXV710' and
10765            'NF_DENSITY' and
10766            'DOCKER' and
10767            'PIPELINE' and
10768            'NF_VPPIP4' and
10769            'IMIX' and
10770            '8T4C' and
10771            'NDRPDR'"
10772   parameters:
10773   - "throughput"
10774   - "name"
10775   - "tags"
10776   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10777   x-axis: "X = CNFs per Service Pipeline"
10778   y-axis: "Y = Number of Service Pipelines"
10779   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10780   layout:
10781     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10782     layout: "plot-service-density"
10783
10784 # Plots - NF Density - CSP - PDR IMIX
10785 - type: "plot"
10786   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10787   algorithm: "plot_nf_heatmap"
10788   output-file-type: ".html"
10789   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10790   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10791   filter: "'NIC_Intel-XXV710' and
10792            'NF_DENSITY' and
10793            'DOCKER' and
10794            'PIPELINE' and
10795            'NF_VPPIP4' and
10796            'IMIX' and
10797            '2T1C' and
10798            'NDRPDR'"
10799   parameters:
10800   - "throughput"
10801   - "name"
10802   - "tags"
10803   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10804   x-axis: "X = CNFs per Service Pipeline"
10805   y-axis: "Y = Number of Service Pipelines"
10806   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10807   layout:
10808     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10809     layout: "plot-service-density"
10810
10811 - type: "plot"
10812   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10813   algorithm: "plot_nf_heatmap"
10814   output-file-type: ".html"
10815   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10816   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10817   filter: "'NIC_Intel-XXV710' and
10818            'NF_DENSITY' and
10819            'DOCKER' and
10820            'PIPELINE' and
10821            'NF_VPPIP4' and
10822            'IMIX' and
10823            '4T2C' and
10824            'NDRPDR'"
10825   parameters:
10826   - "throughput"
10827   - "name"
10828   - "tags"
10829   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10830   x-axis: "X = CNFs per Service Pipeline"
10831   y-axis: "Y = Number of Service Pipelines"
10832   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10833   layout:
10834     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10835     layout: "plot-service-density"
10836
10837 - type: "plot"
10838   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10839   algorithm: "plot_nf_heatmap"
10840   output-file-type: ".html"
10841   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10842   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10843   filter: "'NIC_Intel-XXV710' and
10844            'NF_DENSITY' and
10845            'DOCKER' and
10846            'PIPELINE' and
10847            'NF_VPPIP4' and
10848            'IMIX' and
10849            '8T4C' and
10850            'NDRPDR'"
10851   parameters:
10852   - "throughput"
10853   - "name"
10854   - "tags"
10855   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10856   x-axis: "X = CNFs per Service Pipeline"
10857   y-axis: "Y = Number of Service Pipelines"
10858   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10859   layout:
10860     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10861     layout: "plot-service-density"
10862
10863 ################################################################################
10864
10865 # Packet Throughput
10866
10867 - type: "plot"
10868   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10869   algorithm: "plot_perf_box_name"
10870   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10871   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10872   include:
10873     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10874     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10875     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10876     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10877   layout:
10878     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10879     layout: "plot-throughput"
10880
10881 - type: "plot"
10882   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10883   algorithm: "plot_perf_box_name"
10884   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10885   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10886   include:
10887     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10888     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10889     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10890     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10891   layout:
10892     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10893     layout: "plot-throughput"
10894
10895 - type: "plot"
10896   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10897   algorithm: "plot_perf_box_name"
10898   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10899   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10900   include:
10901     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10902     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10903     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10904     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10905   layout:
10906     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10907     layout: "plot-throughput"
10908
10909 - type: "plot"
10910   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10911   algorithm: "plot_perf_box_name"
10912   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10913   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10914   include:
10915     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10916     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10917     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10918     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10919   layout:
10920     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10921     layout: "plot-throughput"
10922
10923 - type: "plot"
10924   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10925   algorithm: "plot_perf_box_name"
10926   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10927   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10928   include:
10929     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10930     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10931     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10932     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10933     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10934   layout:
10935     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10936     layout: "plot-throughput"
10937
10938 - type: "plot"
10939   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10940   algorithm: "plot_perf_box_name"
10941   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10942   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10943   include:
10944     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10945     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10946     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10947     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10948     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10949   layout:
10950     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10951     layout: "plot-throughput"
10952
10953 - type: "plot"
10954   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10955   algorithm: "plot_perf_box_name"
10956   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10957   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10958   include:
10959     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10960     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10961     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10962     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10963     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10964   layout:
10965     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10966     layout: "plot-throughput"
10967
10968 - type: "plot"
10969   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10970   algorithm: "plot_perf_box_name"
10971   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10972   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10973   include:
10974     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10975     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10976     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10977     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10978     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10979   layout:
10980     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10981     layout: "plot-throughput"
10982
10983 - type: "plot"
10984   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10985   algorithm: "plot_perf_box_name"
10986   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10987   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10988   include:
10989     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10990     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10991     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10992     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10993     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10994   layout:
10995     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10996     layout: "plot-throughput"
10997
10998 - type: "plot"
10999   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11000   algorithm: "plot_perf_box_name"
11001   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11002   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11003   include:
11004     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11005     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11006     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11007     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11008     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11009   layout:
11010     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11011     layout: "plot-throughput"
11012
11013 - type: "plot"
11014   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11015   algorithm: "plot_perf_box_name"
11016   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11017   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11018   include:
11019     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11020     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11021     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11022     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11023     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11024     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11025   layout:
11026     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11027     layout: "plot-throughput"
11028
11029 - type: "plot"
11030   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11031   algorithm: "plot_perf_box_name"
11032   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11033   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11034   include:
11035     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11036     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11037     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11038     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11039     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11040     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11041   layout:
11042     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11043     layout: "plot-throughput"
11044
11045 - type: "plot"
11046   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11047   algorithm: "plot_perf_box_name"
11048   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11049   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11050   include:
11051     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11052     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11053     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11054     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11055     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11056   layout:
11057     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11058     layout: "plot-throughput"
11059
11060 - type: "plot"
11061   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11062   algorithm: "plot_perf_box_name"
11063   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11064   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11065   include:
11066     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11067     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11068     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11069     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11070     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11071   layout:
11072     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11073     layout: "plot-throughput"
11074
11075 - type: "plot"
11076   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11077   algorithm: "plot_perf_box_name"
11078   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11079   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11080   include:
11081     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11082     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11083     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11084   layout:
11085     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11086     layout: "plot-throughput"
11087
11088 - type: "plot"
11089   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11090   algorithm: "plot_perf_box_name"
11091   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11092   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11093   include:
11094     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11095     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11096     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11097   layout:
11098     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11099     layout: "plot-throughput"
11100
11101 - type: "plot"
11102   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11103   algorithm: "plot_perf_box_name"
11104   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11105   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11106   include:
11107     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11108     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11109     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11110     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11111     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11112   layout:
11113     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11114     layout: "plot-throughput"
11115
11116 - type: "plot"
11117   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11118   algorithm: "plot_perf_box_name"
11119   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11120   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11121   include:
11122     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11123     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11124     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11125     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11126     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11127   layout:
11128     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11129     layout: "plot-throughput"
11130
11131 - type: "plot"
11132   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11133   algorithm: "plot_perf_box_name"
11134   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11135   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11136   include:
11137     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11138     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11139     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11140   layout:
11141     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11142     layout: "plot-throughput"
11143
11144 - type: "plot"
11145   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11146   algorithm: "plot_perf_box_name"
11147   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11148   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11149   include:
11150     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11151     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11152     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11153   layout:
11154     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11155     layout: "plot-throughput"
11156
11157 - type: "plot"
11158   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11159   algorithm: "plot_perf_box_name"
11160   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11161   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11162   include:
11163     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11164     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11165     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11166     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11167     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11168     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11169   layout:
11170     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11171     layout: "plot-throughput"
11172
11173 - type: "plot"
11174   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11175   algorithm: "plot_perf_box_name"
11176   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11177   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11178   include:
11179     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11180     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11181     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11182     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11183     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11184     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11185   layout:
11186     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11187     layout: "plot-throughput"
11188
11189 - type: "plot"
11190   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11191   algorithm: "plot_perf_box_name"
11192   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11193   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11194   include:
11195     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11196     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11197     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11198     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11199     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11200     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11201   layout:
11202     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11203     layout: "plot-throughput"
11204
11205 - type: "plot"
11206   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11207   algorithm: "plot_perf_box_name"
11208   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11209   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11210   include:
11211     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11212     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11213     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11214     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11215     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11216     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11217   layout:
11218     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11219     layout: "plot-throughput"
11220
11221 - type: "plot"
11222   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11223   algorithm: "plot_perf_box_name"
11224   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11225   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11226   include:
11227     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11228     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11229     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11230   layout:
11231     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11232     layout: "plot-throughput"
11233
11234 - type: "plot"
11235   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11236   algorithm: "plot_perf_box_name"
11237   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11238   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11239   include:
11240     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11241     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11242     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11243   layout:
11244     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11245     layout: "plot-throughput"
11246
11247 - type: "plot"
11248   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11249   algorithm: "plot_perf_box_name"
11250   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11251   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11252   include:
11253     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11254     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11255 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11256 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11257 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11258   layout:
11259     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11260     layout: "plot-throughput"
11261
11262 - type: "plot"
11263   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11264   algorithm: "plot_perf_box_name"
11265   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11266   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11267   include:
11268     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11269     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11270 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11271 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11272 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11273   layout:
11274     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11275     layout: "plot-throughput"
11276
11277 - type: "plot"
11278   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11279   algorithm: "plot_perf_box_name"
11280   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11281   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11282   include:
11283     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11284     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11285     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11286     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11287     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11288   layout:
11289     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11290     layout: "plot-throughput"
11291
11292 - type: "plot"
11293   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11294   algorithm: "plot_perf_box_name"
11295   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11296   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11297   include:
11298     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11299     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11300     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11301     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11302     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11303   layout:
11304     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11305     layout: "plot-throughput"
11306
11307 - type: "plot"
11308   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11309   algorithm: "plot_perf_box_name"
11310   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11311   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11312   include:
11313     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11314     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11315     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11316     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11317     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11318   layout:
11319     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11320     layout: "plot-throughput"
11321
11322 - type: "plot"
11323   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11324   algorithm: "plot_perf_box_name"
11325   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11326   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11327   include:
11328     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11329     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11330     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11331     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11332     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11333   layout:
11334     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11335     layout: "plot-throughput"
11336
11337 - type: "plot"
11338   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11339   algorithm: "plot_perf_box_name"
11340   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11341   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11342   include:
11343     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11344     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11345     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11346     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11347     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11348     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11349   layout:
11350     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11351     layout: "plot-throughput"
11352
11353 - type: "plot"
11354   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11355   algorithm: "plot_perf_box_name"
11356   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11357   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11358   include:
11359     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11360     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11361     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11362     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11363     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11364     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11365   layout:
11366     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11367     layout: "plot-throughput"
11368
11369 - type: "plot"
11370   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11371   algorithm: "plot_perf_box_name"
11372   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11373   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11374   include:
11375     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11376     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11377     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11378     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11379     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11380     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11381   layout:
11382     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11383     layout: "plot-throughput"
11384
11385 - type: "plot"
11386   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11387   algorithm: "plot_perf_box_name"
11388   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11389   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11390   include:
11391     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11392     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11393     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11394     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11395     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11396     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11397   layout:
11398     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11399     layout: "plot-throughput"
11400
11401 - type: "plot"
11402   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11403   algorithm: "plot_perf_box_name"
11404   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11405   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11406   include:
11407     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11408     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11409     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11410     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11411     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11412   layout:
11413     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11414     layout: "plot-throughput"
11415
11416 - type: "plot"
11417   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11418   algorithm: "plot_perf_box_name"
11419   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11420   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11421   include:
11422     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11423     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11424     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11425     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11426     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11427   layout:
11428     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11429     layout: "plot-throughput"
11430
11431 - type: "plot"
11432   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11433   algorithm: "plot_perf_box_name"
11434   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11435   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11436   include:
11437     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11438     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11439     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11440     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11441     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11442     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11443   layout:
11444     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11445     layout: "plot-throughput"
11446
11447 - type: "plot"
11448   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11449   algorithm: "plot_perf_box_name"
11450   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11451   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11452   include:
11453     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11454     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11455     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11456     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11457     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11458     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11459   layout:
11460     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11461     layout: "plot-throughput"
11462
11463 - type: "plot"
11464   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11465   algorithm: "plot_perf_box_name"
11466   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11467   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11468   include:
11469     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11470     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11471     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11472     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11473     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11474   layout:
11475     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11476     layout: "plot-throughput"
11477
11478 - type: "plot"
11479   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11480   algorithm: "plot_perf_box_name"
11481   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11482   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11483   include:
11484     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11485     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11486     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11487     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11488     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11489   layout:
11490     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11491     layout: "plot-throughput"
11492
11493 - type: "plot"
11494   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11495   algorithm: "plot_perf_box_name"
11496   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11497   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11498   include:
11499     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11500     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11501     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11502     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11503     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11504     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11505   layout:
11506     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11507     layout: "plot-throughput"
11508
11509 - type: "plot"
11510   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11511   algorithm: "plot_perf_box_name"
11512   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11513   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11514   include:
11515     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11516     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11517     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11518     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11519     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11520     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11521   layout:
11522     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11523     layout: "plot-throughput"
11524
11525 - type: "plot"
11526   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11527   algorithm: "plot_perf_box_name"
11528   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11529   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11530   include:
11531     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11532     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11533     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11534     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11535     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11536   layout:
11537     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11538     layout: "plot-throughput"
11539
11540 - type: "plot"
11541   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11542   algorithm: "plot_perf_box_name"
11543   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11544   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11545   include:
11546     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11547     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11548     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11549     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11550     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11551   layout:
11552     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11553     layout: "plot-throughput"
11554
11555 - type: "plot"
11556   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11557   algorithm: "plot_perf_box_name"
11558   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11559   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11560   include:
11561     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11562     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11563     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11564     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11565     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11566     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11567   layout:
11568     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11569     layout: "plot-throughput"
11570
11571 - type: "plot"
11572   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11573   algorithm: "plot_perf_box_name"
11574   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11575   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11576   include:
11577     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11578     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11579     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11580     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11581     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11582     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11583   layout:
11584     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11585     layout: "plot-throughput"
11586
11587 - type: "plot"
11588   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11589   algorithm: "plot_perf_box_name"
11590   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11591   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11592   include:
11593     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11594     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11595   layout:
11596     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11597     layout: "plot-throughput"
11598
11599 - type: "plot"
11600   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11601   algorithm: "plot_perf_box_name"
11602   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11603   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11604   include:
11605     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11606     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11607   layout:
11608     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11609     layout: "plot-throughput"
11610
11611 - type: "plot"
11612   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11613   algorithm: "plot_perf_box_name"
11614   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11615   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11616   include:
11617     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11618     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11619     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11620     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11621   layout:
11622     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11623     layout: "plot-throughput"
11624
11625 - type: "plot"
11626   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11627   algorithm: "plot_perf_box_name"
11628   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11629   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11630   include:
11631     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11632     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11633     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11634     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11635   layout:
11636     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11637     layout: "plot-throughput"
11638
11639 - type: "plot"
11640   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11641   algorithm: "plot_perf_box_name"
11642   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11643   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11644   include:
11645     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11646     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11647     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11648     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11649   layout:
11650     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11651     layout: "plot-throughput"
11652
11653 - type: "plot"
11654   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11655   algorithm: "plot_perf_box_name"
11656   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11657   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11658   include:
11659     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11660     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11661     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11662     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11663   layout:
11664     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11665     layout: "plot-throughput"
11666
11667 - type: "plot"
11668   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11669   algorithm: "plot_perf_box_name"
11670   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11671   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11672   include:
11673     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11674     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11675     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11676     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11677   layout:
11678     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11679     layout: "plot-throughput"
11680
11681 - type: "plot"
11682   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11683   algorithm: "plot_perf_box_name"
11684   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11685   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11686   include:
11687     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11688     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11689     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11690     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11691   layout:
11692     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11693     layout: "plot-throughput"
11694
11695 - type: "plot"
11696   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11697   algorithm: "plot_perf_box_name"
11698   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11699   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11700   include:
11701     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11702     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11703     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11704     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11705   layout:
11706     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11707     layout: "plot-throughput"
11708
11709 - type: "plot"
11710   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11711   algorithm: "plot_perf_box_name"
11712   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11713   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11714   include:
11715     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11716     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11717     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11718     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11719   layout:
11720     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11721     layout: "plot-throughput"
11722
11723 - type: "plot"
11724   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11725   algorithm: "plot_perf_box_name"
11726   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11727   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11728   include:
11729     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11730     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11731     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11732     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11733     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11734     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11735   layout:
11736     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11737     layout: "plot-throughput"
11738
11739 - type: "plot"
11740   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11741   algorithm: "plot_perf_box_name"
11742   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11743   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11744   include:
11745     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11746     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11747     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11748     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11749     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11750     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11751   layout:
11752     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11753     layout: "plot-throughput"
11754
11755 - type: "plot"
11756   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11757   algorithm: "plot_perf_box_name"
11758   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11759   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11760   include:
11761     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11762     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11763     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11764     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11765     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11766   layout:
11767     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11768     layout: "plot-throughput"
11769
11770 - type: "plot"
11771   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11772   algorithm: "plot_perf_box_name"
11773   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11774   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11775   include:
11776     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11777     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11778     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11779     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11780     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11781   layout:
11782     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11783     layout: "plot-throughput"
11784
11785 - type: "plot"
11786   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11787   algorithm: "plot_perf_box_name"
11788   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11789   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11790   include:
11791     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11792     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11793     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11794     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11795     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11796   layout:
11797     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11798     layout: "plot-throughput"
11799
11800 - type: "plot"
11801   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11802   algorithm: "plot_perf_box_name"
11803   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11804   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11805   include:
11806     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11807     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11808     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11809     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11810     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11811   layout:
11812     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11813     layout: "plot-throughput"
11814
11815 - type: "plot"
11816   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11817   algorithm: "plot_perf_box_name"
11818   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11819   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11820   include:
11821     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11822     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11823     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11824   layout:
11825     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11826     layout: "plot-throughput"
11827
11828 - type: "plot"
11829   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11830   algorithm: "plot_perf_box_name"
11831   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11832   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11833   include:
11834     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11835     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11836     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11837   layout:
11838     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11839     layout: "plot-throughput"
11840
11841 - type: "plot"
11842   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11843   algorithm: "plot_perf_box_name"
11844   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11845   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11846   include:
11847     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11848     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11849     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11850   layout:
11851     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11852     layout: "plot-throughput"
11853
11854 - type: "plot"
11855   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11856   algorithm: "plot_perf_box_name"
11857   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11858   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11859   include:
11860     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11861     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11862     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11863   layout:
11864     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11865     layout: "plot-throughput"
11866
11867 - type: "plot"
11868   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11869   algorithm: "plot_perf_box_name"
11870   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11871   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11872   include:
11873     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11874     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11875     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11876     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11877     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11878   layout:
11879     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11880     layout: "plot-throughput"
11881
11882 - type: "plot"
11883   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11884   algorithm: "plot_perf_box_name"
11885   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11886   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11887   include:
11888     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11889     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11890     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11891     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11892     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11893   layout:
11894     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11895     layout: "plot-throughput"
11896
11897 - type: "plot"
11898   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11899   algorithm: "plot_perf_box_name"
11900   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11901   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11902   include:
11903     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11904     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11905     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11906     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11907     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11908   layout:
11909     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11910     layout: "plot-throughput"
11911
11912 - type: "plot"
11913   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11914   algorithm: "plot_perf_box_name"
11915   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11916   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11917   include:
11918     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11919     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11920     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11921     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11922     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11923   layout:
11924     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11925     layout: "plot-throughput"
11926
11927 - type: "plot"
11928   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11929   algorithm: "plot_perf_box_name"
11930   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11931   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11932   include:
11933     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11934     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11935     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11936     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11937     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11938   layout:
11939     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11940     layout: "plot-throughput"
11941
11942 - type: "plot"
11943   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11944   algorithm: "plot_perf_box_name"
11945   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11946   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11947   include:
11948     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11949     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11950     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11951     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11952     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11953   layout:
11954     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11955     layout: "plot-throughput"
11956
11957 - type: "plot"
11958   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11959   algorithm: "plot_perf_box_name"
11960   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11961   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11962   include:
11963     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11964     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11965     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11966     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11967     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11968   layout:
11969     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11970     layout: "plot-throughput"
11971
11972 - type: "plot"
11973   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11974   algorithm: "plot_perf_box_name"
11975   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11976   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11977   include:
11978     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11979     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11980     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11981     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11982     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11983   layout:
11984     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11985     layout: "plot-throughput"
11986
11987 - type: "plot"
11988   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11989   algorithm: "plot_perf_box_name"
11990   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11991   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11992   include:
11993     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11994     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11995     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11996     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11997     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11998   layout:
11999     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12000     layout: "plot-throughput"
12001
12002 - type: "plot"
12003   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12004   algorithm: "plot_perf_box_name"
12005   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12006   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12007   include:
12008     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12009     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12010     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12011     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12012     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12013   layout:
12014     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12015     layout: "plot-throughput"
12016
12017 - type: "plot"
12018   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12019   algorithm: "plot_perf_box_name"
12020   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12021   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12022   include:
12023     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12024     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12025     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12026     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12027     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12028     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12029   layout:
12030     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12031     layout: "plot-throughput"
12032
12033 - type: "plot"
12034   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12035   algorithm: "plot_perf_box_name"
12036   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12037   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12038   include:
12039     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12040     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12041     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12042     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12043     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12044     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12045   layout:
12046     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12047     layout: "plot-throughput"
12048
12049 - type: "plot"
12050   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12051   algorithm: "plot_perf_box_name"
12052   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12053   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12054   include:
12055     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12056     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12057     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12058     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12059   layout:
12060     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12061     layout: "plot-throughput"
12062
12063 - type: "plot"
12064   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12065   algorithm: "plot_perf_box_name"
12066   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12067   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12068   include:
12069     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12070     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12071     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12072     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12073   layout:
12074     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12075     layout: "plot-throughput"
12076
12077 - type: "plot"
12078   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12079   algorithm: "plot_perf_box_name"
12080   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12081   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12082   include:
12083     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12084     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12085     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12086     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12087     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12088     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12089   layout:
12090     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12091     layout: "plot-throughput"
12092
12093 - type: "plot"
12094   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12095   algorithm: "plot_perf_box_name"
12096   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12097   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12098   include:
12099     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12100     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12101     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12102     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12103     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12104     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12105   layout:
12106     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12107     layout: "plot-throughput"
12108
12109 - type: "plot"
12110   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12111   algorithm: "plot_perf_box_name"
12112   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12113   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12114   include:
12115     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12116     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12117     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12118     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12119     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12120     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12121   layout:
12122     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12123     layout: "plot-throughput"
12124
12125 - type: "plot"
12126   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12127   algorithm: "plot_perf_box_name"
12128   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12129   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12130   include:
12131     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12132     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12133     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12134     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12135     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12136     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12137   layout:
12138     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12139     layout: "plot-throughput"
12140
12141 - type: "plot"
12142   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12143   algorithm: "plot_perf_box_name"
12144   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12145   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12146   include:
12147     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12148     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12149     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12150     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12151     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12152     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12153   layout:
12154     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12155     layout: "plot-throughput"
12156
12157 - type: "plot"
12158   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12159   algorithm: "plot_perf_box_name"
12160   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12161   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12162   include:
12163     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12164     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12165     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12166     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12167     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12168     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12169   layout:
12170     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12171     layout: "plot-throughput"
12172
12173 - type: "plot"
12174   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12175   algorithm: "plot_perf_box_name"
12176   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12177   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12178   include:
12179     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12180     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12181     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12182     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12183     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12184     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12185   layout:
12186     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12187     layout: "plot-throughput"
12188
12189 - type: "plot"
12190   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12191   algorithm: "plot_perf_box_name"
12192   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12193   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12194   include:
12195     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12196     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12197     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12198     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12199     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12200     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12201   layout:
12202     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12203     layout: "plot-throughput"
12204
12205 - type: "plot"
12206   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12207   algorithm: "plot_perf_box_name"
12208   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12209   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12210   include:
12211     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12212     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12213     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12214     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12215     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12216     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12217   layout:
12218     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12219     layout: "plot-throughput"
12220
12221 - type: "plot"
12222   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12223   algorithm: "plot_perf_box_name"
12224   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12225   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12226   include:
12227     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12228     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12229     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12230     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12231     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12232     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12233   layout:
12234     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12235     layout: "plot-throughput"
12236
12237 - type: "plot"
12238   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12239   algorithm: "plot_perf_box_name"
12240   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12241   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12242   include:
12243     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12244     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12245     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12246     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12247     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12248     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12249   layout:
12250     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12251     layout: "plot-throughput"
12252
12253 - type: "plot"
12254   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12255   algorithm: "plot_perf_box_name"
12256   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12257   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12258   include:
12259     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12260     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12261     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12262     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12263     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12264     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12265   layout:
12266     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12267     layout: "plot-throughput"
12268
12269 - type: "plot"
12270   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12271   algorithm: "plot_perf_box_name"
12272   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12273   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12274   include:
12275     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12276     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12277     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12278     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12279     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12280     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12281   layout:
12282     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12283     layout: "plot-throughput"
12284
12285 - type: "plot"
12286   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12287   algorithm: "plot_perf_box_name"
12288   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12289   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12290   include:
12291     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12292     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12293     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12294     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12295     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12296     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12297   layout:
12298     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12299     layout: "plot-throughput"
12300
12301 - type: "plot"
12302   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12303   algorithm: "plot_perf_box_name"
12304   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12305   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12306   include:
12307     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12308     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12309     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12310     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12311     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12312     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12313   layout:
12314     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12315     layout: "plot-throughput"
12316
12317 - type: "plot"
12318   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12319   algorithm: "plot_perf_box_name"
12320   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12321   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12322   include:
12323     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12324     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12325     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12326     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12327     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12328     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12329   layout:
12330     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12331     layout: "plot-throughput"
12332
12333 - type: "plot"
12334   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12335   algorithm: "plot_perf_box_name"
12336   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12337   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12338   include:
12339     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12340     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12341     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12342     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12343   layout:
12344     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12345     layout: "plot-throughput"
12346
12347 - type: "plot"
12348   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12349   algorithm: "plot_perf_box_name"
12350   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12351   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12352   include:
12353     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12354     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12355     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12356     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12357   layout:
12358     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12359     layout: "plot-throughput"
12360
12361 - type: "plot"
12362   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12363   algorithm: "plot_perf_box_name"
12364   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12365   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12366   include:
12367     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12368     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12369     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12370     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12371   layout:
12372     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12373     layout: "plot-throughput"
12374
12375 - type: "plot"
12376   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12377   algorithm: "plot_perf_box_name"
12378   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12379   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12380   include:
12381     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12382     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12383     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12384     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12385   layout:
12386     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12387     layout: "plot-throughput"
12388
12389 - type: "plot"
12390   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12391   algorithm: "plot_perf_box_name"
12392   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12393   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12394   include:
12395     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12396     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12397     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12398     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12399     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12400     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12401   layout:
12402     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12403     layout: "plot-throughput"
12404
12405 - type: "plot"
12406   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12407   algorithm: "plot_perf_box_name"
12408   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12409   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12410   include:
12411     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12412     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12413     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12414     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12415     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12416     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12417   layout:
12418     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12419     layout: "plot-throughput"
12420
12421 - type: "plot"
12422   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12423   algorithm: "plot_perf_box_name"
12424   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12425   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12426   include:
12427     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12428     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12429     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12430     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12431     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12432   layout:
12433     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12434     layout: "plot-throughput"
12435
12436 - type: "plot"
12437   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12438   algorithm: "plot_perf_box_name"
12439   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12440   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12441   include:
12442     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12443     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12444     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12445     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12446     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12447   layout:
12448     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12449     layout: "plot-throughput"
12450
12451 - type: "plot"
12452   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12453   algorithm: "plot_perf_box_name"
12454   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12455   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12456   include:
12457     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12458     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12459     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12460     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12461     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12462   layout:
12463     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12464     layout: "plot-throughput"
12465
12466 - type: "plot"
12467   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12468   algorithm: "plot_perf_box_name"
12469   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12470   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12471   include:
12472     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12473     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12474     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12475     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12476     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12477   layout:
12478     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12479     layout: "plot-throughput"
12480
12481 - type: "plot"
12482   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12483   algorithm: "plot_perf_box_name"
12484   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12485   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12486   include:
12487     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12488     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12489     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12490     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12491   layout:
12492     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12493     layout: "plot-throughput"
12494
12495 - type: "plot"
12496   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12497   algorithm: "plot_perf_box_name"
12498   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12499   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12500   include:
12501     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12502     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12503     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12504     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12505   layout:
12506     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12507     layout: "plot-throughput"
12508
12509 - type: "plot"
12510   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12511   algorithm: "plot_perf_box_name"
12512   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12513   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12514   include:
12515     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12516     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12517     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12518     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12519     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12520     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12521   layout:
12522     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12523     layout: "plot-throughput"
12524
12525 - type: "plot"
12526   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12527   algorithm: "plot_perf_box_name"
12528   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12529   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12530   include:
12531     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12532     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12533     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12534     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12535     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12536     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12537   layout:
12538     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12539     layout: "plot-throughput"
12540
12541 - type: "plot"
12542   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12543   algorithm: "plot_perf_box_name"
12544   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12545   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12546   include:
12547     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12548     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12549     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12550     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12551     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12552     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12553   layout:
12554     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12555     layout: "plot-throughput"
12556
12557 - type: "plot"
12558   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12559   algorithm: "plot_perf_box_name"
12560   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12561   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12562   include:
12563     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12564     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12565     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12566     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12567     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12568     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12569   layout:
12570     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12571     layout: "plot-throughput"
12572
12573 - type: "plot"
12574   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12575   algorithm: "plot_perf_box_name"
12576   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12577   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12578   include:
12579     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12580     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12581     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12582     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12583     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12584     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12585   layout:
12586     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12587     layout: "plot-throughput"
12588
12589 - type: "plot"
12590   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12591   algorithm: "plot_perf_box_name"
12592   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12593   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12594   include:
12595     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12596     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12597     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12598     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12599     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12600     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12601   layout:
12602     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12603     layout: "plot-throughput"
12604
12605 - type: "plot"
12606   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12607   algorithm: "plot_perf_box_name"
12608   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12609   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12610   include:
12611     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12612     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12613     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12614     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12615     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12616     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12617   layout:
12618     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12619     layout: "plot-throughput"
12620
12621 - type: "plot"
12622   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12623   algorithm: "plot_perf_box_name"
12624   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12625   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12626   include:
12627     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12628     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12629     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12630     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12631     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12632     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12633   layout:
12634     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12635     layout: "plot-throughput"
12636
12637 - type: "plot"
12638   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12639   algorithm: "plot_perf_box_name"
12640   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12641   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12642   include:
12643     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12644     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12645     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12646     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12647   layout:
12648     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12649     layout: "plot-throughput"
12650
12651 - type: "plot"
12652   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12653   algorithm: "plot_perf_box_name"
12654   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12655   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12656   include:
12657     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12658     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12659     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12660     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12661   layout:
12662     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12663     layout: "plot-throughput"
12664
12665 - type: "plot"
12666   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12667   algorithm: "plot_perf_box_name"
12668   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12669   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12670   include:
12671     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12672     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12673     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12674     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12675     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12676     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12677   layout:
12678     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12679     layout: "plot-throughput"
12680
12681 - type: "plot"
12682   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12683   algorithm: "plot_perf_box_name"
12684   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12685   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12686   include:
12687     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12688     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12689     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12690     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12691     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12692     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12693   layout:
12694     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12695     layout: "plot-throughput"
12696
12697 - type: "plot"
12698   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12699   algorithm: "plot_perf_box_name"
12700   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12701   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12702   include:
12703     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12704     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12705     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12706     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12707     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12708     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12709   layout:
12710     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12711     layout: "plot-throughput"
12712
12713 - type: "plot"
12714   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12715   algorithm: "plot_perf_box_name"
12716   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12717   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12718   include:
12719     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12720     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12721     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12722     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12723     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12724     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12725   layout:
12726     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12727     layout: "plot-throughput"
12728
12729 #- type: "plot"
12730 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12731 #  algorithm: "plot_perf_box_name"
12732 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12733 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12734 #  include:
12735 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12736 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12737 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12738 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12739 #  layout:
12740 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12741 #    layout: "plot-throughput"
12742 #
12743 #- type: "plot"
12744 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12745 #  algorithm: "plot_perf_box_name"
12746 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12747 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12748 #  include:
12749 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12750 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12751 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12752 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12753 #  layout:
12754 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12755 #    layout: "plot-throughput"
12756
12757 - type: "plot"
12758   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12759   algorithm: "plot_perf_box_name"
12760   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12761   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12762   include:
12763     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12764     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12765     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12766     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12767     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12768     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12769   layout:
12770     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12771     layout: "plot-throughput"
12772
12773 - type: "plot"
12774   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12775   algorithm: "plot_perf_box_name"
12776   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12777   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12778   include:
12779     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12780     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12781     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12782     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12783     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12784     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12785   layout:
12786     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12787     layout: "plot-throughput"
12788
12789 #- type: "plot"
12790 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12791 #  algorithm: "plot_perf_box_name"
12792 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12793 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12794 #  include:
12795 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12796 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12797 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12798 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12799 #  layout:
12800 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12801 #    layout: "plot-throughput"
12802 #
12803 #- type: "plot"
12804 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12805 #  algorithm: "plot_perf_box_name"
12806 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12807 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12808 #  include:
12809 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12810 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12811 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12812 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12813 #  layout:
12814 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12815 #    layout: "plot-throughput"
12816
12817 - type: "plot"
12818   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12819   algorithm: "plot_perf_box_name"
12820   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12821   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12822   include:
12823     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12824     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12825     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12826     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12827     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12828     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12829   layout:
12830     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12831     layout: "plot-throughput"
12832
12833 - type: "plot"
12834   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12835   algorithm: "plot_perf_box_name"
12836   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12837   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12838   include:
12839     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12840     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12841     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12842     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12843     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12844     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12845   layout:
12846     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12847     layout: "plot-throughput"
12848
12849 #- type: "plot"
12850 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12851 #  algorithm: "plot_perf_box_name"
12852 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12853 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12854 #  include:
12855 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12856 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12857 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12858 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12859 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12860 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12861 #  layout:
12862 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12863 #    layout: "plot-throughput"
12864 #
12865 #- type: "plot"
12866 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12867 #  algorithm: "plot_perf_box_name"
12868 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12869 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12870 #  include:
12871 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12872 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12873 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12874 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12875 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12876 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12877 #  layout:
12878 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12879 #    layout: "plot-throughput"
12880
12881 - type: "plot"
12882   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12883   algorithm: "plot_perf_box_name"
12884   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12885   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12886   include:
12887     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12888     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12889     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12890     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12891     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12892     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12893   layout:
12894     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12895     layout: "plot-throughput"
12896
12897 - type: "plot"
12898   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12899   algorithm: "plot_perf_box_name"
12900   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12901   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12902   include:
12903     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12904     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12905     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12906     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12907     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12908     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12909   layout:
12910     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12911     layout: "plot-throughput"
12912
12913 - type: "plot"
12914   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12915   algorithm: "plot_perf_box_name"
12916   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12917   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12918   include:
12919     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12920     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12921     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12922 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12923 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12924 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12925   layout:
12926     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12927     layout: "plot-throughput"
12928
12929 - type: "plot"
12930   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12931   algorithm: "plot_perf_box_name"
12932   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12933   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12934   include:
12935     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12936     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12937     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12938 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12939 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12940 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12941   layout:
12942     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12943     layout: "plot-throughput"
12944
12945 - type: "plot"
12946   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12947   algorithm: "plot_perf_box_name"
12948   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12949   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12950   include:
12951     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12952     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12953     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12954     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12955     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12956     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12957   layout:
12958     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12959     layout: "plot-throughput"
12960
12961 - type: "plot"
12962   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12963   algorithm: "plot_perf_box_name"
12964   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12965   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12966   include:
12967     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12968     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12969     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12970     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12971     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12972     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12973   layout:
12974     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12975     layout: "plot-throughput"
12976
12977 - type: "plot"
12978   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12979   algorithm: "plot_perf_box_name"
12980   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12981   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12982   include:
12983     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12984     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12985     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12986     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12987     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12988     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12989   layout:
12990     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12991     layout: "plot-throughput"
12992
12993 - type: "plot"
12994   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12995   algorithm: "plot_perf_box_name"
12996   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12997   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12998   include:
12999     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13000     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13001     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13002     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13003     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13004     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13005   layout:
13006     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13007     layout: "plot-throughput"
13008
13009 #- type: "plot"
13010 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13011 #  algorithm: "plot_perf_box_name"
13012 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13013 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13014 #  include:
13015 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13016 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13017 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13018 #  layout:
13019 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13020 #    layout: "plot-throughput"
13021 #
13022 #- type: "plot"
13023 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13024 #  algorithm: "plot_perf_box_name"
13025 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13026 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13027 #  include:
13028 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13029 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13030 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13031 #  layout:
13032 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13033 #    layout: "plot-throughput"
13034
13035 - type: "plot"
13036   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13037   algorithm: "plot_perf_box_name"
13038   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13039   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13040   include:
13041     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13042     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13043     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13044     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13045     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13046   layout:
13047     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13048     layout: "plot-throughput"
13049
13050 - type: "plot"
13051   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13052   algorithm: "plot_perf_box_name"
13053   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13054   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13055   include:
13056     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13057     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13058     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13059     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13060     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13061   layout:
13062     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13063     layout: "plot-throughput"
13064
13065 - type: "plot"
13066   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13067   algorithm: "plot_perf_box_name"
13068   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13069   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13070   include:
13071     - "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"
13072     - "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"
13073     - "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"
13074     - "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"
13075     - "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"
13076   layout:
13077     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13078     layout: "plot-throughput"
13079
13080 - type: "plot"
13081   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13082   algorithm: "plot_perf_box_name"
13083   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13084   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13085   include:
13086     - "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"
13087     - "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"
13088     - "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"
13089     - "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"
13090     - "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"
13091   layout:
13092     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13093     layout: "plot-throughput"
13094
13095 - type: "plot"
13096   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13097   algorithm: "plot_perf_box_name"
13098   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13099   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13100   include:
13101     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13102     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13103     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13104     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13105     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13106   layout:
13107     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13108     layout: "plot-throughput"
13109
13110 - type: "plot"
13111   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13112   algorithm: "plot_perf_box_name"
13113   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13114   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13115   include:
13116     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13117     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13118     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13119     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13120     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13121   layout:
13122     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13123     layout: "plot-throughput"
13124
13125 - type: "plot"
13126   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13127   algorithm: "plot_perf_box_name"
13128   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13129   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13130   include:
13131     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13132     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13133     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13134     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13135     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13136   layout:
13137     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13138     layout: "plot-throughput"
13139
13140 - type: "plot"
13141   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13142   algorithm: "plot_perf_box_name"
13143   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13144   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13145   include:
13146     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13147     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13148     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13149     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13150     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13151   layout:
13152     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13153     layout: "plot-throughput"
13154
13155 - type: "plot"
13156   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13157   algorithm: "plot_perf_box_name"
13158   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13159   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13160   include:
13161     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13162     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13163     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13164     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13165     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13166   layout:
13167     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13168     layout: "plot-throughput"
13169
13170 - type: "plot"
13171   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13172   algorithm: "plot_perf_box_name"
13173   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13174   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13175   include:
13176     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13177     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13178     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13179     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13180     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13181   layout:
13182     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13183     layout: "plot-throughput"
13184
13185 - type: "plot"
13186   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13187   algorithm: "plot_perf_box_name"
13188   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13189   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13190   include:
13191     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13192     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13193     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13194     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13195     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13196   layout:
13197     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13198     layout: "plot-throughput"
13199
13200 - type: "plot"
13201   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13202   algorithm: "plot_perf_box_name"
13203   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13204   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13205   include:
13206     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13207     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13208     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13209     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13210     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13211   layout:
13212     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13213     layout: "plot-throughput"
13214
13215 - type: "plot"
13216   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13217   algorithm: "plot_perf_box_name"
13218   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13219   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13220   include:
13221     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13222     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13223     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13224     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13225   layout:
13226     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13227     layout: "plot-throughput"
13228
13229 - type: "plot"
13230   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13231   algorithm: "plot_perf_box_name"
13232   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13233   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13234   include:
13235     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13236     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13237     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13238     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13239   layout:
13240     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13241     layout: "plot-throughput"
13242
13243 - type: "plot"
13244   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13245   algorithm: "plot_perf_box_name"
13246   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13247   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13248   include:
13249     - "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"
13250     - "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"
13251     - "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"
13252     - "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"
13253   layout:
13254     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13255     layout: "plot-throughput"
13256
13257 - type: "plot"
13258   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13259   algorithm: "plot_perf_box_name"
13260   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13261   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13262   include:
13263     - "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"
13264     - "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"
13265     - "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"
13266     - "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"
13267   layout:
13268     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13269     layout: "plot-throughput"
13270
13271 - type: "plot"
13272   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13273   algorithm: "plot_perf_box_name"
13274   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13275   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13276   include:
13277     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13278     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13279     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13280     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13281     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13282     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13283   layout:
13284     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13285     layout: "plot-throughput"
13286
13287 - type: "plot"
13288   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13289   algorithm: "plot_perf_box_name"
13290   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13291   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13292   include:
13293     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13294     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13295     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13296     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13297     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13298     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13299   layout:
13300     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13301     layout: "plot-throughput"
13302
13303 - type: "plot"
13304   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13305   algorithm: "plot_perf_box_name"
13306   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13307   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13308   include:
13309     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13310     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13311     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13312     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13313     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13314     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13315   layout:
13316     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13317     layout: "plot-throughput"
13318
13319 - type: "plot"
13320   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13321   algorithm: "plot_perf_box_name"
13322   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13323   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13324   include:
13325     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13326     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13327     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13328     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13329     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13330     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13331   layout:
13332     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13333     layout: "plot-throughput"
13334
13335 - type: "plot"
13336   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13337   algorithm: "plot_perf_box_name"
13338   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13339   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13340   include:
13341     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13342     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13343     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13344     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13345     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13346     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13347   layout:
13348     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13349     layout: "plot-throughput"
13350
13351 - type: "plot"
13352   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13353   algorithm: "plot_perf_box_name"
13354   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13355   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13356   include:
13357     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13358     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13359     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13360     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13361     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13362     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13363   layout:
13364     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13365     layout: "plot-throughput"
13366
13367 - type: "plot"
13368   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13369   algorithm: "plot_perf_box_name"
13370   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13371   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13372   include:
13373     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13374     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13375     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13376     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13377     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13378   layout:
13379     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13380     layout: "plot-throughput"
13381
13382 - type: "plot"
13383   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13384   algorithm: "plot_perf_box_name"
13385   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13386   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13387   include:
13388     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13389     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13390     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13391     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13392     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13393   layout:
13394     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13395     layout: "plot-throughput"
13396
13397 - type: "plot"
13398   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13399   algorithm: "plot_perf_box_name"
13400   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13401   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13402   include:
13403     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13404     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13405   layout:
13406     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13407     layout: "plot-throughput"
13408
13409 - type: "plot"
13410   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13411   algorithm: "plot_perf_box_name"
13412   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13413   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13414   include:
13415     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13416     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13417   layout:
13418     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13419     layout: "plot-throughput"
13420
13421 - type: "plot"
13422   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13423   algorithm: "plot_perf_box_name"
13424   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13425   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13426   include:
13427     - "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"
13428     - "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"
13429   layout:
13430     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13431     layout: "plot-throughput"
13432
13433 - type: "plot"
13434   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13435   algorithm: "plot_perf_box_name"
13436   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13437   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13438   include:
13439     - "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"
13440     - "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"
13441   layout:
13442     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13443     layout: "plot-throughput"
13444
13445 - type: "plot"
13446   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13447   algorithm: "plot_perf_box_name"
13448   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13449   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13450   include:
13451     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13452     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13453   layout:
13454     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13455     layout: "plot-throughput"
13456
13457 - type: "plot"
13458   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13459   algorithm: "plot_perf_box_name"
13460   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13461   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13462   include:
13463     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13464     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13465   layout:
13466     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13467     layout: "plot-throughput"
13468
13469 - type: "plot"
13470   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13471   algorithm: "plot_perf_box_name"
13472   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13473   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13474   include:
13475     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13476     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13477   layout:
13478     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13479     layout: "plot-throughput"
13480
13481 - type: "plot"
13482   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13483   algorithm: "plot_perf_box_name"
13484   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13485   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13486   include:
13487     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13488     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13489   layout:
13490     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13491     layout: "plot-throughput"
13492
13493 - type: "plot"
13494   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13495   algorithm: "plot_perf_box_name"
13496   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13497   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13498   include:
13499     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13500     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13501     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13502     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13503     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13504     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13505   layout:
13506     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13507     layout: "plot-throughput"
13508
13509 - type: "plot"
13510   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13511   algorithm: "plot_perf_box_name"
13512   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13513   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13514   include:
13515     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13516     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13517     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13518     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13519     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13520     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13521   layout:
13522     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13523     layout: "plot-throughput"
13524
13525 - type: "plot"
13526   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13527   algorithm: "plot_perf_box_name"
13528   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13529   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13530   include:
13531     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13532     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13533     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13534     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13535     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13536     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13537   layout:
13538     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13539     layout: "plot-throughput"
13540
13541 - type: "plot"
13542   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13543   algorithm: "plot_perf_box_name"
13544   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13545   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13546   include:
13547     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13548     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13549     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13550     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13551     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13552     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13553   layout:
13554     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13555     layout: "plot-throughput"
13556
13557 #- type: "plot"
13558 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13559 #  algorithm: "plot_perf_box_name"
13560 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13561 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13562 #  include:
13563 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13564 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13565 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13566 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13567 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13568 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13569 #  layout:
13570 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13571 #    layout: "plot-throughput"
13572 #
13573 #- type: "plot"
13574 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13575 #  algorithm: "plot_perf_box_name"
13576 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13577 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13578 #  include:
13579 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13580 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13581 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13582 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13583 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13584 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13585 #  layout:
13586 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13587 #    layout: "plot-throughput"
13588
13589 - type: "plot"
13590   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13591   algorithm: "plot_perf_box_name"
13592   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13593   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13594   include:
13595     - "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"
13596     - "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"
13597     - "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"
13598     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13599     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13600     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13601   layout:
13602     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
13603     layout: "plot-throughput"
13604
13605 - type: "plot"
13606   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13607   algorithm: "plot_perf_box_name"
13608   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13609   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13610   include:
13611     - "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"
13612     - "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"
13613     - "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"
13614     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13615     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13616     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13617   layout:
13618     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
13619     layout: "plot-throughput"
13620
13621 ################################################################################
13622
13623 # Packet Speedup
13624
13625 - type: "plot"
13626   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13627   algorithm: "plot_tsa_name"
13628   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13629   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13630   include:
13631     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13632     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13633     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13634     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13635   layout:
13636     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
13637     layout: "plot-throughput-speedup-analysis"
13638
13639 - type: "plot"
13640   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13641   algorithm: "plot_tsa_name"
13642   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13643   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13644   include:
13645     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13646     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13647     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13648     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13649   layout:
13650     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
13651     layout: "plot-throughput-speedup-analysis"
13652
13653 - type: "plot"
13654   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13655   algorithm: "plot_tsa_name"
13656   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13657   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13658   include:
13659     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13660     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13661     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13662     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13663   layout:
13664     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
13665     layout: "plot-throughput-speedup-analysis"
13666
13667 - type: "plot"
13668   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13669   algorithm: "plot_tsa_name"
13670   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13671   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13672   include:
13673     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13674     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13675     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13676     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13677   layout:
13678     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
13679     layout: "plot-throughput-speedup-analysis"
13680
13681 - type: "plot"
13682   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13683   algorithm: "plot_tsa_name"
13684   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13685   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13686   include:
13687     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13688     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13689     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13690     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13691     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13692   layout:
13693     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
13694     layout: "plot-throughput-speedup-analysis"
13695
13696 - type: "plot"
13697   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13698   algorithm: "plot_tsa_name"
13699   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13700   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13701   include:
13702     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13703     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13704     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13705     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13706     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13707   layout:
13708     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13709     layout: "plot-throughput-speedup-analysis"
13710
13711 - type: "plot"
13712   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13713   algorithm: "plot_tsa_name"
13714   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13715   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13716   include:
13717     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13718     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13719     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13720     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13721     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13722   layout:
13723     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
13724     layout: "plot-throughput-speedup-analysis"
13725
13726 - type: "plot"
13727   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13728   algorithm: "plot_tsa_name"
13729   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13730   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13731   include:
13732     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13733     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13734     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13735     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13736     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13737   layout:
13738     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13739     layout: "plot-throughput-speedup-analysis"
13740
13741 - type: "plot"
13742   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13743   algorithm: "plot_tsa_name"
13744   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13745   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13746   include:
13747     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13748     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13749     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13750     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13751     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13752     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13753   layout:
13754     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
13755     layout: "plot-throughput-speedup-analysis"
13756
13757 - type: "plot"
13758   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13759   algorithm: "plot_tsa_name"
13760   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13761   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13762   include:
13763     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13764     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13765     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13766     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13767     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13768     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13769   layout:
13770     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
13771     layout: "plot-throughput-speedup-analysis"
13772
13773 - type: "plot"
13774   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13775   algorithm: "plot_tsa_name"
13776   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13777   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13778   include:
13779     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13780     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13781     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13782     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13783     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13784   layout:
13785     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
13786     layout: "plot-throughput-speedup-analysis"
13787
13788 - type: "plot"
13789   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13790   algorithm: "plot_tsa_name"
13791   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13792   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13793   include:
13794     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13795     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13796     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13797     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13798     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13799   layout:
13800     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
13801     layout: "plot-throughput-speedup-analysis"
13802
13803 - type: "plot"
13804   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13805   algorithm: "plot_tsa_name"
13806   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13807   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13808   include:
13809     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13810     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13811     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13812   layout:
13813     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
13814     layout: "plot-throughput-speedup-analysis"
13815
13816 - type: "plot"
13817   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13818   algorithm: "plot_tsa_name"
13819   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13820   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13821   include:
13822     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13823     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13824     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13825   layout:
13826     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
13827     layout: "plot-throughput-speedup-analysis"
13828
13829 - type: "plot"
13830   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13831   algorithm: "plot_tsa_name"
13832   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13833   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13834   include:
13835     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13836     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13837     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13838     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13839     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13840   layout:
13841     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
13842     layout: "plot-throughput-speedup-analysis"
13843
13844 - type: "plot"
13845   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13846   algorithm: "plot_tsa_name"
13847   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13848   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13849   include:
13850     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13851     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13852     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13853     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13854     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13855   layout:
13856     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
13857     layout: "plot-throughput-speedup-analysis"
13858
13859 - type: "plot"
13860   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13861   algorithm: "plot_tsa_name"
13862   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13863   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13864   include:
13865     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13866     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13867     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13868   layout:
13869     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
13870     layout: "plot-throughput-speedup-analysis"
13871
13872 - type: "plot"
13873   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13874   algorithm: "plot_tsa_name"
13875   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13876   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13877   include:
13878     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13879     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13880     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13881   layout:
13882     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
13883     layout: "plot-throughput-speedup-analysis"
13884
13885 - type: "plot"
13886   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13887   algorithm: "plot_tsa_name"
13888   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13889   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13890   include:
13891     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13892     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13893     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13894     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13895     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
13896     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
13897   layout:
13898     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
13899     layout: "plot-throughput-speedup-analysis"
13900
13901 - type: "plot"
13902   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13903   algorithm: "plot_tsa_name"
13904   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13905   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13906   include:
13907     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13908     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13909     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13910     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13911     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
13912     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
13913   layout:
13914     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
13915     layout: "plot-throughput-speedup-analysis"
13916
13917 - type: "plot"
13918   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13919   algorithm: "plot_tsa_name"
13920   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13921   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13922   include:
13923     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13924     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13925     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13926     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13927     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13928     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13929   layout:
13930     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
13931     layout: "plot-throughput-speedup-analysis"
13932
13933 - type: "plot"
13934   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13935   algorithm: "plot_tsa_name"
13936   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13937   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13938   include:
13939     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13940     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13941     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13942     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13943     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13944     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13945   layout:
13946     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
13947     layout: "plot-throughput-speedup-analysis"
13948
13949 - type: "plot"
13950   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13951   algorithm: "plot_tsa_name"
13952   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13953   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13954   include:
13955     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13956     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13957     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13958   layout:
13959     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
13960     layout: "plot-throughput-speedup-analysis"
13961
13962 - type: "plot"
13963   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13964   algorithm: "plot_tsa_name"
13965   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13966   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13967   include:
13968     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13969     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13970     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13971   layout:
13972     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
13973     layout: "plot-throughput-speedup-analysis"
13974
13975 - type: "plot"
13976   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
13977   algorithm: "plot_tsa_name"
13978   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
13979   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13980   include:
13981     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13982     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13983     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13984 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13985 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13986   layout:
13987     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
13988     layout: "plot-throughput-speedup-analysis"
13989
13990 - type: "plot"
13991   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
13992   algorithm: "plot_tsa_name"
13993   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
13994   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13995   include:
13996     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13997     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13998     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13999 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14000 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14001   layout:
14002     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14003     layout: "plot-throughput-speedup-analysis"
14004
14005 - type: "plot"
14006   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14007   algorithm: "plot_tsa_name"
14008   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14009   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14010   include:
14011     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14012     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14013     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14014     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14015     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14016   layout:
14017     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14018     layout: "plot-throughput-speedup-analysis"
14019
14020 - type: "plot"
14021   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14022   algorithm: "plot_tsa_name"
14023   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14024   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14025   include:
14026     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14027     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14028     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14029     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14030     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14031   layout:
14032     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14033     layout: "plot-throughput-speedup-analysis"
14034
14035 - type: "plot"
14036   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14037   algorithm: "plot_tsa_name"
14038   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14039   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14040   include:
14041     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14042     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14043     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14044     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14045     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14046   layout:
14047     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14048     layout: "plot-throughput-speedup-analysis"
14049
14050 - type: "plot"
14051   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14052   algorithm: "plot_tsa_name"
14053   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14054   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14055   include:
14056     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14057     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14058     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14059     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14060     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14061   layout:
14062     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14063     layout: "plot-throughput-speedup-analysis"
14064
14065 - type: "plot"
14066   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14067   algorithm: "plot_tsa_name"
14068   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14069   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14070   include:
14071     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14072     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14073     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14074     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14075     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14076     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14077   layout:
14078     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14079     layout: "plot-throughput-speedup-analysis"
14080
14081 - type: "plot"
14082   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14083   algorithm: "plot_tsa_name"
14084   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14085   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14086   include:
14087     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14088     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14089     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14090     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14091     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14092     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14093   layout:
14094     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14095     layout: "plot-throughput-speedup-analysis"
14096
14097 - type: "plot"
14098   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14099   algorithm: "plot_tsa_name"
14100   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14101   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14102   include:
14103     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14104     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14105     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14106     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14107     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14108     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14109   layout:
14110     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14111     layout: "plot-throughput-speedup-analysis"
14112
14113 - type: "plot"
14114   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14115   algorithm: "plot_tsa_name"
14116   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14117   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14118   include:
14119     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14120     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14121     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14122     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14123     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14124     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14125   layout:
14126     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14127     layout: "plot-throughput-speedup-analysis"
14128
14129 - type: "plot"
14130   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14131   algorithm: "plot_tsa_name"
14132   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14133   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14134   include:
14135     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14136     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14137   layout:
14138     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
14139     layout: "plot-throughput-speedup-analysis"
14140
14141 - type: "plot"
14142   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14143   algorithm: "plot_tsa_name"
14144   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14145   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14146   include:
14147     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14148     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14149   layout:
14150     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
14151     layout: "plot-throughput-speedup-analysis"
14152
14153 - type: "plot"
14154   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14155   algorithm: "plot_tsa_name"
14156   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14157   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14158   include:
14159     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14160     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14161     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14162     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14163   layout:
14164     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
14165     layout: "plot-throughput-speedup-analysis"
14166
14167 - type: "plot"
14168   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14169   algorithm: "plot_tsa_name"
14170   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14171   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14172   include:
14173     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14174     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14175     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14176     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14177   layout:
14178     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
14179     layout: "plot-throughput-speedup-analysis"
14180
14181 - type: "plot"
14182   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14183   algorithm: "plot_tsa_name"
14184   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14185   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14186   include:
14187     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14188     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14189     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14190     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14191   layout:
14192     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
14193     layout: "plot-throughput-speedup-analysis"
14194
14195 - type: "plot"
14196   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14197   algorithm: "plot_tsa_name"
14198   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14199   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14200   include:
14201     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14202     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14203     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14204     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14205   layout:
14206     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
14207     layout: "plot-throughput-speedup-analysis"
14208
14209 - type: "plot"
14210   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14211   algorithm: "plot_tsa_name"
14212   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14213   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14214   include:
14215     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14216     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14217     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14218     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14219     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14220     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14221   layout:
14222     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
14223     layout: "plot-throughput-speedup-analysis"
14224
14225 - type: "plot"
14226   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14227   algorithm: "plot_tsa_name"
14228   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14229   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14230   include:
14231     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14232     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14233     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14234     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14235     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14236     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14237   layout:
14238     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
14239     layout: "plot-throughput-speedup-analysis"
14240
14241 - type: "plot"
14242   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14243   algorithm: "plot_tsa_name"
14244   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14245   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14246   include:
14247     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14248     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14249     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14250     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14251     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14252   layout:
14253     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14254     layout: "plot-throughput-speedup-analysis"
14255
14256 - type: "plot"
14257   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14258   algorithm: "plot_tsa_name"
14259   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14260   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14261   include:
14262     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14263     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14264     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14265     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14266     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14267   layout:
14268     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14269     layout: "plot-throughput-speedup-analysis"
14270
14271 - type: "plot"
14272   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14273   algorithm: "plot_tsa_name"
14274   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14275   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14276   include:
14277     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14278     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14279     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14280     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14281     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14282   layout:
14283     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14284     layout: "plot-throughput-speedup-analysis"
14285
14286 - type: "plot"
14287   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14288   algorithm: "plot_tsa_name"
14289   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14290   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14291   include:
14292     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14293     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14294     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14295     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14296     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14297   layout:
14298     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14299     layout: "plot-throughput-speedup-analysis"
14300
14301 - type: "plot"
14302   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14303   algorithm: "plot_tsa_name"
14304   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14305   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14306   include:
14307     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14308     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14309     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14310   layout:
14311     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
14312     layout: "plot-throughput-speedup-analysis"
14313
14314 - type: "plot"
14315   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14316   algorithm: "plot_tsa_name"
14317   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14318   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14319   include:
14320     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14321     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14322     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14323   layout:
14324     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
14325     layout: "plot-throughput-speedup-analysis"
14326
14327 - type: "plot"
14328   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14329   algorithm: "plot_tsa_name"
14330   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14331   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14332   include:
14333     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14334     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14335     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14336   layout:
14337     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
14338     layout: "plot-throughput-speedup-analysis"
14339
14340 - type: "plot"
14341   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14342   algorithm: "plot_tsa_name"
14343   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14344   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14345   include:
14346     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14347     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14348     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14349   layout:
14350     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
14351     layout: "plot-throughput-speedup-analysis"
14352
14353 - type: "plot"
14354   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14355   algorithm: "plot_tsa_name"
14356   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14357   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14358   include:
14359     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14360     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14361     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14362     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14363     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14364   layout:
14365     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14366     layout: "plot-throughput-speedup-analysis"
14367
14368 - type: "plot"
14369   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14370   algorithm: "plot_tsa_name"
14371   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14372   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14373   include:
14374     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14375     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14376     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14377     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14378     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14379   layout:
14380     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14381     layout: "plot-throughput-speedup-analysis"
14382
14383 - type: "plot"
14384   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14385   algorithm: "plot_tsa_name"
14386   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14387   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14388   include:
14389     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14390     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14391     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14392     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14393     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14394   layout:
14395     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14396     layout: "plot-throughput-speedup-analysis"
14397
14398 - type: "plot"
14399   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14400   algorithm: "plot_tsa_name"
14401   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14402   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14403   include:
14404     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14405     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14406     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14407     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14408     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14409   layout:
14410     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14411     layout: "plot-throughput-speedup-analysis"
14412
14413 - type: "plot"
14414   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14415   algorithm: "plot_tsa_name"
14416   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14417   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14418   include:
14419     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14420     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14421     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14422     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14423     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14424     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14425   layout:
14426     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14427     layout: "plot-throughput-speedup-analysis"
14428
14429 - type: "plot"
14430   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14431   algorithm: "plot_tsa_name"
14432   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14433   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14434   include:
14435     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14436     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14437     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14438     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14439     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14440     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14441   layout:
14442     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14443     layout: "plot-throughput-speedup-analysis"
14444
14445 - type: "plot"
14446   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14447   algorithm: "plot_tsa_name"
14448   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14449   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14450   include:
14451     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14452     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14453     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14454     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14455   layout:
14456     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14457     layout: "plot-throughput-speedup-analysis"
14458
14459 - type: "plot"
14460   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14461   algorithm: "plot_tsa_name"
14462   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14463   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14464   include:
14465     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14466     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14467     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14468     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14469   layout:
14470     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14471     layout: "plot-throughput-speedup-analysis"
14472
14473 - type: "plot"
14474   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14475   algorithm: "plot_tsa_name"
14476   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14477   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14478   include:
14479     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14480     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14481     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14482     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14483     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14484     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14485   layout:
14486     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
14487     layout: "plot-throughput-speedup-analysis"
14488
14489 - type: "plot"
14490   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14491   algorithm: "plot_tsa_name"
14492   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14493   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14494   include:
14495     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14496     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14497     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14498     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14499     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14500     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14501   layout:
14502     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
14503     layout: "plot-throughput-speedup-analysis"
14504
14505 - type: "plot"
14506   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14507   algorithm: "plot_tsa_name"
14508   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14509   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14510   include:
14511     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14512     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14513     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14514     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14515     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14516     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14517   layout:
14518     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
14519     layout: "plot-throughput-speedup-analysis"
14520
14521 - type: "plot"
14522   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14523   algorithm: "plot_tsa_name"
14524   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14525   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14526   include:
14527     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14528     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14529     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14530     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14531     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14532     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14533   layout:
14534     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
14535     layout: "plot-throughput-speedup-analysis"
14536
14537 - type: "plot"
14538   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14539   algorithm: "plot_tsa_name"
14540   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14541   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14542   include:
14543     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14544     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14545     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14546     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14547     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14548     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14549   layout:
14550     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
14551     layout: "plot-throughput-speedup-analysis"
14552
14553 - type: "plot"
14554   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14555   algorithm: "plot_tsa_name"
14556   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14557   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14558   include:
14559     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14560     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14561     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14562     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14563     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14564     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14565   layout:
14566     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
14567     layout: "plot-throughput-speedup-analysis"
14568
14569 - type: "plot"
14570   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14571   algorithm: "plot_tsa_name"
14572   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14573   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14574   include:
14575     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14576     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14577     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14578     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14579     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14580     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14581   layout:
14582     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
14583     layout: "plot-throughput-speedup-analysis"
14584
14585 - type: "plot"
14586   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14587   algorithm: "plot_tsa_name"
14588   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14589   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14590   include:
14591     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14592     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14593     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14594     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14595     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14596     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14597   layout:
14598     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
14599     layout: "plot-throughput-speedup-analysis"
14600
14601 - type: "plot"
14602   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14603   algorithm: "plot_tsa_name"
14604   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14605   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14606   include:
14607     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14608     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14609     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14610     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14611     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14612     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14613   layout:
14614     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14615     layout: "plot-throughput-speedup-analysis"
14616
14617 - type: "plot"
14618   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14619   algorithm: "plot_tsa_name"
14620   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14621   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14622   include:
14623     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14624     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14625     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14626     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14627     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14628     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14629   layout:
14630     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14631     layout: "plot-throughput-speedup-analysis"
14632
14633 - type: "plot"
14634   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14635   algorithm: "plot_tsa_name"
14636   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14637   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14638   include:
14639     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14640     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14641     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14642     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14643   layout:
14644     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14645     layout: "plot-throughput-speedup-analysis"
14646
14647 - type: "plot"
14648   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14649   algorithm: "plot_tsa_name"
14650   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14651   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14652   include:
14653     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14654     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14655     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14656     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14657   layout:
14658     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14659     layout: "plot-throughput-speedup-analysis"
14660
14661 - type: "plot"
14662   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14663   algorithm: "plot_tsa_name"
14664   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14665   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14666   include:
14667     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14668     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14669     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14670     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14671   layout:
14672     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14673     layout: "plot-throughput-speedup-analysis"
14674
14675 - type: "plot"
14676   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14677   algorithm: "plot_tsa_name"
14678   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14679   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14680   include:
14681     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14682     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14683     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14684     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14685   layout:
14686     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14687     layout: "plot-throughput-speedup-analysis"
14688
14689 - type: "plot"
14690   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14691   algorithm: "plot_tsa_name"
14692   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14693   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14694   include:
14695     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14696     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14697     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14698     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14699     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14700     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14701   layout:
14702     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
14703     layout: "plot-throughput-speedup-analysis"
14704
14705 - type: "plot"
14706   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14707   algorithm: "plot_tsa_name"
14708   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14709   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14710   include:
14711     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14712     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14713     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14714     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14715     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14716     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14717   layout:
14718     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
14719     layout: "plot-throughput-speedup-analysis"
14720
14721 - type: "plot"
14722   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14723   algorithm: "plot_tsa_name"
14724   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14725   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14726   include:
14727     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14728     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14729     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14730     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14731     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14732   layout:
14733     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
14734     layout: "plot-throughput-speedup-analysis"
14735
14736 - type: "plot"
14737   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
14738   algorithm: "plot_tsa_name"
14739   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
14740   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14741   include:
14742     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14743     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14744     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14745     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14746     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14747   layout:
14748     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
14749     layout: "plot-throughput-speedup-analysis"
14750
14751 - type: "plot"
14752   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14753   algorithm: "plot_tsa_name"
14754   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14755   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14756   include:
14757     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14758     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14759     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14760     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14761     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14762   layout:
14763     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
14764     layout: "plot-throughput-speedup-analysis"
14765
14766 - type: "plot"
14767   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14768   algorithm: "plot_tsa_name"
14769   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14770   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14771   include:
14772     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14773     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14774     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14775     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14776     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14777   layout:
14778     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
14779     layout: "plot-throughput-speedup-analysis"
14780
14781 - type: "plot"
14782   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14783   algorithm: "plot_tsa_name"
14784   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14785   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14786   include:
14787     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14788     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14789     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14790     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14791   layout:
14792     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14793     layout: "plot-throughput-speedup-analysis"
14794
14795 - type: "plot"
14796   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14797   algorithm: "plot_tsa_name"
14798   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14799   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14800   include:
14801     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14802     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14803     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14804     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14805   layout:
14806     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14807     layout: "plot-throughput-speedup-analysis"
14808
14809 - type: "plot"
14810   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14811   algorithm: "plot_tsa_name"
14812   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14813   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14814   include:
14815     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14816     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14817     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14818     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14819     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14820     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14821   layout:
14822     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14823     layout: "plot-throughput-speedup-analysis"
14824
14825 - type: "plot"
14826   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14827   algorithm: "plot_tsa_name"
14828   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14829   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14830   include:
14831     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14832     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14833     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14834     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14835     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14836     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14837   layout:
14838     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14839     layout: "plot-throughput-speedup-analysis"
14840
14841 - type: "plot"
14842   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14843   algorithm: "plot_tsa_name"
14844   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14845   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14846   include:
14847     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14848     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14849     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14850     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14851     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14852     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14853   layout:
14854     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14855     layout: "plot-throughput-speedup-analysis"
14856
14857 - type: "plot"
14858   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14859   algorithm: "plot_tsa_name"
14860   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14861   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14862   include:
14863     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14864     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14865     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14866     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14867     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14868     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14869   layout:
14870     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14871     layout: "plot-throughput-speedup-analysis"
14872
14873 - type: "plot"
14874   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
14875   algorithm: "plot_tsa_name"
14876   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
14877   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14878   include:
14879     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14880     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14881     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14882     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14883     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14884     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14885   layout:
14886     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
14887     layout: "plot-throughput-speedup-analysis"
14888
14889 - type: "plot"
14890   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
14891   algorithm: "plot_tsa_name"
14892   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
14893   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14894   include:
14895     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14896     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14897     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14898     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14899     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14900     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14901   layout:
14902     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
14903     layout: "plot-throughput-speedup-analysis"
14904
14905 - type: "plot"
14906   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
14907   algorithm: "plot_tsa_name"
14908   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
14909   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14910   include:
14911     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14912     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14913     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14914     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14915     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14916     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14917   layout:
14918     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
14919     layout: "plot-throughput-speedup-analysis"
14920
14921 - type: "plot"
14922   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
14923   algorithm: "plot_tsa_name"
14924   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
14925   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14926   include:
14927     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14928     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14929     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14930     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14931     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14932     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14933   layout:
14934     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
14935     layout: "plot-throughput-speedup-analysis"
14936
14937 - type: "plot"
14938   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
14939   algorithm: "plot_tsa_name"
14940   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
14941   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14942   include:
14943     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14944     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14945     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14946     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14947     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14948     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14949   layout:
14950     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
14951     layout: "plot-throughput-speedup-analysis"
14952
14953 - type: "plot"
14954   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
14955   algorithm: "plot_tsa_name"
14956   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
14957   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14958   include:
14959     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14960     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14961     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14962     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14963     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14964     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14965   layout:
14966     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
14967     layout: "plot-throughput-speedup-analysis"
14968
14969 - type: "plot"
14970   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
14971   algorithm: "plot_tsa_name"
14972   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
14973   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14974   include:
14975     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14976     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14977     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14978     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14979     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14980   layout:
14981     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
14982     layout: "plot-throughput-speedup-analysis"
14983
14984 - type: "plot"
14985   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
14986   algorithm: "plot_tsa_name"
14987   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
14988   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14989   include:
14990     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14991     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14992     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14993     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14994     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14995   layout:
14996     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
14997     layout: "plot-throughput-speedup-analysis"
14998
14999 - type: "plot"
15000   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15001   algorithm: "plot_tsa_name"
15002   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15003   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15004   include:
15005     - "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"
15006     - "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"
15007     - "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"
15008     - "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"
15009     - "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"
15010   layout:
15011     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15012     layout: "plot-throughput-speedup-analysis"
15013
15014 - type: "plot"
15015   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15016   algorithm: "plot_tsa_name"
15017   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15018   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15019   include:
15020     - "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"
15021     - "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"
15022     - "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"
15023     - "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"
15024     - "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"
15025   layout:
15026     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15027     layout: "plot-throughput-speedup-analysis"
15028
15029 - type: "plot"
15030   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15031   algorithm: "plot_tsa_name"
15032   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15033   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15034   include:
15035     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15036     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15037     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15038     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15039     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15040   layout:
15041     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15042     layout: "plot-throughput-speedup-analysis"
15043
15044 - type: "plot"
15045   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15046   algorithm: "plot_tsa_name"
15047   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15048   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15049   include:
15050     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15051     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15052     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15053     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15054     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15055   layout:
15056     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15057     layout: "plot-throughput-speedup-analysis"
15058
15059 - type: "plot"
15060   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15061   algorithm: "plot_tsa_name"
15062   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15063   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15064   include:
15065     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15066     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15067     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15068     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15069     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15070   layout:
15071     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15072     layout: "plot-throughput-speedup-analysis"
15073
15074 - type: "plot"
15075   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15076   algorithm: "plot_tsa_name"
15077   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15078   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15079   include:
15080     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15081     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15082     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15083     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15084     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15085   layout:
15086     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15087     layout: "plot-throughput-speedup-analysis"
15088
15089 - type: "plot"
15090   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15091   algorithm: "plot_tsa_name"
15092   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15093   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15094   include:
15095     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15096     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15097     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15098     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15099     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15100   layout:
15101     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15102     layout: "plot-throughput-speedup-analysis"
15103
15104 - type: "plot"
15105   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15106   algorithm: "plot_tsa_name"
15107   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15108   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15109   include:
15110     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15111     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15112     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15113     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15114     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15115   layout:
15116     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15117     layout: "plot-throughput-speedup-analysis"
15118
15119 - type: "plot"
15120   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15121   algorithm: "plot_tsa_name"
15122   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15123   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15124   include:
15125     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15126     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15127     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15128     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15129     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15130   layout:
15131     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15132     layout: "plot-throughput-speedup-analysis"
15133
15134 - type: "plot"
15135   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15136   algorithm: "plot_tsa_name"
15137   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15138   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15139   include:
15140     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15141     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15142     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15143     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15144     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15145   layout:
15146     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15147     layout: "plot-throughput-speedup-analysis"
15148
15149 - type: "plot"
15150   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15151   algorithm: "plot_tsa_name"
15152   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15153   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15154   include:
15155     - "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"
15156     - "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"
15157     - "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"
15158     - "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"
15159   layout:
15160     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15161     layout: "plot-throughput-speedup-analysis"
15162
15163 - type: "plot"
15164   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15165   algorithm: "plot_tsa_name"
15166   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15167   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15168   include:
15169     - "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"
15170     - "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"
15171     - "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"
15172     - "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"
15173   layout:
15174     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15175     layout: "plot-throughput-speedup-analysis"
15176
15177 - type: "plot"
15178   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15179   algorithm: "plot_tsa_name"
15180   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15181   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15182   include:
15183     - "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"
15184     - "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"
15185     - "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"
15186     - "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"
15187   layout:
15188     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15189     layout: "plot-throughput-speedup-analysis"
15190
15191 - type: "plot"
15192   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15193   algorithm: "plot_tsa_name"
15194   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15195   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15196   include:
15197     - "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"
15198     - "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"
15199     - "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"
15200     - "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"
15201   layout:
15202     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15203     layout: "plot-throughput-speedup-analysis"
15204
15205 - type: "plot"
15206   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
15207   algorithm: "plot_tsa_name"
15208   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15209   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15210   include:
15211     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15212     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15213     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15214     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15215     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15216     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15217   layout:
15218     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
15219     layout: "plot-throughput-speedup-analysis"
15220
15221 - type: "plot"
15222   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
15223   algorithm: "plot_tsa_name"
15224   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15225   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15226   include:
15227     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15228     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15229     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15230     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15231     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15232     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15233   layout:
15234     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
15235     layout: "plot-throughput-speedup-analysis"
15236
15237 - type: "plot"
15238   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15239   algorithm: "plot_tsa_name"
15240   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15241   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15242   include:
15243     - "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"
15244     - "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"
15245     - "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"
15246     - "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"
15247     - "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"
15248     - "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"
15249   layout:
15250     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15251     layout: "plot-throughput-speedup-analysis"
15252
15253 - type: "plot"
15254   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15255   algorithm: "plot_tsa_name"
15256   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15257   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15258   include:
15259     - "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"
15260     - "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"
15261     - "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"
15262     - "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"
15263     - "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"
15264     - "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"
15265   layout:
15266     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15267     layout: "plot-throughput-speedup-analysis"
15268
15269 - type: "plot"
15270   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15271   algorithm: "plot_tsa_name"
15272   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15273   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15274   include:
15275     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15276     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15277     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15278     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15279     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15280     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15281   layout:
15282     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15283     layout: "plot-throughput-speedup-analysis"
15284
15285 - type: "plot"
15286   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15287   algorithm: "plot_tsa_name"
15288   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15289   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15290   include:
15291     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15292     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15293     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15294     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15295     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15296     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15297   layout:
15298     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15299     layout: "plot-throughput-speedup-analysis"
15300
15301 - type: "plot"
15302   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15303   algorithm: "plot_tsa_name"
15304   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15305   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15306   include:
15307     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15308     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15309     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15310     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15311     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15312   layout:
15313     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15314     layout: "plot-throughput-speedup-analysis"
15315
15316 - type: "plot"
15317   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15318   algorithm: "plot_tsa_name"
15319   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15320   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15321   include:
15322     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15323     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15324     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15325     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15326     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15327   layout:
15328     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15329     layout: "plot-throughput-speedup-analysis"
15330
15331 - type: "plot"
15332   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15333   algorithm: "plot_tsa_name"
15334   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15335   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15336   include:
15337     - "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"
15338     - "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"
15339   layout:
15340     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15341     layout: "plot-throughput-speedup-analysis"
15342
15343 - type: "plot"
15344   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15345   algorithm: "plot_tsa_name"
15346   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15347   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15348   include:
15349     - "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"
15350     - "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"
15351   layout:
15352     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15353     layout: "plot-throughput-speedup-analysis"
15354
15355 - type: "plot"
15356   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15357   algorithm: "plot_tsa_name"
15358   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15359   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15360   include:
15361     - "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"
15362     - "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"
15363   layout:
15364     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15365     layout: "plot-throughput-speedup-analysis"
15366
15367 - type: "plot"
15368   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15369   algorithm: "plot_tsa_name"
15370   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15371   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15372   include:
15373     - "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"
15374     - "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"
15375   layout:
15376     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15377     layout: "plot-throughput-speedup-analysis"
15378
15379 - type: "plot"
15380   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15381   algorithm: "plot_tsa_name"
15382   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15383   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15384   include:
15385     - "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"
15386     - "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"
15387     - "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"
15388     - "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"
15389     - "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"
15390     - "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"
15391   layout:
15392     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
15393     layout: "plot-throughput-speedup-analysis"
15394
15395 - type: "plot"
15396   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15397   algorithm: "plot_tsa_name"
15398   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15399   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15400   include:
15401     - "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"
15402     - "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"
15403     - "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"
15404     - "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"
15405     - "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"
15406     - "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"
15407   layout:
15408     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
15409     layout: "plot-throughput-speedup-analysis"
15410
15411 - type: "plot"
15412   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15413   algorithm: "plot_tsa_name"
15414   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15415   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15416   include:
15417     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15418     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15419     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15420     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15421     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15422   layout:
15423     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
15424     layout: "plot-throughput-speedup-analysis"
15425
15426 - type: "plot"
15427   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15428   algorithm: "plot_tsa_name"
15429   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15430   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15431   include:
15432     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15433     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15434     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15435     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15436     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15437   layout:
15438     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
15439     layout: "plot-throughput-speedup-analysis"
15440
15441 - type: "plot"
15442   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15443   algorithm: "plot_tsa_name"
15444   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15445   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15446   include:
15447     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15448     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15449     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15450     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15451     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15452   layout:
15453     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
15454     layout: "plot-throughput-speedup-analysis"
15455
15456 - type: "plot"
15457   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15458   algorithm: "plot_tsa_name"
15459   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15460   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15461   include:
15462     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15463     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15464     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15465     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15466     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15467   layout:
15468     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
15469     layout: "plot-throughput-speedup-analysis"
15470
15471 - type: "plot"
15472   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15473   algorithm: "plot_tsa_name"
15474   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15475   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15476   include:
15477     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15478     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15479     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15480     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15481     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15482     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15483   layout:
15484     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
15485     layout: "plot-throughput-speedup-analysis"
15486
15487 - type: "plot"
15488   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15489   algorithm: "plot_tsa_name"
15490   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15491   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15492   include:
15493     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15494     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15495     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15496     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15497     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15498     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15499   layout:
15500     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
15501     layout: "plot-throughput-speedup-analysis"
15502
15503 - type: "plot"
15504   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15505   algorithm: "plot_tsa_name"
15506   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15507   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15508   include:
15509     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15510     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15511     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15512     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15513   layout:
15514     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
15515     layout: "plot-throughput-speedup-analysis"
15516
15517 - type: "plot"
15518   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15519   algorithm: "plot_tsa_name"
15520   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15521   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15522   include:
15523     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15524     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15525     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15526     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15527   layout:
15528     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
15529     layout: "plot-throughput-speedup-analysis"
15530
15531 - type: "plot"
15532   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15533   algorithm: "plot_tsa_name"
15534   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15535   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15536   include:
15537     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15538     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15539     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15540     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15541     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15542   layout:
15543     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
15544     layout: "plot-throughput-speedup-analysis"
15545
15546 - type: "plot"
15547   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15548   algorithm: "plot_tsa_name"
15549   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15550   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15551   include:
15552     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15553     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15554     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15555     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15556     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15557   layout:
15558     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
15559     layout: "plot-throughput-speedup-analysis"
15560
15561 - type: "plot"
15562   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15563   algorithm: "plot_tsa_name"
15564   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15565   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15566   include:
15567     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15568     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15569     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15570     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15571     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15572     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15573   layout:
15574     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
15575     layout: "plot-throughput-speedup-analysis"
15576
15577 - type: "plot"
15578   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15579   algorithm: "plot_tsa_name"
15580   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15581   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15582   include:
15583     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15584     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15585     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15586     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15587     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15588     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15589   layout:
15590     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
15591     layout: "plot-throughput-speedup-analysis"
15592
15593 - type: "plot"
15594   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15595   algorithm: "plot_tsa_name"
15596   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15597   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15598   include:
15599     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15600     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15601     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15602     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15603   layout:
15604     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
15605     layout: "plot-throughput-speedup-analysis"
15606
15607 - type: "plot"
15608   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15609   algorithm: "plot_tsa_name"
15610   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15611   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15612   include:
15613     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15614     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15615     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15616     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15617   layout:
15618     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
15619     layout: "plot-throughput-speedup-analysis"
15620
15621 - type: "plot"
15622   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15623   algorithm: "plot_tsa_name"
15624   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15625   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15626   include:
15627     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15628     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15629     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15630     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15631     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15632     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15633   layout:
15634     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
15635     layout: "plot-throughput-speedup-analysis"
15636
15637 - type: "plot"
15638   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15639   algorithm: "plot_tsa_name"
15640   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15641   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15642   include:
15643     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15644     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15645     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15646     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15647     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15648     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15649   layout:
15650     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
15651     layout: "plot-throughput-speedup-analysis"
15652
15653 - type: "plot"
15654   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15655   algorithm: "plot_tsa_name"
15656   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15657   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15658   include:
15659     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15660     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15661     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15662     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15663     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15664     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15665   layout:
15666     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
15667     layout: "plot-throughput-speedup-analysis"
15668
15669 - type: "plot"
15670   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15671   algorithm: "plot_tsa_name"
15672   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15673   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15674   include:
15675     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15676     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15677     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15678     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15679     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15680     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15681   layout:
15682     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
15683     layout: "plot-throughput-speedup-analysis"
15684
15685 - type: "plot"
15686   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15687   algorithm: "plot_tsa_name"
15688   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15689   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15690   include:
15691     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15692     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15693     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15694     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15695     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15696     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15697   layout:
15698     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
15699     layout: "plot-throughput-speedup-analysis"
15700
15701 - type: "plot"
15702   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15703   algorithm: "plot_tsa_name"
15704   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15705   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15706   include:
15707     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15708     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15709     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15710     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15711     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15712     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15713   layout:
15714     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
15715     layout: "plot-throughput-speedup-analysis"
15716
15717 - type: "plot"
15718   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15719   algorithm: "plot_tsa_name"
15720   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15721   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15722   include:
15723     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15724     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15725     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15726     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15727     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15728     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15729   layout:
15730     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
15731     layout: "plot-throughput-speedup-analysis"
15732
15733 - type: "plot"
15734   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
15735   algorithm: "plot_tsa_name"
15736   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
15737   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15738   include:
15739     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15740     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15741     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15742     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15743     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15744     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15745   layout:
15746     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
15747     layout: "plot-throughput-speedup-analysis"
15748
15749 - type: "plot"
15750   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
15751   algorithm: "plot_tsa_name"
15752   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
15753   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15754   include:
15755     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15756     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15757     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15758     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15759     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15760     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15761   layout:
15762     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
15763     layout: "plot-throughput-speedup-analysis"
15764
15765 - type: "plot"
15766   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
15767   algorithm: "plot_tsa_name"
15768   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
15769   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15770   include:
15771     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15772     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15773     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15774     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15775     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15776     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15777   layout:
15778     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
15779     layout: "plot-throughput-speedup-analysis"
15780
15781 #- type: "plot"
15782 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
15783 #  algorithm: "plot_tsa_name"
15784 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
15785 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15786 #  include:
15787 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15788 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15789 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15790 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15791 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15792 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15793 #  layout:
15794 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
15795 #    layout: "plot-throughput-speedup-analysis"
15796 #
15797 #- type: "plot"
15798 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
15799 #  algorithm: "plot_tsa_name"
15800 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
15801 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15802 #  include:
15803 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15804 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15805 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15806 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15807 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15808 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15809 #  layout:
15810 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
15811 #    layout: "plot-throughput-speedup-analysis"
15812
15813 - type: "plot"
15814   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15815   algorithm: "plot_tsa_name"
15816   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15817   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15818   include:
15819     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15820     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15821     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15822     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15823     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15824   layout:
15825     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15826     layout: "plot-throughput-speedup-analysis"
15827
15828 - type: "plot"
15829   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15830   algorithm: "plot_tsa_name"
15831   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15832   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15833   include:
15834     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15835     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15836     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15837     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15838     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15839   layout:
15840     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15841     layout: "plot-throughput-speedup-analysis"
15842
15843 - type: "plot"
15844   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15845   algorithm: "plot_tsa_name"
15846   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15847   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15848   include:
15849     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15850     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15851     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15852     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15853     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15854     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15855   layout:
15856     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15857     layout: "plot-throughput-speedup-analysis"
15858
15859 - type: "plot"
15860   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15861   algorithm: "plot_tsa_name"
15862   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15863   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15864   include:
15865     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15866     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15867     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15868     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15869     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15870     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15871   layout:
15872     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15873     layout: "plot-throughput-speedup-analysis"
15874
15875 - type: "plot"
15876   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15877   algorithm: "plot_tsa_name"
15878   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15879   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15880   include:
15881     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15882     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15883     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15884     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15885     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15886   layout:
15887     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15888     layout: "plot-throughput-speedup-analysis"
15889
15890 - type: "plot"
15891   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15892   algorithm: "plot_tsa_name"
15893   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15894   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15895   include:
15896     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15897     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15898     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15899     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15900     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15901   layout:
15902     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15903     layout: "plot-throughput-speedup-analysis"
15904
15905 #- type: "plot"
15906 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15907 #  algorithm: "plot_tsa_name"
15908 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15909 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15910 #  include:
15911 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15912 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15913 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15914 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15915 #  layout:
15916 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15917 #    layout: "plot-throughput-speedup-analysis"
15918 #
15919 #- type: "plot"
15920 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15921 #  algorithm: "plot_tsa_name"
15922 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15923 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15924 #  include:
15925 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15926 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15927 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15928 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15929 #  layout:
15930 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15931 #    layout: "plot-throughput-speedup-analysis"
15932
15933 - type: "plot"
15934   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15935   algorithm: "plot_tsa_name"
15936   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15937   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15938   include:
15939     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15940     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15941     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15942     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15943     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15944     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15945   layout:
15946     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15947     layout: "plot-throughput-speedup-analysis"
15948
15949 - type: "plot"
15950   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15951   algorithm: "plot_tsa_name"
15952   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15953   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15954   include:
15955     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15956     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15957     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15958     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15959     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15960     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15961   layout:
15962     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15963     layout: "plot-throughput-speedup-analysis"
15964
15965 - type: "plot"
15966   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15967   algorithm: "plot_tsa_name"
15968   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15969   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15970   include:
15971     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15972     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15973     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15974     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15975     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15976   layout:
15977     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15978     layout: "plot-throughput-speedup-analysis"
15979
15980 - type: "plot"
15981   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15982   algorithm: "plot_tsa_name"
15983   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15984   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15985   include:
15986     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15987     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15988     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15989     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15990     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15991   layout:
15992     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15993     layout: "plot-throughput-speedup-analysis"
15994
15995 - type: "plot"
15996   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15997   algorithm: "plot_tsa_name"
15998   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15999   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16000   include:
16001     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16002     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16003     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16004     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16005     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16006     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16007   layout:
16008     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16009     layout: "plot-throughput-speedup-analysis"
16010
16011 - type: "plot"
16012   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16013   algorithm: "plot_tsa_name"
16014   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16015   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16016   include:
16017     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16018     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16019     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16020     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16021     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16022     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16023   layout:
16024     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16025     layout: "plot-throughput-speedup-analysis"
16026
16027 - type: "plot"
16028   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16029   algorithm: "plot_tsa_name"
16030   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16031   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16032   include:
16033     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16034     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16035     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16036     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16037   layout:
16038     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16039     layout: "plot-throughput-speedup-analysis"
16040
16041 - type: "plot"
16042   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16043   algorithm: "plot_tsa_name"
16044   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16045   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16046   include:
16047     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16048     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16049     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16050     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16051   layout:
16052     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16053     layout: "plot-throughput-speedup-analysis"
16054
16055 - type: "plot"
16056   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16057   algorithm: "plot_tsa_name"
16058   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16059   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16060   include:
16061     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16062     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16063     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16064     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16065     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16066   layout:
16067     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16068     layout: "plot-throughput-speedup-analysis"
16069
16070 - type: "plot"
16071   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16072   algorithm: "plot_tsa_name"
16073   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16074   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16075   include:
16076     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16077     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16078     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16079     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16080     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16081   layout:
16082     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16083     layout: "plot-throughput-speedup-analysis"
16084
16085 - type: "plot"
16086   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16087   algorithm: "plot_tsa_name"
16088   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16089   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16090   include:
16091     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16092     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16093     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16094     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16095     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16096     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16097   layout:
16098     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16099     layout: "plot-throughput-speedup-analysis"
16100
16101 - type: "plot"
16102   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16103   algorithm: "plot_tsa_name"
16104   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16105   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16106   include:
16107     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16108     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16109     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16110     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16111     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16112     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16113   layout:
16114     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16115     layout: "plot-throughput-speedup-analysis"
16116
16117 #- type: "plot"
16118 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16119 #  algorithm: "plot_tsa_name"
16120 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16121 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16122 #  include:
16123 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16124 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16125 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16126 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16127 #  layout:
16128 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16129 #    layout: "plot-throughput-speedup-analysis"
16130 #
16131 #- type: "plot"
16132 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16133 #  algorithm: "plot_tsa_name"
16134 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16135 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16136 #  include:
16137 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16138 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16139 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16140 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16141 #  layout:
16142 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16143 #    layout: "plot-throughput-speedup-analysis"
16144
16145 - type: "plot"
16146   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16147   algorithm: "plot_tsa_name"
16148   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16149   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16150   include:
16151     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16152     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16153     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16154     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16155     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16156     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16157   layout:
16158     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16159     layout: "plot-throughput-speedup-analysis"
16160
16161 - type: "plot"
16162   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16163   algorithm: "plot_tsa_name"
16164   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16165   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16166   include:
16167     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16168     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16169     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16170     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16171     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16172     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16173   layout:
16174     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16175     layout: "plot-throughput-speedup-analysis"
16176
16177 #- type: "plot"
16178 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16179 #  algorithm: "plot_tsa_name"
16180 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16181 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16182 #  include:
16183 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16184 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16185 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16186 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16187 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16188 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16189 #  layout:
16190 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16191 #    layout: "plot-throughput-speedup-analysis"
16192 #
16193 #- type: "plot"
16194 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16195 #  algorithm: "plot_tsa_name"
16196 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16197 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16198 #  include:
16199 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16200 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16201 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16202 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16203 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16204 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16205 #  layout:
16206 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16207 #    layout: "plot-throughput-speedup-analysis"
16208
16209 #- type: "plot"
16210 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16211 #  algorithm: "plot_tsa_name"
16212 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16213 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16214 #  include:
16215 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16216 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16217 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16218 #  layout:
16219 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16220 #    layout: "plot-throughput-speedup-analysis"
16221 #
16222 #- type: "plot"
16223 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16224 #  algorithm: "plot_tsa_name"
16225 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16226 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16227 #  include:
16228 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16229 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16230 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16231 #  layout:
16232 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16233 #    layout: "plot-throughput-speedup-analysis"
16234
16235 ################################################################################
16236
16237 # Packet Throughput - DPDK
16238
16239 # 2n-skx-xxv710
16240
16241 - type: "plot"
16242   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
16243   algorithm: "plot_perf_box_name"
16244   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
16245   data: "plot-dpdk-throughput-latency-2n-skx"
16246   include:
16247     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16248     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16249   layout:
16250     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
16251     layout: "plot-throughput"
16252
16253 - type: "plot"
16254   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
16255   algorithm: "plot_perf_box_name"
16256   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
16257   data: "plot-dpdk-throughput-latency-2n-skx"
16258   include:
16259     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16260     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16261   layout:
16262     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
16263     layout: "plot-throughput"
16264
16265 - type: "plot"
16266   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
16267   algorithm: "plot_perf_box_name"
16268   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
16269   data: "plot-dpdk-throughput-latency-2n-skx"
16270   include:
16271     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16272     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16273   layout:
16274     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
16275     layout: "plot-throughput"
16276
16277 - type: "plot"
16278   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
16279   algorithm: "plot_perf_box_name"
16280   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
16281   data: "plot-dpdk-throughput-latency-2n-skx"
16282   include:
16283     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16284     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16285   layout:
16286     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
16287     layout: "plot-throughput"
16288
16289 # 2n-skx-x710
16290
16291 - type: "plot"
16292   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
16293   algorithm: "plot_perf_box_name"
16294   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
16295   data: "plot-dpdk-throughput-latency-2n-skx"
16296   include:
16297     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16298     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16299   layout:
16300     title: "2n-skx-x710-64b-2t1c-base-ndr"
16301     layout: "plot-throughput"
16302
16303 - type: "plot"
16304   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
16305   algorithm: "plot_perf_box_name"
16306   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
16307   data: "plot-dpdk-throughput-latency-2n-skx"
16308   include:
16309     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16310     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16311   layout:
16312     title: "2n-skx-x710-64b-4t2c-base-ndr"
16313     layout: "plot-throughput"
16314
16315 - type: "plot"
16316   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
16317   algorithm: "plot_perf_box_name"
16318   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
16319   data: "plot-dpdk-throughput-latency-2n-skx"
16320   include:
16321     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16322     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16323   layout:
16324     title: "2n-skx-x710-64b-2t1c-base-pdr"
16325     layout: "plot-throughput"
16326
16327 - type: "plot"
16328   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
16329   algorithm: "plot_perf_box_name"
16330   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
16331   data: "plot-dpdk-throughput-latency-2n-skx"
16332   include:
16333     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16334     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16335   layout:
16336     title: "2n-skx-x710-64b-4t2c-base-pdr"
16337     layout: "plot-throughput"
16338
16339 # 3n-skx-xxv710
16340
16341 - type: "plot"
16342   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
16343   algorithm: "plot_perf_box_name"
16344   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
16345   data: "plot-dpdk-throughput-latency-3n-skx"
16346   include:
16347     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16348     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16349   layout:
16350     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
16351     layout: "plot-throughput"
16352
16353 - type: "plot"
16354   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
16355   algorithm: "plot_perf_box_name"
16356   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
16357   data: "plot-dpdk-throughput-latency-3n-skx"
16358   include:
16359     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16360     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16361   layout:
16362     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
16363     layout: "plot-throughput"
16364
16365 - type: "plot"
16366   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
16367   algorithm: "plot_perf_box_name"
16368   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
16369   data: "plot-dpdk-throughput-latency-3n-skx"
16370   include:
16371     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16372     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16373   layout:
16374     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
16375     layout: "plot-throughput"
16376
16377 - type: "plot"
16378   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
16379   algorithm: "plot_perf_box_name"
16380   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
16381   data: "plot-dpdk-throughput-latency-3n-skx"
16382   include:
16383     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16384     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16385   layout:
16386     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
16387     layout: "plot-throughput"
16388
16389 # 3n-skx-x710
16390
16391 - type: "plot"
16392   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
16393   algorithm: "plot_perf_box_name"
16394   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
16395   data: "plot-dpdk-throughput-latency-3n-skx"
16396   include:
16397     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16398     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16399   layout:
16400     title: "3n-skx-x710-64b-2t1c-base-ndr"
16401     layout: "plot-throughput"
16402
16403 - type: "plot"
16404   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
16405   algorithm: "plot_perf_box_name"
16406   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
16407   data: "plot-dpdk-throughput-latency-3n-skx"
16408   include:
16409     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16410     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16411   layout:
16412     title: "3n-skx-x710-64b-4t2c-base-ndr"
16413     layout: "plot-throughput"
16414
16415 - type: "plot"
16416   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
16417   algorithm: "plot_perf_box_name"
16418   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
16419   data: "plot-dpdk-throughput-latency-3n-skx"
16420   include:
16421     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16422     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16423   layout:
16424     title: "3n-skx-x710-64b-2t1c-base-pdr"
16425     layout: "plot-throughput"
16426
16427 - type: "plot"
16428   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
16429   algorithm: "plot_perf_box_name"
16430   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
16431   data: "plot-dpdk-throughput-latency-3n-skx"
16432   include:
16433     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16434     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16435   layout:
16436     title: "3n-skx-x710-64b-4t2c-base-pdr"
16437     layout: "plot-throughput"
16438
16439 # 3n-hsw-xl710
16440
16441 - type: "plot"
16442   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
16443   algorithm: "plot_perf_box_name"
16444   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
16445   data: "plot-dpdk-throughput-latency-3n-hsw"
16446   include:
16447     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16448     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16449   layout:
16450     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
16451     layout: "plot-throughput"
16452
16453 - type: "plot"
16454   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
16455   algorithm: "plot_perf_box_name"
16456   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
16457   data: "plot-dpdk-throughput-latency-3n-hsw"
16458   include:
16459     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16460     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16461   layout:
16462     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
16463     layout: "plot-throughput"
16464
16465 - type: "plot"
16466   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
16467   algorithm: "plot_perf_box_name"
16468   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
16469   data: "plot-dpdk-throughput-latency-3n-hsw"
16470   include:
16471     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16472     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16473   layout:
16474     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
16475     layout: "plot-throughput"
16476
16477 - type: "plot"
16478   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
16479   algorithm: "plot_perf_box_name"
16480   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
16481   data: "plot-dpdk-throughput-latency-3n-hsw"
16482   include:
16483     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16484     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16485   layout:
16486     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
16487     layout: "plot-throughput"
16488
16489 # 3n-hsw-x710
16490
16491 - type: "plot"
16492   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
16493   algorithm: "plot_perf_box_name"
16494   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
16495   data: "plot-dpdk-throughput-latency-3n-hsw"
16496   include:
16497     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16498     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16499   layout:
16500     title: "3n-hsw-x710-64b-1t1c-base-ndr"
16501     layout: "plot-throughput"
16502
16503 - type: "plot"
16504   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
16505   algorithm: "plot_perf_box_name"
16506   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
16507   data: "plot-dpdk-throughput-latency-3n-hsw"
16508   include:
16509     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16510     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16511   layout:
16512     title: "3n-hsw-x710-64b-2t2c-base-ndr"
16513     layout: "plot-throughput"
16514
16515 - type: "plot"
16516   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
16517   algorithm: "plot_perf_box_name"
16518   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
16519   data: "plot-dpdk-throughput-latency-3n-hsw"
16520   include:
16521     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16522     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16523   layout:
16524     title: "3n-hsw-x710-64b-1t1c-base-pdr"
16525     layout: "plot-throughput"
16526
16527 - type: "plot"
16528   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
16529   algorithm: "plot_perf_box_name"
16530   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
16531   data: "plot-dpdk-throughput-latency-3n-hsw"
16532   include:
16533     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16534     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16535   layout:
16536     title: "3n-hsw-x710-64b-2t2c-base-pdr"
16537     layout: "plot-throughput"
16538
16539 # 2n-dnv-x553
16540
16541 - type: "plot"
16542   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
16543   algorithm: "plot_perf_box_name"
16544   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
16545   data: "plot-dpdk-throughput-latency-2n-dnv"
16546   include:
16547     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16548     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16549   layout:
16550     title: "2n-dnv-x553-64b-1t1c-base-ndr"
16551     layout: "plot-throughput"
16552
16553 - type: "plot"
16554   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
16555   algorithm: "plot_perf_box_name"
16556   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
16557   data: "plot-dpdk-throughput-latency-2n-dnv"
16558   include:
16559     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16560     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16561   layout:
16562     title: "2n-dnv-x553-64b-2t2c-base-ndr"
16563     layout: "plot-throughput"
16564
16565 - type: "plot"
16566   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
16567   algorithm: "plot_perf_box_name"
16568   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
16569   data: "plot-dpdk-throughput-latency-2n-dnv"
16570   include:
16571     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16572     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16573   layout:
16574     title: "2n-dnv-x553-64b-1t1c-base-pdr"
16575     layout: "plot-throughput"
16576
16577 - type: "plot"
16578   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
16579   algorithm: "plot_perf_box_name"
16580   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
16581   data: "plot-dpdk-throughput-latency-2n-dnv"
16582   include:
16583     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16584     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16585   layout:
16586     title: "2n-dnv-x553-64b-2t2c-base-pdr"
16587     layout: "plot-throughput"
16588
16589 # 3n-dnv-x553
16590
16591 - type: "plot"
16592   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
16593   algorithm: "plot_perf_box_name"
16594   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
16595   data: "plot-dpdk-throughput-latency-3n-dnv"
16596   include:
16597     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16598     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16599   layout:
16600     title: "3n-dnv-x553-64b-1t1c-base-ndr"
16601     layout: "plot-throughput"
16602
16603 - type: "plot"
16604   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
16605   algorithm: "plot_perf_box_name"
16606   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
16607   data: "plot-dpdk-throughput-latency-3n-dnv"
16608   include:
16609     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16610     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16611   layout:
16612     title: "3n-dnv-x553-64b-2t2c-base-ndr"
16613     layout: "plot-throughput"
16614
16615 - type: "plot"
16616   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
16617   algorithm: "plot_perf_box_name"
16618   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
16619   data: "plot-dpdk-throughput-latency-3n-dnv"
16620   include:
16621     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16622     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16623   layout:
16624     title: "3n-dnv-x553-64b-1t1c-base-pdr"
16625     layout: "plot-throughput"
16626
16627 - type: "plot"
16628   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
16629   algorithm: "plot_perf_box_name"
16630   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
16631   data: "plot-dpdk-throughput-latency-3n-dnv"
16632   include:
16633     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16634     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16635   layout:
16636     title: "3n-dnv-x553-64b-2t2c-base-pdr"
16637     layout: "plot-throughput"
16638
16639 # 3n-tsh-x520
16640
16641 - type: "plot"
16642   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
16643   algorithm: "plot_perf_box_name"
16644   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
16645   data: "plot-dpdk-throughput-latency-3n-tsh"
16646   include:
16647     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16648     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16649   layout:
16650     title: "3n-tsh-x520-64b-1t1c-base-ndr"
16651     layout: "plot-throughput"
16652
16653 - type: "plot"
16654   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
16655   algorithm: "plot_perf_box_name"
16656   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
16657   data: "plot-dpdk-throughput-latency-3n-tsh"
16658   include:
16659     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16660     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16661   layout:
16662     title: "3n-tsh-x520-64b-2t2c-base-ndr"
16663     layout: "plot-throughput"
16664
16665 - type: "plot"
16666   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
16667   algorithm: "plot_perf_box_name"
16668   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
16669   data: "plot-dpdk-throughput-latency-3n-tsh"
16670   include:
16671     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16672     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16673   layout:
16674     title: "3n-tsh-x520-64b-1t1c-base-pdr"
16675     layout: "plot-throughput"
16676
16677 - type: "plot"
16678   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
16679   algorithm: "plot_perf_box_name"
16680   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
16681   data: "plot-dpdk-throughput-latency-3n-tsh"
16682   include:
16683     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16684     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16685   layout:
16686     title: "3n-tsh-x520-64b-2t2c-base-pdr"
16687     layout: "plot-throughput"
16688
16689 ################################################################################
16690 ###   2n-clx                                                                 ###
16691 ################################################################################
16692
16693 # Packet Throughput
16694
16695 - type: "plot"
16696   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16697   algorithm: "plot_perf_box_name"
16698   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16699   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16700   include:
16701     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16702     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16703     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16704     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16705   layout:
16706     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16707     layout: "plot-throughput"
16708
16709 - type: "plot"
16710   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16711   algorithm: "plot_perf_box_name"
16712   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16713   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16714   include:
16715     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16716     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16717     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16718     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16719   layout:
16720     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16721     layout: "plot-throughput"
16722
16723 - type: "plot"
16724   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16725   algorithm: "plot_perf_box_name"
16726   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16727   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16728   include:
16729     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16730     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16731     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16732     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16733   layout:
16734     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16735     layout: "plot-throughput"
16736
16737 - type: "plot"
16738   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16739   algorithm: "plot_perf_box_name"
16740   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16741   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16742   include:
16743     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16744     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16745     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16746     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16747   layout:
16748     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16749     layout: "plot-throughput"
16750
16751 - type: "plot"
16752   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16753   algorithm: "plot_perf_box_name"
16754   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16755   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16756   include:
16757 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16758     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16759     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16760     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16761   layout:
16762     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16763     layout: "plot-throughput"
16764
16765 - type: "plot"
16766   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16767   algorithm: "plot_perf_box_name"
16768   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16769   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16770   include:
16771 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16772     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16773     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16774     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16775   layout:
16776     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16777     layout: "plot-throughput"
16778
16779 - type: "plot"
16780   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16781   algorithm: "plot_perf_box_name"
16782   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16783   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16784   include:
16785     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
16786     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16787     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16788     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16789     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16790     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16791   layout:
16792     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16793     layout: "plot-throughput"
16794
16795 - type: "plot"
16796   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16797   algorithm: "plot_perf_box_name"
16798   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16799   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16800   include:
16801     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
16802     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16803     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16804     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16805     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16806     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16807   layout:
16808     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16809     layout: "plot-throughput"
16810
16811 - type: "plot"
16812   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16813   algorithm: "plot_perf_box_name"
16814   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16815   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16816   include:
16817     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16818     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
16819     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
16820     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16821   layout:
16822     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16823     layout: "plot-throughput"
16824
16825 - type: "plot"
16826   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16827   algorithm: "plot_perf_box_name"
16828   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16829   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16830   include:
16831     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16832     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
16833     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
16834     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16835   layout:
16836     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16837     layout: "plot-throughput"
16838
16839 - type: "plot"
16840   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16841   algorithm: "plot_perf_box_name"
16842   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16843   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16844   include:
16845     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16846     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16847     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16848   layout:
16849     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16850     layout: "plot-throughput"
16851
16852 - type: "plot"
16853   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16854   algorithm: "plot_perf_box_name"
16855   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16856   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16857   include:
16858     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16859     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16860     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16861   layout:
16862     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16863     layout: "plot-throughput"
16864
16865 - type: "plot"
16866   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16867   algorithm: "plot_perf_box_name"
16868   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16869   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16870   include:
16871     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16872     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16873     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
16874     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
16875     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16876   layout:
16877     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16878     layout: "plot-throughput"
16879
16880 - type: "plot"
16881   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16882   algorithm: "plot_perf_box_name"
16883   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16884   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16885   include:
16886     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16887     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16888     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
16889     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
16890     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16891   layout:
16892     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16893     layout: "plot-throughput"
16894
16895 - type: "plot"
16896   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16897   algorithm: "plot_perf_box_name"
16898   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16899   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16900   include:
16901     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
16902     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
16903     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
16904   layout:
16905     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16906     layout: "plot-throughput"
16907
16908 - type: "plot"
16909   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16910   algorithm: "plot_perf_box_name"
16911   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16912   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16913   include:
16914     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
16915     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
16916     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
16917   layout:
16918     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16919     layout: "plot-throughput"
16920
16921 - type: "plot"
16922   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16923   algorithm: "plot_perf_box_name"
16924   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16925   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16926   include:
16927     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16928     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16929     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16930     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16931     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
16932     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16933   layout:
16934     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16935     layout: "plot-throughput"
16936
16937 - type: "plot"
16938   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16939   algorithm: "plot_perf_box_name"
16940   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16941   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16942   include:
16943     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16944     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16945     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16946     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16947     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
16948     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16949   layout:
16950     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16951     layout: "plot-throughput"
16952
16953 - type: "plot"
16954   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16955   algorithm: "plot_perf_box_name"
16956   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16957   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16958   include:
16959     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16960     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16961     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16962     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16963     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16964     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
16965   layout:
16966     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16967     layout: "plot-throughput"
16968
16969 - type: "plot"
16970   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16971   algorithm: "plot_perf_box_name"
16972   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16973   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16974   include:
16975     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16976     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16977     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16978     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16979     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16980     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
16981   layout:
16982     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16983     layout: "plot-throughput"
16984
16985 - type: "plot"
16986   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16987   algorithm: "plot_perf_box_name"
16988   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16989   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16990   include:
16991     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
16992     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
16993   layout:
16994     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16995     layout: "plot-throughput"
16996
16997 - type: "plot"
16998   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
16999   algorithm: "plot_perf_box_name"
17000   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17001   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17002   include:
17003     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17004     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17005   layout:
17006     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17007     layout: "plot-throughput"
17008
17009 - type: "plot"
17010   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17011   algorithm: "plot_perf_box_name"
17012   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17013   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17014   include:
17015     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17016     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17017     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17018     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17019     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17020     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17021   layout:
17022     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17023     layout: "plot-throughput"
17024
17025 - type: "plot"
17026   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17027   algorithm: "plot_perf_box_name"
17028   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17029   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17030   include:
17031     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17032     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17033     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17034     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17035     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17036     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17037   layout:
17038     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17039     layout: "plot-throughput"
17040
17041 - type: "plot"
17042   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17043   algorithm: "plot_perf_box_name"
17044   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17045   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17046   include:
17047     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17048     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17049     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17050     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17051     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17052 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17053   layout:
17054     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17055     layout: "plot-throughput"
17056
17057 - type: "plot"
17058   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17059   algorithm: "plot_perf_box_name"
17060   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17061   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17062   include:
17063     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17064     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17065     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17066     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17067     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17068 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17069   layout:
17070     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17071     layout: "plot-throughput"
17072
17073 - type: "plot"
17074   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17075   algorithm: "plot_perf_box_name"
17076   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17077   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17078   include:
17079     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17080     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17081     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17082     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17083     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17084     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17085   layout:
17086     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17087     layout: "plot-throughput"
17088
17089 - type: "plot"
17090   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17091   algorithm: "plot_perf_box_name"
17092   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17093   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17094   include:
17095     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17096     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17097     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17098     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17099     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17100     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17101   layout:
17102     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17103     layout: "plot-throughput"
17104
17105 - type: "plot"
17106   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17107   algorithm: "plot_perf_box_name"
17108   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17109   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17110   include:
17111     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17112     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17113     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17114     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17115     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17116   layout:
17117     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17118     layout: "plot-throughput"
17119
17120 - type: "plot"
17121   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17122   algorithm: "plot_perf_box_name"
17123   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17124   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17125   include:
17126     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17127     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17128     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17129     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17130     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17131   layout:
17132     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17133     layout: "plot-throughput"
17134
17135 - type: "plot"
17136   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17137   algorithm: "plot_perf_box_name"
17138   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17139   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17140   include:
17141     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17142     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17143     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17144     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17145     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17146   layout:
17147     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17148     layout: "plot-throughput"
17149
17150 - type: "plot"
17151   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17152   algorithm: "plot_perf_box_name"
17153   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17154   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17155   include:
17156     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17157     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17158     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17159     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17160     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17161   layout:
17162     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17163     layout: "plot-throughput"
17164
17165 - type: "plot"
17166   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17167   algorithm: "plot_perf_box_name"
17168   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17169   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17170   include:
17171     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17172     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17173     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17174     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17175     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17176   layout:
17177     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17178     layout: "plot-throughput"
17179
17180 - type: "plot"
17181   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17182   algorithm: "plot_perf_box_name"
17183   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17184   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17185   include:
17186     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17187     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17188     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17189     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17190     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17191   layout:
17192     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17193     layout: "plot-throughput"
17194
17195 - type: "plot"
17196   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17197   algorithm: "plot_perf_box_name"
17198   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17199   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17200   include:
17201     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17202     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17203     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17204     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17205     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17206   layout:
17207     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17208     layout: "plot-throughput"
17209
17210 - type: "plot"
17211   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17212   algorithm: "plot_perf_box_name"
17213   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17214   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17215   include:
17216     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17217     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17218     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17219     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17220     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17221   layout:
17222     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17223     layout: "plot-throughput"
17224
17225 - type: "plot"
17226   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17227   algorithm: "plot_perf_box_name"
17228   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17229   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17230   include:
17231     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17232     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17233     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17234     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17235     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17236   layout:
17237     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17238     layout: "plot-throughput"
17239
17240 - type: "plot"
17241   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17242   algorithm: "plot_perf_box_name"
17243   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17244   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17245   include:
17246     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17247     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17248     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17249     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17250     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17251   layout:
17252     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17253     layout: "plot-throughput"
17254
17255 - type: "plot"
17256   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17257   algorithm: "plot_perf_box_name"
17258   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17259   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17260   include:
17261     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17262     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17263     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17264     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17265     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17266     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17267   layout:
17268     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17269     layout: "plot-throughput"
17270
17271 - type: "plot"
17272   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17273   algorithm: "plot_perf_box_name"
17274   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17275   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17276   include:
17277     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17278     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17279     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17280     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17281     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17282     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17283   layout:
17284     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17285     layout: "plot-throughput"
17286
17287 - type: "plot"
17288   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17289   algorithm: "plot_perf_box_name"
17290   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17291   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17292   include:
17293     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17294     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17295     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17296     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17297   layout:
17298     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17299     layout: "plot-throughput"
17300
17301 - type: "plot"
17302   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17303   algorithm: "plot_perf_box_name"
17304   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17305   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17306   include:
17307     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17308     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17309     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17310     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17311   layout:
17312     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17313     layout: "plot-throughput"
17314
17315 - type: "plot"
17316   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17317   algorithm: "plot_perf_box_name"
17318   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17319   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17320   include:
17321     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17322     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17323     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17324     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17325     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17326     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17327   layout:
17328     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17329     layout: "plot-throughput"
17330
17331 - type: "plot"
17332   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17333   algorithm: "plot_perf_box_name"
17334   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17335   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17336   include:
17337     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17338     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17339     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17340     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17341     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17342     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17343   layout:
17344     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17345     layout: "plot-throughput"
17346
17347 - type: "plot"
17348   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17349   algorithm: "plot_perf_box_name"
17350   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17351   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17352   include:
17353     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17354     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17355     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17356     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17357   layout:
17358     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17359     layout: "plot-throughput"
17360
17361 - type: "plot"
17362   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17363   algorithm: "plot_perf_box_name"
17364   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17365   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17366   include:
17367     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17368     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17369     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17370     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17371   layout:
17372     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17373     layout: "plot-throughput"
17374
17375 - type: "plot"
17376   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17377   algorithm: "plot_perf_box_name"
17378   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17379   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17380   include:
17381     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17382     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17383     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17384     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17385     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17386     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17387   layout:
17388     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17389     layout: "plot-throughput"
17390
17391 - type: "plot"
17392   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17393   algorithm: "plot_perf_box_name"
17394   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17395   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17396   include:
17397     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17398     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17399     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17400     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17401     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17402     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17403   layout:
17404     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17405     layout: "plot-throughput"
17406
17407 - type: "plot"
17408   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17409   algorithm: "plot_perf_box_name"
17410   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17411   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17412   include:
17413     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17414     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17415     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17416     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17417   layout:
17418     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17419     layout: "plot-throughput"
17420
17421 - type: "plot"
17422   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17423   algorithm: "plot_perf_box_name"
17424   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17425   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17426   include:
17427     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17428     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17429     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17430     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17431   layout:
17432     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17433     layout: "plot-throughput"
17434
17435 - type: "plot"
17436   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17437   algorithm: "plot_perf_box_name"
17438   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17439   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17440   include:
17441     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17442     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17443     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17444     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17445     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17446   layout:
17447     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17448     layout: "plot-throughput"
17449
17450 - type: "plot"
17451   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17452   algorithm: "plot_perf_box_name"
17453   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17454   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17455   include:
17456     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17457     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17458     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17459     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17460     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17461   layout:
17462     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17463     layout: "plot-throughput"
17464
17465 - type: "plot"
17466   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17467   algorithm: "plot_perf_box_name"
17468   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17469   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17470   include:
17471     - "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"
17472     - "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"
17473     - "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"
17474     - "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"
17475     - "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"
17476   layout:
17477     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17478     layout: "plot-throughput"
17479
17480 - type: "plot"
17481   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17482   algorithm: "plot_perf_box_name"
17483   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17484   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17485   include:
17486     - "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"
17487     - "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"
17488     - "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"
17489     - "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"
17490     - "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"
17491   layout:
17492     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17493     layout: "plot-throughput"
17494
17495 - type: "plot"
17496   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17497   algorithm: "plot_perf_box_name"
17498   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17499   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17500   include:
17501     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17502     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17503     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17504     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17505     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17506   layout:
17507     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17508     layout: "plot-throughput"
17509
17510 - type: "plot"
17511   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17512   algorithm: "plot_perf_box_name"
17513   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17514   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17515   include:
17516     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17517     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17518     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17519     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17520     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17521   layout:
17522     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17523     layout: "plot-throughput"
17524
17525 - type: "plot"
17526   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17527   algorithm: "plot_perf_box_name"
17528   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17529   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17530   include:
17531     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17532     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17533     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17534     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17535     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17536   layout:
17537     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17538     layout: "plot-throughput"
17539
17540 - type: "plot"
17541   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17542   algorithm: "plot_perf_box_name"
17543   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17544   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17545   include:
17546     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17547     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17548     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17549     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17550     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17551   layout:
17552     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17553     layout: "plot-throughput"
17554
17555 - type: "plot"
17556   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17557   algorithm: "plot_perf_box_name"
17558   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17559   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17560   include:
17561     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17562     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17563     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17564     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17565   layout:
17566     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17567     layout: "plot-throughput"
17568
17569 - type: "plot"
17570   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17571   algorithm: "plot_perf_box_name"
17572   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17573   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17574   include:
17575     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17576     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17577     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17578     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17579   layout:
17580     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17581     layout: "plot-throughput"
17582
17583 - type: "plot"
17584   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17585   algorithm: "plot_perf_box_name"
17586   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17587   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17588   include:
17589     - "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"
17590     - "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"
17591     - "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"
17592     - "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"
17593   layout:
17594     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17595     layout: "plot-throughput"
17596
17597 - type: "plot"
17598   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17599   algorithm: "plot_perf_box_name"
17600   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17601   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17602   include:
17603     - "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"
17604     - "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"
17605     - "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"
17606     - "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"
17607   layout:
17608     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17609     layout: "plot-throughput"
17610
17611 - type: "plot"
17612   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
17613   algorithm: "plot_perf_box_name"
17614   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
17615   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17616   include:
17617     - "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"
17618     - "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"
17619     - "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"
17620     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17621     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17622     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17623   layout:
17624     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
17625     layout: "plot-throughput"
17626
17627 - type: "plot"
17628   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
17629   algorithm: "plot_perf_box_name"
17630   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
17631   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17632   include:
17633     - "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"
17634     - "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"
17635     - "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"
17636     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17637     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17638     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17639   layout:
17640     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
17641     layout: "plot-throughput"
17642
17643 ################################################################################
17644
17645 # Packet Speedup
17646
17647 - type: "plot"
17648   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
17649   algorithm: "plot_tsa_name"
17650   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
17651   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17652   include:
17653     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17654     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17655     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17656     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17657   layout:
17658     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
17659     layout: "plot-throughput-speedup-analysis"
17660
17661 - type: "plot"
17662   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
17663   algorithm: "plot_tsa_name"
17664   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
17665   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17666   include:
17667     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17668     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17669     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17670     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17671   layout:
17672     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
17673     layout: "plot-throughput-speedup-analysis"
17674
17675 - type: "plot"
17676   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
17677   algorithm: "plot_tsa_name"
17678   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
17679   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17680   include:
17681     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17682     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17683     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17684     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17685   layout:
17686     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
17687     layout: "plot-throughput-speedup-analysis"
17688
17689 - type: "plot"
17690   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
17691   algorithm: "plot_tsa_name"
17692   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
17693   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17694   include:
17695     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17696     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17697     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17698     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17699   layout:
17700     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
17701     layout: "plot-throughput-speedup-analysis"
17702
17703 - type: "plot"
17704   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
17705   algorithm: "plot_tsa_name"
17706   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
17707   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17708   include:
17709     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17710     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17711     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17712     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17713   layout:
17714     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
17715     layout: "plot-throughput-speedup-analysis"
17716
17717 - type: "plot"
17718   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
17719   algorithm: "plot_tsa_name"
17720   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
17721   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17722   include:
17723     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17724     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17725     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17726     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17727   layout:
17728     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
17729     layout: "plot-throughput-speedup-analysis"
17730
17731 - type: "plot"
17732   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
17733   algorithm: "plot_tsa_name"
17734   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
17735   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17736   include:
17737     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
17738     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17739     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17740     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17741     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17742     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17743   layout:
17744     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
17745     layout: "plot-throughput-speedup-analysis"
17746
17747 - type: "plot"
17748   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
17749   algorithm: "plot_tsa_name"
17750   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
17751   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17752   include:
17753     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
17754     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17755     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17756     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17757     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17758     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17759   layout:
17760     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
17761     layout: "plot-throughput-speedup-analysis"
17762
17763 - type: "plot"
17764   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17765   algorithm: "plot_tsa_name"
17766   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17767   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17768   include:
17769     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17770     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17771     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17772     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17773   layout:
17774     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
17775     layout: "plot-throughput-speedup-analysis"
17776
17777 - type: "plot"
17778   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17779   algorithm: "plot_tsa_name"
17780   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17781   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17782   include:
17783     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17784     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17785     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17786     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17787   layout:
17788     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
17789     layout: "plot-throughput-speedup-analysis"
17790
17791 - type: "plot"
17792   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
17793   algorithm: "plot_tsa_name"
17794   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
17795   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17796   include:
17797     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17798     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17799     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17800   layout:
17801     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
17802     layout: "plot-throughput-speedup-analysis"
17803
17804 - type: "plot"
17805   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
17806   algorithm: "plot_tsa_name"
17807   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
17808   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17809   include:
17810     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17811     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17812     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17813   layout:
17814     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
17815     layout: "plot-throughput-speedup-analysis"
17816
17817 - type: "plot"
17818   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
17819   algorithm: "plot_tsa_name"
17820   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
17821   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17822   include:
17823     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17824     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17825     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17826     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17827     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17828   layout:
17829     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
17830     layout: "plot-throughput-speedup-analysis"
17831
17832 - type: "plot"
17833   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
17834   algorithm: "plot_tsa_name"
17835   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
17836   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17837   include:
17838     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17839     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17840     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17841     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17842     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17843   layout:
17844     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
17845     layout: "plot-throughput-speedup-analysis"
17846
17847 - type: "plot"
17848   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
17849   algorithm: "plot_tsa_name"
17850   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
17851   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17852   include:
17853     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
17854     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
17855     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
17856   layout:
17857     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
17858     layout: "plot-throughput-speedup-analysis"
17859
17860 - type: "plot"
17861   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
17862   algorithm: "plot_tsa_name"
17863   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
17864   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17865   include:
17866     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
17867     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
17868     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
17869   layout:
17870     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
17871     layout: "plot-throughput-speedup-analysis"
17872
17873 - type: "plot"
17874   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
17875   algorithm: "plot_tsa_name"
17876   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
17877   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17878   include:
17879     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17880     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17881     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17882     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17883     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17884     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17885   layout:
17886     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
17887     layout: "plot-throughput-speedup-analysis"
17888
17889 - type: "plot"
17890   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
17891   algorithm: "plot_tsa_name"
17892   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
17893   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17894   include:
17895     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17896     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17897     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17898     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17899     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17900     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17901   layout:
17902     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
17903     layout: "plot-throughput-speedup-analysis"
17904
17905 - type: "plot"
17906   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
17907   algorithm: "plot_tsa_name"
17908   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
17909   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17910   include:
17911     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17912     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17913     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17914     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17915     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17916     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
17917   layout:
17918     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
17919     layout: "plot-throughput-speedup-analysis"
17920
17921 - type: "plot"
17922   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
17923   algorithm: "plot_tsa_name"
17924   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
17925   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17926   include:
17927     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17928     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17929     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17930     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17931     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17932     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
17933   layout:
17934     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
17935     layout: "plot-throughput-speedup-analysis"
17936
17937 - type: "plot"
17938   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
17939   algorithm: "plot_tsa_name"
17940   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
17941   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17942   include:
17943     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
17944     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
17945   layout:
17946     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
17947     layout: "plot-throughput-speedup-analysis"
17948
17949 - type: "plot"
17950   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
17951   algorithm: "plot_tsa_name"
17952   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
17953   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17954   include:
17955     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
17956     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
17957   layout:
17958     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
17959     layout: "plot-throughput-speedup-analysis"
17960
17961 - type: "plot"
17962   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
17963   algorithm: "plot_tsa_name"
17964   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
17965   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17966   include:
17967     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
17968     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17969     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
17970     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17971     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
17972     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17973   layout:
17974     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
17975     layout: "plot-throughput-speedup-analysis"
17976
17977 - type: "plot"
17978   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
17979   algorithm: "plot_tsa_name"
17980   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
17981   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17982   include:
17983     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
17984     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17985     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
17986     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17987     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
17988     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17989   layout:
17990     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
17991     layout: "plot-throughput-speedup-analysis"
17992
17993 - type: "plot"
17994   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
17995   algorithm: "plot_tsa_name"
17996   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
17997   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17998   include:
17999     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18000     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18001     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18002     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18003     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18004     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18005   layout:
18006     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18007     layout: "plot-throughput-speedup-analysis"
18008
18009 - type: "plot"
18010   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18011   algorithm: "plot_tsa_name"
18012   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18013   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18014   include:
18015     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18016     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18017     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18018     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18019     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18020     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18021   layout:
18022     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18023     layout: "plot-throughput-speedup-analysis"
18024
18025 - type: "plot"
18026   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18027   algorithm: "plot_tsa_name"
18028   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18029   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18030   include:
18031     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18032     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18033     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18034     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18035     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18036     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18037   layout:
18038     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18039     layout: "plot-throughput-speedup-analysis"
18040
18041 - type: "plot"
18042   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18043   algorithm: "plot_tsa_name"
18044   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18045   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18046   include:
18047     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18048     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18049     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18050     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18051     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18052     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18053   layout:
18054     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18055     layout: "plot-throughput-speedup-analysis"
18056
18057 - type: "plot"
18058   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18059   algorithm: "plot_tsa_name"
18060   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18061   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18062   include:
18063     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18064     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18065     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18066     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18067     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18068   layout:
18069     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18070     layout: "plot-throughput-speedup-analysis"
18071
18072 - type: "plot"
18073   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18074   algorithm: "plot_tsa_name"
18075   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18076   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18077   include:
18078     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18079     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18080     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18081     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18082     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18083   layout:
18084     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18085     layout: "plot-throughput-speedup-analysis"
18086
18087 - type: "plot"
18088   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18089   algorithm: "plot_tsa_name"
18090   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18091   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18092   include:
18093     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18094     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18095     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18096     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18097     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18098   layout:
18099     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18100     layout: "plot-throughput-speedup-analysis"
18101
18102 - type: "plot"
18103   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18104   algorithm: "plot_tsa_name"
18105   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18106   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18107   include:
18108     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18109     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18110     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18111     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18112     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18113   layout:
18114     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18115     layout: "plot-throughput-speedup-analysis"
18116
18117 - type: "plot"
18118   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18119   algorithm: "plot_tsa_name"
18120   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18121   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18122   include:
18123     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18124     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18125     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18126     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18127     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18128   layout:
18129     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
18130     layout: "plot-throughput-speedup-analysis"
18131
18132 - type: "plot"
18133   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18134   algorithm: "plot_tsa_name"
18135   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18136   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18137   include:
18138     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18139     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18140     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18141     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18142     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18143   layout:
18144     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
18145     layout: "plot-throughput-speedup-analysis"
18146
18147 - type: "plot"
18148   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18149   algorithm: "plot_tsa_name"
18150   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18151   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18152   include:
18153     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18154     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18155     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18156     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18157     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18158   layout:
18159     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
18160     layout: "plot-throughput-speedup-analysis"
18161
18162 - type: "plot"
18163   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18164   algorithm: "plot_tsa_name"
18165   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18166   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18167   include:
18168     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18169     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18170     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18171     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18172     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18173   layout:
18174     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
18175     layout: "plot-throughput-speedup-analysis"
18176
18177 - type: "plot"
18178   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18179   algorithm: "plot_tsa_name"
18180   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18181   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18182   include:
18183     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18184     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18185     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18186     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18187     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18188   layout:
18189     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
18190     layout: "plot-throughput-speedup-analysis"
18191
18192 - type: "plot"
18193   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18194   algorithm: "plot_tsa_name"
18195   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18196   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18197   include:
18198     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18199     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18200     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18201     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18202     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18203   layout:
18204     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
18205     layout: "plot-throughput-speedup-analysis"
18206
18207 - type: "plot"
18208   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18209   algorithm: "plot_tsa_name"
18210   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18211   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18212   include:
18213     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18214     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18215     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18216     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18217     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18218     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18219   layout:
18220     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
18221     layout: "plot-throughput-speedup-analysis"
18222
18223 - type: "plot"
18224   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18225   algorithm: "plot_tsa_name"
18226   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18227   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18228   include:
18229     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18230     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18231     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18232     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18233     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18234     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18235   layout:
18236     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
18237     layout: "plot-throughput-speedup-analysis"
18238
18239 - type: "plot"
18240   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18241   algorithm: "plot_tsa_name"
18242   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18243   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18244   include:
18245     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18246     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18247     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18248     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18249   layout:
18250     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
18251     layout: "plot-throughput-speedup-analysis"
18252
18253 - type: "plot"
18254   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18255   algorithm: "plot_tsa_name"
18256   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18257   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18258   include:
18259     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18260     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18261     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18262     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18263   layout:
18264     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
18265     layout: "plot-throughput-speedup-analysis"
18266
18267 - type: "plot"
18268   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18269   algorithm: "plot_tsa_name"
18270   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18271   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18272   include:
18273     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18274     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18275     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18276     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18277     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18278     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18279   layout:
18280     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
18281     layout: "plot-throughput-speedup-analysis"
18282
18283 - type: "plot"
18284   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18285   algorithm: "plot_tsa_name"
18286   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18287   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18288   include:
18289     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18290     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18291     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18292     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18293     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18294     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18295   layout:
18296     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
18297     layout: "plot-throughput-speedup-analysis"
18298
18299 - type: "plot"
18300   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18301   algorithm: "plot_tsa_name"
18302   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18303   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18304   include:
18305     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18306     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18307     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18308     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18309   layout:
18310     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
18311     layout: "plot-throughput-speedup-analysis"
18312
18313 - type: "plot"
18314   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18315   algorithm: "plot_tsa_name"
18316   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18317   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18318   include:
18319     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18320     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18321     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18322     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18323   layout:
18324     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
18325     layout: "plot-throughput-speedup-analysis"
18326
18327 - type: "plot"
18328   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18329   algorithm: "plot_tsa_name"
18330   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18331   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18332   include:
18333     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18334     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18335     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18336     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18337     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18338     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18339   layout:
18340     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
18341     layout: "plot-throughput-speedup-analysis"
18342
18343 - type: "plot"
18344   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18345   algorithm: "plot_tsa_name"
18346   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18347   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18348   include:
18349     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18350     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18351     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18352     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18353     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18354     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18355   layout:
18356     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
18357     layout: "plot-throughput-speedup-analysis"
18358
18359 - type: "plot"
18360   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18361   algorithm: "plot_tsa_name"
18362   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18363   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18364   include:
18365     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18366     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18367     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18368     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18369   layout:
18370     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
18371     layout: "plot-throughput-speedup-analysis"
18372
18373 - type: "plot"
18374   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18375   algorithm: "plot_tsa_name"
18376   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18377   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18378   include:
18379     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18380     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18381     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18382     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18383   layout:
18384     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
18385     layout: "plot-throughput-speedup-analysis"
18386
18387 - type: "plot"
18388   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
18389   algorithm: "plot_tsa_name"
18390   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
18391   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18392   include:
18393     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18394     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18395     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18396     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18397     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18398   layout:
18399     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
18400     layout: "plot-throughput-speedup-analysis"
18401
18402 - type: "plot"
18403   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
18404   algorithm: "plot_tsa_name"
18405   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
18406   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18407   include:
18408     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18409     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18410     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18411     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18412     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18413   layout:
18414     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
18415     layout: "plot-throughput-speedup-analysis"
18416
18417 - type: "plot"
18418   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18419   algorithm: "plot_tsa_name"
18420   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
18421   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18422   include:
18423     - "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"
18424     - "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"
18425     - "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"
18426     - "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"
18427     - "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"
18428   layout:
18429     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18430     layout: "plot-throughput-speedup-analysis"
18431
18432 - type: "plot"
18433   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18434   algorithm: "plot_tsa_name"
18435   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
18436   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18437   include:
18438     - "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"
18439     - "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"
18440     - "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"
18441     - "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"
18442     - "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"
18443   layout:
18444     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18445     layout: "plot-throughput-speedup-analysis"
18446
18447 - type: "plot"
18448   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18449   algorithm: "plot_tsa_name"
18450   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
18451   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18452   include:
18453     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18454     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18455     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18456     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18457     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18458   layout:
18459     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18460     layout: "plot-throughput-speedup-analysis"
18461
18462 - type: "plot"
18463   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18464   algorithm: "plot_tsa_name"
18465   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
18466   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18467   include:
18468     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18469     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18470     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18471     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18472     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18473   layout:
18474     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18475     layout: "plot-throughput-speedup-analysis"
18476
18477 - type: "plot"
18478   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18479   algorithm: "plot_tsa_name"
18480   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
18481   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18482   include:
18483     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18484     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18485     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18486     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18487     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18488   layout:
18489     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18490     layout: "plot-throughput-speedup-analysis"
18491
18492 - type: "plot"
18493   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18494   algorithm: "plot_tsa_name"
18495   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
18496   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18497   include:
18498     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18499     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18500     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18501     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18502     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18503   layout:
18504     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18505     layout: "plot-throughput-speedup-analysis"
18506
18507 - type: "plot"
18508   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18509   algorithm: "plot_tsa_name"
18510   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18511   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18512   include:
18513     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18514     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18515     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18516     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18517   layout:
18518     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
18519     layout: "plot-throughput-speedup-analysis"
18520
18521 - type: "plot"
18522   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18523   algorithm: "plot_tsa_name"
18524   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18525   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18526   include:
18527     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18528     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18529     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18530     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18531   layout:
18532     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
18533     layout: "plot-throughput-speedup-analysis"
18534
18535 - type: "plot"
18536   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18537   algorithm: "plot_tsa_name"
18538   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18539   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18540   include:
18541     - "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"
18542     - "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"
18543     - "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"
18544     - "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"
18545   layout:
18546     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
18547     layout: "plot-throughput-speedup-analysis"
18548
18549 - type: "plot"
18550   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
18551   algorithm: "plot_tsa_name"
18552   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
18553   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18554   include:
18555     - "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"
18556     - "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"
18557     - "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"
18558     - "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"
18559   layout:
18560     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
18561     layout: "plot-throughput-speedup-analysis"
18562
18563 - type: "plot"
18564   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18565   algorithm: "plot_tsa_name"
18566   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18567   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18568   include:
18569     - "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"
18570     - "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"
18571     - "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"
18572     - "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"
18573     - "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"
18574     - "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"
18575   layout:
18576     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
18577     layout: "plot-throughput-speedup-analysis"
18578
18579 - type: "plot"
18580   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18581   algorithm: "plot_tsa_name"
18582   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18583   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18584   include:
18585     - "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"
18586     - "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"
18587     - "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"
18588     - "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"
18589     - "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"
18590     - "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"
18591   layout:
18592     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
18593     layout: "plot-throughput-speedup-analysis"
18594
18595 ################################################################################
18596
18597 # Packet Throughput - DPDK
18598
18599 # 2n-clx-xxv710
18600
18601 - type: "plot"
18602   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
18603   algorithm: "plot_perf_box_name"
18604   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
18605   data: "plot-dpdk-throughput-latency-2n-clx"
18606   include:
18607     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18608     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18609   layout:
18610     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
18611     layout: "plot-throughput"
18612
18613 - type: "plot"
18614   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
18615   algorithm: "plot_perf_box_name"
18616   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
18617   data: "plot-dpdk-throughput-latency-2n-clx"
18618   include:
18619     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18620     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18621   layout:
18622     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
18623     layout: "plot-throughput"
18624
18625 - type: "plot"
18626   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
18627   algorithm: "plot_perf_box_name"
18628   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
18629   data: "plot-dpdk-throughput-latency-2n-clx"
18630   include:
18631     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18632     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18633   layout:
18634     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
18635     layout: "plot-throughput"
18636
18637 - type: "plot"
18638   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
18639   algorithm: "plot_perf_box_name"
18640   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
18641   data: "plot-dpdk-throughput-latency-2n-clx"
18642   include:
18643     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18644     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18645   layout:
18646     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
18647     layout: "plot-throughput"
18648
18649 # 2n-clx-x710
18650
18651 - type: "plot"
18652   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
18653   algorithm: "plot_perf_box_name"
18654   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
18655   data: "plot-dpdk-throughput-latency-2n-clx"
18656   include:
18657     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18658     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18659   layout:
18660     title: "2n-clx-x710-64b-2t1c-base-ndr"
18661     layout: "plot-throughput"
18662
18663 - type: "plot"
18664   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
18665   algorithm: "plot_perf_box_name"
18666   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
18667   data: "plot-dpdk-throughput-latency-2n-clx"
18668   include:
18669     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18670     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18671   layout:
18672     title: "2n-clx-x710-64b-4t2c-base-ndr"
18673     layout: "plot-throughput"
18674
18675 - type: "plot"
18676   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
18677   algorithm: "plot_perf_box_name"
18678   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
18679   data: "plot-dpdk-throughput-latency-2n-clx"
18680   include:
18681     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18682     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18683   layout:
18684     title: "2n-clx-x710-64b-2t1c-base-pdr"
18685     layout: "plot-throughput"
18686
18687 - type: "plot"
18688   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
18689   algorithm: "plot_perf_box_name"
18690   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
18691   data: "plot-dpdk-throughput-latency-2n-clx"
18692   include:
18693     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18694     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18695   layout:
18696     title: "2n-clx-x710-64b-4t2c-base-pdr"
18697     layout: "plot-throughput"
18698
18699 ################################################################################
18700
18701 - type: "plot"
18702   title: "Latency by percentile: 2n-skx"
18703   algorithm: "plot_hdrh_lat_by_percentile"
18704   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
18705   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
18706   target-links: "../../_static/vpp"
18707   data: "plot-vpp-hdrh-lat-2n-skx"
18708   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18709   layout:
18710     layout: "plot-hdrh-latency-by-percentile"
18711
18712 - type: "plot"
18713   title: "Latency by percentile: 3n-skx"
18714   algorithm: "plot_hdrh_lat_by_percentile"
18715   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
18716   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
18717   target-links: "../../_static/vpp"
18718   data: "plot-vpp-hdrh-lat-3n-skx"
18719   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18720   layout:
18721     layout: "plot-hdrh-latency-by-percentile"
18722
18723 - type: "plot"
18724   title: "Latency by percentile: 2n-clx"
18725   algorithm: "plot_hdrh_lat_by_percentile"
18726   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
18727   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
18728   target-links: "../../_static/vpp"
18729   data: "plot-vpp-hdrh-lat-2n-clx"
18730   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18731   layout:
18732     layout: "plot-hdrh-latency-by-percentile"
18733
18734 - type: "plot"
18735   title: "Latency by percentile: 3n-hsw"
18736   algorithm: "plot_hdrh_lat_by_percentile"
18737   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
18738   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
18739   target-links: "../../_static/vpp"
18740   data: "plot-vpp-hdrh-lat-3n-hsw"
18741   filter: "'1T1C' and 'NIC_Intel-XL710'"
18742   layout:
18743     layout: "plot-hdrh-latency-by-percentile"
18744
18745 - type: "plot"
18746   title: "Latency by percentile: 3n-tsh"
18747   algorithm: "plot_hdrh_lat_by_percentile"
18748   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
18749   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
18750   target-links: "../../_static/vpp"
18751   data: "plot-vpp-hdrh-lat-3n-tsh"
18752   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
18753   layout:
18754     layout: "plot-hdrh-latency-by-percentile"
18755
18756 - type: "plot"
18757   title: "Latency by percentile: DPDK 2n-skx"
18758   algorithm: "plot_hdrh_lat_by_percentile"
18759   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
18760   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
18761   target-links: "../../_static/dpdk"
18762   data: "plot-dpdk-hdrh-lat-2n-skx"
18763   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18764   layout:
18765     layout: "plot-hdrh-latency-by-percentile"
18766
18767 - type: "plot"
18768   title: "Latency by percentile: DPDK 3n-skx"
18769   algorithm: "plot_hdrh_lat_by_percentile"
18770   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
18771   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
18772   target-links: "../../_static/dpdk"
18773   data: "plot-dpdk-hdrh-lat-3n-skx"
18774   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18775   layout:
18776     layout: "plot-hdrh-latency-by-percentile"
18777
18778 - type: "plot"
18779   title: "Latency by percentile: DPDK 2n-clx"
18780   algorithm: "plot_hdrh_lat_by_percentile"
18781   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
18782   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
18783   target-links: "../../_static/dpdk"
18784   data: "plot-dpdk-hdrh-lat-2n-clx"
18785   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18786   layout:
18787     layout: "plot-hdrh-latency-by-percentile"
18788
18789 - type: "plot"
18790   title: "Latency by percentile: DPDK 3n-hsw"
18791   algorithm: "plot_hdrh_lat_by_percentile"
18792   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
18793   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
18794   target-links: "../../_static/dpdk"
18795   data: "plot-dpdk-hdrh-lat-3n-hsw"
18796   filter: "'1T1C' and 'NIC_Intel-XL710'"
18797   layout:
18798     layout: "plot-hdrh-latency-by-percentile"
18799
18800 - type: "plot"
18801   title: "Latency by percentile: DPDK 3n-tsh"
18802   algorithm: "plot_hdrh_lat_by_percentile"
18803   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
18804   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
18805   target-links: "../../_static/dpdk"
18806   data: "plot-dpdk-hdrh-lat-3n-tsh"
18807   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
18808   layout:
18809     layout: "plot-hdrh-latency-by-percentile"